Commit Graph

5656 Commits

Author SHA1 Message Date
Aaron J. Seigo
841200fe6a SVN_SILENT: more pedantry; i should stop reading through the code ;)
svn path=/trunk/KDE/kdelibs/; revision=1099008
2010-03-04 22:27:43 +00:00
Aaron J. Seigo
8a059f5997 SVN_SILENT: pedantic spacing
svn path=/trunk/KDE/kdelibs/; revision=1099006
2010-03-04 22:27:03 +00:00
Davide Bettio
99855d8afd Async cache image save with QRunnable.
http://reviewboard.kde.org/r/3123/

svn path=/trunk/KDE/kdelibs/; revision=1098980
2010-03-04 21:04:45 +00:00
Marco Martin
67e72fb8ff sizeFromIconSize should be usable from javascript
svn path=/trunk/KDE/kdelibs/; revision=1098964
2010-03-04 19:47:06 +00:00
Marco Martin
6d8783b5e8 export Q_PROPERTY, live happy
svn path=/trunk/KDE/kdelibs/; revision=1098949
2010-03-04 18:38:21 +00:00
Script Kiddy
34598aa9f1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/plasma/generic/containmentactions/test/; revision=1098905
2010-03-04 16:46:17 +00:00
Davide Bettio
3411b5c8cd This commit adds support to multiple render threads in Plasma::Wallpaper and rendering queuing support.
This commit will fix at least one bug (but it might fix more bugs as side effect).
http://reviewboard.kde.org/r/3092/

svn path=/trunk/KDE/kdelibs/; revision=1098658
2010-03-04 01:33:19 +00:00
Aaron J. Seigo
3dff1d2d99 don't set the cursor if alt is held
BUG:228959

svn path=/trunk/KDE/kdelibs/; revision=1098440
2010-03-03 18:12:33 +00:00
Marco Martin
c6033989ff backport use of action->toolTip()
svn path=/branches/KDE/4.4/kdelibs/; revision=1097987
2010-03-02 15:28:36 +00:00
Marco Martin
8c2dc5036a the proper text to use here is action->toolTip()
CCMAIL:thomas.luebking@web.de

svn path=/trunk/KDE/kdelibs/; revision=1097986
2010-03-02 15:27:51 +00:00
Marco Martin
dcd17cf56a backport accelerator markers removal in tooltips
svn path=/branches/KDE/4.4/kdelibs/; revision=1097930
2010-03-02 13:03:40 +00:00
Marco Martin
3408ebe777 we don't want acelerator markers in tooltips
svn path=/trunk/KDE/kdelibs/; revision=1097929
2010-03-02 13:02:51 +00:00
Script Kiddy
514541cb6c SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/workspace/plasma/generic/containmentactions/test/; revision=1097842
2010-03-02 09:26:45 +00:00
Aaron J. Seigo
eddbfdcd99 slightly clearer
svn path=/trunk/KDE/kdelibs/; revision=1097679
2010-03-01 21:26:12 +00:00
Aaron J. Seigo
435e78e93e add the standard config pages in the AppletScript fallback method for showing the configuration
svn path=/branches/KDE/4.4/kdelibs/; revision=1097584
2010-03-01 17:58:37 +00:00
Aaron J. Seigo
ddd21bda39 add the standard config pages in the AppletScript fallback method for showing the configuration
svn path=/trunk/KDE/kdelibs/; revision=1097583
2010-03-01 17:57:37 +00:00
Anne-Marie Mahfouf
7c2f7968d0 fixe the test to reflect the addition of a "data" directory in Revision 1097196
svn path=/trunk/KDE/kdelibs/; revision=1097492
2010-03-01 13:55:11 +00:00
Script Kiddy
25051aa104 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.4/kdelibs/; revision=1097412
2010-03-01 10:30:22 +00:00
Aaron J. Seigo
ae078e1b32 add a data directory definition to the applet package type
svn path=/trunk/KDE/kdelibs/; revision=1097196
2010-02-28 17:03:21 +00:00
Aaron J. Seigo
b640c67b67 pass on popupEvent signals to the scriptengine
svn path=/trunk/KDE/kdelibs/; revision=1097159
2010-02-28 15:10:30 +00:00
Aaron J. Seigo
41595be4d7 use the accessor to get to the native widget
svn path=/branches/KDE/4.4/kdelibs/; revision=1097020
2010-02-28 08:32:00 +00:00
Aaron J. Seigo
c2b211aba8 don't need this debug anymore
svn path=/trunk/KDE/kdelibs/; revision=1096905
2010-02-27 22:20:15 +00:00
Aaron J. Seigo
73d1f4a7c9 fix a regression with the link fix: we only want to go into text browser mode when text is selectable
svn path=/branches/KDE/4.4/kdelibs/; revision=1096903
2010-02-27 22:19:24 +00:00
Aaron J. Seigo
b2b72f7f2c fix a regression with the link fix: we only want to go into text browser mode when text is selectable
svn path=/trunk/KDE/kdelibs/; revision=1096900
2010-02-27 22:16:05 +00:00
Mathieu Ducharme
c39557b55e Allow ComboBox.addItem() to be used in scripts.
svn path=/trunk/KDE/kdelibs/; revision=1096017
2010-02-25 14:14:13 +00:00
Mike Arthur
eedcf88713 Change include to fix OSX compilation error.
svn path=/branches/KDE/4.4/kdelibs/; revision=1095725
2010-02-24 22:39:43 +00:00
Artur Duque de Souza
6934ba2672 Repeat after me: it's not a virtual method :)
Should use QMetaObject::invokeMethod for the trick.

svn path=/trunk/KDE/kdelibs/; revision=1095696
2010-02-24 21:11:02 +00:00
Artur Duque de Souza
060bf4148f Let corona layout the containments
Now corona will layout it's containments instead of letting
them do this task. This was created as a slot so we could preserve
BC. Subclasses of Plasma::Corona must be sure to skip containments
of Panel type during layouting if they wish to reimplement it to
have their own layout.

If subclasses doesn't care about it, just leave it alone and
everything will work just as before. :)

Reviewed-by: aseigo, notmart

svn path=/trunk/KDE/kdelibs/; revision=1095549
2010-02-24 14:24:52 +00:00
Aaron J. Seigo
a40b9d71f3 since we can't do a hit test, only accept the mouse event if text selection is turned on; when Qt is fixed, we can get rid of this
svn path=/branches/KDE/4.4/kdelibs/; revision=1095482
2010-02-24 11:56:47 +00:00
Aaron J. Seigo
7fb501467a since we can't do a hit test, only accept the mouse event if text selection is turned on; when Qt is fixed, we can get rid of this
svn path=/trunk/KDE/kdelibs/; revision=1095481
2010-02-24 11:56:18 +00:00
Igor Trindade Oliveira
65ee24a2a3 use qfuzzycompare to resolse black frame in pixmap transitions
svn path=/trunk/KDE/kdelibs/; revision=1095410
2010-02-24 08:53:10 +00:00
Aaron J. Seigo
a4ba4faecd compile
svn path=/branches/KDE/4.4/kdelibs/; revision=1095389
2010-02-24 07:45:11 +00:00
Frederik Gladhorn
a874f7df11 backport 1095311, 1095314 - only offer scripted plasmoids, use new api
svn path=/branches/KDE/4.4/kdelibs/; revision=1095315
2010-02-24 00:32:19 +00:00
Frederik Gladhorn
a6548f2ee0 only use scripted plasmoids as downloads
svn path=/trunk/KDE/kdelibs/; revision=1095314
2010-02-24 00:29:37 +00:00
Frederik Gladhorn
8d74fd8b01 update to use new api and allow server side search
svn path=/trunk/KDE/kdelibs/; revision=1095311
2010-02-24 00:20:26 +00:00
Adenilson Cavalcanti Da Silva
af1a619c06 Including 'moc' files, should speed up compilation.
svn path=/trunk/KDE/kdelibs/; revision=1095303
2010-02-23 23:31:45 +00:00
Adenilson Cavalcanti Da Silva
6265ebb629 We no longer need this to be a slot.
svn path=/trunk/KDE/kdelibs/; revision=1095302
2010-02-23 23:31:20 +00:00
Aaron J. Seigo
95845b4424 set the svg even if the meter type hasn't bee explicitly set
svn path=/branches/KDE/4.4/kdelibs/; revision=1095298
2010-02-23 23:22:39 +00:00
Aaron J. Seigo
4fe1de06bb the svg is not getting set unless the meter type is explicitly set. sad.
svn path=/trunk/KDE/kdelibs/; revision=1095297
2010-02-23 23:21:50 +00:00
Michel Ludwig
1712fb4854 Update to the latest version from trunk in order to back-port commit 1095284.
svn path=/branches/KDE/4.4/kdelibs/; revision=1095296
2010-02-23 23:21:37 +00:00
Aaron J. Seigo
0174e8599b make links clicking and text selection actually work
svn path=/branches/KDE/4.4/kdelibs/; revision=1095291
2010-02-23 23:04:25 +00:00
Aaron J. Seigo
9e5a7b85c1 make link licking and text selection -actually- work
svn path=/trunk/KDE/kdelibs/; revision=1095290
2010-02-23 23:02:15 +00:00
Richard Dale
2025c72039 * Add an Applet::init() call in Containment::init() so that scripting
containment instances are initialized correctly

svn path=/trunk/KDE/kdelibs/; revision=1095288
2010-02-23 22:51:30 +00:00
Richard Dale
af46d07b61 * Add an Applet::init() call in Containment::init() so that scripting
containment instances are initialized correctly

svn path=/branches/KDE/4.4/kdelibs/; revision=1095287
2010-02-23 22:50:11 +00:00
Aaron J. Seigo
ece8249447 missing property
svn path=/branches/KDE/4.4/kdelibs/; revision=1095279
2010-02-23 22:40:54 +00:00
Aaron J. Seigo
ab5ddca4a8 missing property
svn path=/trunk/KDE/kdelibs/; revision=1095278
2010-02-23 22:40:25 +00:00
Davide Bettio
bbcac34592 Accept touch events.
svn path=/trunk/KDE/kdelibs/; revision=1094827
2010-02-23 10:26:42 +00:00
Davide Bettio
bb79950031 Kinetic scroll zoom.
svn path=/trunk/KDE/kdelibs/; revision=1094768
2010-02-23 08:35:02 +00:00
Davide Bettio
dc3e921b36 Added grabGesture()
svn path=/trunk/KDE/kdelibs/; revision=1094755
2010-02-23 08:08:16 +00:00
Rolf Eike Beer
a05e3f4ac8 Backport the Content-Disposition improvements from trunk. No objections on kde-core-devel
CCMAIL:julian.reschke@gmx.de

svn path=/branches/KDE/4.4/kdelibs/; revision=1094741
2010-02-23 07:06:10 +00:00