Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update buildkey for GCC 7 and 8 | Slávek Banko | 2018-05-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add brightness keys support | Roman Savochenko | 2017-07-30 | 8 | -2/+52 |
| | | | | | | | The code partially taken from Qt4 This relates to bug 2775 Signed-off-by: Roman Savochenko <[email protected]> | ||||
* | Update buildkey for GCC 7 | Slávek Banko | 2017-07-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | ListView: Deselect items that are hidden by the filter | Slávek Banko | 2017-07-02 | 1 | -5/+21 |
| | | | | | | during selectAll and invertSelection Signed-off-by: Slávek Banko <[email protected]> | ||||
* | IconView: Deselect items that are hidden by the filter | Slávek Banko | 2017-07-02 | 1 | -7/+15 |
| | | | | | | | during selectAll and invertSelection This resolves bug 2750 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Do not force POSIX mutexes on FreeBSD | Slávek Banko | 2017-03-12 | 1 | -2/+2 |
| | | | | | | | This relates to bug 2462 See comments on bug 2744 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Automated update from TQt3 | Timothy Pearson | 2016-09-06 | 1 | -0/+1 |
| | |||||
* | Automated update from TQt3 | Timothy Pearson | 2016-09-06 | 1 | -3/+3 |
| | |||||
* | Automated update from TQt3 | Timothy Pearson | 2016-09-06 | 1 | -6/+6 |
| | |||||
* | Update buildkey for GCC 6 | Slávek Banko | 2016-08-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 657 | -0/+0 |
| | |||||
* | Properly implement MySQL reconnect support | Timothy Pearson | 2016-02-22 | 1 | -2/+5 |
| | |||||
* | Properly handle MySQL reconnection option | Timothy Pearson | 2016-02-21 | 1 | -13/+19 |
| | |||||
* | Added operator[] convenience function to QPtrList, similarly to QValueList. | Michele Calgaro | 2015-09-14 | 2 | -0/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed (again) search algorithm for iconview widget. This resolves (again) ↵ | Michele Calgaro | 2015-09-07 | 1 | -24/+22 |
| | | | | | | bug 420. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added safety harness for currentThreadObject() usage. | Michele Calgaro | 2015-07-19 | 2 | -7/+25 |
| | | | | | | | | currentThreadObject() returns a null pointer if the current thread was not started using the QThread API. This relates to bug 1748. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed search algorithm for iconview widget. This resolves bug 420. | Michele Calgaro | 2015-07-13 | 3 | -223/+238 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update buildkey for GCC 5 | Slávek Banko | 2015-05-23 | 1 | -2/+2 |
| | | | | [taken from RedHat Qt3 patches] | ||||
* | Fix security issue CVE-2015-1860 | Slávek Banko | 2015-05-23 | 1 | -0/+2 |
| | | | | [taken from RedHat Qt3 patches] | ||||
* | Fix security issue CVE-2015-0295 | Slávek Banko | 2015-03-09 | 1 | -0/+6 |
| | | | | [taken from RedHat Qt3 patches] | ||||
* | Fix security issue CVE-2014-0190 | Slávek Banko | 2015-03-09 | 1 | -1/+6 |
| | | | | [taken from RedHat Qt3 patches] | ||||
* | Fix security issue CVE-2013-4549 | Slávek Banko | 2015-03-09 | 2 | -0/+70 |
| | | | | [taken from RedHat Qt3 patches] | ||||
* | Moved iconview widget to src/widget folders. | Michele Calgaro | 2015-02-06 | 13 | -62/+15 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add vsprintf method to QString | Timothy Pearson | 2015-01-11 | 2 | -5/+22 |
| | |||||
* | Fixed Multicolumn view filtering item arrangement. This relates to bug 146. | Michele Calgaro | 2015-01-09 | 1 | -9/+12 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Try to avoid crashes if the destructor of a TQMap is called when no private ↵r14.0.0 | Timothy Pearson | 2014-12-06 | 1 | -2/+6 |
| | | | | object was previously created | ||||
* | Fix typo in CEF structure definition | Timothy Pearson | 2014-11-22 | 1 | -1/+1 |
| | | | | This relates to Bug 1489 | ||||
* | Repaint QComboBox on drop-down dismissal | Timothy Pearson | 2014-11-21 | 1 | -0/+2 |
| | | | | This relates to Bug 1489 | ||||
* | Properly polish QPopupMenu widgets | Timothy Pearson | 2014-11-21 | 2 | -3/+3 |
| | | | | This relates to Bug 1489 | ||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 7 | -13/+13 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIR | Francois Andriot | 2014-10-06 | 1 | -1/+24 |
| | |||||
* | 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 |