Slávek Banko
00a3d99a07
Update buildkey for GCC 7 and 8
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 58b25d4341
)
7 years ago
Roman Savochenko
7b580ac8d0
Add brightness keys support
...
The code partially taken from Qt4
This relates to bug 2775
Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 02405c8411
)
7 years ago
Slávek Banko
488cf3ec8e
Update buildkey for GCC 7
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3a5672aab4
)
7 years ago
Slávek Banko
a14693c150
ListView: Deselect items that are hidden by the filter
...
during selectAll and invertSelection
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d96172f76d
)
7 years ago
Slávek Banko
ad6af17aea
IconView: Deselect items that are hidden by the filter
...
during selectAll and invertSelection
This resolves bug 2750
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 057d9fe7a4
)
7 years ago
Slávek Banko
47690cd141
Do not force POSIX mutexes on FreeBSD
...
This relates to bug 2462
See comments on bug 2744
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e70f5ecf76
)
8 years ago
Slávek Banko
81d4481ade
Update buildkey for GCC 6
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b099185b90
)
8 years ago
Timothy Pearson
fcdfc20774
Fix invalid headers in PNG files and optimize for size
...
(cherry picked from commit e834adf078
)
8 years ago
Timothy Pearson
5ed17bc483
Properly implement MySQL reconnect support
...
(cherry picked from commit 709f7e70b0
)
9 years ago
Timothy Pearson
9c08980957
Properly handle MySQL reconnection option
...
(cherry picked from commit 9fe256ac6c
)
9 years ago
Michele Calgaro
dc2dea07f7
Fixed (again) search algorithm for iconview widget. This resolves (again) bug 420.
...
(cherry picked from commit d27f4e2fc3
)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
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.
(cherry picked from commit dad70b4c52
)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
d1fd5b9b23
Fixed search algorithm for iconview widget. This resolves bug 420.
...
(cherry picked from commit d6867cf92e
)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko
6b9213a69c
Update buildkey for GCC 5
...
[taken from RedHat Qt3 patches]
(cherry picked from commit 0d96f74958
)
10 years ago
Slávek Banko
d3f640f17c
Fix security issue CVE-2015-1860
...
[taken from RedHat Qt3 patches]
(cherry picked from commit 538d6a2440
)
10 years ago
Slávek Banko
a0008cd747
Fix security issue CVE-2015-0295
...
[taken from RedHat Qt3 patches]
(cherry picked from commit b3037160f2
)
10 years ago
Slávek Banko
5184b53b9b
Fix security issue CVE-2014-0190
...
[taken from RedHat Qt3 patches]
(cherry picked from commit ad74a11abf
)
10 years ago
Slávek Banko
2383ee57b0
Fix security issue CVE-2013-4549
...
[taken from RedHat Qt3 patches]
(cherry picked from commit 73584365f8
)
10 years ago
Michele Calgaro
cdabaf42b0
Fixed Multicolumn view filtering item arrangement. This relates to bug 146.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9655b0b845
)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson
9974902237
Try to avoid crashes if the destructor of a TQMap is called when no private object was previously created
10 years ago
Timothy Pearson
f6b53fc525
Fix typo in CEF structure definition
...
This relates to Bug 1489
10 years ago
Timothy Pearson
444ac1fed9
Repaint QComboBox on drop-down dismissal
...
This relates to Bug 1489
10 years ago
Timothy Pearson
b11ba445cc
Properly polish QPopupMenu widgets
...
This relates to Bug 1489
10 years ago
Timothy Pearson
b5f543cd3a
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
10 years ago
Francois Andriot
f0cc3689b3
Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIR
10 years ago
Timothy Pearson
dc8f537180
Fix undefined behaviour in TQClipboardWatcher::format
...
This relates to Bug 1820
10 years ago
Timothy Pearson
3a40adfa91
Fix inability to clear TQPushButton icons once set
...
This resolves Bug 1857
10 years ago
Slávek Banko
5b34ad0d8e
Improve TQProgressBar repaint optimization
10 years ago
Enrico Ros
fbc4cf8e7f
Fix unwanted toggling TQIconViewItem focus on click
...
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.
10 years ago
François Andriot
e4b05c8f30
Fix dpi detection when using xft2
10 years ago
François Andriot
a944830520
Fix crash in TQTranslator
10 years ago
François Andriot
fdc4699bcb
Enhance warning verbosity in TQFile (unix)
10 years ago
Waldo Bastian
14f96e80a5
Fix zoom in TQTextEdit
...
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.
10 years ago
Benoit Walter
36ee984c64
Remove unnecessary scrollbar in TQIconView
...
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
10 years ago
Frerich Raabe
9f882f9de7
Add repaint optimization to TQProgressBar
...
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.
10 years ago
Francois Andriot
b716176cec
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
10 years ago
François Andriot
e175139565
Fix FTBFS on Linux specific memlock code
10 years ago
François Andriot
a28cbf4837
Fix FTBFS because invalid data conversion in qmutex
10 years ago
Timothy Pearson
7b43eed24a
Add ability to set reconnect flag on MySQL connections
...
Add database server ping method to SQL classes
10 years ago
Slávek Banko
4de3697383
Fix build option used to select sqlite3 plugin
10 years ago
Michele Calgaro
a401ecd325
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.
10 years ago
Michele Calgaro
dbc8742f9e
Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice."
...
because of wrong reference to bug 1887.
This reverts commit 41f30477dd
.
10 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.
10 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
10 years ago
Michele Calgaro
71a6d7870f
Improvements to QValueList. This may relate to bug 1820
10 years ago
Michele Calgaro
cbeacf0de9
Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. This resolves bug 1901 and 1909.
10 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