Slávek Banko
d9d3dd456a
Improve TQProgressBar repaint optimization
10 years ago
Enrico Ros
baea23ba1f
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
f059feb9c6
Fix dpi detection when using xft2
10 years ago
François Andriot
3e57876ec3
Fix crash in TQTranslator
10 years ago
François Andriot
c86b8f17bf
Enhance warning verbosity in TQFile (unix)
10 years ago
Waldo Bastian
9a892fcab0
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
0cce3b0ec1
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
0c5a2640a6
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
Timothy Pearson
b478472598
Automated update from Qt3
10 years ago
François Andriot
9c2ce91a36
Fix FTBFS on Linux specific memlock code
10 years ago
François Andriot
6d4396b3b5
Fix FTBFS because invalid data conversion in qmutex
10 years ago
Timothy Pearson
d8352f9db2
Automated update from Qt3
10 years ago
Michele Calgaro
85e2ff9cf6
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
686236f374
Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice."
...
because of wrong reference to bug 1887.
This reverts commit f0bff64751
.
10 years ago
Michele Calgaro
f0bff64751
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
e45396f47a
Automated update from Qt3
10 years ago
Michele Calgaro
6fb1d18ed1
Improvements to TQValueList. This may relate to bug 1820
10 years ago
Michele Calgaro
0c50fad6c7
Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. This resolves bug 1901 and 1909.
10 years ago
Slávek Banko
a44a713fec
Add sqlite3 plugin
11 years ago
Slávek Banko
bb6df872fe
Fix potential null pointer dereference
11 years ago
Slávek Banko
5da15f81a7
Fix crash on populating style data to tabbar without parent
...
This resolves Bug 1966
11 years ago
Slávek Banko
d5059601e6
Fix overwriting memory for an application icon
...
This resolves Bug 2033
11 years ago
Timothy Pearson
a9ec6a1556
Automated update from Qt3
11 years ago
Michele Calgaro
67ff892b73
Enabled operator->() for class QValueListIterator.
11 years ago
Timothy Pearson
cd689d40d7
Automated update from Qt3
11 years ago
Timothy Pearson
048b28dbf1
Automated update from Qt3
11 years ago
Timothy Pearson
523c1fd99e
Automated update from Qt3
11 years ago
Timothy Pearson
d55c0cef4d
Automated update from Qt3
11 years ago
Timothy Pearson
d5fcca47a6
Automated update from Qt3
11 years ago
Timothy Pearson
5445c25f50
Automated update from Qt3
11 years ago
Slávek Banko
534275dec5
Add pluginsdir to pkgconfig file
11 years ago
Timothy Pearson
eeaba43277
Automated update from Qt3
11 years ago
Timothy Pearson
36753ac659
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
...
This reverts commit 40e50e6f20
.
11 years ago
Timothy Pearson
40e50e6f20
Update minor TQt3 tool names to match current TQt3 sources in GIT
11 years ago
Timothy Pearson
e193e01404
Automated update from Qt3
11 years ago
Timothy Pearson
ab9c0372a3
Automated update from Qt3
11 years ago
Timothy Pearson
8d210f61fc
Automated update from Qt3
11 years ago
Timothy Pearson
d83cf65002
Automated update from Qt3
11 years ago
Timothy Pearson
0b93129963
Automated update from Qt3
11 years ago
Timothy Pearson
5ee08d99ed
Automated update from Qt3
11 years ago
Timothy Pearson
097eb253b8
Automated update from Qt3
11 years ago
Francois Andriot
13618b73e3
Fix 'format not a string literal' error
11 years ago
Slávek Banko
5f10ba05fc
Private headers moved out from public include directory
11 years ago
Timothy Pearson
04a4f34bdc
Automated update from Qt3
11 years ago
Timothy Pearson
5339ac3f51
Automated update from Qt3
11 years ago
Timothy Pearson
c37c87bb87
Automated update from Qt3
11 years ago
Timothy Pearson
5b1e219566
Automated update from Qt3
11 years ago
Timothy Pearson
7da66b8529
Automated update from Qt3
12 years ago
Timothy Pearson
33e14b0aa3
Automated update from Qt3
12 years ago
Timothy Pearson
245c821c19
Automated update from Qt3
12 years ago
Timothy Pearson
dab41fe3e6
Automated update from Qt3
12 years ago
Timothy Pearson
9a4765a62e
Automated update from Qt3
12 years ago
Timothy Pearson
c740211ffb
Automated update from Qt3
12 years ago
Timothy Pearson
8a4eacb618
Fix incorrect renaming of RETQUEST
12 years ago
Timothy Pearson
7446fdb128
Automated update from Qt3
12 years ago
Timothy Pearson
68f557434a
Automated update from Qt3
12 years ago
Timothy Pearson
e980c0380f
Automated update from Qt3
12 years ago
Timothy Pearson
5faba37f11
Automated update from Qt3
12 years ago
Timothy Pearson
33e2cf2d1c
Automated update from Qt3
12 years ago
Timothy Pearson
d359f91916
Automated update from Qt3
12 years ago
Timothy Pearson
7e8d6ff0bc
Automated update from Qt3
12 years ago
Timothy Pearson
f5b03149e8
Automated update from Qt3
12 years ago
Darrell Anderson
1b0a52a0c1
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
71625b1f53
Automated update from Qt3
12 years ago
Darrell Anderson
85e23da660
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
cb6a50aa25
Automated update from Qt3
12 years ago
Timothy Pearson
2d10fcbf89
Automated update from Qt3
12 years ago
Timothy Pearson
cff522f986
Automated update from Qt3
12 years ago
Slávek Banko
63d62f785a
Fix unintended rename of LOCKFILE
12 years ago
Timothy Pearson
f49d7e22b5
Automated update from Qt3
12 years ago
Timothy Pearson
07d10b57b7
Automated update from Qt3
12 years ago
Timothy Pearson
b283cf865c
Rename a few build variables for overall consistency
12 years ago
Darrell Anderson
67196343e4
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
cae2992539
Automated update from Qt3
12 years ago
Darrell Anderson
f8224f3a62
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
e8cbbedf46
Automated update from Qt3
12 years ago
Timothy Pearson
e863a01b9b
Automated update from Qt3
12 years ago
Timothy Pearson
3289e9c0d8
Automated update from Qt3
12 years ago
Timothy Pearson
eb47d241d0
Automated update from Qt3
12 years ago
Timothy Pearson
9ee8babab3
Automated update from Qt3
12 years ago
Timothy Pearson
f1f1d22432
Automated update from Qt3
12 years ago
Timothy Pearson
3f5dc49edf
Automated update from Qt3
12 years ago
Timothy Pearson
6955a7ebe3
Automated update from Qt3
12 years ago
Darrell Anderson
2524057909
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
4c50ba8f9e
Automated update from Qt3
12 years ago
Darrell Anderson
992df30f3c
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
84f70969d9
Automated update from Qt3
12 years ago
Darrell Anderson
74ce99a42a
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
c5e69959c9
Automated update from Qt3
12 years ago
Darrell Anderson
dd5f392d9f
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
6241511abf
Automated update from Qt3
12 years ago
Darrell Anderson
338f274c85
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
367668d690
Automated update from Qt3
12 years ago
Darrell Anderson
77053d90dc
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
deb6f7b222
Automated update from Qt3
12 years ago
Timothy Pearson
79dfe5ba7a
Automated update from Qt3
12 years ago
Timothy Pearson
2f1ea4569a
Automated update from Qt3
12 years ago
Darrell Anderson
1ae1be3065
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
573f184215
Automated update from Qt3
12 years ago
Timothy Pearson
af6b35e2eb
Automated update from Qt3
12 years ago
Darrell Anderson
308537cb0e
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
b0bd2889fa
Automated update from Qt3
12 years ago
Timothy Pearson
2fce73142f
Automated update from Qt3
12 years ago
Timothy Pearson
0836d4649c
Automated update from Qt3
12 years ago
Darrell Anderson
68fd119104
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
970116b129
Regenerate moc files
12 years ago
Darrell Anderson
6b6c9a354d
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
7608f0043b
Automated update from Qt3
12 years ago
Darrell Anderson
56cd55070e
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
edec8306fb
Automated update from Qt3
12 years ago
Darrell Anderson
e230650065
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
691129fbcb
Automated update from Qt3
12 years ago
Timothy Pearson
0e044c1a92
Automated update from Qt3
12 years ago
Timothy Pearson
ff2caed1b8
Automated update from Qt3
12 years ago
Darrell Anderson
9ea2e3d893
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
4623775a22
Automated update from Qt3
12 years ago
Timothy Pearson
dc14a278e2
Automated update from Qt3
12 years ago
Timothy Pearson
8bf5213c84
Automated update from Qt3
12 years ago
Darrell Anderson
778e6b5965
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
2c0153b9c2
Automated update from Qt3
12 years ago
Darrell Anderson
b819aed7f2
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
7527f04a05
Automated update from Qt3
12 years ago
Darrell Anderson
aefb900336
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
6b8b3815db
Automated update from Qt3
12 years ago
Darrell Anderson
43eac4e25d
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
33875614a6
Automated update from Qt3
12 years ago
Darrell Anderson
34ddcfd05b
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
b6053b1b40
Automated update from Qt3
12 years ago
Darrell Anderson
785106b36c
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
43db215f60
Automated update from Qt3
12 years ago
Timothy Pearson
605772f9f0
Automated update from Qt3
12 years ago
Timothy Pearson
85b69937a3
Automated update from Qt3
12 years ago
Timothy Pearson
9e79d29898
Automated update from Qt3
12 years ago
Timothy Pearson
74dac1c21d
Automated update from Qt3
12 years ago
Timothy Pearson
c73edd8f63
Automated update from Qt3
12 years ago
Darrell Anderson
7d22e97622
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
12 years ago
Timothy Pearson
fe7969ef88
Automated update from Qt3
12 years ago
Darrell Anderson
6d0157ea55
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
13 years ago
Timothy Pearson
224903aa91
Automated update from Qt3
13 years ago
Darrell Anderson
e07167f4f6
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
13 years ago
Timothy Pearson
1ecf57d6cf
Automated update from Qt3
13 years ago
Darrell Anderson
d1096751dd
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
13 years ago
Timothy Pearson
6dec101d43
Automated update from Qt3
13 years ago
Darrell Anderson
af8fdcf1ca
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
13 years ago
Timothy Pearson
f27c2533f7
Automated update from Qt3
13 years ago
Timothy Pearson
e6ee551961
Automated update from Qt3
13 years ago
Darrell Anderson
92169cdde4
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
13 years ago
Timothy Pearson
70604905b0
Automated update from Qt3
13 years ago
Darrell Anderson
2a773ed104
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
13 years ago
Timothy Pearson
5065da01ed
Automated update from Qt3
13 years ago