Aaron J. Seigo
befcae6884
minimal icon bindings, makes Plasma::IconWidget actually useful
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1095318
2010-02-24 00:35:37 +00:00
Richard Dale
d89fab4a41
* Allow Containment plasmoids to be installed
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1095293
2010-02-23 23:11:26 +00:00
Richard Dale
b08edac797
* Allow Containment plasmoids to be installed
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1095292
2010-02-23 23:10:45 +00:00
Aaron J. Seigo
16cd227083
fix the extraction of the layout items
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1094811
2010-02-23 09:41:14 +00:00
Aaron J. Seigo
82d8d472b9
rowspan, colspan and alignment
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1094761
2010-02-23 08:19:13 +00:00
Richard J. Moore
cc5c47e270
A fairly large patch, but mostly moving things. In order to allow
...
us to use QScriptEngines from other sources (such as QML) we need
to change the code so that we don't have a custom QScriptEngine
subclass - only one codebase can do that at a time. The scriptenv
is now a normal QObject and contains a QScriptEngine instead of
inheriting from it.
svn path=/trunk/KDE/kdebase/runtime/; revision=1094259
2010-02-22 11:33:21 +00:00
Aaron J. Seigo
5076541c65
don't show progress; it's not usually relevant for the kind of fetching plasmoids do
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1091944
2010-02-17 22:35:51 +00:00
Aaron J. Seigo
c58131cd40
don't show progress; this is usually completely unwaranted
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1091914
2010-02-17 21:38:39 +00:00
Aaron J. Seigo
10ca78258c
these are not getters
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1091426
2010-02-16 21:22:24 +00:00
Aaron J. Seigo
5ba47f8c6d
these are not getters
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1091416
2010-02-16 21:18:40 +00:00
Aaron J. Seigo
12ad605c09
put the file and line number in kDebug() untranslated for the 4.4 branch
...
CCBUG:227137
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1091109
2010-02-16 18:01:46 +00:00
Aaron J. Seigo
66d58f1229
show file name in error message; can't backport this to the 4.4 branch since it changes a translated string, will do something slightly different in the 4.4 branch instead.
...
BUG:227137
svn path=/trunk/KDE/kdebase/runtime/; revision=1091105
2010-02-16 17:48:54 +00:00
Aaron J. Seigo
ce64431653
QRectF, so it can be used in the bindings
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1090779
2010-02-16 00:10:30 +00:00
Aaron J. Seigo
0611aae20b
QRectF, so it can be used in the bindings
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1090777
2010-02-16 00:08:43 +00:00
Aaron J. Seigo
8b20a83b3d
register animation enums
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1090659
2010-02-15 18:17:02 +00:00
Aaron J. Seigo
361ffdbbb9
register the animation enums
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1090654
2010-02-15 18:08:32 +00:00
Aaron J. Seigo
d0c51018c0
unecessary
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1090651
2010-02-15 18:03:25 +00:00
Aaron J. Seigo
58c8a6cc0a
share the dataengine bindings between applet and dataengine
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1089372
2010-02-13 00:53:46 +00:00
Aaron J. Seigo
f0775b0de4
make DataEngine::serviceForSource work with the bindings
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1089371
2010-02-13 00:45:12 +00:00
Aaron J. Seigo
1072174a96
a bit more manual, but it works much better.DataEngine::serviceForSource actually works now, for instance
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1089368
2010-02-13 00:32:26 +00:00
Aaron J. Seigo
6cc6249851
offer as properties
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1089247
2010-02-12 19:21:06 +00:00
Aaron J. Seigo
dda89cd693
offer as properties
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1089246
2010-02-12 19:19:54 +00:00
Ambroz Bizjak
80fbd1e023
Fix typo resulting in compile error
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1086500
2010-02-07 13:57:20 +00:00
Script Kiddy
a42176e409
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1085566
2010-02-05 13:31:20 +00:00
Aaron J. Seigo
01852fb8e2
debug is actually supposed to be in the global context, along with print; this is how it is in trunk
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1083638
2010-02-01 17:53:29 +00:00
Aaron J. Seigo
e3e4a580d9
isUserConfiguring
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1083610
2010-02-01 16:19:32 +00:00
Aaron J. Seigo
0df331ac6c
since dataengine objects are shared, we likely will already have a wrapper object for a dataengine so re-use them if they exist.
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1083608
2010-02-01 16:18:49 +00:00
Aaron J. Seigo
de26219d43
debug should be hooked up to the debug method
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1083607
2010-02-01 16:13:21 +00:00
Script Kiddy
7f24495652
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1083474
2010-02-01 10:35:52 +00:00
Script Kiddy
a3276b5ae1
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1082361
2010-01-30 10:45:13 +00:00
Script Kiddy
377c211471
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1081858
2010-01-29 10:14:26 +00:00
Script Kiddy
6c90d2fdd1
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1081420
2010-01-28 10:22:13 +00:00
Aaron J. Seigo
cb16c07922
isFoo -> foo for properties
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1081163
2010-01-27 21:06:52 +00:00
Aaron J. Seigo
52eacdf240
another class of API warts found and fixed thanks to documenting: isFoo -> foo for properties
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1081161
2010-01-27 21:06:03 +00:00
Script Kiddy
78e269fd16
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1080977
2010-01-27 11:01:29 +00:00
Script Kiddy
c156e5a7f6
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1079466
2010-01-24 10:45:08 +00:00
Script Kiddy
c52921d0c5
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1078531
2010-01-22 10:54:22 +00:00
Script Kiddy
4a3b355643
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1078034
2010-01-21 10:18:29 +00:00
Aaron J. Seigo
c9c777aafc
missing enum
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1077845
2010-01-20 23:53:39 +00:00
Aaron J. Seigo
3c299a6678
missing enum
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1077844
2010-01-20 23:52:32 +00:00
Aaron J. Seigo
10238e16af
implementation of Service
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1077832
2010-01-20 23:29:53 +00:00
Aaron J. Seigo
1549eb3528
move DummyService to dataengine.h where so it doesn't need to be duplicated elsewhere
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1077830
2010-01-20 23:25:24 +00:00
Aaron J. Seigo
ced5e76676
* simpler way of registering DataEngine::Data
...
* reg DataEngine::Data with Qt by name so it can find it at runtime; allows DataEngine::query to actually work
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1077825
2010-01-20 23:17:55 +00:00
Aaron J. Seigo
c1f3d903d8
* much simpler way of registering DataEngine::Data
...
* register the metatype by name with Qt so it can find it; this allows DataEngine::query() to work properly
svn path=/trunk/KDE/kdebase/runtime/; revision=1077821
2010-01-20 23:13:40 +00:00
Aaron J. Seigo
59ca56a770
extenders
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1077776
2010-01-20 21:40:55 +00:00
Aaron J. Seigo
95663c101d
subs doesn't act on the KLocalizedString itself, but returns a new one. so we need to assign it to our message each time we call subs(..) so that the values are actually captured.
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1077771
2010-01-20 21:29:57 +00:00
Aaron J. Seigo
a983cb2adc
dataUpdated, just like everywhere else
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1077769
2010-01-20 21:27:12 +00:00
Aaron J. Seigo
f6d908b151
should be dataUpdated like everywhere else in plasma
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1077767
2010-01-20 21:12:24 +00:00
Aaron J. Seigo
4f0c8a8812
subs doesn't act on the KLocalizedString itself, but returns a new one. so we need to assign it to our message each time we call subs(..) so that the values are actually captured.
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1077765
2010-01-20 21:06:03 +00:00
Aaron J. Seigo
d8b8c51c6a
extenders
...
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1077723
2010-01-20 19:08:44 +00:00