1.1 release
authorTommi Asp <tomma.asp@gmail.com>
Fri, 9 Apr 2010 15:16:37 +0000 (18:16 +0300)
committerTommi Asp <tomma.asp@gmail.com>
Fri, 9 Apr 2010 15:16:37 +0000 (18:16 +0300)
debian/changelog
debian/rules

index 447dd04..90557c5 100644 (file)
@@ -1,3 +1,13 @@
+cuteexplorer (1.1) unstable; urgency=low
+
+  * Fixed bluetooth sending, no need to "copy" files first
+  * Added context menu for filelistwidget
+  * Actions from edit menu moved to fileslistwidgets contextmenu
+  * Check not to send directories via bluetooth
+  * Added help and about dialogs
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Fri,  9 Apr 2010 18:02:07 +0300
+
 cuteexplorer (1.0-2) unstable; urgency=low
 
   * Fixed broken .desktop -file
index 3517191..7e6216a 100755 (executable)
@@ -4,7 +4,7 @@ builddir:
        mkdir -p builddir
 
 builddir/Makefile: builddir
-       cd builddir && qmake PREFIX=/usr ../$(APPNAME).pro
+       cd builddir && /opt/qt4-maemo5/bin/qmake PREFIX=/usr ../$(APPNAME).pro
 
 build: build-stamp