Commit Graph

10289 Commits

Author SHA1 Message Date
Aaron J. Seigo
d71dc6de98 only append a separator if one isn't already there; otherwise this screws up checks for canonical path existance when a path with a trialing / is passed in as the root and external paths are not allowed
svn path=/trunk/KDE/kdelibs/; revision=1206641
2010-12-15 07:11:46 +00:00
Aaron J. Seigo
b6edd5beca treat no prefixes as the same as one prefix starting at the package root. probably not a bottleneck, but the duplicated code indicates that this may be better placed in PackageStructure in future. this is the path (excuse the pun :) of least change, however.
svn path=/trunk/KDE/kdelibs/; revision=1206637
2010-12-15 06:29:36 +00:00
Aaron J. Seigo
e2ea3a5715 treat no contents prefixes as valid and equivalent to one prefix of QString()
svn path=/trunk/KDE/kdelibs/; revision=1206635
2010-12-15 06:28:33 +00:00
Aaron J. Seigo
c549c85181 --deprecatedApiUsage;
svn path=/trunk/KDE/kdelibs/; revision=1206617
2010-12-15 05:54:06 +00:00
Aaron J. Seigo
8ba74ed014 fix (and comment out for lower debug verbosity) a bit of debug that was accessing a pointer before checking
svn path=/trunk/KDE/kdelibs/; revision=1206552
2010-12-14 22:53:50 +00:00
Aaron J. Seigo
1217cd2c19 a better name, so that upon reading it is clear that there is a signal called renderCompleted as well as a slot (by changing the name of the (private) slot to something other than renderCompleted)
svn path=/trunk/KDE/kdelibs/; revision=1206548
2010-12-14 22:18:56 +00:00
Nuno Fernades Pinheiro
48ad97cea8 inactive is not really inactive
svn path=/trunk/KDE/kdebase/runtime/; revision=1206443
2010-12-14 11:53:12 +00:00
Nuno Fernades Pinheiro
b31e15323c new try icons for system update sofotware
svn path=/trunk/KDE/kdebase/runtime/; revision=1206441
2010-12-14 11:50:39 +00:00
Script Kiddy
feaa077f5c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/runtime/; revision=1206377
2010-12-14 07:32:10 +00:00
Aaron J. Seigo
aac15c8e68 the fix for 242173 in r1140471 broke use cases where the applet is activated and then showPopup(someInterval) is called. the showPopup call would get made, and then it would be overridden at the next event loop with a timeout of 0 due to the QTimer::singleShot in appletActivated. this queues _all_ calls to showPopup using a QBasicTimer, which should address the focus issues a bit more comprehensively for 242173 and not break, e.g., the autohide on the device notifier.
BUG:242173

svn path=/trunk/KDE/kdelibs/; revision=1206270
2010-12-14 03:14:14 +00:00
Manuel Mommertz
0594bd9d85 Use correct on-disk pixmap cache
svn path=/trunk/KDE/kdelibs/; revision=1206190
2010-12-13 20:14:52 +00:00
Marco Martin
e04e91e9ad disable borders near to the edge of the screen for extenders too
svn path=/trunk/KDE/kdelibs/; revision=1206154
2010-12-13 16:15:49 +00:00
Davide Bettio
6855137e40 Use Horos as default wallpaper instead of Ethais.
svn path=/trunk/KDE/kdelibs/; revision=1206147
2010-12-13 15:18:29 +00:00
Marco Martin
a0f2e0cd68 remove empty elements from last items
svn path=/trunk/KDE/kdebase/runtime/; revision=1206128
2010-12-13 13:46:29 +00:00
Marco Martin
b81ae31769 delete empty elements
svn path=/trunk/KDE/kdebase/runtime/; revision=1206127
2010-12-13 13:37:34 +00:00
Albert Astals Cid
9f7b20829a Replace slow foreach constructs with faster ones
Acked by Marco

svn path=/trunk/KDE/kdelibs/; revision=1206126
2010-12-13 13:36:08 +00:00
Marco Martin
6ef8c02487 border slightly more transparent
svn path=/trunk/KDE/kdebase/runtime/; revision=1206124
2010-12-13 13:24:57 +00:00
Marco Martin
70743f567d remove tons of empty items
svn path=/trunk/KDE/kdebase/runtime/; revision=1206122
2010-12-13 13:20:27 +00:00
Script Kiddy
1a3133cb31 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1206037
2010-12-13 05:55:49 +00:00
Marco Martin
16cef89137 massively optimize: remove all the empty useless elements
svn path=/trunk/KDE/kdebase/runtime/; revision=1205887
2010-12-12 23:02:01 +00:00
Marco Martin
30417548ee open-normal properly named
svn path=/trunk/KDE/kdebase/runtime/; revision=1205872
2010-12-12 22:09:03 +00:00
Marco Martin
5a4472a1a7 borders of the translucent version less opaque
removed empty elements in some files

svn path=/trunk/KDE/kdebase/runtime/; revision=1205871
2010-12-12 22:03:41 +00:00
Marco Martin
01f54ee365 borders less transparent
svn path=/trunk/KDE/kdebase/runtime/; revision=1205866
2010-12-12 21:35:28 +00:00
Marco Martin
f1ec0621d5 spinner more similar to air
svn path=/trunk/KDE/kdebase/runtime/; revision=1205861
2010-12-12 21:08:36 +00:00
Marco Martin
6e1ddaca66 shadow similar to systray icon
svn path=/trunk/KDE/kdebase/runtime/; revision=1205860
2010-12-12 21:04:55 +00:00
Marco Martin
f9f78b7bc3 death to the squircles
svn path=/trunk/KDE/kdebase/runtime/; revision=1205858
2010-12-12 21:04:16 +00:00
Manuel Mommertz
f924a645af don't break unthemed svgs if themeChanged() is called on them
(can happen if svg is color aware and colors change)

svn path=/trunk/KDE/kdelibs/; revision=1205731
2010-12-12 10:39:27 +00:00
Marco Martin
8c4c8b877d add sliderMoved()
svn path=/trunk/KDE/kdelibs/; revision=1205511
2010-12-11 10:53:28 +00:00
Aaron J. Seigo
8b17af2880 yes, not used anymore
svn path=/trunk/KDE/kdebase/runtime/; revision=1205344
2010-12-10 22:50:02 +00:00
Aaron J. Seigo
abe038a09e new KRun -> magic. thanks to dfaure for jogging my poor brain.
svn path=/trunk/KDE/kdebase/runtime/; revision=1205333
2010-12-10 22:09:06 +00:00
Marco Martin
bd29f6a61c be sure the layouts are notified all up the stack from extenderitem to group, to extender and its scrolling widget
svn path=/trunk/KDE/kdelibs/; revision=1205304
2010-12-10 20:00:18 +00:00
Nuno Fernades Pinheiro
f6963ed495 smal touches
svn path=/trunk/KDE/kdebase/runtime/; revision=1205247
2010-12-10 15:24:48 +00:00
David Faure
125db2a0ad skip man:/ tests if the protocol file isn't installed (kdebase not installed)
svn path=/trunk/KDE/kdelibs/; revision=1205004
2010-12-09 23:51:31 +00:00
David Faure
9c9499cfbb remove empty dir
svn path=/trunk/KDE/kdelibs/; revision=1204996
2010-12-09 23:17:59 +00:00
Script Kiddy
8b67c15937 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/runtime/; revision=1204797
2010-12-09 05:34:09 +00:00
Marco Martin
63a8e6caec deactivate the internal import directory in a (futile?) attempt to prevent binary libraries into /share
svn path=/trunk/KDE/kdebase/runtime/; revision=1204751
2010-12-08 22:45:45 +00:00
Aaron J. Seigo
28b96ee9f8 * always use the unthemed cache for unthemed svg's; necessary since it checks for colorization needs using the cache before it knows whether colorization is needed or not. thanks to Manuel Mommertz for digging into this aspect.
* connect to themeChanged() signals when not themed or setting a custom theme
* un-dupe themeChanged() code from setTheme
* care not to double connect to signals in places

svn path=/trunk/KDE/kdelibs/; revision=1204529
2010-12-07 20:16:43 +00:00
Marco Martin
adb48ea807 ensure everything has been cleaned up when an extender item dies
BUG:257658

svn path=/trunk/KDE/kdelibs/; revision=1204476
2010-12-07 13:42:36 +00:00
Marco Martin
20e4b7ca35 smooth property (default off)
svn path=/trunk/KDE/kdebase/runtime/; revision=1204366
2010-12-06 22:19:33 +00:00
Marco Martin
4ff23c21ea put naturalSize property back in: turns out was necessary to make things clean
svn path=/trunk/KDE/kdebase/runtime/; revision=1204364
2010-12-06 21:54:58 +00:00
Marco Martin
38e64220da size property nitifies the change
svn path=/trunk/KDE/kdelibs/; revision=1204363
2010-12-06 21:54:29 +00:00
Marco Martin
ef8359507d size property is writable as well
svn path=/trunk/KDE/kdelibs/; revision=1204353
2010-12-06 21:30:08 +00:00
Marco Martin
8a92c6b5f3 gah, probably not useful, revert previous commit
svn path=/trunk/KDE/kdebase/runtime/; revision=1204317
2010-12-06 18:42:31 +00:00
Marco Martin
6b80b7a199 a new property: naturalWidth/height
is needed when painting compositions of various elements

svn path=/trunk/KDE/kdebase/runtime/; revision=1204315
2010-12-06 18:37:31 +00:00
Marco Martin
1dcc19c800 delay the reset signal after a setFilterRegExp: seems to make views behave a bit better:
avoids "holes" and some crash

svn path=/trunk/KDE/kdebase/runtime/; revision=1204228
2010-12-06 13:28:45 +00:00
Script Kiddy
185b74418f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1204067
2010-12-06 06:07:48 +00:00
Script Kiddy
7accddda53 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/runtime/; revision=1204063
2010-12-06 06:05:38 +00:00
Marco Martin
933b88e340 a new property for models: count (another thing badly missing from QML, where is necessary to hook it up to a view to figure out how many items there are)
svn path=/trunk/KDE/kdebase/runtime/; revision=1204004
2010-12-05 22:23:13 +00:00
Aaron J. Seigo
8fda2f23c9 repaint when the svgs change
svn path=/trunk/KDE/kdelibs/; revision=1203978
2010-12-05 20:40:12 +00:00
Marco Martin
4c6b625f62 don't ue kio on mobile profile
svn path=/trunk/KDE/kdebase/runtime/; revision=1203934
2010-12-05 18:38:36 +00:00