Re: [Development] Commercial-only LTS phase starts: Closing the 5.15 branch(es) on 5th January

2021-01-04 Thread Calogero Mauceri
n > source/non-profit users which are directly impacted by this. > ___ > Development mailing list > Development@qt-project.org > https://lists.qt-project.org/listinfo/development > -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT) www.actgate.com ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Qt 4.8.7 release date

2015-02-25 Thread Calogero Mauceri
Is there any news on when Qt 4.8.7 is planned to be released? I saw there have been snapshots available but do not have clue which are the blocker issues. Thanks, Calogero -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT) www.actgate.com

Re: [Development] New Qt 4.8.7 snapshot build is available

2015-01-13 Thread Calogero Mauceri
___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT) www.actgate.com

[Development] QSharedMemory POSIX implementation

2014-07-09 Thread Calogero Mauceri
the maximum shared memory allowed is only 4MB. Thanks, Calogero -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT) www.actgate.com ___ Development mailing list Development@qt-project.org http://lists.qt-project.org

Re: [Development] QSharedMemory POSIX implementation

2014-07-09 Thread Calogero Mauceri
On 7/9/2014 5:22 PM, Thiago Macieira wrote: On Wednesday 09 July 2014 16:17:38 Calogero Mauceri wrote: Hi all, I find QSharedMemory very useful, and I'm extensively using it for cross platform IPC. I noticed in the code (qsharedmemory_unix.cpp) there are two implementations for that class

Re: [Development] Qt 4.8.6 Release Candidate 2 available

2014-04-14 Thread Calogero Mauceri
___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT) www.actgate.com ___ Development mailing list Development@qt

[Development] Crash in QSystemSemaphore acquire/release

2014-03-25 Thread Calogero Mauceri
the semaphore without the SEM_UNDO flag. I just made a bugreport https://bugreports.qt-project.org/browse/QTBUG-37766 Thanks, Calogero -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT) www.actgate.com #include QCoreapplication #include QDebug #include

[Development] website down

2014-03-24 Thread Calogero Mauceri
http://qt-project.org seems to be down. Any chance to get it back soon? Thanks, -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT) www.actgate.com ___ Development mailing list Development@qt-project.org http

Re: [Development] Qt 4.8.6 Release Plans

2013-10-30 Thread Calogero Mauceri
On 10/30/2013 1:45 AM, Sandy Martel wrote: Le 2013/10/30 à 11:06, Nicolás Alvarez nicolas.alva...@gmail.com a écrit : 2013/10/29 Calogero Mauceri mauc...@actgate.com: ... The Qt documentation states that QDir::currentPath() returns The application working directory. Shouldn't the workind

Re: [Development] Qt 4.8.6 Release Plans

2013-10-30 Thread Calogero Mauceri
On 10/30/2013 8:59 AM, Konrad Rosenbaum wrote: Hi, On Wednesday 30 October 2013 00:58:05 Calogero Mauceri wrote: The Qt documentation states that QDir::currentPath() returns The application working directory. Shouldn't the workind directory be initialized with the path the application

Re: [Development] Qt 4.8.6 Release Plans

2013-10-29 Thread Calogero Mauceri
On 10/29/2013 4:47 PM, Thiago Macieira wrote: On terça-feira, 29 de outubro de 2013 16:35:31, Calogero Mauceri wrote: Related to problems with OS X 10.9, please consider fixing the following bug with QDir::currentPath() returning root dir: https://bugreports.qt-project.org/browse/QTBUG-34300

Re: [Development] Qt 4.8.6 Release Plans

2013-10-29 Thread Calogero Mauceri
On 10/29/2013 9:01 PM, Sandy Martel wrote: Le 2013/10/30 à 5:24, Thiago Macieira thiago.macie...@intel.com a écrit : On terça-feira, 29 de outubro de 2013 16:53:55, Calogero Mauceri wrote: For some reasons QApplication::applicationDirPath() works properly on OS X 10.9, but it returns the path

Re: [Development] Serious problem with Modeless dialogs on Mac (Qt 4.8)

2012-12-06 Thread Calogero Mauceri
and Mac with Qt compiled against the Carbon framework. Shouldn't Qt library adopt an uniform behavior between multiple platoforms? Thanks, Calogero Regards, Rob. On 5 December 2012 15:40, Calogero Mauceri mauc...@actgate.com mailto:mauc...@actgate.com wrote: All modeless dialogs

[Development] Serious problem with Modeless dialogs on Mac (Qt 4.8)

2012-12-05 Thread Calogero Mauceri
is happening only on Mac, not on Windows or Linux (Gnome). We noticed this problem after upgrading our application from Qt 4.6.3 to the latest version (Qt 4.8.4). Thanks in advance for your help, Calogero -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT

Re: [Development] Qt 4.8.4 bug: mac menu bar not properly shown

2012-11-12 Thread Calogero Mauceri
Il 09/11/2012 18.48, Calogero Mauceri ha scritto: Hi, On the Mac version of my application, the menu bar is no more properly shown using the Qt 4.8.4_RC2. You can see the same problem in the mainwindows|application example. Attached are some screenshots showing the problem. The menu bar

[Development] Qt 4.8.4 bug: mac menu bar not properly shown

2012-11-09 Thread Calogero Mauceri
to open a bugreport? Calogero -- Calogero Mauceri Software Engineer Applied Coherent Technology Corporation (ACT) www.actgate.com attachment: qt_4.8.3.jpgattachment: qt_4.8.4.jpg___ Development mailing list Development@qt-project.org http://lists.qt

Re: [Development] Qt 4.8.4 bug: mac menu bar not properly shown

2012-11-09 Thread Calogero Mauceri
Il 09/11/2012 18.48, Calogero Mauceri ha scritto: Hi, On the Mac version of my application, the menu bar is no more properly shown using the Qt 4.8.4_RC2. You can see the same problem in the mainwindows|application example. Attached are some screenshots showing the problem. The menu bar