Script Kiddy
e0e735a0ce
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=968564
2009-05-16 07:59:20 +00:00
Jacopo De Simoi
58fb144475
Constify the isValid() method (backported around one week ago)
...
Will fix in trunk on monday, but I have to do this before tagging (tomorrow) here in branch.
Thanks to André for noticing that.
CCMAIL: Woebbeking@kde.org
CCMAIL: kde-core-devel@kde.org
svn path=/branches/KDE/4.2/kdelibs/; revision=960777
2009-04-29 04:02:44 +00:00
Richard Dale
bf61997a9f
* Allow scripting PopupApplets to be created if the metadata.desktop for the
...
applet has a 'ServiceTypes=Plasma/PopupApplet' line
svn path=/branches/KDE/4.2/kdelibs/; revision=958045
2009-04-23 10:56:21 +00:00
Jacopo De Simoi
7334b569d0
Style corrected
...
svn path=/branches/KDE/4.2/kdelibs/; revision=957857
2009-04-23 02:14:43 +00:00
Jacopo De Simoi
bfec24062b
Backport the isValid() method along with 957813 and 957814
...
CCBUG: 188940
svn path=/branches/KDE/4.2/kdelibs/; revision=957816
2009-04-22 22:58:40 +00:00
Aurélien Gâteau
259e98fdfc
Do not let plasma popup appear over screensaver.
...
BUG: 179924
CCMAIL:aseigo@kde.org
svn path=/branches/KDE/4.2/kdelibs/; revision=956998
2009-04-21 09:20:10 +00:00
Davide Bettio
76b571b6bc
Backported 956845: Added 2 missing update()s.
...
svn path=/branches/KDE/4.2/kdelibs/; revision=956847
2009-04-20 19:11:50 +00:00
Aaron J. Seigo
f523814bfc
revert backport
...
svn path=/branches/KDE/4.2/kdelibs/; revision=951367
2009-04-09 04:21:08 +00:00
Jacopo De Simoi
676ae0970b
backported 948747 - ignore leading/following whitespaces
...
CCBUG: 188665
svn path=/branches/KDE/4.2/kdelibs/; revision=948748
2009-04-03 17:13:41 +00:00
Marco Martin
988c51290b
backport the fix to the last fix
...
Don't start the fade out animation if the applet handle is still under
the mouse
svn path=/branches/KDE/4.2/kdelibs/; revision=948320
2009-04-02 19:10:24 +00:00
Marco Martin
bbff7fd4cf
backport fix for folderview during rename of files
...
svn path=/branches/KDE/4.2/kdelibs/; revision=948318
2009-04-02 19:08:49 +00:00
Aurélien Gâteau
1c95aa9171
Use Qt::Tool window flags for popups to avoid having them shown over screensaver.
...
CCBUG:179924
svn path=/branches/KDE/4.2/kdelibs/; revision=946770
2009-03-30 10:35:36 +00:00
Script Kiddy
696869421d
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=944807
2009-03-26 08:11:53 +00:00
Jacopo De Simoi
397c4285ae
backporting 934733
...
svn path=/branches/KDE/4.2/kdelibs/; revision=944333
2009-03-25 13:00:11 +00:00
Jacopo De Simoi
28c29ce9ff
Backporting 938728 - 938752 - 938756 - 938778 by aseigo
...
svn path=/branches/KDE/4.2/kdelibs/; revision=943315
2009-03-23 16:58:02 +00:00
Jacopo De Simoi
01932833a7
Backporting 93708-9 by aseigo
...
Set the compression timeout to 50ms to improve consistency
svn path=/branches/KDE/4.2/kdelibs/; revision=943287
2009-03-23 16:06:22 +00:00
Script Kiddy
1b85d9edb9
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=942136
2009-03-21 08:16:07 +00:00
Script Kiddy
8198de1cd6
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=941644
2009-03-20 08:13:28 +00:00
Olivier Goffart
b157fbba5c
Backport 941021
...
Plasma::Svg: Round the drawing size to the pixmap size, otherwise we can get bad arctefacts.
(noticable on the eyes applet)
svn path=/branches/KDE/4.2/kdelibs/; revision=941024
2009-03-18 18:07:57 +00:00
Script Kiddy
5de018f830
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=939958
2009-03-16 07:50:58 +00:00
Script Kiddy
2b2d7c6e5d
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=939531
2009-03-15 07:45:33 +00:00
Aaron J. Seigo
583b829b33
no to be shown
...
svn path=/branches/KDE/4.2/kdelibs/; revision=935626
2009-03-05 20:37:52 +00:00
Script Kiddy
1bbfa8724f
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=935438
2009-03-05 07:48:14 +00:00
Jacopo De Simoi
aed33b30e2
"And they lived happily ever after with no more duplicate matches =)"
...
A local copy of the context is now created in the FindMatchesJob ctor, not anymore in AbstractRunner, this prevents old queries to be run with a valid dptr
svn path=/branches/KDE/4.2/kdelibs/; revision=935345
2009-03-04 21:05:24 +00:00
Jacopo De Simoi
a0c4af373d
Added a way to flag old searchJobs as stale, make sure that obsoleted matches do not interfere with new ones, corrected a misplaced brace in the previous commit
...
svn path=/branches/KDE/4.2/kdelibs/; revision=934465
2009-03-03 07:52:25 +00:00
Jacopo De Simoi
186416f391
backport - prevents deadlock (deferredRun)
...
CCBUG: 181057
svn path=/branches/KDE/4.2/kdelibs/; revision=934418
2009-03-03 02:08:31 +00:00
Richard Dale
d18c772f29
* The default package structure of a scripting data engine needs to be a
...
plasmoid, otherwise custom main script names won't work
svn path=/branches/KDE/4.2/kdelibs/; revision=932319
2009-02-26 11:11:45 +00:00
Ambroz Bizjak
334a27933d
backport revision 931126
...
Fix bug 184930.
The containment's screen can change after it is initially created, so make sure
it is changed in the view as well.
svn path=/branches/KDE/4.2/kdelibs/; revision=931127
2009-02-24 20:31:25 +00:00
Marco Martin
59896b6e95
backport correct margin calculation
...
svn path=/branches/KDE/4.2/kdelibs/; revision=931032
2009-02-24 16:58:06 +00:00
Aaron J. Seigo
eba8c2db85
delete the dialog
...
svn path=/branches/KDE/4.2/kdelibs/; revision=930930
2009-02-24 14:19:33 +00:00
Andreas Pakulat
5e59421a1f
revert r930711, it breaks compilation because configDialogId() doesn't exist on
...
AppletPrivate.
CCMAIL:aseigo@kde.org
svn path=/branches/KDE/4.2/kdelibs/; revision=930815
2009-02-24 11:07:43 +00:00
Aaron J. Seigo
be24975ed6
backport: don't leak config dialogs that are open when the widget goes away
...
svn path=/branches/KDE/4.2/kdelibs/; revision=930711
2009-02-24 02:54:13 +00:00
Ambroz Bizjak
2321a47eae
backport revision 929233
...
Fix handle possibly moving to the other side if the cursor exist for a short time.
Remove the handle if the cursor goes away before we even appear, previously the handle
was kept invisible until the cursor next entered.
svn path=/branches/KDE/4.2/kdelibs/; revision=929237
2009-02-20 23:24:50 +00:00
Aaron J. Seigo
c4e98d21ed
backport fix for br#176280
...
BUG:176280
svn path=/branches/KDE/4.2/kdelibs/; revision=928672
2009-02-19 19:58:04 +00:00
Ambroz Bizjak
6ebe8f0b9f
backport revision 927886
...
Fix regressions introduced by 914888.
On the other hand, Corona::addItem indirectly calls Containment::itemChange,
which ends up calling AppletPrivate::mainConfigGroup, which then creates a config
group in the wrong file (plasmarc) because isContainment was not set.
This also caused a regression where removed applets reappeared on next plasma run.
Fix:
Manually set isContainment before adding the item to the corona, then
call setIsContainment with a new argument to force the initialization.
svn path=/branches/KDE/4.2/kdelibs/; revision=927891
2009-02-18 14:01:30 +00:00
Script Kiddy
515aaf9895
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=927240
2009-02-17 06:27:43 +00:00
Stephan Kulow
c0a59aee37
make this a dummy function with qt 4.5 (removed completely in trunk)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=925208
2009-02-12 18:21:32 +00:00
Script Kiddy
b158bab9a1
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=924599
2009-02-11 08:18:52 +00:00
Script Kiddy
f6e8ddef98
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=922551
2009-02-07 08:47:44 +00:00
Ambroz Bizjak
da498987a7
backport 916941
...
Don't wait for startup complete, it makes the applet obtain
proper geometry too late, which causes the desktop applet positioning
algorithm to calculate a wrong initial position.
BUG: 181854
svn path=/branches/KDE/4.2/kdelibs/; revision=920881
2009-02-03 23:03:25 +00:00
Sebastian Kügler
2bbae9fb2d
Make sure the source applet still exists
...
backported from trunk
svn path=/branches/KDE/4.2/kdelibs/; revision=919946
2009-02-01 21:58:14 +00:00
Aaron J. Seigo
5171e27826
improved context menu handling
...
svn path=/branches/KDE/4.2/kdelibs/; revision=919700
2009-02-01 14:56:57 +00:00
Script Kiddy
930eaad353
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=918220
2009-01-29 17:17:20 +00:00
Marco Martin
2e983845d1
backport the initialization of some vars
...
svn path=/branches/KDE/4.2/kdelibs/; revision=918217
2009-01-29 17:06:57 +00:00
Alexis Ménard
ee34edad4a
SVN commit 917619
...
Add an appletDestroyed signal instead of catching the destruction in containments with qobject destroyed signal.
This fix errors because we give an invalid pointer to public appletRemoved signal.
svn path=/branches/KDE/4.2/kdelibs/; revision=917622
2009-01-28 08:13:19 +00:00
Script Kiddy
06406afafa
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=916904
2009-01-26 13:01:53 +00:00
Aaron J. Seigo
0e15fbe835
return whether the popup widget is shown as a popup, not whether it's at all visible
...
BUG:181884
svn path=/branches/KDE/4.2/kdelibs/; revision=916813
2009-01-26 03:16:53 +00:00
Marco Martin
9683275509
backport a fix to a crash when removing the currently active tab
...
svn path=/branches/KDE/4.2/kdelibs/; revision=916690
2009-01-25 19:22:36 +00:00
Chani Armitage
107173a80e
disable the settings action when it's darn well supposed to be disabled
...
svn path=/branches/KDE/4.2/kdelibs/; revision=916332
2009-01-25 04:24:22 +00:00
Script Kiddy
ce3cf3943c
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.2/kdelibs/; revision=915637
2009-01-23 13:13:26 +00:00