aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-19 10:41:14 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-19 10:41:14 +0800
commit8c9ee34262ef869ba257b36935f35c26866936f6 (patch)
treeaf991fe0761600b31869ff6fa98b799c9c2113db /ui
parentcebe14e00b9c2023f2514603ad2300f44a72983f (diff)
downloadgsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.gz
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.zst
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.zip
used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview
2001-08-18 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview commands as they do nothing. * evolution-comp-editor.xml: used the new Save/Save As icons. * evolution-calendar.xml: used the new Cut/Copy/Paste icons. svn path=/trunk/; revision=12213
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog9
-rw-r--r--ui/evolution-calendar.xml15
-rw-r--r--ui/evolution-comp-editor.xml14
-rw-r--r--ui/evolution-tasks.xml40
4 files changed, 28 insertions, 50 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index b90e922178..5f4dab35ab 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,12 @@
+2001-08-18 Damon Chaplin <damon@ximian.com>
+
+ * evolution-tasks.xml: used the new Cut/Copy/Paste icons.
+ Removed the Save As/Print/Print Preview commands as they do nothing.
+
+ * evolution-comp-editor.xml: used the new Save/Save As icons.
+
+ * evolution-calendar.xml: used the new Cut/Copy/Paste icons.
+
2001-08-18 Ettore Perazzoli <ettore@ximian.com>
* evolution-addressbook.xml: Set the pixtype for
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 0527d71c3f..2dccc968bd 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -19,12 +19,9 @@
<cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/>
<cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/>
- <cmd name="CutEvent" _tip="Cut the selection" pixtype="stock"
- pixname="Cut" accel="*Control*x"/>
- <cmd name="CopyEvent" _tip="Copy the selection" pixtype="stock"
- pixname="Copy" accel="*Control*c"/>
- <cmd name="PasteEvent" _tip="Paste the clipboard" pixtype="stock"
- pixname="Paste" accel="*Control*v"/>
+ <cmd name="CutEvent" _tip="Cut the selection" accel="*Control*x"/>
+ <cmd name="CopyEvent" _tip="Copy the selection" accel="*Control*c"/>
+ <cmd name="PasteEvent" _tip="Paste the clipboard" accel="*Control*v"/>
<cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
</commands>
@@ -55,9 +52,9 @@
</submenu>
<submenu name="Edit">
- <menuitem name="CutEvent" verb="" _label="C_ut"/>
- <menuitem name="CopyEvent" verb="" _label="_Copy"/>
- <menuitem name="PasteEvent" verb="" _label="_Paste"/>
+ <menuitem name="CutEvent" verb="" _label="C_ut" pixtype="pixbuf"/>
+ <menuitem name="CopyEvent" verb="" _label="_Copy" pixtype="pixbuf"/>
+ <menuitem name="PasteEvent" verb="" _label="_Paste" pixtype="pixbuf"/>
</submenu>
<submenu name="View">
diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml
index 011f0418b5..f8562a7f98 100644
--- a/ui/evolution-comp-editor.xml
+++ b/ui/evolution-comp-editor.xml
@@ -13,15 +13,15 @@
<cmd name="FileSave" _label="Save"
_tip="Save the item and close the dialog box"
- pixtype="stock" pixname="Save" accel="*Control*s"/>
+ accel="*Control*s"/>
<cmd name="FileSaveAndClose" _label="Save and Close"
_tip="Save the item and close the dialog box"
- pixtype="stock" pixname="Save" accel="*Control*s"/>
+ accel="*Control*s"/>
<cmd name="FileSaveAs" _label="Save As..."
_tip="Save this item to disk"
- pixtype="stock" pixname="Save" accel="*Control*Alt*s"/>
+ accel="*Control*Alt*s"/>
<cmd name="FileDelete" _label="Delete"
_tip="Delete this item"
@@ -37,11 +37,11 @@
<submenu name="File" _label="_File">
- <menuitem name="FileSave" verb=""/>
+ <menuitem name="FileSave" verb="" pixtype="pixbuf"/>
- <menuitem name="FileSaveAndClose" verb=""/>
+ <menuitem name="FileSaveAndClose" verb="" pixtype="pixbuf"/>
- <menuitem name="FileSaveAs" verb=""/>
+ <menuitem name="FileSaveAs" verb="" pixtype="pixbuf"/>
<separator/>
@@ -72,7 +72,7 @@
<dockitem name="Toolbar"relief="none" behavior="exclusive"
_tip="Main toolbar" hlook="text" vlook="icon">
- <toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1"/>
+ <toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1" pixtype="pixbuf"/>
<separator/>
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index c2d0c94eba..61070f0c65 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -7,11 +7,11 @@
_tip="Delete selected tasks" verb="TasksDelete"
accel="Delete" sensitive="0"/>
- <cmd name="TasksCut" pixtype="stock" pixname="Cut"
+ <cmd name="TasksCut"
_tip="Cut selected task" verb="TasksCut" accel="*Control*x"/>
- <cmd name="TasksCopy" pixtype="stock" pixname="Copy"
+ <cmd name="TasksCopy"
_tip="Copy selected task" verb="TasksCopy" accel="*Control*c"/>
- <cmd name="TasksPaste" pixtype="stock" pixname="Paste"
+ <cmd name="TasksPaste"
_tip="Paste task from the clipboard" verb="TasksPaste" accel="*Control*v"/>
<cmd name="TasksSettings" _tip="Configure the task view's settings"/>
@@ -30,35 +30,13 @@
</placeholder>
</submenu>
- <placeholder name="FileOps">
-
- <menuitem name="TasksSaveAs" verb=""
- _label="_Save As..."
- _tip="Save task as something else"
- accel="*Control*a"/>
-
- </placeholder>
-
- <placeholder name="Print">
-
- <menuitem name="Print Preview" verb="TasksPrintPreview"
- _label="Print Pre_view"
- pixtype="pixbuf"/>
-
- <menuitem name="Print" verb="TasksPrint"
- _label="_Print Task..."
- pixtype="pixbuf"
- accel="*Control*p"/>
-
- </placeholder>
-
</submenu>
<submenu name="Edit">
- <menuitem name="Cut" verb="TasksCut" _label="C_ut"/>
- <menuitem name="Copy" verb="TasksCopy" _label="_Copy"/>
- <menuitem name="Paste" verb="TasksPaste" _label="_Paste"/>
+ <menuitem name="Cut" verb="TasksCut" _label="C_ut" pixtype="pixbuf"/>
+ <menuitem name="Copy" verb="TasksCopy" _label="_Copy" pixtype="pixbuf"/>
+ <menuitem name="Paste" verb="TasksPaste" _label="_Paste" pixtype="pixbuf"/>
<menuitem name="Delete" verb="TasksDelete"
_label="_Delete"/>
@@ -79,12 +57,6 @@
<separator/>
- <toolitem name="Print" _label="Print"
- _tip="Print" verb="TasksPrint"
- pixtype="pixbuf"/>
-
- <separator/>
-
<toolitem name="Delete" verb="TasksDelete"/>
</dockitem>
e more gnome1 componentsbapt2013-10-151-4/+0 * Remove expired ports:rene2013-08-281-1/+0 * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-271-19/+0 * Remove port, requires Linux FC3:rene2013-07-191-1/+0 * Clearlooks-Phenix is Gtk3 port of famous Clearlooks theme for the Xfce Desktop.olivierd2013-03-281-0/+1 * Greybird is complete desktop theme for the Xfce Desktop. It includes:olivierd2013-03-281-0/+1 * Unico is a Gtk+ 3.0 theme engine.olivierd2013-03-281-0/+1 * KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-271-0/+1 * Remove expired, unmaintained ports:rene2013-03-061-1/+0 * 2013-02-27 www/igal: No more upstream, no more public distfiles, consider usi...bapt2013-03-041-2/+0 * Add x11-themes/kde4-style-oxygen-transparent.dbn2013-03-011-0/+1 * Add new port x11-themes/kde-gtk-config:makc2013-02-171-0/+1 * KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-041-0/+1 * 2012-05-10 databases/ruby-kyotocabinet: BROKEN for more than 6 monthbapt2013-01-271-1/+0 * 2012-05-10 databases/hypertable: BROKEN for more than 6 monthbapt2013-01-061-3/+0 * 2012-10-20 x11-themes/metacity-ana-theme: No more public distfilesbapt2012-10-261-2/+0 * Remove expired ports:ak2012-07-281-5/+0 * Remove x11-themes/gtk-qt-engine: broken more than 6 months.linimon2012-06-161-1/+0 * Add version 1.0.0 of x11-themes/gtk3-oxygen-engine.rakuco2012-01-311-0/+1 * 2011-12-03 x11-themes/gtk-qn-x11-theme: No more public distfileseadler2012-01-091-2/+0 * This icon theme for Gnome provides monochromatic icons for panels, toolbarspawel2011-12-281-0/+1 * audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-011-1/+0 * The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-171-0/+1 * It all started with a little blue folder and about five other icons forcrees2011-08-181-0/+1 * 2011-08-14 x11-themes/fluxbox-sid-pack: No longer maintained by upstreambapt2011-08-151-1/+0 * Remove some expired portsbapt2011-08-021-2/+0 * Nimbus, the default theme of the OpenSolaris project.swills2011-06-051-0/+1 * Remove expired ports from x11-themesbapt2011-05-021-15/+0 * Garbage collect expired portsrene2011-04-051-2/+0 * Remove the gnome-icons-edge port. As the port is marked RESTRICTED, theadamw2011-02-021-1/+0 * Remove expired ports:garga2011-01-031-15/+0 * Cursor theme based on Neutral (and jaguarx) theme,swills2010-12-311-0/+1 * Connect gtk-oxygen-enginemakc2010-12-141-0/+1 * Phase is a widget style for Qt 4 and KDE 4. It is designed to beamdmi32010-11-261-0/+1 * Style for Qt 4 and KDE.amdmi32010-11-261-0/+1 * QuantumStyle is an SVG themable style for Qt 4 and KDE.amdmi32010-11-261-0/+1 * Connect gtk-equinox-enginemakc2010-10-311-0/+1 * Add x11-themes/lxde-icon-theme.kmoore2010-09-301-0/+1 * Remove x11-themes/kde4-windeco-aurorae, it has been intergated into x11/kdeba...makc2010-08-241-1/+0 * Add gnome-icons-dropline-neu, an icon set for Gnome.olgeni2010-08-041-0/+1 * Connect cursor-chameleon-* portsmakc2010-08-031-0/+5 * Connect linux-f10-qtcurve-gtk2makc2010-07-171-0/+1 * Connect qtcurve-qt4makc2010-05-261-0/+1 * This is only a port from a cursorxp theme made by JJ. Ying. All credit goes tomiwi2010-05-091-0/+1 * - Fix sorting and minor cleanups in category Makefilesamdmi32010-01-201-6/+6 * This is a GTK+ 2.x engine. The Aurora Gtk Engine themes all common Gtkmiwi2009-12-131-0/+1 * - Add new visual style for KDE4fluffy2009-12-061-0/+1 * - Add two new visual styles for KDE4, nitrogen [1] and bespin [2]fluffy2009-12-061-0/+2 * The Nitrogen window decoration is a fork of the oxygen/ozonekmoore2009-11-031-0/+1 * Aurorae is a theme engine for KWin window decorations.fluffy2009-10-081-0/+1 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-051-0/+1 * Remove x11-themes/nimbus as it has been marked BROKEN for over 4 monthserwin2009-06-141-1/+0 * Here are new Linux Fedora 10 infrastructure ports.bsam2009-06-021-0/+1 * Nodoka is the new Fedora default theme for Gnome. This port install the enginemiwi2009-05-311-0/+1 * Theme pack for the SLiM X login application.miwi2009-05-231-0/+1 * - Update to 2.0.3miwi2009-05-051-0/+1 * Connect kde4-windeco-dekorator to buildmakc2009-05-041-0/+1 * 2009-03-26 www/drupal4-attachment: Drupal 4.7.x is end-of-life since 200802. ...miwi2009-04-051-1/+0 * Here are new Linux Fedora 8 infrastructure ports.bsam2009-04-011-0/+1 * update Xfce to 4.6oliver2009-03-031-1/+0 * 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-041-1/+0 * Claws-Mail Themes.miwi2009-01-121-0/+1 * Add the Jini iconset for Gnome.olgeni2008-09-301-0/+1 * Add the Dropline Nou iconset for Gnome.olgeni2008-09-291-0/+1 * Add Gion icon theme for Gnome.olgeni2008-09-291-0/+1 * sort (xfce4-icon-theme was out of order)makc2008-08-311-1/+1 * add qtcurve-gtk2 and qtcurve-kde* portsmakc2008-08-311-0/+3 * - Yank removed enlightenment-theme-* ports from category Makefilepav2008-08-221-4/+0 * - Connect x11-themes/gtk-qt4-engine to the buildmiwi2008-08-201-0/+1 * - New port: e16-themesgahr2008-08-201-0/+1 * - Connect x11-themes/kde4-style-polyester to the buildmiwi2008-08-101-0/+1 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-101-0/+1 * Add lxappearance, a desktop-independent theme switcher for GTK+.chinsan2008-06-211-0/+1 * The gnome-themes-extras no longer has industrial engine since GNOME 2.20 andmezz2008-04-301-1/+0 * The Widget Factory is a program designed to show a wide range of widgetsmezz2008-04-131-0/+1 * 2007-11-22 x11-themes/indubstrial: yesmiwi2008-02-28