diff ui/mainwindow.cpp @ 1162:2a1206932f53

(issue107) Comment all TODO's and FIXME's with issues as documented in issue107
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 18 Sep 2014 18:53:11 +0200
parents 5f5880cca5cf
children 9bdce8d6fd43
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Thu Sep 18 18:30:54 2014 +0200
+++ b/ui/mainwindow.cpp	Thu Sep 18 18:53:11 2014 +0200
@@ -271,7 +271,7 @@
     verifyListData();
     if (!mListToInstall.isValid()) {
         /* Downloader provided invalid files */
-        /* TODO: Error count. Error handling. Otherwise
+        /* TODO (issue38): Error count. Error handling. Otherwise
          * we can go into an endless loop here */
 
         /* Retry the download again in 10 - 20 minutes */
@@ -571,7 +571,7 @@
 
 void MainWindow::downloaderError(const QString &message, SSLConnection::ErrorCode error)
 {
-    /* TODO logging and handle error according to a plan */
+    /* TODO (issue38) handle error according to a plan */
     syslog_error_printf ("Failed to check for updates: %s", message.toUtf8().constData());
 #ifdef IS_TAG_BUILD
     /* During tag build it should never happen that an url checked is not available
@@ -1209,7 +1209,7 @@
 
 void MainWindow::loadCertificateList()
 {
-    /* TODO: if nothing is available (neither old nor new) add some progress
+    /* TODO (issue134): if nothing is available (neither old nor new) add some progress
      * indication */
     mInstallList->clear();
     mRemoveList->clear();

http://wald.intevation.org/projects/trustbridge/