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
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
cf5cca3878
[weather bbcukmet] Readd bbcukmet ion to build & install
10 years ago
Friedrich W. H. Kossebau
0057f920d1
[weather bbcukmet] Update Credit
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
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
75476af33f
[Weather dataengine] Do not install CamelCase forward header Ion for now
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
7ff6ef2a88
[Powermangement Dataengine] Support "NoCharge" state for cumulative battery
...
CCBUG: 350068
10 years ago
l10n daemon script
d37e0fa7a3
SVN_SILENT made messages (.desktop file)
10 years ago
l10n daemon script
b139fad3a7
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
l10n daemon script
dede99791c
SVN_SILENT made messages (.desktop file)
10 years ago
l10n daemon script
85944fe9f9
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
Aleix Pol
96ff1c868e
Properly define overrides as suggested by the c++ standard
10 years ago
Weng Xuetian
70326bdbed
use QDBusConnectionInterface::serviceOwnerChanged to watch mpris2
...
Current usage of QDBusServiceWatcher is not a intended feature and will
be removed in Qt 5.6 (see https://bugreports.qt.io/browse/QTBUG-51683 ).
Use the old fashioned QDBusConnectionInterface::serviceOwnerChanged to
implement the same thing.
REVIEW: 127285
10 years ago
Friedrich W. H. Kossebau
6801fa9c24
[Weather Dataengine] port ion plugins away from KDELibs4Support
...
REVIEW: 127252
10 years ago
Friedrich W. H. Kossebau
f85026fafa
[Weather Dataengine] no module prefixes with includes (& unbreak build)
10 years ago
Friedrich W. H. Kossebau
961b588f61
[Weather Dataengine] Remove ion_debianweather, service no longer exists
10 years ago
Friedrich W. H. Kossebau
df0844dc56
[Weather Dataengine] Port ion_bbcukmet to Plasma5 (needs a port of BBC API)
10 years ago
Friedrich W. H. Kossebau
d1c4aeecc0
[Weather Dataengine] Port ion_envcan to Plasma5
10 years ago
David Edmundson
49440a7ce0
Avoid blocking DBus calls in SNI startup
...
All autogenerated qtdbus property fetches are synchronous and not ideal
for Plasma to call.
1) Don't bother checking the protocol version.
If the signals are the same, we may as well try and use the old signals,
if it's not - the signals won't match anything anyway so it won't do
anything anyway.
2) Replace the blocking RegisteredStatusNotifierItem request with an
async variant.
CCBUG: 359611
REVIEW: 127199
10 years ago
Marco Martin
c95edb0def
make it more QML friendly
...
set values that could be null as QString() instead of QVariant
the values so will be there but empty
similarly, set as empty qstrings also missing QIcons,
that's the only way qml can check if it's valis since QIcon is an
opaque type for QML
10 years ago
l10n daemon script
2fa0396fe2
SVN_SILENT made messages (.desktop file)
10 years ago
David Faure
e75da55bb8
rss dataengine: blindly ported to KIO::FavIconRequestJob, in case it's re-enabled one day.
10 years ago
Aleix Pol
a62c8d0b1b
Small cleanup of KDELibs4Support uses
...
Was looking into why it's needed at all, found these simple ones
10 years ago
Aleix Pol
d19b942775
Drop usage of Qt4Support
...
Where KDELibs4Support is not being used.
REVIEW: 126994
10 years ago
Dāvis Mosāns
51266c34af
Add DBusMenuShortcut type overload for QDBusArgument
...
REVIEW: 126691
10 years ago
l10n daemon script
3e7285a815
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
Friedrich W. H. Kossebau
6971a29c2f
Remove accidental code paste into license header
10 years ago
David Edmundson
5cd3fd845b
Fix build
10 years ago
Marco Martin
638897d043
restore weather dataengine
...
only noaa and wettercom ions are enabled so far
web api of others like bbc is changed anyways
10 years ago
Kai Uwe Broulik
bec916168c
[Notifications] Fix Job finished persistency
...
This was an oversight when porting it to call the dataengine for that notification.
REVIEW: 126954
10 years ago
Daniel Faust
8bedfde289
Places data engine: Rename model role "index" to "placeIndex"
...
This way the index of a ListView item won't be overwritten in a qml application.
REVIEW: 126851
10 years ago