nextcloud-desktop/src/gui/tray
Kevin Ottens d640076454 UserModel: check indices are inside the user list
The model was just checking for the user list being empty or not which
is overly optimistic. Indeed there might be cases where the id is
actually outside the boundaries so properly check for this.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-12-15 08:43:32 +00:00
..
ActivityActionButton.qml Implemented notification action buttons and context menu for confirm/dismiss and other actions. 2020-12-02 08:08:37 +00:00
ActivityData.cpp More typo fix 2020-01-03 13:42:07 +01:00
ActivityData.h Implemented notification action buttons and context menu for confirm/dismiss and other actions. 2020-12-02 08:08:37 +00:00
ActivityListModel.cpp Implemented notification action buttons and context menu for confirm/dismiss and other actions. 2020-12-02 08:08:37 +00:00
ActivityListModel.h Implemented notification action buttons and context menu for confirm/dismiss and other actions. 2020-12-02 08:08:37 +00:00
HeaderButton.qml Use the icon color property to color the icons in the tray window header. 2020-12-10 17:43:45 +01:00
NotificationHandler.cpp Implemented notification action buttons and context menu for confirm/dismiss and other actions. 2020-12-02 08:08:37 +00:00
NotificationHandler.h Retreive and svg data from icon property url for activity entries 2020-01-16 14:01:54 +01:00
UserLine.qml Use dynamic path for account online/offline state icon. Refresh GUI on connection state change. 2020-11-23 17:49:25 +02:00
UserModel.cpp UserModel: check indices are inside the user list 2020-12-15 08:43:32 +00:00
UserModel.h Use dynamic path for account online/offline state icon. Refresh GUI on connection state change. 2020-11-23 17:49:25 +02:00
Window.qml Use the icon color property to color the icons in the tray window header. 2020-12-10 17:43:45 +01:00