summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS on Linux specific memlock codeFrançois Andriot2014-09-072-0/+8
|
* Fix FTBFS because invalid data conversion in qmutexFrançois Andriot2014-09-071-2/+3
|
* Add ability to set reconnect flag on MySQL connectionsTimothy Pearson2014-09-0315-0/+98
| | | | Add database server ping method to SQL classes
* Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.Michele Calgaro2014-08-181-1/+1
| | | | | | If the passed object is the same, the warning message is not displayed any more. If the passed object is different, a message is still displayed. This resolves bug 1947.
* Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is ↵Michele Calgaro2014-08-181-1/+1
| | | | | | | invoked twice." because of wrong reference to bug 1887. This reverts commit 41f30477dd877e37ed79b42253b79d6441dab7d9.
* Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.Michele Calgaro2014-08-181-1/+1
| | | | | | If the passed object is the same, the warning message is not displayed any more. If the passed object is different, a message is still displayed. This resolves bug 1887.
* Refresh control element data structures before executing style object event ↵Timothy Pearson2014-08-071-6/+15
| | | | | | | handlers This resolves Bug 1816 Fix FTBFS in style examples
* Improvements to QValueList. This may relate to bug 1820Michele Calgaro2014-08-021-20/+22
|
* Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. ↵Michele Calgaro2014-07-301-3/+3
| | | | This resolves bug 1901 and 1909.
* Add sqlite3 pluginSlávek Banko2014-05-244-0/+602
|
* Fix potential null pointer dereferenceSlávek Banko2014-05-231-2/+2
|
* Fix crash on populating style data to tabbar without parentSlávek Banko2014-05-201-35/+37
| | | | This resolves Bug 1966
* Fix overwriting memory for an application iconSlávek Banko2014-05-193-8/+9
| | | | This resolves Bug 2033
* Fix DnD crash when source is not presentTimothy Pearson2014-04-231-1/+1
| | | | This resolves Bug 1602
* Enabled operator->() for class QValueListIterator.Michele Calgaro2014-03-171-6/+2
|
* Properly export ucm_instantiate in UCOM librariesTimothy Pearson2013-12-281-3/+3
| | | | This relates to Bug 1780
* Add slow QStyleControlElementData copy constructor for use with pythonTimothy Pearson2013-12-222-0/+68
|
* Repair performance regression accidentally introduced with new style APITimothy Pearson2013-12-229-155/+342
|
* Disable unnecessary thread locking in TQString constructors/destructorTimothy Pearson2013-12-171-64/+69
| | | | This improves performance at no real cost, as the TQString class is not thread safe elsewhere
* Reduce TQString allocation/deallocation load in ↵Timothy Pearson2013-12-172-81/+69
| | | | | | populateControlElementDataFromWidget Remove unneeded mutex locks around certain TQString operations
* Add end-of-file newlines.Darrell Anderson2013-11-303-3/+1
|
* Add pluginsdir to pkgconfig fileSlávek Banko2013-11-251-0/+1
|
* Wake up the correct event loop when an event is posted to TQApplicationTimothy Pearson2013-11-252-15/+20
| | | | This relates to Bug 1703
* Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"Slávek Banko2013-11-083-3/+3
|
* Update minor TQt3 tool names to match current TQt3 sources in GITTimothy Pearson2013-11-073-3/+3
|
* Clean up prior commitTimothy Pearson2013-11-042-6/+8
|
* Add threading debug spew when QT_DEBUG is setTimothy Pearson2013-11-036-8/+53
|
* Fix memory leak on widget destruction after certain style method accessesTimothy Pearson2013-10-171-0/+1
| | | | This resolves Bug 1674
* Fix prior commitTimothy Pearson2013-08-151-0/+3
|
* Fix crash on exit when application does not use session managementTimothy Pearson2013-08-151-2/+6
| | | | This relates to Bug 1627
* Fix 'format not a string literal' errorFrancois Andriot2013-08-155-10/+10
|
* Private headers moved out from public include directorySlávek Banko2013-08-142-3/+3
|
* Fix a minor valgrind warningTimothy Pearson2013-08-082-19/+27
|
* Allow TQApplication objects to be constructed without a session managerTimothy Pearson2013-08-062-14/+64
| | | | This relates to Bug 760
* Do not return deleted icon view items after icon view deletionTimothy Pearson2013-08-031-3/+19
| | | | This resolves Bug 1605
* Fix glib multithreading abort with versions less than 2.24Francois Andriot2013-07-231-1/+5
| | | | This resolves Bug 1581
* Update official version numberTimothy Pearson2013-07-011-1/+1
| | | | This resolves Bug 1558
* Fix incorrect thread termination handling when thread count is greater than twoTimothy Pearson2013-06-103-6/+23
| | | | | This resolves Bug 1521 Make double free or delete of QString objects more obvious
* Fix crash on thread terminationTimothy Pearson2013-05-171-1/+1
|
* Fix downstream build failures due to missing TQApplication conditionsTimothy Pearson2013-05-161-1/+3
|
* Fix a number of threading data racesTimothy Pearson2013-05-1419-200/+912
| | | | | Add proper thread termination handler This partially resolves Bug 1508
* Fix spelling mistakesDarrell Anderson2013-05-072-2/+2
|
* Fix ARGB mode stippled focus rectangle showing underlying window contentsTimothy Pearson2013-05-032-6/+21
| | | | Fix TQColor not processing alpha channel in ARGB mode
* Add ability to control cross thread signal slot handling methodTimothy Pearson2013-05-022-6/+31
|
* Fix corrupted titlebar icons in subwindows of ARGB applicationsTimothy Pearson2013-05-021-3/+37
|
* Use glib thread initialization functions when glib main loop is in useTimothy Pearson2013-05-013-48/+74
| | | | This resolves Bug 1484
* Fix a number of threading problems and crashesTimothy Pearson2013-04-227-305/+757
| | | | This partially resolves Bug 1467
* Fix fatal X11 errors when both external display and command arguments are ↵Timothy Pearson2013-04-161-11/+19
| | | | | | provided to QApplication This resolves Bug 1456
* Properly set WM_CLASS atom even if Display pointer was passed to TQApplicationTimothy Pearson2013-04-112-2/+8
| | | | This relates to Bug 1443
* Add unpaged memory mode to TQString and TQLineEditTimothy Pearson2013-03-214-14/+127
| | | | Fix designer build warnings