slitaz-tools rev 444

Drop desktopbox calendar
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 20 00:49:04 2010 +0100 (2010-03-20)
parents ef63980837c1
children 722e05609654
files glade/calendar.glade rootfs/usr/share/licenses/COPYING tinyutils/desktopbox
line diff
     1.1 --- a/glade/calendar.glade	Fri Mar 19 11:49:42 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,71 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     1.5 -<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
     1.6 -<!--Generated with glade3 3.4.4 on Mon May 12 14:25:14 2008 -->
     1.7 -<glade-interface>
     1.8 -  <widget class="GtkWindow" id="MAIN_WINDOW">
     1.9 -    <property name="title" translatable="yes">Calendar</property>
    1.10 -    <property name="window_position">GTK_WIN_POS_MOUSE</property>
    1.11 -    <property name="decorated">False</property>
    1.12 -    <child>
    1.13 -      <widget class="GtkVBox" id="vbox1">
    1.14 -        <property name="visible">True</property>
    1.15 -        <child>
    1.16 -          <widget class="GtkCalendar" id="calendar1">
    1.17 -            <property name="visible">True</property>
    1.18 -            <property name="can_focus">True</property>
    1.19 -          </widget>
    1.20 -        </child>
    1.21 -        <child>
    1.22 -          <widget class="GtkHBox" id="hbox1">
    1.23 -            <property name="visible">True</property>
    1.24 -            <child>
    1.25 -              <widget class="GtkAspectFrame" id="aspectframe1">
    1.26 -                <property name="width_request">180</property>
    1.27 -                <property name="visible">True</property>
    1.28 -                <property name="label_xalign">0</property>
    1.29 -                <property name="shadow_type">GTK_SHADOW_NONE</property>
    1.30 -                <property name="ratio">1</property>
    1.31 -                <child>
    1.32 -                  <placeholder/>
    1.33 -                </child>
    1.34 -              </widget>
    1.35 -            </child>
    1.36 -            <child>
    1.37 -              <widget class="GtkToolbar" id="toolbar1">
    1.38 -                <property name="visible">True</property>
    1.39 -                <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
    1.40 -                <property name="show_arrow">False</property>
    1.41 -                <child>
    1.42 -                  <widget class="GtkToolButton" id="osmo">
    1.43 -                    <property name="visible">True</property>
    1.44 -                    <property name="icon_name">osmo</property>
    1.45 -                    <signal name="clicked" handler="osmo&amp;"/>
    1.46 -                  </widget>
    1.47 -                  <packing>
    1.48 -                    <property name="expand">False</property>
    1.49 -                  </packing>
    1.50 -                </child>
    1.51 -                <child>
    1.52 -                  <widget class="GtkToolButton" id="exit">
    1.53 -                    <property name="visible">True</property>
    1.54 -                    <property name="stock_id">gtk-close</property>
    1.55 -                    <signal name="clicked" handler="exit:Normal"/>
    1.56 -                  </widget>
    1.57 -                  <packing>
    1.58 -                    <property name="expand">False</property>
    1.59 -                  </packing>
    1.60 -                </child>
    1.61 -              </widget>
    1.62 -              <packing>
    1.63 -                <property name="position">1</property>
    1.64 -              </packing>
    1.65 -            </child>
    1.66 -          </widget>
    1.67 -          <packing>
    1.68 -            <property name="position">1</property>
    1.69 -          </packing>
    1.70 -        </child>
    1.71 -      </widget>
    1.72 -    </child>
    1.73 -  </widget>
    1.74 -</glade-interface>
     2.1 --- a/rootfs/usr/share/licenses/COPYING	Fri Mar 19 11:49:42 2010 +0000
     2.2 +++ b/rootfs/usr/share/licenses/COPYING	Sat Mar 20 00:49:04 2010 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  SliTaz GNU/Linux Copyright License
     2.5  ===============================================================================
     2.6  
     2.7 -Copyright (c)  2007  SliTaz GNU/Linux
     2.8 +Copyright (c)  2007-2010  SliTaz GNU/Linux
     2.9  
    2.10  SliTaz is free software; you can redistribute it and/or modify
    2.11  it under the terms of the GNU General Public License as published by
     3.1 --- a/tinyutils/desktopbox	Fri Mar 19 11:49:42 2010 +0000
     3.2 +++ b/tinyutils/desktopbox	Sat Mar 20 00:49:04 2010 +0100
     3.3 @@ -35,7 +35,6 @@
     3.4    new-folder   Create a new folder on the desktop with mkdir.
     3.5    new-file     Create a new empty file or SHell script on the desktop.
     3.6    add-icons    Add a system icon to the desktop.
     3.7 -  calendar     Display a calendar under mouse pointer.
     3.8    notify       Display a notification message (center/no decoration).
     3.9                 Ex: `basename $0` notify \"Message to display\" 4
    3.10    autostart    Manage autostarted applications with Openbox.
    3.11 @@ -244,11 +243,6 @@
    3.12  </vbox>
    3.13  </window>'
    3.14  		export DESKTOP_DIALOG=${DESKTOP_DIALOG}${ACTIONS} ;;
    3.15 -	calendar)
    3.16 -		# Calendar using glade file.
    3.17 -		#
    3.18 -		gtkdialog --glade-xml=$GLADE_XML/calendar.glade \
    3.19 -        	--program=MAIN_WINDOW ;;
    3.20  	logout)
    3.21  		# X session/system logout.
    3.22  		#