syncthingtray/model
Martchus 975e86c895 Allow backend libraries to be used from other projects
So far the backend libraries' include paths were relative within this
repository. This means the header files could not be used at their
installed location.

This change replaces them with "<>" includes to fix that problem and adds
a new include directory so building everything at once still works.

With this change it should be easier to actually split some parts into
another repository if this one would become too big.
2021-01-25 19:48:11 +01:00
..
resources Allow customizing status icon colors 2019-05-19 17:57:37 +02:00
translations Update translations 2021-01-01 21:22:15 +01:00
CMakeLists.txt Add UI to configure what information should be considered to compute overall status 2021-01-01 20:55:18 +01:00
colors.h Apply tidy after updating to clang-format 5.0.0 2017-09-17 21:48:15 +02:00
global.h Adapt to changes in c++utilities 2019-06-14 19:15:26 +02:00
syncthingdevicemodel.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingdevicemodel.h Streamline context menus of regular tray application and Plasmoid 2020-10-07 21:42:50 +02:00
syncthingdirectorymodel.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingdirectorymodel.h Streamline context menus of regular tray application and Plasmoid 2020-10-07 21:42:50 +02:00
syncthingdownloadmodel.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingdownloadmodel.h Streamline context menus of regular tray application and Plasmoid 2020-10-07 21:42:50 +02:00
syncthingicons.cpp Fix build with Qt 6 (beta1) 2020-10-23 17:04:35 +02:00
syncthingicons.h Apply scaling in renderSvgImage() similar to QIcon::pixmap() does 2020-07-12 02:38:57 +02:00
syncthingmodel.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingmodel.h Support Qt 6 (commit 174154b) 2020-09-04 01:09:18 +02:00
syncthingrecentchangesmodel.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingrecentchangesmodel.h Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingsortfiltermodel.cpp Sort devices by name 2020-10-20 19:36:02 +02:00
syncthingsortfiltermodel.h Sort devices by name 2020-10-20 19:36:02 +02:00
syncthingstatuscomputionmodel.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingstatuscomputionmodel.h Add UI to configure what information should be considered to compute overall status 2021-01-01 20:55:18 +01:00
syncthingstatusselectionmodel.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingstatusselectionmodel.h Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00