(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 21 Oct 2012 08:56:45 +0000 (08:56 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 21 Oct 2012 08:56:45 +0000 (08:56 +0000)
NEWS
config.status
po/Makefile.in
src/glade/gtask.glade

diff --git a/NEWS b/NEWS
index e69de29..ed8cdc1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,11 @@
+What's New
+==========
+
+v0.0.2
+------
+ * added refresh keyboard shortcut (ALT-r).
+ * added new task keyboard shortcut (ALT-n).
+
+v0.0.1
+------
+ * Initial release
index 0f8a53c..5adf104 100755 (executable)
@@ -422,7 +422,7 @@ $config_commands
 Report bugs to <jeanfi@gmail.com>.
 gtask home page: <http://wpitchoune.net/gtask>."
 
-ac_cs_config=""
+ac_cs_config="'--prefix=/tmp/p'"
 ac_cs_version="\
 gtask config.status 0.0.x
 configured by ./configure, generated by GNU Autoconf 2.69,
@@ -503,7 +503,7 @@ if $ac_cs_silent; then
 fi
 
 if $ac_cs_recheck; then
-  set X /bin/bash './configure'  $ac_configure_extra_args --no-create --no-recursion
+  set X /bin/bash './configure'  '--prefix=/tmp/p' $ac_configure_extra_args --no-create --no-recursion
   shift
   $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
   CONFIG_SHELL='/bin/bash'
@@ -727,7 +727,7 @@ S["libexecdir"]="${exec_prefix}/libexec"
 S["sbindir"]="${exec_prefix}/sbin"
 S["bindir"]="${exec_prefix}/bin"
 S["program_transform_name"]="s,x,x,"
-S["prefix"]="/usr/local"
+S["prefix"]="/tmp/p"
 S["exec_prefix"]="${prefix}"
 S["PACKAGE_URL"]="http://wpitchoune.net/gtask"
 S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com"
index ae9ec24..b93dffa 100644 (file)
@@ -21,7 +21,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /usr/local
+prefix = /tmp/p
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}
index f4d8379..ba6dd09 100644 (file)
                 <property name="layout_style">start</property>
                 <child>
                   <object class="GtkButton" id="refresh">
-                    <property name="label" translatable="yes">Refresh</property>
+                    <property name="label">gtk-refresh</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
+                    <property name="use_stock">True</property>
                     <signal name="clicked" handler="refresh_clicked_cbk" swapped="no"/>
                   </object>
                   <packing>
                 </child>
                 <child>
                   <object class="GtkButton" id="newtask">
-                    <property name="label" translatable="yes">New Task</property>
+                    <property name="label">gtk-new</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
+                    <property name="use_stock">True</property>
                     <signal name="clicked" handler="newtask_clicked_cbk" swapped="no"/>
                   </object>
                   <packing>