kdeconnect-kde/interfaces
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
..
KDEConnect Reorganize sources 2014-06-14 15:22:40 +02:00
CMakeLists.txt Move the generation of dbus interfaces into interfaces/ 2015-06-18 19:06:14 +02:00
dbusinterfaces.cpp Simplify Device::id management 2015-06-24 20:57:17 +02:00
dbusinterfaces.h Simplify Device::id management 2015-06-24 20:57:17 +02:00
devicesmodel.cpp Simplify Device::id management 2015-06-24 20:57:17 +02:00
devicesmodel.h Simplify Device::id management 2015-06-24 20:57:17 +02:00
devicessortproxymodel.cpp Move the DevicesSortProxyModel to interfaces/ 2015-06-11 16:09:27 +02:00
devicessortproxymodel.h Move the DevicesSortProxyModel to interfaces/ 2015-06-11 16:09:27 +02:00
interfaces_debug.h Forgot to add this file, needed for interfaces to build 2014-09-22 00:46:54 +02:00
KDEConnectConfig.cmake.in Reorganize sources 2014-06-14 15:22:40 +02:00
modeltest.cpp Fixed annoying warning in modeltest.cpp 2015-03-08 19:13:34 -07:00
modeltest.h Reorganize sources 2014-06-14 15:22:40 +02:00
notificationsmodel.cpp Returning a QIcon instead of a fixed size QPixmap for DecorationRole. 2015-04-19 22:21:37 -07:00
notificationsmodel.h Make the NotificationsModel also async 2015-03-14 05:37:16 +01:00