| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit e834adf07807b0400eb8a0ef51b68734327f1b09)
|
|
|
|
| |
(cherry picked from commit 709f7e70b0a12749ab34f47a16946374bcb887bd)
|
|
|
|
| |
(cherry picked from commit 9fe256ac6ce302572f46bad25f52092fdf9e63c5)
|
|
|
|
|
|
|
| |
bug 420.
(cherry picked from commit d27f4e2fc304208a404c64279a4e32b1a94b05a9)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
|
|
|
| |
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 dad70b4c5201ece044ecb663bb91b48ba8bd84a3)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
| |
(cherry picked from commit d6867cf92e3f65b61a7289a478f97910b9fa4965)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
(cherry picked from commit 0d96f74958fd20bbafe4ba457d99a802abb12a58)
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
(cherry picked from commit 538d6a2440fbe645b970402fa7e86dfd3e36192b)
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
(cherry picked from commit b3037160f25730efca66966559779559a4946bf3)
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
(cherry picked from commit ad74a11abf9d62389a6bd74a6edf9cd73e36c8f7)
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
(cherry picked from commit 73584365f8600414fc5a114ec2f2d6750a7f77cc)
|
|
|
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9655b0b845a568b61437a9354e98eae9623b7d13)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
object was previously created
|
|
|
|
| |
This relates to Bug 1489
|
|
|
|
| |
This relates to Bug 1489
|
|
|
|
| |
This relates to Bug 1489
|
|
|
|
| |
fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
|
| |
|
|
|
|
| |
This relates to Bug 1820
|
|
|
|
| |
This resolves Bug 1857
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Add long long int support to TQTextStream
Fix potential segmentation fault in QValueList
Fix library naming in TQT Plugins
This relates to Bug 2107
|
| |
|
| |
|
|
|
|
| |
Add database server ping method to SQL classes
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
invoked twice."
because of wrong reference to bug 1887.
This reverts commit 41f30477dd877e37ed79b42253b79d6441dab7d9.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
handlers
This resolves Bug 1816
Fix FTBFS in style examples
|
| |
|
|
|
|
| |
This resolves bug 1901 and 1909.
|
| |
|
| |
|
|
|
|
| |
This resolves Bug 1966
|
|
|
|
| |
This resolves Bug 2033
|
|
|
|
| |
This resolves Bug 1602
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This relates to Bug 1780
|
| |
|