Marco Martin
f870ea1a11
drop QwaitingDeletionStatus
...
emit appletRemoved and appletAdded instead, making the graphics representation
(almost) just work
Change-Id: I481dbbb4dbf7d01a121b92511410dfee79b16469
2014-10-30 18:06:50 +01:00
Marco Martin
781d30cfef
plasmoid->widget
...
Change-Id: I531297523a41886229cec163c5f81004fe15e7c0
2014-10-29 11:12:23 +01:00
Marco Martin
4487261d1a
use NULLPTR
...
Change-Id: I5fcf9a16e962dda74f411b71f5276320e8196ac0
2014-10-29 11:09:59 +01:00
Marco Martin
e2f06e9ece
restore to the actual previous status
...
Change-Id: I43b7f5812daffe2b846fbc1f7b57d6db51961358
2014-10-29 11:06:20 +01:00
Marco Martin
30d3ab72d1
pretty header
...
Change-Id: I08bf321d79e6c6c8bc50e5181472ec2c719e1a3f
2014-10-29 11:03:20 +01:00
Marco Martin
9aea733bb5
deleted->removed
...
Change-Id: I45102fa7585744943a6b107e68208141712866bc
2014-10-29 10:52:24 +01:00
Marco Martin
d44d194db6
only a minute before real deletion
...
Change-Id: Ibc90aae44e7013453c8a96a3f22522806cb12ef2
2014-10-28 19:08:03 +01:00
Marco Martin
099a22d9da
irreversibly delete on notification close
...
Change-Id: I3216286a707a1904b6917bfd19c007f99ffa4475
2014-10-28 19:07:53 +01:00
Marco Martin
eee9a90aab
remove dead code
...
Change-Id: Id8daeafa77dabea7253ac5c489ad761ba0c6fdf6
2014-10-28 19:07:43 +01:00
Marco Martin
d901062d9d
Plasma instead of PlasmaShell
...
Change-Id: I19ac45d8ee9d82a7bb7cc466a89db746b5f38784
2014-10-28 19:07:33 +01:00
Marco Martin
2475a2560e
really delete awaiting applets on quit
...
Change-Id: I3b9107f988bde75262f27c1fd7e851b868140ccf
2014-10-28 19:07:09 +01:00
Marco Martin
af6149c9d0
use notifications actions to undo
...
Change-Id: I4b9abf6047b94b4fc13aad672d1bc8e97203f502
2014-10-28 19:06:55 +01:00
Marco Martin
5252020318
very basic prototype for delete undo
...
the idea is to just hide applets at first and then offer a really delete and undo buttons
Change-Id: I4d869cb58f5c0fb0163d5d4d6b265af860d8727e
2014-10-28 19:06:42 +01:00
l10n daemon script
150f24b30c
SVN_SILENT made messages (.desktop file)
2014-10-27 08:35:46 +00:00
l10n daemon script
4a4e3dc526
SVN_SILENT made messages (.desktop file)
2014-10-23 08:55:08 +00:00
Marco Martin
f278416753
Revert "very basic prototype for delete undo"
...
This reverts commit f8ba97ae3e346e7ab8ab0859cd640089dfd72bdf.
2014-10-22 17:01:15 +02:00
Marco Martin
f8ba97ae3e
very basic prototype for delete undo
...
the idea is to just hide applets at first and then offer a really delete and undo buttons
Change-Id: I4d869cb58f5c0fb0163d5d4d6b265af860d8727e
2014-10-22 16:59:59 +02:00
l10n daemon script
b65201b735
SVN_SILENT made messages (.desktop file)
2014-10-15 08:33:00 +00:00
Marco Martin
aa7b3ff773
typo
...
Change-Id: Ia8dd4676cb45166bfc5f5e55b3c30a15f895d39f
2014-10-11 21:04:10 +02:00
Marco Martin
66a1a497ef
add a property to tell if fallback happened
...
add a property in Svg (and framesvgitem) to tell if the current theme
has this image, or if some fallback did happen
useful for items that are better not displayed than showing the potentially different
default theme
Change-Id: Ib914c0e196c5c941d35d9a600cc7d38818fc754f
2014-10-10 17:36:44 +02:00
Martin Klapetek
cbe50c408b
Add "..." after "<Applet Name> Settings" to comply with HIG
...
Reviewed-by: Marco Martin
BUG: 339756
2014-10-07 17:45:10 +02:00
Volker Krause
ca77cad251
Make constants const, saves a few symbols in the .data section.
2014-09-28 12:40:40 +02:00
l10n daemon script
88ccf7be3d
SVN_SILENT made messages (.desktop file)
2014-09-22 08:34:39 +00:00
l10n daemon script
f12eb638f0
SVN_SILENT made messages (.desktop file)
2014-09-19 09:02:03 +00:00
Marco Martin
919694a1de
get rid of internal ShellPackage
...
ShellPackage is a plugin in plasma-workspace now, don't duplicate
Change-Id: I77edf63acf6c99314f6062d7ef2f55a129727013
2014-09-15 18:20:34 +02:00
Marco Martin
37b34711d8
make sure applets are sorted by id
...
As with containment, make sure Containment::applets()
is always sorted by id, to have the least sursprises possible
it adds a test
Change-Id: Ib1aeeff7c70bb6969b32b2fef8557889a43edf09
2014-09-15 17:55:36 +02:00
Marco Martin
a159208d54
Ensure corona::containments() is ordered
...
the order in which containments were restored used to be quite random:
ensure that's ordered by id this makes the shell startups be more reproduceable
from one to another, if a new containment arrives, ensure it's inserted
maintaining id order
containment::appelts() will need the same treatment
adds a test as well that checks the order is right
Change-Id: Ie1b278e5b83d7e3645f7293bf6d030aa7f43a221
2014-09-15 17:28:38 +02:00
Marco Martin
052a0c32ae
base on screen() to see what containment is loading
...
if a containment's lastScreen is not -1 (and a valid screen)
*and* its activity() is not the current one, its QML
will *not* be loaded, therefore it would dangle blocking
corona::startupCompleted until the activity is selected
Change-Id: I6757d29240a012377e9ff0a22fe16541ea712ee6
2014-09-15 14:49:18 +02:00
Marco Martin
0b0daa2318
ensure empty containment emit uiReady()
...
Containments with no applets will emit uiReady now
It adds a test as well that checks if this is the case.
There is still a case where the corona doesn't emit startupCompleted()
that's when there is more than one activity, but that, as well the test
will be adressed by another patch on a different part.
Change-Id: I4d83aa612c29fb0f441d11681bc5aba241370bc3
2014-09-13 12:41:24 +02:00
l10n daemon script
edc9eae84b
SVN_SILENT made messages (.desktop file)
2014-09-10 08:47:20 +00:00
l10n daemon script
dc61b4d5c2
SVN_SILENT made messages (.desktop file)
2014-09-04 08:36:35 +00:00
l10n daemon script
cf93514991
SVN_SILENT made messages (.desktop file)
2014-09-02 10:43:04 +00:00
Marco Martin
8c8bd49130
Merge branch 'mart/packageFallback'
...
REVIEW:120029
2014-09-01 20:59:22 +02:00
Marco Martin
6be2e9d46d
use non const pointers
2014-09-01 19:23:18 +02:00
Marco Martin
399156bccc
fix the sycoca query
2014-09-01 19:01:32 +02:00
Marco Martin
5db7db4ae2
crash--
2014-09-01 16:26:34 +02:00
Marco Martin
325ea71a2e
remove the fallback from the metadata
2014-09-01 16:01:10 +02:00
Marco Martin
5ceb8d1197
add an autotest for fallback
...
correct a couple of problems the test catched
2014-09-01 15:51:05 +02:00
Marco Martin
55a6095138
use Floyd cycle detection
2014-09-01 15:15:54 +02:00
Marco Martin
21cf68dbd2
set directly the fallback package not its path
2014-09-01 14:54:10 +02:00
Marco Martin
aba4dcb915
introduce setFallbackPackagePath
...
the fallback package would then be decided by the packagestructure
2014-09-01 14:00:06 +02:00
Nicolás Alvarez
51b77bcd59
Don't use QStringLiteral when concatenating string literals.
...
QStringLiteral("foo" "bar") is documented not to work on MSVC.
2014-08-30 14:46:36 -03:00
Nicolás Alvarez
8515d0ef09
Fix reference to Types::ImmutabilityType.
...
I don't know how Types::Types::ImmutabilityType even worked in gcc...
2014-08-30 14:45:50 -03:00
Aaron Seigo
faf75a95e5
ws for readability
...
REVIEW:119992
2014-08-29 17:24:43 +02:00
Aaron Seigo
cd87344d80
make PackageStructure plugins use the json method as with DataEngines
2014-08-29 17:24:43 +02:00
Aaron Seigo
aa99a4f15c
tidy up the data engine plugin loading code
2014-08-29 17:24:43 +02:00
Aaron Seigo
67cab00bf3
remove the unused ContainmentPackage
2014-08-29 17:24:43 +02:00
Marco Martin
f934b3b6d6
make sure to cleanup applet pointers on deletion
2014-08-29 14:53:56 +02:00
Aaron Seigo
d5f156e968
add an interactive console QML definition
2014-08-28 11:52:49 +02:00
l10n daemon script
ce814a5285
SVN_SILENT made messages (.desktop file)
2014-08-28 08:49:15 +00:00