~ubuntu-branches/ubuntu/karmic/italc/karmic-updates

« back to all changes in this revision

Viewing changes to ima/dialogs/overview.ui

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2008-03-10 00:19:35 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310001935-74g886lw2yxqlqbu
Tags: 1:1.0.7-0ubuntu1
* New version upstream (1.0.7)
  * freeze exception (LP: #201536)
  * improved overall usability by adding new icons and reworking look of
    overview-mode 
  * added new image-scaling algorithm with (optional) MMX-optimizations in order
    to use less CPU-time on master-computer when monitoring a lot of clients with
    short update-intervals 
  * thanks to fast image-scaler, remote-control and demo-mode now scale screen
    in real-time instead of having the user to scroll 
  * removed user-list and added ability to display user-name instead of
    IP-address in classroom-manager 
  * removed remote-IP-property as not used anymore 
  * fixed logon-feature from classroom-action-menu 
  * in case user accidently changed role but no keys exist for this role try
    teacher-role as fallback in order to make iTALC still usable in such cases
    (Closes #1866440) 
  * updated spec-file for building RPMs 
  * added Polish localization-files 
  * made power-down, reboot and logoff work under Linux if no user is logged in 
  * fixed various crashes 
* Update UI patch for Edubuntu
* Fix FTBFS and segfault for MMX on amd64

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
      <item>
97
97
       <widget class="QLabel" name="label2" >
98
98
        <property name="text" >
99
 
         <string>Using the classroom-manager you can manage your classrooms and computers.</string>
100
 
        </property>
101
 
        <property name="wordWrap" >
102
 
         <bool>true</bool>
103
 
        </property>
104
 
       </widget>
105
 
      </item>
106
 
     </layout>
107
 
    </item>
108
 
    <item>
109
 
     <layout class="QHBoxLayout" >
110
 
      <property name="margin" >
111
 
       <number>0</number>
112
 
      </property>
113
 
      <property name="spacing" >
114
 
       <number>15</number>
115
 
      </property>
116
 
      <item>
117
 
       <widget class="QLabel" name="label8" >
118
 
        <property name="sizePolicy" >
119
 
         <sizepolicy>
120
 
          <hsizetype>0</hsizetype>
121
 
          <vsizetype>0</vsizetype>
122
 
          <horstretch>0</horstretch>
123
 
          <verstretch>0</verstretch>
124
 
         </sizepolicy>
125
 
        </property>
126
 
        <property name="pixmap" >
127
 
         <pixmap resource="../italc.qrc" >:/resources/users_48.png</pixmap>
128
 
        </property>
129
 
       </widget>
130
 
      </item>
131
 
      <item>
132
 
       <widget class="QLabel" name="label3" >
133
 
        <property name="text" >
134
 
         <string>If you want to know which users are logged in you can open the user-list.</string>
 
99
         <string>Using the classroom-manager you can manage your classrooms and computers. You can also see which users are logged in.</string>
135
100
        </property>
136
101
        <property name="wordWrap" >
137
102
         <bool>true</bool>