nextcloud-desktop/src/mirall
2012-04-21 11:22:03 +02:00
..
application.cpp Improved startup logging with version and lang 2012-04-21 11:22:03 +02:00
application.h Fix QApp contructor singature 2012-04-20 13:17:48 +02:00
createanowncloudpage.ui - added icon defaults for systems without icon theming bnc#730834 2011-11-28 14:53:34 +01:00
csyncfolder.cpp - removed the sitecopy files and last references 2012-03-26 13:20:15 +02:00
csyncfolder.h - removed the sitecopy files and last references 2012-03-26 13:20:15 +02:00
csyncthread.cpp use thread save implementation of error codes in csync. 2012-04-17 12:34:19 +02:00
csyncthread.h Removed path from csync include 2012-04-14 12:16:30 +02:00
fileutils.cpp add proper licensing 2011-04-06 11:48:02 +02:00
fileutils.h add proper licensing 2011-04-06 11:48:02 +02:00
folder.cpp initialize sync status correctly. 2012-04-21 11:22:03 +02:00
folder.h Fix display status dialog: Do not flicker on local runs if polling. 2012-04-17 13:18:14 +02:00
folderman.cpp Replace USE_WATCHER with USE_INOTIFY 2012-04-15 14:47:43 +02:00
folderman.h Fixed sync start after ownCloud initial configuration. 2012-04-02 13:21:13 +02:00
folderwatcher.cpp Replace USE_WATCHER with USE_INOTIFY 2012-04-15 14:47:43 +02:00
folderwatcher.h Replace USE_WATCHER with USE_INOTIFY 2012-04-15 14:47:43 +02:00
folderwizard.cpp Improved startup logging with version and lang 2012-04-21 11:22:03 +02:00
folderwizard.h Improved startup logging with version and lang 2012-04-21 11:22:03 +02:00
folderwizardnetworkpage.ui Add a sitecopy backend to mirall, some GUI cleanups 2011-09-26 13:12:00 +02:00
folderwizardowncloudpage.ui Polished the ui, stop syncing during user actions. 2011-11-03 16:06:40 +01:00
folderwizardsourcepage.ui continue backport Qt 4.6: place holder text was introduced in Qt 4.7 2012-04-21 01:07:22 +02:00
folderwizardtargetpage.ui continue backport Qt 4.6: place holder text was introduced in Qt 4.7 2012-04-21 01:07:22 +02:00
gitfolder.cpp - removed the sitecopy files and last references 2012-03-26 13:20:15 +02:00
gitfolder.h - removed the sitecopy files and last references 2012-03-26 13:20:15 +02:00
inotify.cpp Replace USE_WATCHER with USE_INOTIFY 2012-04-15 14:47:43 +02:00
inotify.h Added #ifdef USE_WATCHER to switch between INotify and Polling 2012-02-29 15:25:16 +01:00
mirallconfigfile.cpp Save password base64 encoded instead of plain text 2012-04-12 21:30:47 +02:00
mirallconfigfile.h Support for password not stored locally. 2012-04-12 14:06:59 +02:00
miralltheme.cpp Added a splashscreen. 2012-02-23 11:44:44 +01:00
miralltheme.h Added a splashscreen. 2012-02-23 11:44:44 +01:00
networklocation.cpp add simple network location infrastructure 2011-04-06 15:22:40 +02:00
networklocation.h add simple network location infrastructure 2011-04-06 15:22:40 +02:00
occinfo.cpp Added an update check that queries an oC server for new versions. 2012-04-02 20:10:29 +02:00
occinfo.h Added an update check that queries an oC server for new versions. 2012-04-02 20:10:29 +02:00
owncloudcredentialspage.ui Translation and wording fixes. 2012-04-18 15:21:55 +02:00
owncloudfolder.cpp fix status dialog status display and overall status display. 2012-04-17 15:02:18 +02:00
owncloudfolder.h removed useless double include. 2012-04-17 13:18:14 +02:00
owncloudftpaccesspage.ui WIP: OC installation wizard integration 2011-09-28 18:14:48 +02:00
owncloudinfo.cpp implement MKCOL with QHttp to make it work with Qt 4.6 2012-04-20 23:58:09 +02:00
owncloudinfo.h implement MKCOL with QHttp to make it work with Qt 4.6 2012-04-20 23:58:09 +02:00
owncloudsetupwizard.cpp implement MKCOL with QHttp to make it work with Qt 4.6 2012-04-20 23:58:09 +02:00
owncloudsetupwizard.h implement MKCOL with QHttp to make it work with Qt 4.6 2012-04-20 23:58:09 +02:00
owncloudtheme.cpp disabled a log line 2012-02-28 15:13:59 +01:00
owncloudtheme.h Added a splashscreen. 2012-02-23 11:44:44 +01:00
owncloudwizard.cpp Created WebDAV MkCol request on ownCloudInfo, QWebDav-Lib ready to 2012-04-14 19:08:53 +02:00
owncloudwizard.h Support for password not stored locally. 2012-04-12 14:06:59 +02:00
owncloudwizardresultpage.ui some more smaller fixes 2011-10-14 16:39:53 +02:00
owncloudwizardselecttypepage.ui Fixed some mirall->ownCloud namings 2012-03-26 15:19:40 +02:00
sslerrordialog.cpp SSL Connection Warning dialog working. 2012-04-12 11:37:48 +02:00
sslerrordialog.h SSL Connection Warning dialog working. 2012-04-12 11:37:48 +02:00
sslerrorsdialog.ui SSL Connection Warning dialog working. 2012-04-12 11:37:48 +02:00
statusdialog.cpp Translation and wording fixes. 2012-04-18 15:21:55 +02:00
statusdialog.h Fixed owncloudinfo to handle multiple connections, workarounded a 2012-04-10 20:55:50 +02:00
statusdialog.ui Translation and wording fixes. 2012-04-18 15:21:55 +02:00
syncresult.cpp added clearError and flag to indicate local run methods. 2012-04-17 13:18:14 +02:00
syncresult.h added clearError and flag to indicate local run methods. 2012-04-17 13:18:14 +02:00
temporarydir.cpp added a windows compatible implementation 2012-01-20 10:21:49 +01:00
temporarydir.h add proper licensing 2011-04-06 11:48:02 +02:00
theme.cpp fixed wording. 2012-04-17 17:03:46 +02:00
theme.h - Fixed the tray icon on all platforms. 2012-03-31 11:31:28 +02:00
unisonfolder.cpp - removed the sitecopy files and last references 2012-03-26 13:20:15 +02:00
unisonfolder.h - removed the sitecopy files and last references 2012-03-26 13:20:15 +02:00
updatedetector.cpp remove test setting of own version. 2012-04-02 20:19:01 +02:00
updatedetector.h Added an update check that queries an oC server for new versions. 2012-04-02 20:10:29 +02:00
version.h Pushed to version 1.0.1 2012-04-12 21:34:04 +02:00