Friedrich W. H. Kossebau
ff73fbc508
[weather] brush up WeatherEngine header
10 years ago
Friedrich W. H. Kossebau
2d95f93da8
[weather] inline WeatherEngine::init()
10 years ago
Friedrich W. H. Kossebau
dd8de63d80
[weather] less casting from ascii
10 years ago
Friedrich W. H. Kossebau
864c1ab186
[weather] remove dead code
10 years ago
Friedrich W. H. Kossebau
eda736a4bd
[weather] NULL -> nullptr
10 years ago
Aleix Pol
c35e82b3f1
It's not necessary to provide a shell plugin for the shell anymore
10 years ago
l10n daemon script
6d7a573e10
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
Ivan Čukić
bd32679df5
Added the comment why a handler must exist
10 years ago
Ivan Čukić
f75fb23cc3
No need to QStandardPaths::findExecutable if proc is null
10 years ago
Ivan Čukić
cd7c09b2bb
m_interactiveConsole can be null
...
m_interactiveConsole can be null when the config is not mutable,
or when there is no authorization for plasma-desktop/scripting_console
10 years ago
Friedrich W. H. Kossebau
4c1b063e91
[weather] more comparison with qlatin1strings
10 years ago
Friedrich W. H. Kossebau
9ba58ca796
[weather] inline init() methods of all ions
10 years ago
Friedrich W. H. Kossebau
7186616b94
[weather] code style: align ion headers
10 years ago
Friedrich W. H. Kossebau
ed5b3fa9a0
[weather] code style: no else after return
10 years ago
Friedrich W. H. Kossebau
2f9dd0d6cc
fix slot signature normalization
10 years ago
Friedrich W. H. Kossebau
716d9beb80
fix typo in comment
10 years ago
Friedrich W. H. Kossebau
45c6b54dd9
[weather] cleanup includes
10 years ago
Friedrich W. H. Kossebau
8c2ce96514
[weather] Align code of http calls to data providers
10 years ago
Friedrich W. H. Kossebau
84f8453285
[weather] use QHash for all kjob-based tables
10 years ago
Friedrich W. H. Kossebau
8ad4293ee8
[weather] this is C++, no need for (void) as parameter list with methods
10 years ago
Friedrich W. H. Kossebau
2f5a091ca9
[weather bbcukmet] Translate data credit string
10 years ago
Friedrich W. H. Kossebau
f11a2d5142
Merge branch 'Plasma/5.6'
10 years ago
Friedrich W. H. Kossebau
cf5cca3878
[weather bbcukmet] Readd bbcukmet ion to build & install
10 years ago
Friedrich W. H. Kossebau
0057f920d1
[weather bbcukmet] Update Credit
10 years ago
l10n daemon script
093b622e85
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
Marco Martin
d0c70ea700
Models import not used anymore
10 years ago
Kevin Kofler
7c66c48d7f
[weather bbcukmet] Fix for crash bug #332392 and error handling improvements
...
* crash kde#332392 should be gone, we now verify that the string contains '-' before splitting on '-', also simplified the string handling a bit
* parsing the time correctly parses the timezone instead of hardcoding "GMT"
* unavailable weather conditions are now reported as "N/A" (or the translated version thereof), not "null"
* unavailable temperatures are now correctly treated as missing and no longer reported as "0°C"
10 years ago
l10n daemon script
f9893549ba
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
Kevin Kofler
00d6c8f948
[weather bbcukmet] Trivial fix for the "clear sky" typo
10 years ago
Raphael Geissert
68b767046e
[weather bbcukmet] Handle cases where min. or max. temperatures are not reported
10 years ago
Raphael Geissert
84fe5785bd
[weather bbcukmet] Update to BBC's new json-based search and modified xml
...
BUG:330773
10 years ago
Friedrich W. H. Kossebau
f03482f607
[Weather] Remove no longer used custom DataEngineConsumer class
10 years ago
Friedrich W. H. Kossebau
e3a8bc4f6e
Add a template for Weather Ion dataengines
...
Test Plan:
Used kapptemplate (needs fix, was just commited) and created a new ion based
on the installed template. Successfully tested the ion following the included README.
Reviewers: apol, mart
Reviewed By: mart
Subscribers: plasma-devel
Projects: #plasma
Differential Revision: https://phabricator.kde.org/D1279
10 years ago
Friedrich W. H. Kossebau
75476af33f
[Weather dataengine] Do not install CamelCase forward header Ion for now
10 years ago
Eike Hein
ebf0ff5221
Merge branch 'Plasma/5.6'
10 years ago
Eike Hein
55180f86b1
Don't crash on launchers with sorting disabled.
...
BUG:361166
10 years ago
Martin Klapetek
d953b6494a
Merge branch 'Plasma/5.6'
10 years ago
Martin Klapetek
d3beb0b647
[calendar] Fix calendar applet not clearing selection when hiding
...
REVIEW: 127456
BUG: 360683
10 years ago
David Rosca
a711cc6916
Fix position of tooltips in systemtray
...
Differential Revision: https://phabricator.kde.org/D1253
10 years ago
Marco Martin
53f9aab09f
Merge branch 'mart/systrayObjectModel'
10 years ago
Marco Martin
d1d1faef58
bind directly stackBefore stackAfter
...
it's way simpler and more reliable than using it trough ObjectModel
ObjectModel seems good enough if items are always owned by one
but not when going back and forth between 2 models
10 years ago
l10n daemon script
c190a15e49
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
Marco Martin
6c2906d281
experimental port to ObjectModel
10 years ago
Jonathan Riddell
1afbdaa612
Update version number for 5.6.1
...
GIT_SILENT
10 years ago
David Rosca
1c9ad0a207
Disable text wrapping in BreezeHeading
...
For some reason the text may get wrapped (even though there is a free
space) and makes the user switch / logout dialog layout look bad.
Differential Revision: https://phabricator.kde.org/D1245
10 years ago
David Rosca
18740b7d4f
Merge branch 'Plasma/5.6'
10 years ago
David Rosca
d2f3147fd2
PanelView: Skip invalid screen geometries in updateStruts
...
My second (internal) screen is disabled and has 0x0 size.
This fixes setting the struts for panel and correctly calculating
the available desktop area.
CCBUG: 348043
Differential Revision: https://phabricator.kde.org/D1238
10 years ago
David Edmundson
1c70951abe
Use consistent data for xembed SNI IDs
...
BUG: 356655
10 years ago
David Edmundson
cc5ee1a849
Make one more DBus call async
...
Calling kded in a blocking way should be fine, but if we don't do
anything with the result, why wait?
Also avoids an introspection call.
CCBUG: 359611
REVIEW: 127475
10 years ago
Kai Uwe Broulik
7180925594
[Lock Screen] Support "plugged in but not charging" state
...
The icon always reflects the AC adapter state but the battery still might not
be charging, so we should be more specific about that
CCBUG: 350068
10 years ago