Nicolas Fella
69a1d5ec6b
Port to ecm_add_qml_module
2023-12-25 15:56:13 +00:00
Nicolas Fella
4331d70d4b
Set bugreport address for kdeconnect-app
...
Otherwise we get an automatic address, which doesn't work because the executable name doesn't match the bugzilla component name
BUG: 475837
2023-10-24 20:30:04 +00:00
Albert Vaca Cintora
9c87393b28
clang-format pass
2023-07-16 16:20:34 +02:00
Carl Schwan
b930114eb0
Add setting page and expose about data info
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-12-14 16:46:57 +00:00
Nicolas Fella
a918ffc0cb
Add and make use of ECM's clang-format integration
2022-09-11 23:21:58 +00:00
Nicolas Fella
12d8adef76
Enable highdpi for all executables
2022-04-02 14:32:54 +02:00
Nicolas Fella
c9bdf625c0
Set breeze as fallback icon theme for all executables
2021-07-27 23:03:51 +02:00
Piyush Aggarwal
6712953279
kdeconnect-app: add CLI option to allow starting handler via app
...
this feature is important to enable sendTo-menu-like integration in the Microsoft Store build
2021-07-14 06:19:39 +00:00
Piyush Aggarwal
82c7a8080d
add KColorSchemeManager instance to install auto dark theme on Windows
2021-06-13 13:51:28 +05:30
Piyush Aggarwal
02ed0699ff
set app style to breeze explicitly on Windows
2021-06-03 03:15:35 +05:30
Piyush Aggarwal
d773959a5d
remove hardcoded window icon path in favour of fromTheme call
2021-05-23 10:42:29 +05:30
Nicolas Fella
3e7ac98f28
Default to qqc2-desktop-style and add it as runtime dependency
...
On Plasma qqc2-desktop-style is used automatically, but not on other
DEs. Set it as a default and allow overriding it via environment
variables.
Also add it as a runtime dep so distros actually ship it.
2021-03-18 23:47:22 +00:00
Piyush Aggarwal
101bda832d
setWindowIcon: add fallback window icons
2020-11-11 17:28:37 +05:30
Nicolas Fella
a600c27490
Set window icons for GUI executables
...
Otherwise the task bar entry on Gnome won't have an icon.
2020-10-24 22:21:23 +02:00
Nicolas Fella
87db95b22f
Convert license headers to SPDX expressions
2020-08-17 09:48:10 +00:00
Laurent Montel
0f707cc709
It alreadys added by kaboutdata
2020-01-12 14:46:21 +01:00
Nicolas Fella
245eb954d5
Rename kcapp to kdeconnect
2019-07-21 11:02:24 +00:00
Nicolas Fella
3b8fedea1a
Replace http GNU urls with https
2019-03-23 17:29:26 +01:00
Nicolas Fella
8548ebd032
Clean up includes
2019-02-03 01:44:22 +01:00
Nicolas Fella
ae53c9c0bf
Fix deprecation warning
...
Test Plan: App still starts
Reviewers: #kde_connect, sredman
Reviewed By: #kde_connect, sredman
Subscribers: sredman, kdeconnect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D16626
2018-11-07 16:06:21 +01:00
Albert Vaca
1e9a1f93ed
Fix license header for smsapp
2018-10-11 22:52:42 +02:00
Jean Vincent
72535ecf48
Make member variable names, & placement and * placement more coherent
...
Summary:
Change all member variables to the form m_fooBar because it is the preferred form in Qt (it was half and half between this and mFooBar, and a minority didn't have anything).
Place all references and pointers on the side of the type since it is the majority.
Basically:
- mFoo -> m_foo
- foo -> m_foo (if it is a member variable)
- Type &ref -> Type& ref
- Type *ptr -> Type* ptr
Reviewers: #kde_connect, nicolasfella, albertvaka
Reviewed By: #kde_connect, nicolasfella, albertvaka
Subscribers: albertvaka, #kde_connect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D7312
2017-09-03 21:45:08 +02:00
Albert Vaca
bc0b182708
Name of the app
2017-02-08 14:58:31 +01:00
Albert Vaca
60331ccbf1
Clazy says all this QStringLiteral and QLatin1String were missing/wrong
2016-11-26 16:21:29 +01:00
Martin Gräßlin
cc148cea89
Setup KDeclarative before loading the Qml file
...
Otherwise methods injected into the engine by KDeclarative are not
available in the loaded qml.
REVIEW: 124419
2015-09-07 17:42:19 +02:00
Martin Gräßlin
e462c386cf
Adjust application name to match desktop file
...
The desktop file is called org.kde.kdeconnect.app - this needs to
be respected in the application name. This is a requirement to match
application windows to applications on Wayland. With a not-matching
name the compositor is not able to show a window icon.
REVIEW: 124418
2015-09-07 17:40:50 +02:00
Aleix Pol
de9671e26a
Experimental frontend
2015-06-13 01:30:38 +02:00