Merge in some pending patches
This commit is contained in:
parent
3c03dd586d
commit
28c1366164
29 changed files with 114 additions and 31 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-08-19 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gnome-settings-daemon/gnome-settings-gtk1theme.h : fix cut-n-paste-o
|
||||
|
||||
2002-08-19 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gnome-settings-daemon/gnome-settings-gtk1theme.c : new
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* accessibility-keyboard.desktop.in: Fix the desktop file so that
|
||||
it validates.
|
||||
|
||||
2002-08-05 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gnome-accessibility-keyboard-properties.glade : Restore the master
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Keyboard
|
||||
_Comment=Set your keyboard accessibility preferences
|
||||
Exec=gnome-accessibility-keyboard-properties
|
||||
Icon=accessibility-keyboard-capplet.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;Accessibility;
|
||||
Categories=GNOME;Application;Settings;Accessibility;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* background.desktop.in: Fix the desktop file so that it
|
||||
validates.
|
||||
|
||||
2002-07-12 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* background-properties.glade : The last of the ui-review.
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Background
|
||||
_Comment=Customize your desktop background
|
||||
Exec=gnome-background-properties
|
||||
Icon=background-capplet.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Settings;Appearance;
|
||||
Categories=GNOME;Settings;Appearance;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* default-applications.desktop.in: Fix the desktop file so that it
|
||||
validates.
|
||||
|
||||
2002-06-17 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Release 2.0.0
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Preferred Applications
|
||||
_Comment=Select your default applications
|
||||
Exec=gnome-default-applications-properties
|
||||
Icon=default-applications-capplet.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;AdvancedSettings
|
||||
Categories=GNOME;Application;Settings;AdvancedSettings;
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* file-types.desktop.in: Fix the desktop file so that it
|
||||
validates.
|
||||
|
||||
2002-08-19 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=88354
|
||||
* file-types.desktop.in : minor update
|
||||
|
||||
2002-08-10 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* file-types-properties.glade : fix missed capitalization for the
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=File Types and Programs
|
||||
_Comment=Associate applications with file types
|
||||
Encoding=UTF-8
|
||||
_Name=File types and programs
|
||||
_Comment=Specify which programs are used to open or view each type of file
|
||||
Icon=gnome-ccmime.png
|
||||
Exec=gnome-file-types-properties
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;AdvancedSettings;
|
||||
Categories=GNOME;Application;Settings;AdvancedSettings;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* font-properties.desktop.in: Fix the desktop file so that it
|
||||
validates.
|
||||
|
||||
2002-08-19 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* font-properties.glade :
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Font
|
||||
_Comment=Select fonts for the desktop
|
||||
Exec=gnome-font-properties
|
||||
Icon=font-capplet.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Settings;Appearance;
|
||||
Categories=GNOME;Settings;Appearance;
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
|
||||
<property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
|
||||
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
|
||||
<property name="shadow_type">GTK_SHADOW_IN</property>
|
||||
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
||||
|
||||
<child>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Keyboard Shortcuts
|
||||
_Comment=Assign shortcut keys to commands
|
||||
Exec=gnome-keybinding-properties
|
||||
Icon=keyboard-shortcut.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* keyboard.desktop.in: Fix the desktop file so that it validates.
|
||||
|
||||
2002-08-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gnome-keyboard-properties.glade : fix label and make consistent with
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Keyboard
|
||||
_Comment=Set your keyboard preferences
|
||||
Exec=gnome-keyboard-properties
|
||||
Icon=keyboard-capplet.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* mouse.desktop.in: Fix the desktop file so that it validates.
|
||||
|
||||
2002-08-08 Seth Nickell <snickell@stanford.edu>
|
||||
|
||||
* gnome-mouse-properties.glade:
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Mouse
|
||||
_Comment=Set your mouse preferences
|
||||
Exec=gnome-mouse-properties
|
||||
Icon=mouse-capplet.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* gnome-network-preferences.desktop.in: Fix the desktop file so
|
||||
that it validates.
|
||||
|
||||
2002-08-08 Seth Nickell <snickell@stanford.edu>
|
||||
|
||||
* gnome-network-preferences.glade:
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Network Proxy
|
||||
_Comment=Network Proxy Preferences
|
||||
Exec=gnome-network-preferences
|
||||
Icon=gnome-globe.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* sound.desktop.in: Fix the desktop file so that it validates.
|
||||
|
||||
2002-07-31 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* sound-properties-capplet.c (main): Do not pass -1 for the dialog
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Sound
|
||||
_Comment=Enable sound and associate sounds with events
|
||||
Exec=gnome-sound-properties
|
||||
Icon=gnome-audio2.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* gtk-theme-selector.desktop.in: Fix the desktop file so that it
|
||||
validates.
|
||||
|
||||
2002-08-07 Jody Goldberg <jody@gnome.org>
|
||||
Patch from JRB for 88443
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Theme
|
||||
_Comment=Select themes for various parts of the desktop
|
||||
Exec=gnome-theme-properties
|
||||
Icon=gnome-ccthemes.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* behavior.desktop.in: Fix the desktop file so that it validates.
|
||||
|
||||
2002-07-17 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gnome-ui-properties.glade : Use stock names
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Menus & Toolbars
|
||||
_Comment=Customize the appearance of toolbars and menubars in applications
|
||||
Exec=gnome-ui-properties
|
||||
Icon=behavior-capplet.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* window-properties.desktop.in: Fix the desktop file so it
|
||||
validates.
|
||||
|
||||
2002-08-08 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* metacity-window-manager.c (_MetacityWindowManagerPrivate): add
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=Windows
|
||||
_Comment=Window Properties
|
||||
Exec=gnome-window-properties
|
||||
Icon=window-capplet.png
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-08-19 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* gnomecc.desktop.in: Fix the desktop file so that it validates.
|
||||
|
||||
2002-06-18 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=85003
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=GNOME Control Center
|
||||
_Comment=The GNOME configuration tool
|
||||
Icon=control-center2.png
|
||||
Exec=gnome-control-center
|
||||
Terminal=0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;
|
||||
Categories=GNOME;Application;Settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue