l10n daemon script
ec22001648
GIT_SILENT Sync po/docbooks with svn
2023-08-28 02:06:40 +00:00
l10n daemon script
2e1d146bed
GIT_SILENT Sync po/docbooks with svn
2023-08-27 01:49:37 +00:00
l10n daemon script
cfd0a0899d
GIT_SILENT Sync po/docbooks with svn
2023-08-26 01:46:59 +00:00
l10n daemon script
37b0474665
GIT_SILENT Sync po/docbooks with svn
2023-08-25 01:46:49 +00:00
Albert Vaca Cintora
7bbc8b0e7d
Reformat sshfs arguments so they are easier to read
2023-08-24 18:21:42 +02:00
Albert Vaca Cintora
45615f8acf
Cleanup signals and slots in SftpPlugin
2023-08-24 18:15:26 +02:00
l10n daemon script
1ef9d7e2a0
GIT_SILENT Sync po/docbooks with svn
2023-08-23 01:46:45 +00:00
l10n daemon script
ee94eb4b83
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"
2023-08-23 01:37:46 +00:00
Fushan Wen
c4ce19e9cd
plugins/sendnotifications: add support for Windows
2023-08-21 09:52:23 +08:00
l10n daemon script
cf92bacf02
GIT_SILENT Sync po/docbooks with svn
2023-08-21 01:45:53 +00:00
l10n daemon script
a9c23bd637
GIT_SILENT Sync po/docbooks with svn
2023-08-20 01:46:21 +00:00
l10n daemon script
e3257907ab
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"
2023-08-20 01:37:53 +00:00
Nicolas Fella
70857972fc
Add missing QtWidgets link
2023-08-19 00:17:05 +02:00
Nicolas Fella
0baeece353
Port to KStatusNotifierItem framework
2023-08-16 23:05:44 +00:00
Heiko Becker
341b5dc006
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 394dba3482
)
2023-08-16 23:25:06 +02:00
l10n daemon script
aab1d36590
GIT_SILENT Sync po/docbooks with svn
2023-08-15 01:47:26 +00:00
Albert Vaca Cintora
ed7758f996
Do not forward kdeconnect notifications
2023-08-14 10:47:12 +02:00
l10n daemon script
c8c2fd9bd5
GIT_SILENT Sync po/docbooks with svn
2023-08-14 01:46:08 +00:00
Albert Vaca Cintora
b8b30ba571
Use libdbus instead of GIO to listen for notifications
...
This fixes the `Error calling StartServiceByName for org.gtk.vfs.Daemon` message and subsequent crash if both the Receive Notifications plugin and Send Notifications plugin where enabled and we received a notification.
Most of the code comes from the SailfishConnect implementation here: https://github.com/R1tschY/harbour-sailfishconnect/blob/master/plugins/sf_sendnotifications/notificationslistener.cpp
2023-08-13 19:43:59 +00:00
l10n daemon script
776a5eaccb
GIT_SILENT Sync po/docbooks with svn
2023-08-13 01:45:28 +00:00
l10n daemon script
491619bd63
GIT_SILENT Sync po/docbooks with svn
2023-08-12 01:48:35 +00:00
l10n daemon script
0d06c6b905
GIT_SILENT Sync po/docbooks with svn
2023-08-11 01:44:42 +00:00
l10n daemon script
fd62bfe5e8
GIT_SILENT Sync po/docbooks with svn
2023-08-10 01:46:21 +00:00
Albert Vaca Cintora
97f245767d
Somehow fix Qt6 build
2023-08-09 20:26:57 +02:00
l10n daemon script
7fae315fda
GIT_SILENT Sync po/docbooks with svn
2023-08-09 01:47:58 +00:00
Albert Vaca Cintora
5cc2043c35
Update old-style connect/disconnect where possible
2023-08-08 22:51:30 +02:00
Albert Vaca Cintora
a467247f08
Only use proxy signals for Q_PROPERTY NOTIFY
...
In other cases we can just connect to the signal from the parent class
2023-08-08 20:24:22 +02:00
Albert Vaca Cintora
2cfde60ab9
Fix clazy warning about re-defining signal
2023-08-08 20:24:22 +02:00
Albert Vaca Cintora
f5b4a174e4
Use nullptr instead of NULL
2023-08-08 20:24:22 +02:00
Albert Vaca Cintora
fc0bd2290c
Use values passed to the signal instead of getting them again
2023-08-08 20:24:22 +02:00
Albert Vaca Cintora
b97cbaa5d0
Remove duplicate target_sources
2023-08-08 17:01:21 +02:00
Fushan Wen
47cb369e01
Add i18n context for "Ring device"
2023-08-08 16:12:29 +08:00
l10n daemon script
95b92ecf52
GIT_SILENT Sync po/docbooks with svn
2023-08-08 01:48:10 +00:00
Alexander Lohnau
ed1e24d231
kdeconnect_add_plugin: Autogenerate logging category
...
This is far less code and allows for an easier enforcing of standards, for
example the name of the log identifiers which were adjusted in a few cases.
Also clean up unused includes when noticed.
2023-08-07 19:47:41 +02:00
Alexander Lohnau
7feb3bdd0d
Remove unneeded setting of C++17 standard
2023-08-07 19:47:15 +02:00
Alexander Lohnau
cdc8428542
Create kdeconnect_add_kcm cmake function
...
This way, the namespace info is not duplicated within the buildsystem and we have a more reasonable place to put the QML file install into
2023-08-07 19:28:37 +02:00
Alexander Lohnau
e598a997e7
Use initializer list syntax where appropiate
2023-08-07 19:28:37 +02:00
Alexander Lohnau
c5e7fdb5e4
plugins: Prefer using statements with baseclass over empty constructor
...
Those plugins re really simple and don't need any initialization logic.
With the using statement, we do not need to add a constructor and pass the parent/args to the baseclass
2023-08-07 19:28:37 +02:00
l10n daemon script
4e3660ff0d
GIT_SILENT Sync po/docbooks with svn
2023-08-07 02:06:40 +00:00
l10n daemon script
22c423575e
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"
2023-08-07 01:50:26 +00:00
Albert Vaca Cintora
034ecd24c7
Expand comment based on explanation in https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/584
2023-08-06 19:48:23 +00:00
Weixuan Xiao
7ce39e93af
Remove QIcon loading to avoid pre-stage D-Bus session cache
...
Use a QPixmap icon and black color for all texts in the QSplashScreen
2023-08-06 19:48:23 +00:00
Weixuan Xiao
621ae3e007
Fix potential race condition
2023-08-06 19:48:23 +00:00
l10n daemon script
e765fa5d12
GIT_SILENT Sync po/docbooks with svn
2023-08-06 01:49:07 +00:00
Alexander Lohnau
49a51e2d27
Handle qDDebug/qCWarning categories more consistently
...
We can always provide a function rather than a value.
This is what we do in most places already and is consistent with the
rest of KDE.
This gets compiled to the same code.
```cpp
explicit QLoggingCategoryMacroHolder(const QLoggingCategory &cat)
{
if (IsOutputEnabled)
init(cat);
}
explicit QLoggingCategoryMacroHolder(QMessageLogger::CategoryFunction catfunc)
{
if (IsOutputEnabled)
init(catfunc());
}
```
2023-08-05 20:22:18 +00:00
Alexander Lohnau
ee2e782748
CompositeUploadJob: Use lambda connect, log errors
2023-08-05 20:22:18 +00:00
Alexander Lohnau
405f61bf85
Discard unused params more elegantly
...
By commenting out the parameter name, we get compile-time checks
Also, we can omit them for slots and Qt will not forward the parameters.
In case we had TODOs next to the code, I kept the Q_UNUSED statements
for now.
2023-08-05 20:22:18 +00:00
Alexander Lohnau
46feeda0cb
Remove unused default destructors
...
Overriding and defaulting them in the header doesn't make sense
For the dbus interfaces, we don't have any reasources to clean up or memory to be released. Meaning we can drop those lines too
2023-08-05 20:22:18 +00:00
Alexander Lohnau
83888412a9
Simplify and optimize some string usages
...
- Using QLatin1String when concatinating strings is faster, because they
are more lightweight. For the resulting string, we need to allocate
new memory anyway
- Use QLatin1String overloads where they are provided by Qt APIs
- Just use const char* for log messages, the quoting of QStrings is not
needed
- Make sure to reuse string results when possible
2023-08-05 20:22:18 +00:00
l10n daemon script
b356c742c2
GIT_SILENT Sync po/docbooks with svn
2023-08-05 01:46:30 +00:00