[hamster-applet] showing tags for the current activity



commit dc0242675fe7e6352c389a0dc927df9ad058c017
Author: Toms Bauģis <toms baugis gmail com>
Date:   Wed Nov 25 01:18:23 2009 +0000

    showing tags for the current activity

 data/applet.ui |   35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/data/applet.ui b/data/applet.ui
index bb056c4..c9756c2 100644
--- a/data/applet.ui
+++ b/data/applet.ui
@@ -49,6 +49,7 @@
                                   <object class="GtkLabel" id="last_activity_name">
                                     <property name="visible">True</property>
                                     <property name="xalign">0</property>
+                                    <property name="label">Just an activity</property>
                                     <attributes>
                                       <attribute name="weight" value="bold"/>
                                       <attribute name="size" value="15000"/>
@@ -63,15 +64,30 @@
                                   <object class="GtkLabel" id="last_activity_category">
                                     <property name="visible">True</property>
                                     <property name="xalign">0</property>
+                                    <property name="label"> - Work</property>
                                     <attributes>
                                       <attribute name="weight" value="bold"/>
                                       <attribute name="size" value="15000"/>
                                     </attributes>
                                   </object>
                                   <packing>
+                                    <property name="expand">False</property>
                                     <property name="position">1</property>
                                   </packing>
                                 </child>
+                                <child>
+                                  <object class="GtkAlignment" id="tag_box">
+                                    <property name="visible">True</property>
+                                    <property name="left_padding">4</property>
+                                    <property name="right_padding">4</property>
+                                    <child>
+                                      <placeholder/>
+                                    </child>
+                                  </object>
+                                  <packing>
+                                    <property name="position">2</property>
+                                  </packing>
+                                </child>
                               </object>
                               <packing>
                                 <property name="position">0</property>
@@ -81,6 +97,7 @@
                               <object class="GtkLabel" id="last_activity_duration">
                                 <property name="visible">True</property>
                                 <property name="xalign">0</property>
+                                <property name="label">1h 23m</property>
                                 <attributes>
                                   <attribute name="weight" value="bold"/>
                                 </attributes>
@@ -95,6 +112,7 @@
                                 <property name="visible">True</property>
                                 <property name="no_show_all">True</property>
                                 <property name="xalign">0</property>
+                                <property name="label">it's like in case if you need a description, i'll be here</property>
                                 <property name="wrap">True</property>
                                 <attributes>
                                   <attribute name="size" value="8000"/>
@@ -119,6 +137,21 @@
                                 <property name="visible">True</property>
                                 <property name="spacing">4</property>
                                 <child>
+                                  <object class="GtkButton" id="edit_current_activity">
+                                    <property name="label">gtk-edit</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="on_edit_current_activity_clicked"/>
+                                  </object>
+                                  <packing>
+                                    <property name="expand">False</property>
+                                    <property name="fill">False</property>
+                                    <property name="position">0</property>
+                                  </packing>
+                                </child>
+                                <child>
                                   <object class="GtkButton" id="stop_tracking">
                                     <property name="label" translatable="yes">Stop tracking</property>
                                     <property name="visible">True</property>
@@ -129,7 +162,7 @@
                                   <packing>
                                     <property name="expand">False</property>
                                     <property name="fill">False</property>
-                                    <property name="position">0</property>
+                                    <property name="position">1</property>
                                   </packing>
                                 </child>
                               </object>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]