| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
| |
package.
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
QT_CLEAN_NAMESPACE constant is no more needed
This may theoretically affect applications created for Qt1 and Qt2,
but such applications require further modifications as well.
---------------------------
Cherry picked and adapted from commit ff63338d in tqt3 from Slávek Banko <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
|
| |
updated admin module"
The original commit was a mistake and should not have been pushed.
This reverts commit f849f22528ee9eb5eeb1f9aa92822846b2b3e01f.
|
|
|
|
|
|
| |
module
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
| |
The code partially taken from Qt4
This relates to bug 2775
Signed-off-by: Roman Savochenko <[email protected]>
|
|
|
|
|
|
| |
during selectAll and invertSelection
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
| |
during selectAll and invertSelection
This resolves bug 2750
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
| |
This relates to bug 2462
See comments on bug 2744
Signed-off-by: Slávek Banko <[email protected]>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
| |
bug 420.
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
[taken from RedHat Qt3 patches]
|
|
|
|
| |
[taken from RedHat Qt3 patches]
|
|
|
|
| |
[taken from RedHat Qt3 patches]
|
|
|
|
| |
[taken from RedHat Qt3 patches]
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
| |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
| |
object was previously created
|
|
|
|
| |
This relates to Bug 1489
|
|
|
|
| |
This relates to Bug 1489
|
|
|
|
| |
This relates to Bug 1489
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|