Changed changelog.txt
authorWillem Liu <willem.liu@gmail.com>
Tue, 3 May 2011 17:55:40 +0000 (19:55 +0200)
committerWillem Liu <willem.liu@gmail.com>
Tue, 3 May 2011 17:55:40 +0000 (19:55 +0200)
changelog.txt
debian/changelog
debian/rules
mainform.cpp
qtc_packaging/debian_fremantle/changelog
qtc_packaging/debian_fremantle/rules

index ffb49fd..c16aec1 100755 (executable)
@@ -1,3 +1,11 @@
+easylist (0.3.26) unstable; urgency=low
+
+       * Changed default sync website to http://easylist.willemliu.nl
+       * Changed default sync URL to http://easylist.willemliu.nl/getList.php
+  * Minor improvements to the About box.
+
+ -- Willem Liu <willem.liu@gmail.com>  Sat, 3 May 2011 19:53:57 +0200
 easylist (0.3.25) unstable; urgency=low
 
   * Merged with sync window improvements from Dotblank.
index 0dd7f76..edce4fa 100755 (executable)
@@ -4,4 +4,4 @@ easylist (0.3.26) unstable; urgency=low
        * Changed default sync URL to http://easylist.willemliu.nl/getList.php
   * Minor improvements to the About box.
 
- -- Willem Liu <willem.liu@gmail.com>  Sat, 30 Apr 2011 11:57:57 +0200
+ -- Willem Liu <willem.liu@gmail.com>  Sat, 3 May 2011 19:53:57 +0200
index 0ba1cee..8cfb926 100755 (executable)
@@ -27,6 +27,7 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
+       qmake
        $(MAKE)
        #docbook-to-man debian/easylist.sgml > easylist.1
 
@@ -38,7 +39,7 @@ clean:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       $(MAKE) clean
+       # $(MAKE) clean
 
        dh_clean 
 
index afb9f6a..0c61735 100755 (executable)
@@ -236,6 +236,8 @@ void MainForm::on_actionSync_triggered()
 \r
 void MainForm::slotSyncList(QNetworkReply* pReply)\r
 {\r
+    settings->setValue(LIST_TEXT, MyCheckBoxContainer::getInstance()->getListText());\r
+    SystemSettings::getInstance()->saveCurrentList();\r
     QByteArray data=pReply->readAll();\r
     QString list = QString::fromUtf8(data);\r
     settings->setValue(LIST_TEXT, list);\r
index 1491e30..edce4fa 100755 (executable)
@@ -1,5 +1,7 @@
 easylist (0.3.26) unstable; urgency=low
 
-  * Initial Release.
+       * Changed default sync website to http://easylist.willemliu.nl
+       * Changed default sync URL to http://easylist.willemliu.nl/getList.php
+  * Minor improvements to the About box.
 
- -- Willem Liu <willem.liu@gmail.com>  Sat, 30 Apr 2011 11:57:57 +0200
+ -- Willem Liu <willem.liu@gmail.com>  Sat, 3 May 2011 19:53:57 +0200
index 0ba1cee..8cfb926 100755 (executable)
@@ -27,6 +27,7 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
+       qmake
        $(MAKE)
        #docbook-to-man debian/easylist.sgml > easylist.1
 
@@ -38,7 +39,7 @@ clean:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       $(MAKE) clean
+       # $(MAKE) clean
 
        dh_clean