Marco Martin
a83b6feb8d
resize the view before showing and set containment
12 years ago
Martin Klapetek
845e347bd3
[applets/digital-clock] Add i18n strings for time zones
...
REVIEW: 120353
12 years ago
Marco Martin
849cbff966
make sure plasmoids don't get expanded for an instant
...
override any eventual default size for plasmoids, that would make then think for a cycle that they're expanded
BUG:339329
12 years ago
David Edmundson
7625533f54
Don't duplicate currentColorFillFix.sh
...
This was getting accidentally installed which was rather bad. Instead
replace with a link to a single source
12 years ago
David Edmundson
8e6d8731d9
Avoid installing SDDM readme
12 years ago
Marco Martin
92fd079fbf
specify that -a requires -p
12 years ago
Marco Martin
67f9e6719c
implement a simple screenForContainment
12 years ago
Marco Martin
9b966585cc
don't bomb when creating panel from script
...
even when they are created in the standaloneappcorona, create the containment
so when the same appletsrc is loaded in the full shell mode it works as expected
12 years ago
Martin Klapetek
e1571e614e
[applets/digital-clock] Capitalize the UI labels
...
And use "time zone" consistently throughout
12 years ago
l10n daemon script
aa6537490c
SVN_SILENT made messages (.desktop file)
12 years ago
Martin Klapetek
dfc15d53ca
[applets/digital-clock] Improve the message widget style
12 years ago
Martin Klapetek
31ce2cb78d
[applets/digital-clock] Put the "City" column as the second column
...
Now the order is City | Region | Comment
12 years ago
Martin Klapetek
c931cfe209
[applets/digital-clock] Add timezones support to the clock applet
...
Still has couple missing features:
* no time in the tooltip yet (needs larger refactor)
* no order selection
* no default timezone (but last used is always saved)
* couple minor issues
REVIEW: 120314
CCBUG: 337564
12 years ago
Marco Martin
afca9e00b3
colorscheme is in General
12 years ago
Marco Martin
ddbccc139f
initialize pointers
...
crash--
12 years ago
Marco Martin
f9604748bd
Merge branch 'mart/plasmashell-standalone'
...
REVIEW:120316
12 years ago
Marco Martin
ebbdf99402
default to breeze
12 years ago
Marco Martin
ad31939ebf
take theme name also from the shell package if avail
...
the look and feel package still wins.
tough for applications is the shell that sets it
12 years ago
l10n daemon script
0c369f04bc
SVN_SILENT made messages (.desktop file)
12 years ago
Aleix Pol
020dadaae0
Remove unused import
12 years ago
Marco Martin
8b8dfa52da
ensureWindowType at focusIn is wrong
...
adds a FIXME in that event
12 years ago
l10n daemon script
7e2edd75c5
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
acd0aef096
remove fillScreen, introduce WindowedDesktop type
...
with this all cases needed for now are covered
12 years ago
Jonathan Riddell
e581777a45
set plasmashell version using global PROJECT_VERSION
12 years ago
Marco Martin
8f6112204f
slightly less ugly
...
but still...
12 years ago
Marco Martin
c81e52acfe
don't modify shellcorona, is already complex enough
12 years ago
Marco Martin
b94ee7f395
the standalone mode has own corona
...
in order to not complicate shellcorona too much use own corona and
completely bypass shellmanager in that case
12 years ago
Marco Martin
4d139e43da
take window title from the metadata
12 years ago
Marco Martin
c3934b129b
custom theme if standalone app
12 years ago
Marco Martin
fa62974dcb
don't do multiscreen if we are a standalone app
12 years ago
Marco Martin
81d9650c68
get back fillScreen
12 years ago
Marco Martin
81814112d6
permit close in case of standalone
12 years ago
Marco Martin
034f64229b
pass the standalone option to crash autostart
12 years ago
Marco Martin
162297b7e1
expose a WindowType api to Desktop.qml
12 years ago
l10n daemon script
f9815ad42f
SVN_SILENT made messages (.desktop file)
12 years ago
Sebastian Kügler
2f226aaddc
Streamline name of statusnotifier engine's desktop file
12 years ago
Sebastian Kügler
8804c1bbe1
Streamline name of activities engine's desktop file
12 years ago
l10n daemon script
247cedd633
SVN_SILENT made messages (.desktop file)
12 years ago
Aaron Seigo
0991836473
fix single image case
...
* when dropped w/out a url scheme, check if it is an abs path
* set the preferred file in the package itself for single files
* don't try and find a best fit in the wallpaper plugin if the package
has already set a prefrred image
12 years ago
Marco Martin
5da102003d
experimental full app mode of plasmashell
...
experimental way to use plasmashell to launch applications like pmc
12 years ago
Lukáš Tinkl
eb7ba633c7
append all the items at once, in an array
12 years ago
Lukáš Tinkl
855f5245d9
fix localizing system tray entries' options
...
ListElement doesn't support i18n(), so append the items dynamically;
inspired by the lockscreen component
also speed up creation of the cfg arrays
12 years ago
Aaron Seigo
8e8751859e
get rid of m_wallpaperConfigDirty
...
wallpaper changes are handled at runtime now and this had become a bunch
of noops and setting of variables for no particular reason
12 years ago
Aaron Seigo
992f1693e1
make the wallpaper setting more robust
...
consoldate the repeated package path setting code and check for
the wallpaper path actually changing in one place
12 years ago
Aaron Seigo
c0b805ff86
move WallpaperPackage into a pluging called Wallpaper/Images
...
this will allow it to be shared by other plugins out there. it does mean
sacrificing the generic "find best paper size" functionality which was
tightly bound to the image wallpaper (in plasma4, this was Plasma::Wallpaper,
so acceptable). Finding the best image is now left up to the plugin,
though I imagine that other plugins will want this eventually as well
and it will find its way into a library somewhere or else just be
copy-and-pasted a lot.
12 years ago
Aaron Seigo
e4227e52e5
support setting the wallpaper by package name, sans path
12 years ago
Aleix Pol
a3c4fbac97
Fix KeyboardLayout appearance
...
It was showing a tiny empty button, now it looks like supposed.
Also I renamed KeyboardLayout to KeyboardLayoutButton, because otherwise
we had 2 components called KeyboardLayout.
Reviewed by sir David J. Edmundson
12 years ago
Aaron Seigo
131452e5ed
Merge branch 'sanity_checking_startup'
...
REVIEW:120284
12 years ago
Aaron Seigo
b0bf29094e
the application name is always plasma-shell now, so don't bother with this check
12 years ago
Aaron Seigo
9ffe09c151
forward the command line options on crash
...
Reviewed by Marco Martin
12 years ago