l10n daemon script
1473868bc8
SVN_SILENT made messages (.desktop file)
2015-11-17 15:24:49 +00:00
l10n daemon script
3b340702a7
SVN_SILENT made messages (after extraction)
2015-11-17 14:10:43 +00:00
l10n daemon script
eed4eb66fd
SVN_SILENT made messages (.desktop file)
2015-11-13 13:01:51 +00:00
Albert Vaca
c1ce7f523c
Reordered lines
2015-11-11 11:03:00 -08:00
Albert Vaca
9afb4a587b
Reduce the dbus timeout when dealing with mpris players
...
We probably want to do this in way more places, since the default dbus
timeout is 25 seconds!
2015-11-11 11:02:08 -08:00
Albert Vaca
cbc4cc5fd7
Improvise a name for a player if the mpris interface doesn't provide one
2015-11-11 11:00:59 -08:00
l10n daemon script
04d52fb022
SVN_SILENT made messages (.desktop file)
2015-11-11 13:05:11 +00:00
l10n daemon script
75bf18156a
SVN_SILENT made messages (after extraction)
2015-11-11 11:45:55 +00:00
l10n daemon script
0b4d36546c
SVN_SILENT made messages (.desktop file)
2015-11-04 19:54:08 +00:00
l10n daemon script
5d57029324
SVN_SILENT made messages (after extraction)
2015-11-04 18:30:25 +00:00
l10n daemon script
49cc3294e6
SVN_SILENT made messages (.desktop file)
2015-10-28 12:40:23 +00:00
l10n daemon script
7bbd93c024
SVN_SILENT made messages (.desktop file)
2015-10-27 14:38:42 +00:00
l10n daemon script
2bf2f2bac6
SVN_SILENT made messages (after extraction)
2015-10-27 13:29:38 +00:00
Albert Vaca
d2b4a6f214
Indentation
2015-10-18 21:51:51 -07:00
Albert Vaca
e2f068b286
Fixed a memory leak making the DownloadJob destroy itself on disconnect
...
There are still some code paths where it doesn't get destroyed though,
like when the device gets unreachable (and the download socket doesn't
close for some reason).
2015-10-18 21:51:51 -07:00
Albert Vaca
229e3aa070
Removed unused class
2015-10-18 19:42:40 -07:00
Albert Vaca
e4c5ea646e
Added a link to the wiki from the KCM.
2015-10-18 15:08:36 -07:00
Albert Vaca
30f00fb3fa
Fix a crash where unmount was called again after m_proc had been destroyed
...
This happened because of scheduling m_proc->kill() from unmount 5 seconds
after the destructor was called (which was who called unmount first).
Simplified unmount logic a bit as well. Known bug: we might end with a fuse
mountpoint still mounted after killing the sshfs process.
BUG: 352861
2015-10-17 17:31:17 -07:00
Albert Vaca
6deec3429a
Use id instead of a pointer in the dismissRequested signal and slot.
...
Also changed connection to the Qt5 way.
2015-10-17 15:32:13 -07:00
Albert Vaca
4574aa3639
Make the origin also contain the file name, not only the device name
2015-10-17 13:32:57 -07:00
Albert Vaca
53e6381d30
Fixed warning about using pointers in slots
2015-09-26 08:23:55 -07:00
Albert Vaca
091de2ad4b
Removed unused generate_export_header
2015-09-26 08:23:41 -07:00
Albert Vaca
274ac99e8f
Merge branch 'stable' into 0.9
2015-09-15 08:34:13 -07:00
Albert Vaca
66bf532964
Fixed bugtracker link in appdata.xml
2015-09-15 08:33:15 -07:00
Aleix Pol
bdc721b7d3
Properly install the renamed files
2015-09-15 02:03:31 +02:00
Aleix Pol
b3425e114a
Another application desktop file to rename
2015-09-15 01:47:29 +02:00
Aleix Pol
29911c7185
Provide an appdata file
...
Needs work, Albert? :D
CCMAIL: albertvaka@gmail.com
2015-09-15 01:41:41 +02:00
Aleix Pol
d1d196a15d
Use correct notation for desktop file names
2015-09-15 01:29:39 +02:00
Albert Vaca
e04bb69f6a
Bumped version number
2015-09-12 13:40:05 -07:00
Aleix Pol
9fedfcdb3d
Notify QNAM about the file received size
2015-09-11 17:03:11 +02:00
Aleix Pol
c2acc37da6
Fix filtering of plugins that don't support capabilities
2015-09-11 14:00:15 +02:00
Albert Vaca
825a02f76a
Fixed compilation error because QCA doesn't include QIODevice
2015-09-11 04:35:22 -07:00
Aleix Pol
2b8a54357e
Remove redundant copy constructor
2015-09-11 12:22:59 +02:00
Aleix Pol
67c5a2b5f1
Fix variable scope
2015-09-11 12:22:35 +02:00
Aleix Pol
c62fac0bcf
Don't join hte interfaces in 1 string
...
Let NetworkPackage do the serialization
2015-09-11 12:14:19 +02:00
Albert Vaca
bb0b5fcf44
Were connecting to the wrong slot
2015-09-11 03:06:26 -07:00
David Edmundson
d621000621
Watch all serivies with the watcher
...
media player services are not registered as org.mpris.MediaPlayer2 just
use a service name that starts with that. We need to watch all services
and then filter.
BUG: 352529
Reviewed-by: Albert Vaca
2015-09-11 11:27:35 +02:00
Aleix Pol
972c260628
Make sure kdeconnectd gets started when required
...
BUG: 352522
BUG: 352520
2015-09-10 20:21:41 +02:00
Albert Vaca
df81ed0a33
Fixed notification flags being overwritten
2015-09-09 01:17:44 -07:00
Aleix Pol
d58f6314fe
run Clang Modernize
...
Minus the auto change
2015-09-08 10:47:37 +02:00
David Edmundson
9ca9833e9c
Handle strings and better utf8 in mousepad plugin
2015-09-08 10:27:41 +02:00
David Edmundson
6a7edf5f44
Fix literal %1 in i18n
2015-09-07 18:26:50 +02:00
Andreas Sturmlechner
1423000b44
Make tests optional
...
This patch makes it able to disable building tests by choice or unavailability of Qt5Test (by example of kwin).
REVIEW: 122984
2015-09-07 17:42:37 +02: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
Albert Vaca
f35ce9c16f
Trying to fix a couple of crashes when unpairing and repairing devices.
2015-09-07 00:14:52 -07:00
Albert Vaca
9837cf012d
More descriptive name for menu entries for non-kde desktops.
2015-09-06 15:45:34 -07:00
Albert Vaca
faeee2119b
Merge branch 'master' of github.com:albertvaka/kdeconnect-kde
2015-09-02 11:37:43 -07:00
l10n daemon script
e6a759a071
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"
2015-09-01 12:31:29 +00:00
Albert Vaca
784cd4ec0a
Merge pull request #5 from rahiel/patch-1
...
fix link in readme
2015-08-30 07:51:57 -07:00