Commit Graph

  • a14693c150 ListView: Deselect items that are hidden by the filter during selectAll and invertSelection Slávek Banko 2017-07-02 15:35:57 +0200
  • d96172f76d ListView: Deselect items that are hidden by the filter during selectAll and invertSelection Slávek Banko 2017-07-02 15:35:57 +0200
  • e6fdc7463e IconView: Deselect items that are hidden by the filter during selectAll and invertSelection This resolves bug 2750 Slávek Banko 2017-07-02 15:28:40 +0200
  • ad6af17aea IconView: Deselect items that are hidden by the filter during selectAll and invertSelection This resolves bug 2750 Slávek Banko 2017-07-02 15:28:40 +0200
  • 057d9fe7a4 IconView: Deselect items that are hidden by the filter during selectAll and invertSelection This resolves bug 2750 Slávek Banko 2017-07-02 15:28:40 +0200
  • f979942b32 Update buildkey for GCC 6 Slávek Banko 2016-08-15 03:53:03 +0200
  • 47690cd141 Do not force POSIX mutexes on FreeBSD This relates to bug 2462 See comments on bug 2744 Slávek Banko 2017-03-12 15:20:58 +0100
  • e70f5ecf76 Do not force POSIX mutexes on FreeBSD This relates to bug 2462 See comments on bug 2744 Slávek Banko 2017-03-12 15:20:58 +0100
  • 967e0f8020 Automated update from TQt3 Timothy Pearson 2016-09-06 23:18:50 -0500
  • 3cb304fd0c Automated update from TQt3 Timothy Pearson 2016-09-06 22:54:46 -0500
  • 1aabc56ca5 Automated update from TQt3 Timothy Pearson 2016-09-06 22:52:01 -0500
  • 81d4481ade Update buildkey for GCC 6 r14.0.4 Slávek Banko 2016-08-15 03:53:03 +0200
  • b099185b90 Update buildkey for GCC 6 Slávek Banko 2016-08-15 03:53:03 +0200
  • fcdfc20774 Fix invalid headers in PNG files and optimize for size Timothy Pearson 2016-07-23 18:04:29 -0500
  • e834adf078 Fix invalid headers in PNG files and optimize for size Timothy Pearson 2016-07-23 18:04:29 -0500
  • 5ed17bc483 Properly implement MySQL reconnect support Timothy Pearson 2016-02-22 12:13:14 -0600
  • 9c08980957 Properly handle MySQL reconnection option Timothy Pearson 2016-02-21 15:46:41 -0600
  • 709f7e70b0 Properly implement MySQL reconnect support Timothy Pearson 2016-02-22 12:13:14 -0600
  • 9fe256ac6c Properly handle MySQL reconnection option Timothy Pearson 2016-02-21 15:46:41 -0600
  • da181f82c3 Fixed (again) search algorithm for iconview widget. This resolves (again) bug 420. Michele Calgaro 2015-09-07 23:58:02 +0900
  • 3f8c59015d Fixed search algorithm for iconview widget. This resolves bug 420. Michele Calgaro 2015-07-13 14:17:42 +0900
  • 7ba79f3631 Update buildkey for GCC 5 [taken from RedHat Qt3 patches] (cherry picked from commit 0d96f74958) Slávek Banko 2015-05-23 18:50:36 +0200
  • e2922dd208 Fixed Multicolumn view filtering item arrangement. This relates to bug 146. Michele Calgaro 2015-01-09 13:59:35 +0900
  • f7fcc6acb7 Try to avoid crashes if the destructor of a TQMap is called when no private object was previously created (cherry picked from commit 9974902237) Timothy Pearson 2014-12-06 15:08:56 -0600
  • 92cad529ea Repaint QComboBox on drop-down dismissal This relates to Bug 1489 (cherry picked from commit 444ac1fed9) Timothy Pearson 2014-11-21 23:21:39 -0600
  • b4bff05ee3 Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIR (cherry picked from commit f0cc3689b3) Francois Andriot 2014-10-06 00:03:13 -0500
  • 83b1aa2e88 Fix undefined behaviour in TQClipboardWatcher::format This relates to Bug 1820 (cherry picked from commit dc8f537180) Timothy Pearson 2014-10-04 23:29:02 -0500
  • fa671f0185 Improve TQProgressBar repaint optimization (cherry picked from commit 5b34ad0d8e) Slávek Banko 2014-09-16 20:10:51 +0200
  • 217873db13 Fix unwanted toggling TQIconViewItem focus on click Enrico Ros 2014-09-16 03:37:06 +0200
  • fd6922e60b Fix dpi detection when using xft2 (cherry picked from commit e4b05c8f30) François Andriot 2014-09-16 03:35:26 +0200
  • ccee6e3103 Fix crash in TQTranslator (cherry picked from commit a944830520) François Andriot 2014-09-16 03:31:12 +0200
  • a085aad2b5 Enhance warning verbosity in TQFile (unix) (cherry picked from commit fdc4699bcb) François Andriot 2014-09-16 03:27:27 +0200
  • 664cc9b90c Fix zoom in TQTextEdit Waldo Bastian 2014-09-16 03:22:04 +0200
  • 15508fac70 Remove unnecessary scrollbar in TQIconView Benoit Walter 2014-09-16 03:17:57 +0200
  • a356a05c01 Add repaint optimization to TQProgressBar Frerich Raabe 2014-09-16 03:14:25 +0200
  • b5cb163e01 Fix qmake shared library naming Add long long int support to TQTextStream Fix potential segmentation fault in QValueList Fix library naming in TQT Plugins This relates to Bug 2107 (cherry picked from commit b716176cec) Francois Andriot 2014-09-12 12:57:56 -0500
  • 9ea7824ff9 Fix FTBFS because invalid data conversion in qmutex (cherry picked from commit a28cbf4837) François Andriot 2014-09-07 00:45:18 +0200
  • b0291308c4 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 1947. (cherry picked from commit a401ecd325) Michele Calgaro 2014-08-18 00:24:25 +0900
  • 3bffdfb381 Improvements to QValueList. This may relate to bug 1820 (cherry picked from commit 71a6d7870f) Michele Calgaro 2014-08-02 21:18:48 +0900
  • 7e2db04621 Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. This resolves bug 1901 and 1909. (cherry picked from commit cbeacf0de9) Michele Calgaro 2014-07-30 09:02:30 +0200
  • 2f51a9410a Fix overwriting memory for an application icon This resolves Bug 2033 (cherry picked from commit 1afc62ef88) Slávek Banko 2014-05-19 19:06:45 +0200
  • 08dd9f5517 Fix DnD crash when source is not present This resolves Bug 1602 (cherry picked from commit b7d35a6235) Timothy Pearson 2014-04-23 15:01:04 -0500
  • bf0d76f75a Fix tqteditor hidden visibility needed for cppeditor plugin (cherry picked from commit 7fface8931) Slávek Banko 2014-02-11 00:04:34 +0100
  • 670b1431fa Fix FTBFS due to hidden visibility (cherry picked from commit 5347950651) Slávek Banko 2014-02-02 18:19:29 +0100
  • e3a418d757 Build by default as a shared (cherry picked from commit 1e11c1dd06) Francois Andriot 2014-02-02 18:17:52 +0100
  • b958d50c22 Properly export ucm_instantiate in UCOM libraries This relates to Bug 1780 (cherry picked from commit 586f373276) Timothy Pearson 2013-12-28 04:26:02 -0600
  • 13859714fd Fix FTBFS with libfreetype6 >= 2.5.x This resolves Bug 1765 (cherry picked from commit 1ee1ffbae6) Slávek Banko 2013-12-13 03:07:09 +0100
  • f16757db87 Add pluginsdir to pkgconfig file (cherry picked from commit 3a89e057b7) Slávek Banko 2013-11-25 12:41:07 +0100
  • adf32d0c0a Remove dead symlink under 'mkspecs/default' (cherry picked from commit d268efee9d) Francois Andriot 2013-08-20 20:14:54 +0200
  • 6bb565d42e Fix prior commit (cherry picked from commit 8fb62409a1) Timothy Pearson 2013-08-15 16:51:52 -0500
  • 8af28edd4a Fix crash on exit when application does not use session management This relates to Bug 1627 (cherry picked from commit 7c0bc39229) Timothy Pearson 2013-08-15 15:41:06 -0500
  • 19b34d5dcf Fix FTBFS in qvfb with libpng >= 1.5 (cherry picked from commit af5bc055c2) Francois Andriot 2013-08-15 21:15:52 +0200
  • 851cbaad8b Fix 'format not a string literal' error (cherry picked from commit 16f24a61f8) Francois Andriot 2013-08-15 21:03:13 +0200
  • c5a026e70b Private headers moved out from public include directory (cherry picked from commit 571716ebf8) Slávek Banko 2013-08-14 17:47:36 +0200
  • a2c7f8f7b4 3rdparty headers moved out from public include directory This resolves Bug 1350 (cherry picked from commit 4e2d1bdf61) Slávek Banko 2013-08-14 17:12:35 +0200
  • 1f7ae30324 Allow TQApplication objects to be constructed without a session manager This relates to Bug 760 (cherry picked from commit 49075fd69d) Timothy Pearson 2013-08-06 09:20:52 -0500
  • 3dccb6a206 Do not return deleted icon view items after icon view deletion This resolves Bug 1605 (cherry picked from commit d2ab408c06) Timothy Pearson 2013-08-03 15:56:00 -0500
  • 1ee1281a95 Fix first icon view item display (cherry picked from commit 783aa27bae) Timothy Pearson 2012-02-04 17:21:18 -0600
  • 7413b3b4e5 Add full hidden item support to QIconView This will enable TDE to efficiently filter icon views via Konqueror (cherry picked from commit 660a32cfcf) Timothy Pearson 2012-01-31 16:55:00 -0600
  • 8d8e01fb8e Fix security issue CVE-2015-1860 [taken from RedHat Qt3 patches] (cherry picked from commit 538d6a2440) Slávek Banko 2015-05-23 18:48:51 +0200
  • e3dd0b7464 Fix security issue CVE-2015-0295 [taken from RedHat Qt3 patches] (cherry picked from commit b3037160f2) Slávek Banko 2015-03-09 22:35:10 +0100
  • 2e1f44ecf6 Fix security issue CVE-2014-0190 [taken from RedHat Qt3 patches] (cherry picked from commit ad74a11abf) Slávek Banko 2015-03-09 22:33:13 +0100
  • 635d3fe606 Fix security issue CVE-2013-4549 [taken from RedHat Qt3 patches] (cherry picked from commit 73584365f8) Slávek Banko 2015-03-09 22:30:38 +0100
  • cd6978fd2a Added operator[] convenience function to QPtrList, similarly to QValueList. Michele Calgaro 2015-09-14 19:12:26 +0900
  • dc2dea07f7 Fixed (again) search algorithm for iconview widget. This resolves (again) bug 420. r14.0.3 r14.0.2 Michele Calgaro 2015-09-07 23:58:02 +0900
  • d27f4e2fc3 Fixed (again) search algorithm for iconview widget. This resolves (again) bug 420. Michele Calgaro 2015-09-07 23:58:02 +0900
  • 8eefba828f Added safety harness for currentThreadObject() usage. currentThreadObject() returns a null pointer if the current thread was not started using the QThread API. This relates to bug 1748. Michele Calgaro 2015-07-19 22:04:28 +0900
  • d1fd5b9b23 Fixed search algorithm for iconview widget. This resolves bug 420. Michele Calgaro 2015-07-13 14:17:42 +0900
  • dad70b4c52 Added safety harness for currentThreadObject() usage. currentThreadObject() returns a null pointer if the current thread was not started using the QThread API. This relates to bug 1748. Michele Calgaro 2015-07-19 22:04:28 +0900
  • d6867cf92e Fixed search algorithm for iconview widget. This resolves bug 420. Michele Calgaro 2015-07-13 14:17:42 +0900
  • 6b9213a69c Update buildkey for GCC 5 [taken from RedHat Qt3 patches] (cherry picked from commit 0d96f74958) r14.0.1 Slávek Banko 2015-05-23 18:50:36 +0200
  • d3f640f17c Fix security issue CVE-2015-1860 [taken from RedHat Qt3 patches] (cherry picked from commit 538d6a2440) Slávek Banko 2015-05-23 18:48:51 +0200
  • 0d96f74958 Update buildkey for GCC 5 [taken from RedHat Qt3 patches] Slávek Banko 2015-05-23 18:50:36 +0200
  • 538d6a2440 Fix security issue CVE-2015-1860 [taken from RedHat Qt3 patches] Slávek Banko 2015-05-23 18:48:51 +0200
  • a0008cd747 Fix security issue CVE-2015-0295 [taken from RedHat Qt3 patches] (cherry picked from commit b3037160f2) Slávek Banko 2015-03-09 22:35:10 +0100
  • 5184b53b9b Fix security issue CVE-2014-0190 [taken from RedHat Qt3 patches] (cherry picked from commit ad74a11abf) Slávek Banko 2015-03-09 22:33:13 +0100
  • 2383ee57b0 Fix security issue CVE-2013-4549 [taken from RedHat Qt3 patches] (cherry picked from commit 73584365f8) Slávek Banko 2015-03-09 22:30:38 +0100
  • b3037160f2 Fix security issue CVE-2015-0295 [taken from RedHat Qt3 patches] Slávek Banko 2015-03-09 22:35:10 +0100
  • ad74a11abf Fix security issue CVE-2014-0190 [taken from RedHat Qt3 patches] Slávek Banko 2015-03-09 22:33:13 +0100
  • 73584365f8 Fix security issue CVE-2013-4549 [taken from RedHat Qt3 patches] Slávek Banko 2015-03-09 22:30:38 +0100
  • a0a411065d Moved iconview widget to src/widget folders. Michele Calgaro 2015-02-06 15:58:53 +0900
  • 8b9ae3fbf8 Add vsprintf method to QString Timothy Pearson 2015-01-11 23:53:50 -0600
  • cdabaf42b0 Fixed Multicolumn view filtering item arrangement. This relates to bug 146. Michele Calgaro 2015-01-09 13:59:35 +0900
  • 9655b0b845 Fixed Multicolumn view filtering item arrangement. This relates to bug 146. Michele Calgaro 2015-01-09 13:59:35 +0900
  • 9974902237 Try to avoid crashes if the destructor of a TQMap is called when no private object was previously created r14.0.0 Timothy Pearson 2014-12-06 15:08:56 -0600
  • f6b53fc525 Fix typo in CEF structure definition This relates to Bug 1489 Timothy Pearson 2014-11-22 01:47:01 -0600
  • 444ac1fed9 Repaint QComboBox on drop-down dismissal This relates to Bug 1489 Timothy Pearson 2014-11-21 23:21:39 -0600
  • b11ba445cc Properly polish QPopupMenu widgets This relates to Bug 1489 Timothy Pearson 2014-11-21 21:58:18 -0600
  • b5f543cd3a Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance Timothy Pearson 2014-10-13 15:43:52 -0500
  • f0cc3689b3 Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIR Francois Andriot 2014-10-06 00:03:13 -0500
  • dc8f537180 Fix undefined behaviour in TQClipboardWatcher::format This relates to Bug 1820 Timothy Pearson 2014-10-04 23:29:02 -0500
  • 3a40adfa91 Fix inability to clear TQPushButton icons once set This resolves Bug 1857 Timothy Pearson 2014-10-03 12:38:00 -0500
  • 5b34ad0d8e Improve TQProgressBar repaint optimization Slávek Banko 2014-09-16 20:10:51 +0200
  • fbc4cf8e7f Fix unwanted toggling TQIconViewItem focus on click Enrico Ros 2014-09-16 03:37:06 +0200
  • e4b05c8f30 Fix dpi detection when using xft2 François Andriot 2014-09-16 03:35:26 +0200
  • a944830520 Fix crash in TQTranslator François Andriot 2014-09-16 03:31:12 +0200
  • fdc4699bcb Enhance warning verbosity in TQFile (unix) François Andriot 2014-09-16 03:27:27 +0200
  • 14f96e80a5 Fix zoom in TQTextEdit Waldo Bastian 2014-09-16 03:22:04 +0200
  • 36ee984c64 Remove unnecessary scrollbar in TQIconView Benoit Walter 2014-09-16 03:17:57 +0200
  • 9f882f9de7 Add repaint optimization to TQProgressBar Frerich Raabe 2014-09-16 03:14:25 +0200