From: Tommi Asp Date: Fri, 9 Apr 2010 15:16:37 +0000 (+0300) Subject: 1.1 release X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=df18f2db44c4a48fbbd98be49a75963ffcebfda5;p=cuteexplorer 1.1 release --- diff --git a/debian/changelog b/debian/changelog index 447dd04..90557c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 9 Apr 2010 18:02:07 +0300 + cuteexplorer (1.0-2) unstable; urgency=low * Fixed broken .desktop -file diff --git a/debian/rules b/debian/rules index 3517191..7e6216a 100755 --- a/debian/rules +++ b/debian/rules @@ -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