~kklimonda/ubuntu/natty/hamster-applet/lp.697667

« back to all changes in this revision

Viewing changes to data/stats_overview.ui

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-02-10 02:52:31 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210025231-x0q5h4q7nlvihl09
Tags: 2.29.90-0ubuntu1
* New upstream version
  - workspace tracking - switch activity, when switching desktops
  - chart improvements - theme friendly and less noisier
  - for those without GNOME panel there is now a standalone version, 
    accessible via Applications -> Accessories -> Time Tracker
  - overview window remembers position
  - maintaining cursor on the selected row after edits / refreshes
  - descriptions once again in the main input field, delimited by comma
  - activity suggestion box now sorts items by recency (Patryk Zawadzki)
  - searching
  - simplified save report dialog, thanks to the what you see is what you 
    report revamp
  - overview/stats replaced with activities / totals and stats accessible 
    from totals
  - interactive graphs to drill down in totals
  - miscellaneous performance improvements
  - pixel-perfect graphs
* Updated 01_startup-fix.patch to apply to new source layout
* debian/control:
  - Add build-depend on gnome-doc-utils

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy project-wide -->
5
 
  <object class="GtkWindow" id="overview_window">
6
 
    <child>
7
 
      <object class="GtkAlignment" id="overview_box">
8
 
        <property name="visible">True</property>
9
 
        <property name="border_width">10</property>
10
 
        <child>
11
 
          <object class="GtkScrolledWindow" id="overview_facts_box">
12
 
            <property name="visible">True</property>
13
 
            <property name="can_focus">True</property>
14
 
            <property name="hscrollbar_policy">never</property>
15
 
            <property name="vscrollbar_policy">automatic</property>
16
 
            <property name="shadow_type">in</property>
17
 
            <child>
18
 
              <placeholder/>
19
 
            </child>
20
 
          </object>
21
 
        </child>
22
 
      </object>
23
 
    </child>
24
 
  </object>
25
 
</interface>