Aaron Seigo
a97d486876
animate transitions when an svg is used as well.
2011-12-02 10:45:47 +01:00
Jeremy Whiting
2313cc258b
KTar already supports xz and lzma files, also support them in Plasma::Package.
...
BUG:287193
2011-12-01 15:52:44 -07:00
Aaron Seigo
ed31f2aaee
set the parent of the config skeleton object to be the dialog
...
BUG:287324
2011-12-01 17:13:30 +01:00
David Faure
7cb65fb04e
Merge remote branch 'origin/KDE/4.7'
2011-12-01 14:29:14 +01:00
Aaron Seigo
822243288d
get rid of the text halos
...
they are (relatively) expensive and should be unnecessary now:
we have blur, it works well, and when we don't blur we use different backgrounds.
one more "take one thing off" while i'm futzing around in tooltips
2011-11-30 15:44:29 +01:00
Aaron Seigo
7e4883f3bb
handle titles a little nicer: centered, no wrap for short titles
2011-11-30 15:39:29 +01:00
Aaron Seigo
3c401cd360
force of habit :)
2011-11-30 15:19:58 +01:00
Aaron Seigo
3bf1d0d63d
hide the label completely when no image is set. makes sure there isn't layout().spacing() extra padding
2011-11-30 15:19:29 +01:00
Aaron Seigo
7498fe207a
don't allocate 1k chunks of memory for a few longs here and there
2011-11-30 13:43:52 +01:00
Aaron Seigo
6cd33ae4a0
grab the source name before removing the iterator
...
the previous fix, which i accidentally reverted while cleaning up this code,
was actually wrong (so in a way i'm glad i caught it): the signal MUST be emitted
AFTER the item is removed from the collection otherwise any code that checks to
see if that source exists will see that it does still exist even though it was
just signaled as being removed. order sometimes really matters :)
CCMAIL:kde@rusu.info
BUG:287795
2011-11-30 09:23:03 +01:00
Marco Martin
58b6cc3e43
remove the iterator after accessing it
2011-11-29 15:53:17 +01:00
Aaron Seigo
e7ffcacf1f
emit sourceRemoved when the container is deleted outside of removeSource
2011-11-28 10:42:40 +01:00
Aaron Seigo
e500cd4bd7
make removeAllSources match removeSource closer
2011-11-28 10:37:21 +01:00
Aaron Seigo
2f5d8e4e7f
the graphics widget may not have been into a layout, or may be null
...
BUG:287548
2011-11-28 09:43:22 +01:00
Script Kiddy
b71636fb5b
SVN_SILENT made messages (.desktop file)
2011-11-22 21:19:16 +01:00
Aaron Seigo
7ed45afaaf
if the graphicswidget isn't on a corona, use the applet's scene
2011-11-22 13:56:35 +01:00
Aaron Seigo
9775682bef
use a QWeakPointer with the graphics widget handed in as we don't own it
2011-11-22 13:29:02 +01:00
Aaron Seigo
0ac08ef001
Merge remote-tracking branch 'origin/KDE/4.7'
2011-11-22 12:54:36 +01:00
Aaron Seigo
d47a6bf33b
constify
2011-11-22 12:20:14 +01:00
Aaron Seigo
f6f8d8b2ee
when setAllowedRunners is called, call loadRunners, which now also allows for being called while a search is in progress
...
loadRunners intelligently only unloads those runners with are no longer to be loaded, so this is a performance win.
it now also checks to see if there are pending jobs for the runners to be deleted (if any) and if so it creates a delayed
deleter for them -> no crashes
2011-11-22 12:17:06 +01:00
Ben Cooksley
7f0e9fb3b2
Don't crash on exit.
...
BUG:284989
REVIEW:103202
2011-11-22 21:18:04 +13:00
Aaron Seigo
2bcc53419e
don't count custom panel contaiments (e.g. the grouping desktop) the same as a desktop containment
...
from the "useful things missing from bug reports" and "wondering wtf is wrong with people
while trying to get the useful bits out of a bug report" files ...
BUG:260360
2011-11-20 18:56:06 +01:00
David Faure
3e1acd0b42
Resolve conflicts
2011-11-16 13:45:44 +01:00
David Faure
7f2b0b44c0
Merge remote-tracking branch 'origin/KDE/4.7'
...
Conflicts:
plasma/CMakeLists.txt
2011-11-16 13:33:47 +01:00
Aaron Seigo
67651e12bb
git rid of the shortcuts dialog on reduced functionality builds
2011-11-14 21:20:18 +01:00
Valentin Rusu
da386deb15
Merge branch 'KDE/4.7' into ksecretsservice
2011-11-08 21:27:31 +01:00
Marco Martin
71ad31df23
add the import paths right into libkdeclarative
2011-11-08 17:19:47 +01:00
Marco Martin
a70c17bc59
fix drawing of focusindicator of spinbox and combobox
...
use the proper prefix for drawing the combobox focusindicator
2011-11-08 12:57:46 +01:00
Marco Martin
4fad696891
possibility to put the focus over the frame
...
fixes the wrong shading of the lineedits, but staying retrocompatible with the old themes designed to have an highlight outside
2011-11-07 23:22:11 +01:00
Valentin Rusu
36bb121f93
Merge branch 'KDE/4.7' into ksecretsservice
2011-11-06 12:35:55 +01:00
Aaron Seigo
f38425761a
a missing include
2011-11-03 12:15:52 +01:00
Aaron Seigo
ee75cfc1c8
add the variable to the c++ env
2011-11-03 12:15:27 +01:00
Aaron Seigo
58bbbb5fe6
make kutils linking properly conditional, use proper libs vars for other libraries too
2011-11-03 11:06:54 +01:00
Valentin Rusu
f4d5df71f9
Merge branch 'KDE/4.7' into ksecretsservice
2011-11-02 22:23:01 +01:00
Aaron Seigo
9a4825380f
improve loading of system kcms
...
* don't use libkutils on reduced footprint profile builds
* load the kcms even if there isn't a configLoader for the package
2011-11-02 17:24:25 +01:00
Aaron Seigo
ebbf1bbc32
profile controled use of libkutils
2011-11-02 17:22:36 +01:00
Marco Martin
02eeddf931
correct type dekstop->desktop
...
please test before committing ;)
CCMAIL:viranch.mehta@gmail.com
2011-11-01 20:33:13 +01:00
Christophe Giboudeaux
ec2df8a053
Compile
...
GIT_SILENT
2011-10-31 21:44:37 +01:00
Viranch Mehta
6c19c0b3c4
Aaron's patch for loading system KCMs in scripted plasmoids config dialog by specifying them in the plasmoid's .desktop file
2011-10-31 22:24:39 +05:30
Aaron Seigo
8eb06eee32
Merge branch 'KDE/4.7'
...
Conflicts:
CMakeLists.txt
cmake/modules/FindNepomuk.cmake
kdecore/tests/kservicetest.cpp
kdeui/util/kkeyserver.h
kio/kio/accessmanagerreply_p.h
kio/kio/hostinfo.cpp
kioslave/http/http.h
kioslave/http/httpauthentication.cpp
kioslave/http/httpauthentication.h
kioslave/http/tests/httpauthenticationtest.cpp
kioslave/http/tests/httpheaderdispositiontest.cpp
kparts/browseropenorsavequestion.cpp
plasma/data/services/plasma.protocol
plasma/wallpaper.cpp
plasma/widgets/videowidget.h
solid/solid/backends/wmi/wmiquery.cpp
2011-10-31 15:25:10 +01:00
Valentin Rusu
3caa6e8a6c
Merge branch 'KDE/4.7' into ksecretsservice
2011-10-30 21:30:51 +01:00
Aaron Seigo
356e618364
stop the timers
2011-10-30 10:46:28 +01:00
Aaron Seigo
176d4b896b
delay usage checks so quite disconnect/reconnects don't result in unecessary loss of data
...
(only to reload it again immediately thereafter...)
2011-10-30 10:35:29 +01:00
Aaron Seigo
97743420a0
add a wallpaper render that takes a pre-loaded QImage. FAR FAR faster than re-loading from disk if already in memory.
...
new API (new overload, really), but required to fix iperformance issues elsewhere, so considered a bug fix
2011-10-30 10:24:57 +01:00
Aaron Seigo
23784d26bb
less profanity
2011-10-30 01:58:11 +02:00
Script Kiddy
4371c365fa
SVN_SILENT made messages (.desktop file)
2011-10-28 14:12:20 +02:00
Script Kiddy
4cc0c2fbd6
SVN_SILENT made messages (.desktop file)
2011-10-22 14:56:58 +02:00
Sebastian Kügler
4e12ac1c09
Fix small license glitch
2011-10-21 13:07:23 +02:00
Aaron Seigo
df4813ba2c
add missing smallest font support for qml and js widgets
...
(cherry picked from commit 7a15d198c629fe1b642e727253e369bfdceb725c)
(to fix compilation of kde-runtime with kdelibs master)
2011-10-14 10:44:03 +02:00
Script Kiddy
5e7e9dc6b8
SVN_SILENT made messages (.desktop file)
2011-10-08 14:50:33 +02:00