Commit Graph

4144 Commits

Author SHA1 Message Date
Script Kiddy
0b2053400f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=973639
2009-05-27 15:07:30 +00:00
Chani Armitage
e0bb0238cd SVN_SILENT grammar
svn path=/trunk/KDE/kdelibs/; revision=973384
2009-05-27 00:14:48 +00:00
Aaron J. Seigo
ddbd8d2709 sometimes the fixes are simple :)
BUG:194194

svn path=/trunk/KDE/kdelibs/; revision=973270
2009-05-26 18:29:28 +00:00
Aaron J. Seigo
53d2c9970a make a config dialog even if the applet has a package and a config.xml but lacks a config.ui
svn path=/trunk/KDE/kdelibs/; revision=973264
2009-05-26 18:04:02 +00:00
Aaron J. Seigo
376de3b3b7 be more careful with our configChanged signals
svn path=/trunk/KDE/kdelibs/; revision=973255
2009-05-26 17:32:33 +00:00
David Faure
b41714f56d Fix KDebug bug: it wasn't possible to deactivate area 0.
svn path=/trunk/KDE/kdelibs/; revision=972843
2009-05-25 20:11:05 +00:00
Aaron J. Seigo
dfd591aa73 we only care about config file changes in teh case of the default theme; all other themes are on their own on this one
svn path=/trunk/KDE/kdelibs/; revision=972838
2009-05-25 20:02:29 +00:00
Aaron J. Seigo
7e4ca0dd7b revert last change; we always care when the theme changes on us
svn path=/trunk/KDE/kdelibs/; revision=972836
2009-05-25 19:59:53 +00:00
Marco Martin
9c3ebb58a9 less ugly with svg based painting
svn path=/trunk/KDE/kdelibs/; revision=972776
2009-05-25 16:48:56 +00:00
Script Kiddy
559b8a38af SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=972271
2009-05-24 13:42:34 +00:00
Marco Martin
c96b3739db use klocale to kill mnemonics
svn path=/trunk/KDE/kdelibs/; revision=971913
2009-05-23 17:16:15 +00:00
Marco Martin
80621aa1a7 pretty important textbrowser functions, le's export them
svn path=/trunk/KDE/kdelibs/; revision=971727
2009-05-23 10:23:07 +00:00
Marco Martin
9a2967bd81 if we are not displaying the default theme we don't care if it changes
svn path=/trunk/KDE/kdelibs/; revision=971592
2009-05-22 20:47:02 +00:00
Eduard Vladislavovich Sukharev
bca2659a0e fixing crash on Win and (possibly) Mac when middle mouse clicked on plasma Containment
svn path=/trunk/KDE/kdelibs/; revision=971575
2009-05-22 19:22:57 +00:00
Script Kiddy
230aae0847 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=971462
2009-05-22 13:33:41 +00:00
Chani Armitage
d38bec87e6 SVN_SILENT grammar improvements
svn path=/trunk/KDE/kdelibs/; revision=971223
2009-05-22 02:49:40 +00:00
Chani Armitage
01895ba4b5 @since fixes
svn path=/trunk/KDE/kdelibs/; revision=971221
2009-05-22 02:12:48 +00:00
Script Kiddy
1ecde54607 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=971033
2009-05-21 14:14:28 +00:00
Marco Martin
d935435085 take overlay position into account into the cache key
svn path=/trunk/KDE/kdelibs/; revision=970932
2009-05-21 12:46:19 +00:00
Marco Martin
87d8831b2e set the geometry and then add the offscreen containment to corona->no
more colliding calendars

svn path=/trunk/KDE/kdelibs/; revision=970798
2009-05-20 20:27:01 +00:00
Script Kiddy
91e70eb15e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=970664
2009-05-20 14:38:49 +00:00
Marco Martin
d57dd818e4 generate the proper key for the cache
BUG: 193245

svn path=/trunk/KDE/kdelibs/; revision=970150
2009-05-19 17:20:20 +00:00
Script Kiddy
91088fa4d2 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=970095
2009-05-19 14:33:37 +00:00
Aaron J. Seigo
195df16da7 * only set the image path when setTheme is called if we have one already set
* check for colourization after the path is set so that it, well, actually works. oops.

svn path=/trunk/KDE/kdelibs/; revision=969913
2009-05-19 08:54:56 +00:00
Aaron J. Seigo
3984fdb402 if the name is empty, don't even bother, and spew and error
svn path=/trunk/KDE/kdelibs/; revision=969912
2009-05-19 08:53:56 +00:00
Marco Martin
652694c5fd draw correctly in RTL layouts
BUG: 188172

svn path=/trunk/KDE/kdelibs/; revision=969749
2009-05-18 20:20:45 +00:00
Aaron J. Seigo
c0dcfc94eb simply the code somewhat
svn path=/trunk/KDE/kdelibs/; revision=969582
2009-05-18 13:43:49 +00:00
Aaron J. Seigo
f44b6a256f be a bit more careful with accessing the internal theme pointer, try a bit harder not to cause creation of the defaultTheme if it hasn't been
svn path=/trunk/KDE/kdelibs/; revision=969534
2009-05-18 13:20:52 +00:00
Marco Martin
9622b2cfe8 qtextayout can't show mnemonics, so when there is a qaction use
painter.drawtext
(unlikely we will have a multiline caption in this case)
this should fix the & appearing in the desktop toolbox

svn path=/trunk/KDE/kdelibs/; revision=969532
2009-05-18 13:20:32 +00:00
Aaron J. Seigo
939954fac0 * delay initialization of the theme pointer to the defaultTheme so that unthemed svgs don't incur the penalty of associating with the default theme, and new svg's have the chance to set their theme before setImagePath is called.
* always use the theme pointer and never defaultTheme() directly

svn path=/trunk/KDE/kdelibs/; revision=969469
2009-05-18 12:42:02 +00:00
Marco Martin
fd1a5a98fc move the dialog to make it still look attached to the panel/screen edge
when its size is synced with the graphicswidget one
BUG:193100

svn path=/trunk/KDE/kdelibs/; revision=969468
2009-05-18 12:36:19 +00:00
Aaron J. Seigo
8b7bb8b125 * add ability to list info for all available themes
* add ability to create a Theme object for a specific theme without first accessing the defaults

svn path=/trunk/KDE/kdelibs/; revision=969464
2009-05-18 12:28:19 +00:00
Aaron J. Seigo
c7399bcbc2 allow setting the theme to use with the svg; removes assumptions that the current default theme is the appropriate source for file and cache data
svn path=/trunk/KDE/kdelibs/; revision=969461
2009-05-18 12:26:57 +00:00
Aaron J. Seigo
054364a6e0 fix test
svn path=/trunk/KDE/kdelibs/; revision=969456
2009-05-18 12:16:39 +00:00
Aaron J. Seigo
af991b4d3d text/plain is good enough
svn path=/trunk/KDE/kdelibs/; revision=969455
2009-05-18 12:16:21 +00:00
Aaron J. Seigo
37938476f4 fix test
svn path=/trunk/KDE/kdelibs/; revision=969451
2009-05-18 12:11:51 +00:00
Aaron J. Seigo
17f80b74e2 remove a no longer used entry
svn path=/trunk/KDE/kdelibs/; revision=969450
2009-05-18 12:11:32 +00:00
Aaron J. Seigo
09e4b24817 make it possible to add custom (e.g. application specific) applet categories
CCMAIL:oszkar.ambrus@deri.org

svn path=/trunk/KDE/kdelibs/; revision=969430
2009-05-18 11:15:00 +00:00
Aaron J. Seigo
0b8924ce20 make the add widgets dialog non-modal
svn path=/trunk/KDE/kdelibs/; revision=969419
2009-05-18 10:40:30 +00:00
Aaron J. Seigo
88b5064525 remove an unused variable and initialize hasRunOptions
BUG:193017

svn path=/trunk/KDE/kdelibs/; revision=969403
2009-05-18 09:39:43 +00:00
Darío Andrés Rodríguez
479203d54f Call setParent() after the m_wallpaper pointer check
BUG: 192912

svn path=/trunk/KDE/kdelibs/; revision=969230
2009-05-17 18:23:31 +00:00
Alex Merry
f5c6a90996 An error here with no warning tripped me up, so notify the user if it failed.
svn path=/trunk/KDE/kdelibs/; revision=969044
2009-05-17 12:16:52 +00:00
Script Kiddy
ef950d76f4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=968807
2009-05-16 16:04:06 +00:00
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
Chani Armitage
4bc017da76 lfranchi said to fix this :)
svn path=/trunk/KDE/kdelibs/; revision=968500
2009-05-15 20:58:09 +00:00
Script Kiddy
eb32b22324 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=968351
2009-05-15 14:28:36 +00:00
Script Kiddy
6f52f43b44 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=967972
2009-05-14 16:58:07 +00:00
Chani Armitage
bac10ee82b change X-Plasma-Requires-<foo> to be a string (Required/Optional/Unused) instead of a bool.
now I can tell the difference between something that will only use a feature when allowed, and something that doesn't care about that feature at all.

svn path=/trunk/KDE/kdelibs/; revision=967779
2009-05-13 23:28:00 +00:00
Andreas Hartmetz
4c2c5a1813 Unbreak the build. I wonder how the breakage happened in the first place.
svn path=/trunk/KDE/kdelibs/; revision=967736
2009-05-13 20:51:03 +00:00
Ryan P. Bitanga
9b6304fcde Add adaptive search for KRunner
svn path=/trunk/KDE/kdelibs/; revision=967705
2009-05-13 19:18:30 +00:00