Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix undefined behaviour in TQClipboardWatcher::format | Timothy Pearson | 2014-10-04 | 2 | -9/+9 |
| | | | | This relates to Bug 1820 | ||||
* | Fix inability to clear TQPushButton icons once set | Timothy Pearson | 2014-10-03 | 1 | -0/+6 |
| | | | | This resolves Bug 1857 | ||||
* | Improve TQProgressBar repaint optimization | Slávek Banko | 2014-09-16 | 2 | -8/+5 |
| | |||||
* | Fix unwanted toggling TQIconViewItem focus on click | Enrico Ros | 2014-09-16 | 1 | -17/+26 |
| | | | | | | | | | | | | | | | This fixes the 'flashing' icon when clicking repeatedly on a TQIconView or derivates (ie TDEIconView, KonqIconViewWidget, the KDesktop and so on..). The current behavior considers that if not over an icon, the user is clicking down to perform icons selection (with the rubberband). This is not always true, since a click might be used to give focus to a window or unselect some icons. How this is fixed: when clicking down the mouse a flag is set. If the pointer is moved on the iconview with the button held down, then (and only at that moment) the rubber is created. Now a selection operation (the one done with the rubber) begins when moving the mouse and not only when clicking on the empty space. | ||||
* | Fix dpi detection when using xft2 | François Andriot | 2014-09-16 | 1 | -1/+18 |
| | |||||
* | Fix crash in TQTranslator | François Andriot | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | Enhance warning verbosity in TQFile (unix) | François Andriot | 2014-09-16 | 1 | -9/+9 |
| | |||||
* | Fix zoom in TQTextEdit | Waldo Bastian | 2014-09-16 | 1 | -2/+12 |
| | | | | | | TQTextEdit::zoomIn / TQTextEdit::zoomOut does not work if the original font had its size specified in pixels instead of points. pointSize() returns 0 in such case. | ||||
* | Remove unnecessary scrollbar in TQIconView | Benoit Walter | 2014-09-16 | 2 | -10/+32 |
| | | | | | | | | | | | | | | Test case (using konqueror icon view): - The first icons are being shown (no scrollbar yet) - When there is no space left, a vertical scrollbar is needed - The vertical scrollbar may cover the right edge of the icons (in the last column) => an horizontal scrollbar is needed :-( Solution: When using ScrollBarMode::Auto, prevent TQt from drawing icons on the scrollbar area (before the scrollbar is shown). Related to KDE bug #69589 | ||||
* | Add repaint optimization to TQProgressBar | Frerich Raabe | 2014-09-16 | 2 | -3/+54 |
| | | | | | | | | This optimization makes TQProgressBar::setProgress() only repaint itself if stepping to the new progress would cause a graphical change. This means that for a width W and a total number of steps S, it will repaint itself 'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is right now. | ||||
* | Fix qmake shared library naming | Francois Andriot | 2014-09-12 | 6 | -16/+67 |
| | | | | | | | Add long long int support to TQTextStream Fix potential segmentation fault in QValueList Fix library naming in TQT Plugins This relates to Bug 2107 | ||||
* | Fix FTBFS on Linux specific memlock code | François Andriot | 2014-09-07 | 2 | -0/+8 |
| | |||||
* | Fix FTBFS because invalid data conversion in qmutex | François Andriot | 2014-09-07 | 1 | -2/+3 |
| | |||||
* | Add ability to set reconnect flag on MySQL connections | Timothy Pearson | 2014-09-03 | 15 | -0/+98 |
| | | | | Add database server ping method to SQL classes | ||||
* | Fix build option used to select sqlite3 plugin | Slávek Banko | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice. | Michele Calgaro | 2014-08-18 | 1 | -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 Calgaro | 2014-08-18 | 1 | -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 Calgaro | 2014-08-18 | 1 | -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 Pearson | 2014-08-07 | 5 | -44/+53 |
| | | | | | | | handlers This resolves Bug 1816 Fix FTBFS in style examples | ||||
* | Improvements to QValueList. This may relate to bug 1820 | Michele Calgaro | 2014-08-02 | 1 | -20/+22 |
| | |||||
* | Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. ↵ | Michele Calgaro | 2014-07-30 | 1 | -3/+3 |
| | | | | This resolves bug 1901 and 1909. | ||||
* | Add sqlite3 plugin | Slávek Banko | 2014-05-24 | 7 | -0/+706 |
| | |||||
* | Fix potential null pointer dereference | Slávek Banko | 2014-05-23 | 1 | -2/+2 |
| | |||||
* | Fix crash on populating style data to tabbar without parent | Slávek Banko | 2014-05-20 | 1 | -35/+37 |
| | | | | This resolves Bug 1966 | ||||
* | Fix overwriting memory for an application icon | Slávek Banko | 2014-05-19 | 3 | -8/+9 |
| | | | | This resolves Bug 2033 | ||||
* | Fix DnD crash when source is not present | Timothy Pearson | 2014-04-23 | 1 | -1/+1 |
| | | | | This resolves Bug 1602 | ||||
* | Enabled operator->() for class QValueListIterator. | Michele Calgaro | 2014-03-17 | 1 | -6/+2 |
| | |||||
* | Fix tqteditor hidden visibility needed for cppeditor plugin | Slávek Banko | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS due to hidden visibility | Slávek Banko | 2014-02-02 | 5 | -9/+9 |
| | |||||
* | Build by default as a shared | Francois Andriot | 2014-02-02 | 3 | -6/+5 |
| | |||||
* | Properly export ucm_instantiate in UCOM libraries | Timothy Pearson | 2013-12-28 | 1 | -3/+3 |
| | | | | This relates to Bug 1780 | ||||
* | Add slow QStyleControlElementData copy constructor for use with python | Timothy Pearson | 2013-12-22 | 2 | -0/+68 |
| | |||||
* | Repair performance regression accidentally introduced with new style API | Timothy Pearson | 2013-12-22 | 9 | -155/+342 |
| | |||||
* | Disable unnecessary thread locking in TQString constructors/destructor | Timothy Pearson | 2013-12-17 | 1 | -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 Pearson | 2013-12-17 | 2 | -81/+69 |
| | | | | | | populateControlElementDataFromWidget Remove unneeded mutex locks around certain TQString operations | ||||
* | Fix FTBFS with libfreetype6 >= 2.5.x | Slávek Banko | 2013-12-13 | 1 | -1/+4 |
| | | | | This resolves Bug 1765 | ||||
* | Add end-of-file newlines. | Darrell Anderson | 2013-11-30 | 6 | -6/+4 |
| | |||||
* | Add pluginsdir to pkgconfig file | Slávek Banko | 2013-11-25 | 2 | -0/+6 |
| | |||||
* | Wake up the correct event loop when an event is posted to TQApplication | Timothy Pearson | 2013-11-25 | 2 | -15/+20 |
| | | | | This relates to Bug 1703 | ||||
* | Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT" | Slávek Banko | 2013-11-08 | 62 | -177/+177 |
| | |||||
* | Update minor TQt3 tool names to match current TQt3 sources in GIT | Timothy Pearson | 2013-11-07 | 62 | -177/+177 |
| | |||||
* | Clean up prior commit | Timothy Pearson | 2013-11-04 | 2 | -6/+8 |
| | |||||
* | Add threading debug spew when QT_DEBUG is set | Timothy Pearson | 2013-11-03 | 7 | -13/+58 |
| | |||||
* | Fix memory leak on widget destruction after certain style method accesses | Timothy Pearson | 2013-10-17 | 1 | -0/+1 |
| | | | | This resolves Bug 1674 | ||||
* | Remove dead symlink under 'mkspecs/default' | Francois Andriot | 2013-08-20 | 1 | -1/+0 |
| | |||||
* | Fix prior commit | Timothy Pearson | 2013-08-15 | 1 | -0/+3 |
| | |||||
* | Fix crash on exit when application does not use session management | Timothy Pearson | 2013-08-15 | 1 | -2/+6 |
| | | | | This relates to Bug 1627 | ||||
* | Fix FTBFS in qvfb with libpng >= 1.5 | Francois Andriot | 2013-08-15 | 1 | -0/+8 |
| | |||||
* | Fix 'format not a string literal' error | Francois Andriot | 2013-08-15 | 7 | -20/+20 |
| | |||||
* | Private headers moved out from public include directory | Slávek Banko | 2013-08-14 | 59 | -59/+4 |
| |