Aaron J. Seigo
70185eba03
initialComponents is unsigned, so can't -1 from it; just return if the components list is empty
...
CCBUG:227118
svn path=/branches/KDE/4.4/kdelibs/; revision=1090802
2010-02-16 02:40:19 +00:00
Aaron J. Seigo
1b191f52ba
set the view on the page; this is a but in QtWebkit, but at least this prevents crashing for now
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1090789
2010-02-16 01:08:57 +00:00
Aaron J. Seigo
0d7b5e88d8
we should only muck with the minimum sizes of the popup applet when iconified if it is actually using an icon; otherwise we leave it up to the applet itself to do this properly as it normally would have to
...
CCBUG:226391
svn path=/branches/KDE/4.4/kdelibs/; revision=1088931
2010-02-11 22:53:42 +00:00
Aaron J. Seigo
60439c0ae5
catch the case where we have a containment, but the containment is not in a corona
...
CCBUG:214460
svn path=/branches/KDE/4.4/kdelibs/; revision=1088124
2010-02-10 08:49:00 +00:00
Aaron J. Seigo
18e67bfb56
catch the case where we have a containment, but the containment is not in a corona
...
CCBUG:214460
svn path=/branches/KDE/4.4/kdelibs/; revision=1088123
2010-02-10 08:48:20 +00:00
Aaron J. Seigo
4670d21feb
ensure the icon has an action before using it
...
BUG:224944
svn path=/branches/KDE/4.4/kdelibs/; revision=1088114
2010-02-10 08:18:44 +00:00
Marco Martin
a4f2a6eb7f
backport pressed state reset fix
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1084840
2010-02-03 20:54:49 +00:00
Marco Martin
d24d0eaeed
backport drag treshold on dragHandles
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1084810
2010-02-03 20:10:32 +00:00
Aaron J. Seigo
0d51b21cab
another use case, another way the code could fail; reorganize this code so that if a dialog isn't auto-generated (no matter why!) we fall back to the ScriptEngine's own implemenation
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1084747
2010-02-03 17:41:18 +00:00
Aaron J. Seigo
ed37e1acc0
if the UI file is bogus for whatever reason (not just "we can't open it") call the script's createConfigurationInterface to see if that works any better
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1084730
2010-02-03 16:20:10 +00:00
Script Kiddy
e924c9d534
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1084631
2010-02-03 11:01:14 +00:00
Aaron J. Seigo
3f52ba3c9f
the ui load can return a null pointer, so guard against that
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1084626
2010-02-03 10:50:47 +00:00
Aaron J. Seigo
978d127094
for consistency use khns3 dialog; look ma, no more memory leaks as a bonus!
...
BUG:225360
svn path=/branches/KDE/4.4/kdelibs/; revision=1084578
2010-02-03 10:30:30 +00:00
Aaron J. Seigo
e3cab4cc26
be sure to remove the tool from the tool collection if it gets deleted because the action was removed
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1084456
2010-02-03 08:27:33 +00:00
Bruno de Oliveira Abinader
2a7ab28951
Backport from trunk:
...
Replaced combined movement direction enumerations (i.e. MoveUpRight) with OR-combinations (i.e. MoveUp|MoveLeft) plus MovementDirection and Reference enumerators are now QFlags (using Q_DECLARE_FLAGS)
svn path=/branches/KDE/4.4/kdelibs/; revision=1084111
2010-02-02 14:24:21 +00:00
Script Kiddy
27a524216f
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1084009
2010-02-02 10:37:00 +00:00
Aaron J. Seigo
3f57259d7a
http://, man:/, file:/// and file:// all work as expected
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1083284
2010-01-31 23:26:45 +00:00
Michael Pyne
b0737279cd
Fix a regression introduced in one of the 4.4 RCs in KDE 4.4, bug 224204 (http / ftp
...
URLs do not open web browser in KRunner). Pretty sure I'd tested it, but not thouroughly
enough it appears. I will forwardport shortly.
Patch reviewed by Marco Martin.
CCBUG:224204
svn path=/branches/KDE/4.4/kdelibs/; revision=1083222
2010-01-31 21:20:59 +00:00
Script Kiddy
55853f7cb3
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1082806
2010-01-31 10:55:05 +00:00
Aaron J. Seigo
502a2ad9d3
isBusy is the wrong name for the property; should be just 'busy', but it's too late at this point to remove isBusy, so just duplicate it. i'd rather have a consistent API and get people using that so that there is less heartache when we get rid of isBusy whenever we break BC
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1082163
2010-01-29 21:24:25 +00:00
Bruno de Oliveira Abinader
c85fbed752
Fix segfault at plasma_applet_animation_example from kdeexample
...
Patch-by: Andre L. V. Loureiro <loureiro.andrew@gmail.com>
svn path=/branches/KDE/4.4/kdelibs/; revision=1082153
2010-01-29 21:00:57 +00:00
Script Kiddy
2986feb951
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1081854
2010-01-29 10:12:11 +00:00
Marco Martin
9aed7f55a0
revert the popup menus detachment out of QGraphicsProxyWidget, but only in 4.4 branch.
...
this is unfortunate but triggers qt bug 7254
http://bugreports.qt.nokia.com/browse/QTBUG-7254
hope will be possible to revert this commit even in 4.4 lifetime
svn path=/branches/KDE/4.4/kdelibs/; revision=1081199
2010-01-27 22:05:46 +00:00
Chani Armitage
f77cf8c3e0
backport of r1081144:
...
make "run associated application" obey security
svn path=/branches/KDE/4.4/kdelibs/; revision=1081145
2010-01-27 20:35:52 +00:00
Fredrik Höglund
0fa82befaf
Backport r1081054:
...
Don't crash in PaintUtils::transition() if the pixmap doesn't have a
paint engine.
This is sometimes the case when called from AbstractTaskItem::drawTask().
svn path=/branches/KDE/4.4/kdelibs/; revision=1081056
2010-01-27 16:32:47 +00:00
Aaron J. Seigo
91794a6bf7
need to call the parent method as well
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1080745
2010-01-26 21:21:31 +00:00
Script Kiddy
a9c0b30a27
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1080494
2010-01-26 11:07:16 +00:00
Aaron J. Seigo
635aba8ddf
alter the toolbox backer layout when the items change
...
CCBUG:224278
svn path=/branches/KDE/4.4/kdelibs/; revision=1080325
2010-01-26 06:09:01 +00:00
Script Kiddy
88216206bb
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1079966
2010-01-25 10:37:42 +00:00
Script Kiddy
8e4cef7e95
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1079465
2010-01-24 10:44:13 +00:00
Marco Martin
1fda1d9cbe
backport opacity fix
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1079120
2010-01-23 17:36:05 +00:00
Script Kiddy
a1413731fc
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1078033
2010-01-21 10:17:20 +00:00
Chani Armitage
b35d6fcada
backport of r1077904:
...
changing names works better when you change all instances ;)
svn path=/branches/KDE/4.4/kdelibs/; revision=1077905
2010-01-21 06:09:48 +00:00
Aaron J. Seigo
cc5eaae1c2
missing API for scripting
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1077851
2010-01-21 00:14:04 +00:00
Aaron J. Seigo
368ba84f10
property name corrections
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1077842
2010-01-20 23:47:47 +00:00
Aaron J. Seigo
aba1ec2231
missing Q_PROPERTY and Q_INVOKABLE entries
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1077773
2010-01-20 21:33:06 +00:00
Anne-Marie Mahfouf
1c7b6598bc
support .tar.bzip2 packages
...
Zachary, that should fix most problems with non installed packages. Some themes however have other problems such as Plix which has an invalid .desktop file. I'll try to make the author fix it.
Thanks for the report, this fix will make it to RC2 I think.
BUG=223428
svn path=/branches/KDE/4.4/kdelibs/; revision=1077441
2010-01-20 08:40:05 +00:00
Aaron J. Seigo
82510f36c1
style*S*heet
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1077280
2010-01-19 21:29:03 +00:00
Aaron J. Seigo
608c04a25a
style*S*heet
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1077259
2010-01-19 20:57:47 +00:00
Aaron J. Seigo
b0145f01f3
don't double-connect the signals
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1076950
2010-01-19 07:00:56 +00:00
Davide Bettio
c174905f76
Backport: Added missing condition: isDown() == true.
...
now toolbuttons look pressed when isDown() == true.
svn path=/branches/KDE/4.4/kdelibs/; revision=1076851
2010-01-18 23:16:48 +00:00
Marco Martin
c0a7a4fd57
backport mask fix
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1074123
2010-01-13 13:44:00 +00:00
Aaron J. Seigo
08d517c788
fixes for scripting
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073882
2010-01-13 03:15:25 +00:00
Aaron J. Seigo
0a7a7f5430
completely unecessary now
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073815
2010-01-12 22:31:40 +00:00
Aaron J. Seigo
341cfb6362
* kill some memory leaks
...
* mark appropriate ctors with explicit
* Direction -> MovementDirection so it doesn't conflict with QAbstractAnimation::Direction
svn path=/branches/KDE/4.4/kdelibs/; revision=1073810
2010-01-12 22:27:23 +00:00
Aaron J. Seigo
5f6fd5e387
toggle the popup when activated
...
CCBUG:222418
svn path=/branches/KDE/4.4/kdelibs/; revision=1073722
2010-01-12 18:36:10 +00:00
Aaron J. Seigo
05adc83780
backport AnimationDirection -> Animation::Direction
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073438
2010-01-12 09:55:42 +00:00
Aaron J. Seigo
86d729b249
center is a more sensible default
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073435
2010-01-12 09:43:40 +00:00
Aaron J. Seigo
7d4c3e651d
export the enum so scripts can get at it
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073433
2010-01-12 09:41:45 +00:00
Aaron J. Seigo
4014e41a7f
since the QGrahicsWidget we're given originates from the outside, don't assume it'll stay around nicely; use a QWeakPointer to track it
...
svn path=/branches/KDE/4.4/kdelibs/; revision=1073415
2010-01-12 08:20:14 +00:00