Christian Kamm
|
05eee16959
|
SelectiveSync: Show in-progress label #3524
We now show 'Fetching data...' after a second.
This also increased the timeout to 60s, making the error
condition much less likely.
|
2015-10-14 13:05:53 +02:00 |
|
Phil Davis
|
b8ccbbc72a
|
GUI comment and message typos for master
|
2015-10-05 10:06:19 +05:45 |
|
Christian Kamm
|
641f56664e
|
FolderStatus: Show 'waiting for other folder' #3619
We monitor the scheduling queue and show messages like
"Waiting for 5 other folders...".
|
2015-09-04 10:42:21 +02:00 |
|
Olivier Goffart
|
9172a5fc4c
|
FolderStatusModel: add a function to get a QModelIndex from the path
Will be usefull to solve #3704
|
2015-08-31 10:14:58 +02:00 |
|
Olivier Goffart
|
38aa4cf304
|
Folder Model: add an error item when one cannot fetch the list of folders #3524
|
2015-08-18 13:21:02 +02:00 |
|
Olivier Goffart
|
38da1b7de1
|
AccountSettings: automatically refresh and expands the undecided folders #3541
|
2015-08-05 12:51:49 +02:00 |
|
Olivier Goffart
|
68668e25bd
|
FolderStatusModel: uses int64 for the sizes to prevent overflow
Issue #3420
(The change in Utility just make sure never to use the scientific notation,
even if it should never happen)
|
2015-07-08 14:52:58 +02:00 |
|
Christian Kamm
|
ae69ff032b
|
Folders: Show as disconnected when account is disconnected.
Previously you could get a green folder icon even when the account
was signed out or disconnected for another reason.
|
2015-07-03 15:03:18 +02:00 |
|
Christian Kamm
|
ba613a152a
|
FolderStatusModel: Always update on sync state change.
Previously the icon and progress report could easily get
somewhat stale and go out of sync with the tray icon.
|
2015-07-02 14:17:38 +02:00 |
|
Daniel Molkentin
|
66e8aaeabc
|
Use doxygen style everywhere
|
2015-06-29 18:56:09 +02:00 |
|
Daniel Molkentin
|
0735aa1fbd
|
Structure developer documentation
- rename target "doc-dev"
- group into modules
- move to doc/dev
|
2015-06-29 18:43:21 +02:00 |
|
Olivier Goffart
|
d902a37dfd
|
Fix Qt4 compilation
This header is not included in Qt4's QAbstractItemModel header
|
2015-06-16 12:14:04 +02:00 |
|
Olivier Goffart
|
0cfc518c33
|
Fix coverity build which does not support nsdmi
|
2015-06-16 09:30:29 +02:00 |
|
Olivier Goffart
|
a3c543a627
|
Move FolderStatusDelegate to its own file
|
2015-06-15 14:16:21 +02:00 |
|
Olivier Goffart
|
cc3543dbd2
|
Confirm feature: The UI part in the selective sync view
Folder that are over the threshold will appear in red in the
selective sync view and will be deselected by default
|
2015-06-11 15:46:01 +02:00 |
|
Olivier Goffart
|
e1f94cea4f
|
FolderStatusModel: handle network error in the LSCol
|
2015-06-02 20:47:06 +02:00 |
|
Olivier Goffart
|
e587c8e2dc
|
multi-account: compile with Qt4
|
2015-06-02 19:57:41 +02:00 |
|
Olivier Goffart
|
984434c728
|
AccountSettings: move the progress handling in FolderStatusModel
This is required to compile with Qt4 because signals were protected.
And the logic anyway belongs to the model
|
2015-06-02 19:45:23 +02:00 |
|
Olivier Goffart
|
f81918173b
|
Account settings: show the folder of the right account
|
2015-04-27 19:09:48 +02:00 |
|
Christian Kamm
|
dbddabfcd7
|
Remove SelectiveSyncText
It is unused and there were compiler warnings about it not
appearing it various switch() statements.
|
2015-04-23 14:13:33 +02:00 |
|
Olivier Goffart
|
85ff245aef
|
Account settings: add the progress back on the new ui
|
2015-04-09 12:06:47 +02:00 |
|
Olivier Goffart
|
426d2338d9
|
Settings: New UI that intergate the selective sync within the account settings
|
2015-03-27 16:50:35 +01:00 |
|
Daniel Molkentin
|
ae85aa33fd
|
Adjust namespaces
|
2014-11-09 22:34:07 +01:00 |
|
Daniel Molkentin
|
902bb7a198
|
Merge remote-tracking branch 'origin/master' into move_lib_to_sep_dir
Conflicts:
src/CMakeLists.txt
src/gui/accountsettings.cpp
src/gui/folderwizard.cpp
src/gui/settingsdialog.cpp
src/libsync/syncengine.h
|
2014-08-26 11:29:42 +02:00 |
|
Daniel Molkentin
|
df3c3bca02
|
Split into three separate projects: library, gui and cmd
|
2014-07-11 11:07:31 +02:00 |
|