Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-04 | CLOUD: Improve some labels | Thierry Crozat | |
2016-08-24 | GUI: JANITORIAL: Fix code formatting | Eugene Sandulenko | |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | GUI: Add error message in RemoteBrowser | Alexander Tkachev | |
For the error callback case. | |||
2016-08-24 | GUI: Add RemoteBrowser file list sorting | Alexander Tkachev | |
Because Dropbox has no means to specify files order. | |||
2016-08-24 | GUI: Add RemoteBrowser parent directories remembering | Alexander Tkachev | |
No wait when "Go up" is pressed. These contents could be invalid, though. In order to refresh contents, one has to go up one more time and then get back inside (in root folder - just press "Go up" to refresh it). | |||
2016-08-24 | GUI: Fix RemoteBrowser Request handling | Alexander Tkachev | |
Init with NULL, ignore callbacks, and such. | |||
2016-08-24 | GUI: Clean up in RemoteBrowser | Alexander Tkachev | |
2016-08-24 | GUI: Make RemoteBrowser show "Loading..." | Alexander Tkachev | |
2016-08-24 | GUI: Fix "Go up" | Alexander Tkachev | |
OneDrive and Google Drive paths do not start with '/', so one was unable to go up to root. | |||
2016-08-24 | GUI: Add RemoteBrowserDialog | Alexander Tkachev | |
WIP. Tested with Dropbox. |