kdeconnect-kde/core
Aleix Pol 43451d6ae1 Simplify Device::id management
Removes the id->row mapping. It was broken as the indices weren't updated
when a row was added or removed.
Stop exposing Device::id through dbus, just store it in the interface
class.
* It's redundant as it's part of the interface definition
* If we keep it it will save us quite some dbus round-trips
* It will be reliable, as nowadays id() sometimes QString() if the dbus
connection is invalid.

REVIEW: 124158
2015-06-24 20:57:17 +02:00
..
backends Fixed warning. 2015-06-15 09:03:26 -07:00
CMakeLists.txt Move the generation of dbus interfaces into interfaces/ 2015-06-18 19:06:14 +02:00
core_debug.h Remove kdebugnamespace completely and replace by core_debug 2014-09-22 00:59:34 +02:00
daemon.cpp Devices where not removed if they were unpaired after going offline 2015-06-21 19:40:05 -07:00
daemon.h Devices where not removed if they were unpaired after going offline 2015-06-21 19:40:05 -07:00
dbushelper.cpp Minor changes 2014-10-10 11:47:35 -07:00
dbushelper.h More robust fix to problem with device ids being non exportable on dbus 2014-10-10 11:26:50 -07:00
default_args.h Removed commented code 2014-10-10 11:27:01 -07:00
device.cpp Emit less redundant events 2015-06-21 19:39:04 -07:00
device.h Simplify Device::id management 2015-06-24 20:57:17 +02:00
filetransferjob.cpp Drop dependency of KIO from kdeconnectcore 2015-05-05 01:07:29 +02:00
filetransferjob.h Drop dependency of KIO from kdeconnectcore 2015-05-05 01:07:29 +02:00
kdeconnectconfig.cpp Add missing spaces 2015-03-25 19:46:29 +02:00
kdeconnectconfig.h Fixed compilation warnings in clang (one of them is actually an issue!) 2015-04-19 22:50:12 -07:00
kdeconnectplugin.cpp Fixed config memory leak. 2015-03-21 22:21:34 -07:00
kdeconnectplugin.h Added a baseclass for the plugins' KCMs and a class for the plugins' config 2015-03-13 21:22:21 -07:00
kdeconnectpluginconfig.cpp Fixed broken compilation :/ 2015-03-23 20:44:09 -07:00
kdeconnectpluginconfig.h Added a baseclass for the plugins' KCMs and a class for the plugins' config 2015-03-13 21:22:21 -07:00
Messages.sh Figure out Messages.sh after code refactoring 2014-06-17 18:45:47 +02:00
networkpackage.cpp Drop NetworkPackage QObject heritage 2015-06-24 20:57:17 +02:00
networkpackage.h Drop NetworkPackage QObject heritage 2015-06-24 20:57:17 +02:00
networkpackagetypes.h Ping plugin packet type define shouldn't be in core. 2014-12-21 19:35:35 -08:00
pluginloader.cpp Remove unneeded KService include 2015-04-10 17:47:54 +02:00
pluginloader.h Remove unneeded KService include 2015-04-10 17:47:54 +02:00