Commit Graph

205 Commits (dbc8742f9e8f6828a653ca500ec6ab40fb8ae7cd)
 

Author SHA1 Message Date
Michele Calgaro dbc8742f9e Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice."
because of wrong reference to bug 1887.
This reverts commit 41f30477dd.
11 years ago
Michele Calgaro 41f30477dd Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.
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.
11 years ago
Timothy Pearson 93b3efa890 Refresh control element data structures before executing style object event handlers
This resolves Bug 1816
Fix FTBFS in style examples
11 years ago
Michele Calgaro 71a6d7870f Improvements to QValueList. This may relate to bug 1820 11 years ago
Michele Calgaro cbeacf0de9 Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. This resolves bug 1901 and 1909. 11 years ago
Slávek Banko d738b733bd Add sqlite3 plugin 11 years ago
Slávek Banko 456dc48a97 Fix potential null pointer dereference 11 years ago
Slávek Banko 3d29992e94 Fix crash on populating style data to tabbar without parent
This resolves Bug 1966
11 years ago
Slávek Banko 1afc62ef88 Fix overwriting memory for an application icon
This resolves Bug 2033
11 years ago
Timothy Pearson b7d35a6235 Fix DnD crash when source is not present
This resolves Bug 1602
11 years ago
Michele Calgaro 5747da54c6 Enabled operator->() for class QValueListIterator. 11 years ago
Slávek Banko 7fface8931 Fix tqteditor hidden visibility needed for cppeditor plugin 12 years ago
Slávek Banko 5347950651 Fix FTBFS due to hidden visibility 12 years ago
Francois Andriot 1e11c1dd06 Build by default as a shared 12 years ago
Timothy Pearson 586f373276 Properly export ucm_instantiate in UCOM libraries
This relates to Bug 1780
12 years ago
Timothy Pearson 9ec64b2c9b Add slow QStyleControlElementData copy constructor for use with python 12 years ago
Timothy Pearson d1b6b7be7d Repair performance regression accidentally introduced with new style API 12 years ago
Timothy Pearson f4193c940c Disable unnecessary thread locking in TQString constructors/destructor
This improves performance at no real cost, as the TQString class is not thread safe elsewhere
12 years ago
Timothy Pearson eced6bf82e Reduce TQString allocation/deallocation load in populateControlElementDataFromWidget
Remove unneeded mutex locks around certain TQString operations
12 years ago
Slávek Banko 1ee1ffbae6 Fix FTBFS with libfreetype6 >= 2.5.x
This resolves Bug 1765
12 years ago
Darrell Anderson 2e7cd6be55 Add end-of-file newlines. 12 years ago
Slávek Banko 3a89e057b7 Add pluginsdir to pkgconfig file 12 years ago
Timothy Pearson 56999a270d Wake up the correct event loop when an event is posted to TQApplication
This relates to Bug 1703
12 years ago
Slávek Banko c0780a876e Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT" 12 years ago
Timothy Pearson ef73e104bd Update minor TQt3 tool names to match current TQt3 sources in GIT 12 years ago
Timothy Pearson 2bec467449 Clean up prior commit 12 years ago
Timothy Pearson 99b03be63d Add threading debug spew when QT_DEBUG is set 12 years ago
Timothy Pearson 9229bed187 Fix memory leak on widget destruction after certain style method accesses
This resolves Bug 1674
12 years ago
Francois Andriot d268efee9d Remove dead symlink under 'mkspecs/default' 12 years ago
Timothy Pearson 8fb62409a1 Fix prior commit 12 years ago
Timothy Pearson 7c0bc39229 Fix crash on exit when application does not use session management
This relates to Bug 1627
12 years ago
Francois Andriot af5bc055c2 Fix FTBFS in qvfb with libpng >= 1.5 12 years ago
Francois Andriot 16f24a61f8 Fix 'format not a string literal' error 12 years ago
Slávek Banko 571716ebf8 Private headers moved out from public include directory 12 years ago
Slávek Banko 4e2d1bdf61 3rdparty headers moved out from public include directory
This resolves Bug 1350
12 years ago
Timothy Pearson 7ecf525f20 Fix a minor valgrind warning 12 years ago
Timothy Pearson 49075fd69d Allow TQApplication objects to be constructed without a session manager
This relates to Bug 760
12 years ago
Timothy Pearson d2ab408c06 Do not return deleted icon view items after icon view deletion
This resolves Bug 1605
12 years ago
Francois Andriot 32bd03533d Fix glib multithreading abort with versions less than 2.24
This resolves Bug 1581
12 years ago
Timothy Pearson c0c848cf2a Update official version number
This resolves Bug 1558
12 years ago
Timothy Pearson f2102e1f82 Fix incorrect thread termination handling when thread count is greater than two
This resolves Bug 1521
Make double free or delete of QString objects more obvious
12 years ago
Timothy Pearson 8ff73908ee Fix crash on thread termination 12 years ago
Timothy Pearson 17ffc1e193 Fix downstream build failures due to missing TQApplication conditions 12 years ago
Timothy Pearson 4eba9b8238 Fix a number of threading data races
Add proper thread termination handler
This partially resolves Bug 1508
12 years ago
Darrell Anderson be8413249b Fix spelling mistakes 12 years ago
Timothy Pearson 2a85fcbb5c Fix ARGB mode stippled focus rectangle showing underlying window contents
Fix TQColor not processing alpha channel in ARGB mode
12 years ago
Timothy Pearson 4e770dc815 Add ability to control cross thread signal slot handling method 12 years ago
Timothy Pearson 8ab0008655 Fix corrupted titlebar icons in subwindows of ARGB applications 12 years ago
Timothy Pearson c69c3400cb Use glib thread initialization functions when glib main loop is in use
This resolves Bug 1484
12 years ago
Timothy Pearson 83d39cad27 Fix a number of threading problems and crashes
This partially resolves Bug 1467
12 years ago