Weixuan Xiao
4f4b6c309f
Allow to use private DBus
2019-06-18 01:21:31 +00:00
Nicolas Fella
8406e0de99
Merge internal openUrl with internal openFile
2019-06-17 21:35:53 +00:00
Nicolas Fella
7236ffda3b
Don't update new notifications
2019-06-17 21:31:00 +00:00
Nicolas Fella
1999a0b49e
Allow to share multiple files from plasmoid
2019-06-15 18:10:53 +02:00
Nicolas Fella
5a0b82dd6d
Fix whitespace
2019-06-15 17:44:27 +02:00
Nicolas Fella
a6dd1f5465
Translate file dialog title
2019-06-15 17:44:11 +02:00
Nicolas Fella
788563302f
Assume local file in handler url
2019-06-14 21:56:26 +02:00
Nicolas Fella
79b42ff80c
Fix open/send text in handler
2019-06-14 21:56:06 +02:00
Nicolas Fella
9fd81e11cb
Remove trailing whitespace
2019-06-14 21:55:55 +02:00
Nicolas Fella
3fe2e928c9
Revert "Remove unused desktop file"
...
It does have a purpose
This reverts commit af02ca1d08
.
2019-06-13 19:18:25 +02:00
Nicolas Fella
b44c97bb79
Use default destructor
2019-06-13 15:24:13 +02:00
Nicolas Fella
8a118a6fae
Use ecm_qt_declare_logging_category
2019-06-13 00:15:12 +02:00
Nicolas Fella
af02ca1d08
Remove unused desktop file
2019-06-12 23:55:30 +02:00
Nicolas Fella
9ae99a7878
Use ecm_setup_version
2019-06-12 23:49:19 +02:00
Nicolas Fella
a051173f76
Only find PackageConfig on SFOS
2019-06-12 23:32:07 +02:00
Nicolas Fella
8507771d75
Remove more
2019-06-12 23:28:56 +02:00
Nicolas Fella
1f8758a3ef
Reduce interfaces include dirs
2019-06-12 23:21:03 +02:00
Nicolas Fella
05ac9fa0fe
Remove more unused cmake
2019-06-12 22:50:41 +02:00
Nicolas Fella
4de0f8cb9e
Remove non-toplevel project() definitions
2019-06-12 22:47:17 +02:00
Nicolas Fella
d916e3222f
Remove unused stuff from interfaces/CMakeLists.txt
2019-06-12 22:32:44 +02:00
Nicolas Fella
7bdfd3863a
Remove trailing whitespace
2019-06-12 22:17:16 +02:00
Nicolas Fella
5c16bfda5d
Use K_PLUGIN_CLASS_WITH_JSON
2019-06-12 22:16:54 +02:00
Nicolas Fella
ad2708a5ef
Don't search for pactl
2019-06-12 21:46:55 +02:00
l10n daemon script
92dde796e3
GIT_SILENT made messages (after extraction)
2019-06-12 02:56:07 +02:00
Nicolas Fella
301a2281ea
add trim_trailing_whitespace to editorconf
2019-06-11 01:08:31 +02:00
Nicolas Fella
e601755644
Force usage of QStringLiteral and port remaining offenders
2019-06-10 14:40:28 +00:00
Weixuan Xiao
86b82677a1
Allow kdeconnectd auto launch from kdeconnect-indicator on macOS
2019-06-09 21:36:42 +00:00
Weixuan Xiao
13230ff580
Fix missing sessionBus() in core/notificationserverinfo.cpp
2019-06-09 18:45:03 +00:00
Weixuan Xiao
5431073844
Add wrapper for macos dbus connection
2019-06-09 15:28:49 +00:00
l10n daemon script
af57aca545
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"
2019-06-09 05:04:22 +02:00
Albert Vaca Cintora
b776617646
Added new indicator icons for dark and clear backgrounds
...
Default to dark because it's more common (Windows, Gnome) but we need to
implement a way to chose automatically between the dark and clear icon
(and this is gonna be platform-specific).
Note that dashes in names have a special meaning when loading icons. The
new icon file names are ugly for this reason.
2019-06-08 13:07:01 +02:00
Simon Redman
3c346b9409
Block matching empty phone numbers
2019-06-07 16:39:18 -06:00
l10n daemon script
d4508cd6df
GIT_SILENT made messages (after extraction)
2019-06-06 02:46:45 +02:00
Simon Redman
c7579eb170
Fix LanLinkProviderTest on Windows
...
## Summary
LanLinkProviderTest fails on Windows. This patch fixes that.
I believe the root cause is that we are using a shared UDP socket to listen for identity broadcasts both in the LanLinkProvider and in the test. Apparently this works on Linux, but on Windows the LanLinkProvider picks up its own identity packet and pairs with itself.
This patch gives a parameter to LanLinkProvider to allow it to listen and broadcast on different ports, then uses that ability in the test to make the test pass on Windows.
## Test Plan
### Before:
lanlinkprovider test fails, first because it can't bind its UDP listener socket, and then because Windows seems to handle shared sockets differently than Linux, so the UDP broadcasts were not reaching the test's listener.
### After:
lanlinkprovider test seems to pass reliably both in my Windows VM and in the CI
2019-06-05 15:14:50 +00:00
Simon Redman
9453e640b3
Refactor testdevice
2019-06-05 02:42:06 +00:00
Simon Redman
673c3ced69
Make testsslsocketlistener properly timeout
2019-06-05 02:40:26 +00:00
Simon Redman
0b797fc29d
Add eclipse settings files to .gitignore
2019-06-04 12:03:00 -06:00
l10n daemon script
667eb95239
GIT_SILENT made messages (after extraction)
2019-06-04 02:52:48 +02:00
Simon Redman
4c75626919
Fix build
...
Commit 637285378d
was not properly tested
2019-06-02 22:24:25 -06:00
Simon Redman
637285378d
Add error logging to LanLinkProvider when binding the listener socket
2019-06-02 22:14:10 -06:00
l10n daemon script
e111e1ad51
GIT_SILENT made messages (after extraction)
2019-06-03 02:51:03 +02:00
Simon Redman
b4da91f86b
Really actually fix Windows SMS app build
2019-06-02 15:47:14 -06:00
Simon Redman
79325254b7
Fix Windows SMS app build
2019-06-02 15:27:46 -06:00
Simon Redman
24ab6d15cf
## Summary
...
pluginloadtest and sendfiletest are crashing. This patch fixes that by allowing Daemon::init() to be called from TestDaemon
## Test Plan
### Before:
Both tests are crashing because it is not able to find any devices. It is not able to find any devices because the LanLinkProvider is not being added because Daemon::init() is not being called.
### After:
pluginloadtest and sendfiletest pass
2019-06-02 21:26:47 +00:00
Nicolas Fella
163f10c797
Remove unneeded include dir definition
2019-06-02 23:02:41 +02:00
Nicolas Fella
4f4b105adf
Revert "use override"
...
Whatever the problem was, this is not a fix
This reverts commit c99678915e
.
2019-06-02 22:10:21 +02:00
Piyush Aggarwal
c99678915e
use override
2019-06-02 19:54:31 +00:00
Simon Redman
e8a2e81421
Move SMS App helper functions to their own file
2019-06-02 14:52:54 +00:00
Nicolas Fella
96cd55920e
Use notification hints from new Plasma notification system
2019-06-02 14:03:11 +00:00
Nicolas Fella
283d014059
Use a compositejob for receiving files
2019-06-02 14:02:21 +00:00