pkgsrc/x11/gnome-panel/PLIST

720 lines
32 KiB
Text
Raw Normal View History

Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment $NetBSD: PLIST,v 1.44 2009/03/16 23:49:20 jmcneill Exp $
bin/gnome-desktop-item-edit
bin/gnome-panel
bin/panel-test-applets
include/panel-2.0/GNOME_Panel.h
Update to 2.6.0. Changes since previous stable branch (2.4.x): Version 2.6.0 ============= * New and updated translations. Version 2.5.93 ============== Screenshot Taker * Use the new file chooser in save mode instead of open mode Clock Applet * Fix crash with unset/invalid clock format preference Translators * New and updated translations. Version 2.5.92 ============== Panel * Fix accessibility issue with the "Force Quit" dialog * Correctly launch nautilus for directories from the run dialog Clock Applet * Use GtkComboBox in the preferences dialog Translations * New and updated translations. Version 2.5.91 ============== Panel * Don't resize while autohiding * Remove the username from the Log Out menu item again * Xinerama fixes for panel position and collision avoidance * Make moving launchers with button2 work again * Don't allow the panel to be moved when its hidden Clock Applet * Fix task and appoinment list scrolling * Use Fedora's system-config-time if available * Fix issue with clock not resizing when date chanes in some locales Notification Area * Set the window icon on the about dialog Translations * New and updated translations. Version 2.5.90 ============== Panel * Fix a typo - "or to to shutdown" * Fix issue with autohides not being unqueued on leave notify * Allow the hide button's size to be themed * Make apps be launched on the correct screen after menus are re-loaded * Fixup instance of using an uninitialised variable Applets * Fix issue with calendar jumping multiple months on click Misc * Updated help documentation * Allow building against an uninstalled build of gnome-panel Translations * New and updated translations. Version 2.5.5 ============= Panel * Make applets move a pixel at a time so we can move them to the corner * Fix broken keynav with numlock enabled * Fix problem with disappearing launchers * Correctly test for modifiers throughout the panel Notification Area * Correctly manage the lifecycle of the about dialog * Use the correct icon in the about dialog Misc * Update help links to point to new user-guie location * Add configure flag to disable use of evolution-data-server * Update help documentation * Make the screenshooter use GtkFileChooser * Add documentor credits in applet about dialogs * Warnings fixes * Un-mark property descriptions for translation Translators * New and updated translations. Version 2.5.4 ============= Panel * Add more lockdown support * Fix major X leak with translucent panels * Use a new "applications" icon for the applications menu * Set accessible names for drawers and hide buttons * Fix issue with "Log Out blah" menu item and username's with underscore * Remove bogus panel_signal_connect_object_while_alive() * Fix issue where "Delete this Panel" wasn't visible * Only allow resizing the run dialog if the proram list is visible * Fix some runtime warnings * Fix some portability issues libpanel-applet * Install enums header and fix signal definitions * Build panel-test-applets with -export-dynamic Clock Applet * Fix bug where selected calendars were out of sync * Use UTC time for events if preference set * Correctly detect all day events * Re-position the calendar popup as the clock is moved around * Don't show "Adjust Date & Time" if no config tool available * Fix issue with ellipsizing the task description Misc * Sync with newer version of the recent files implementation * Use a themed window icon in the screenshooter * Fix issue with unsetting the preferred command for Wanda * Set the accessible name on the notification area * Fix underquoted definition of AM_PATH_ESD * Fix invalid UTF8 in spanish help docs * Bump required GTK+ to 2.3.2 Translators * New and updated translations. Version 2.5.3.1 =============== libpanel-applet * Fix crasher with ORBit 2.9.4 Translators * New and updated translations. Version 2.5.3 ============= Panel * Add a shadow around the run dialog applications list * Set the accessible name on the run dialog entry * Don't allow the creation of empty launchers * Change the default panel size from 22px to 24px * Put the username in the "Log Out" menu item * Fix occassional problem where moving an applet caused the panel to move * Use a useless icon for the actions menu until a better one is found * Mark a string for translation * Use latest versions off egg-recent * Fix minor typo in the default panel setup * Use GtkFileChooser instead of GtkFileSelection * Don't add directories during command completion in the run dialog * Fix UTF-8 conversion issue in the run dialog Clock Applet * Add support for showing Evolution tasks/appointments * Allow a custom time format to specified in GConf * Make the applet out of process * If showing UTC time, select the right day in the calendr * Make it easier for translators to swap elements of the time format * Schemas terminology fix Other Applets * Display Notification Area help on the correct screen * Don't allow changing the number/names of workspaces if locked down Misc * Make use of new libgnomeui/gdk functions instead of egg-screen-* * Add bugzilla pointers to all applet .server files * Build fixes * Update Spanish documentation Translators * New and updated translations. Version 2.5.2 ============= Panel * Kill some unused functions * Be more paranoid about removing dirs from the GConfClient cache * Fix some strings to by more translator friendly * Make blocking auto-hiding recursive * Rename "Open Recent" to "Recent Documents" * Use gdk_screen_get_monitor_at_point() instead of a hack * Sort the applets in the "Add to panel" menu according to the locale * Fix various bugs with autohide with no animations * Make schema descriptions of the "screen" and "monitor" keys more expicit * Use the monitor size and not the screen size to position the panel * Fix bug in menu positioning when the panel is hidden * Add labelled-by relation for the slider in the properties dialog * Fix the preferences dialog to use the locked_down key * Remove invalid assertion about auto_hide_size > 0 * Don't set invalid tooltips on menu buttons * Set the accessible name on drawers * Make sure to set the PPosition WM_NORMAL_HINT to keep other WMs happy * Make the expander in the run dialog activatable via a mnemonic * Use GObject's instance private data * Use GConf's standard function for unsetting a hierarchy * Make the Menu Bar help point at the correct location * Make menu buttons use the correct tooltip * Make "Force Quit" confirmation dialog cancel on escape Screenshooter * Don't crash when using the shape extension on an offscreen window * Fix slight performace issue * Expand filenames with a tilde when saving * Kill crufty printing support Applets * Simplify the various clock time format GConf keys into one enum * Make the clock not display leading zeros in dates * Make Wanda not use deprecated functions * Rename the Window Menu to "Window Selector" * Make the Window Selector's help point at the user guide * Destroy the Window Selector's about dialog when the applet is removed * Ditto for the Show Desktop button * Make the Show Desktop button use SVG icons libpanel-applet * Fix weird issue caused by not removing the dir from the GConfClient cache Misc * Many distcheck fixes required for using automake 1.7 * XML-ize the libpanel-applet docs * Man pages updates * Update build message to say "2.5" * Make sure Wanda's generated .server files get deleted on make clean Translators * New and updated translations. Version 2.5.1 ============= Panel * Implement per-panel and global lockdown keys * Add a "disabled_applets" key and don't show those applets * Fix gnome-panel --help not to show the flags twice * Used the folder icon from the icon theme for folders * Use the term "Drag and drop" instead of "DnD" * Don't allow vertically centered horizontal panels and vice versa * Link to help for action buttons * Use the "delete" stock icon for "Delete this panel" * Fix crashing when gdk_property_get_fails * Snap to 0/100% opacity with a 2% tolerance * Set revert to insenitive in the launcher editing dialog * Remove the bold labels in the panel properties dialog * Don't unhide hidden drawers when unhiding the parent panel * Use GtkExpander in the run dialog * Don't allow the panel to autohide when dragging things around * Don't unhide the panel if we quickly move the pointer in and out * Get translucent applet backgrounds almost working * Remove useless, crufty code * Don't allow the panel to unhide when the properties dialog is open Applets * Hide the preferences menu items when locked down * Update help buttons to point to the correct docs * Allow the PanelApplet's children to become focusable after focusing itself * Fix a memory leak in libpanel-applet Window List * Remove "visible" from the descipription of the applet * Update to use the new icon from jimmac * Disable certain preferences when only showing the current workspace Workspace Switcher * Add a shadow around the workspace list in the preferences * Unselect any selected workspace name when the list is unfocused Window Menu * Ellipsize the window menu item if its too long * Update to use the new icon from jimmac * Don't refer to the "Window List" in the about dialog * Use the icon theme to lookup the window icon Show Desktop Button * Lookup the icon according to the icon theme Wanda * Respect the "inhibit_command_line" lockdown preference * Make the "rotate" prefernce false by default - bubbles should go up * De-brand Wanda - she's a fish, not a "GNOME fish" Clock * Show week numbers in the calendar * Better schema description for "internet_time" Misc * Help documentation updates * Add a --enable-deprecations build time flag Translators
2004-04-01 20:46:01 +02:00
include/panel-2.0/panel-applet-enums.h
include/panel-2.0/panel-applet-gconf.h
include/panel-2.0/panel-applet.h
lib/bonobo/servers/GNOME_ClockApplet_Factory.server
lib/bonobo/servers/GNOME_FishApplet_Factory.server
lib/bonobo/servers/GNOME_NotificationAreaApplet.server
lib/bonobo/servers/GNOME_Wncklet_Factory.server
lib/libpanel-applet-2.la
lib/pkgconfig/libpanelapplet-2.0.pc
Update to 2.6.0. Changes since previous stable branch (2.4.x): Version 2.6.0 ============= * New and updated translations. Version 2.5.93 ============== Screenshot Taker * Use the new file chooser in save mode instead of open mode Clock Applet * Fix crash with unset/invalid clock format preference Translators * New and updated translations. Version 2.5.92 ============== Panel * Fix accessibility issue with the "Force Quit" dialog * Correctly launch nautilus for directories from the run dialog Clock Applet * Use GtkComboBox in the preferences dialog Translations * New and updated translations. Version 2.5.91 ============== Panel * Don't resize while autohiding * Remove the username from the Log Out menu item again * Xinerama fixes for panel position and collision avoidance * Make moving launchers with button2 work again * Don't allow the panel to be moved when its hidden Clock Applet * Fix task and appoinment list scrolling * Use Fedora's system-config-time if available * Fix issue with clock not resizing when date chanes in some locales Notification Area * Set the window icon on the about dialog Translations * New and updated translations. Version 2.5.90 ============== Panel * Fix a typo - "or to to shutdown" * Fix issue with autohides not being unqueued on leave notify * Allow the hide button's size to be themed * Make apps be launched on the correct screen after menus are re-loaded * Fixup instance of using an uninitialised variable Applets * Fix issue with calendar jumping multiple months on click Misc * Updated help documentation * Allow building against an uninstalled build of gnome-panel Translations * New and updated translations. Version 2.5.5 ============= Panel * Make applets move a pixel at a time so we can move them to the corner * Fix broken keynav with numlock enabled * Fix problem with disappearing launchers * Correctly test for modifiers throughout the panel Notification Area * Correctly manage the lifecycle of the about dialog * Use the correct icon in the about dialog Misc * Update help links to point to new user-guie location * Add configure flag to disable use of evolution-data-server * Update help documentation * Make the screenshooter use GtkFileChooser * Add documentor credits in applet about dialogs * Warnings fixes * Un-mark property descriptions for translation Translators * New and updated translations. Version 2.5.4 ============= Panel * Add more lockdown support * Fix major X leak with translucent panels * Use a new "applications" icon for the applications menu * Set accessible names for drawers and hide buttons * Fix issue with "Log Out blah" menu item and username's with underscore * Remove bogus panel_signal_connect_object_while_alive() * Fix issue where "Delete this Panel" wasn't visible * Only allow resizing the run dialog if the proram list is visible * Fix some runtime warnings * Fix some portability issues libpanel-applet * Install enums header and fix signal definitions * Build panel-test-applets with -export-dynamic Clock Applet * Fix bug where selected calendars were out of sync * Use UTC time for events if preference set * Correctly detect all day events * Re-position the calendar popup as the clock is moved around * Don't show "Adjust Date & Time" if no config tool available * Fix issue with ellipsizing the task description Misc * Sync with newer version of the recent files implementation * Use a themed window icon in the screenshooter * Fix issue with unsetting the preferred command for Wanda * Set the accessible name on the notification area * Fix underquoted definition of AM_PATH_ESD * Fix invalid UTF8 in spanish help docs * Bump required GTK+ to 2.3.2 Translators * New and updated translations. Version 2.5.3.1 =============== libpanel-applet * Fix crasher with ORBit 2.9.4 Translators * New and updated translations. Version 2.5.3 ============= Panel * Add a shadow around the run dialog applications list * Set the accessible name on the run dialog entry * Don't allow the creation of empty launchers * Change the default panel size from 22px to 24px * Put the username in the "Log Out" menu item * Fix occassional problem where moving an applet caused the panel to move * Use a useless icon for the actions menu until a better one is found * Mark a string for translation * Use latest versions off egg-recent * Fix minor typo in the default panel setup * Use GtkFileChooser instead of GtkFileSelection * Don't add directories during command completion in the run dialog * Fix UTF-8 conversion issue in the run dialog Clock Applet * Add support for showing Evolution tasks/appointments * Allow a custom time format to specified in GConf * Make the applet out of process * If showing UTC time, select the right day in the calendr * Make it easier for translators to swap elements of the time format * Schemas terminology fix Other Applets * Display Notification Area help on the correct screen * Don't allow changing the number/names of workspaces if locked down Misc * Make use of new libgnomeui/gdk functions instead of egg-screen-* * Add bugzilla pointers to all applet .server files * Build fixes * Update Spanish documentation Translators * New and updated translations. Version 2.5.2 ============= Panel * Kill some unused functions * Be more paranoid about removing dirs from the GConfClient cache * Fix some strings to by more translator friendly * Make blocking auto-hiding recursive * Rename "Open Recent" to "Recent Documents" * Use gdk_screen_get_monitor_at_point() instead of a hack * Sort the applets in the "Add to panel" menu according to the locale * Fix various bugs with autohide with no animations * Make schema descriptions of the "screen" and "monitor" keys more expicit * Use the monitor size and not the screen size to position the panel * Fix bug in menu positioning when the panel is hidden * Add labelled-by relation for the slider in the properties dialog * Fix the preferences dialog to use the locked_down key * Remove invalid assertion about auto_hide_size > 0 * Don't set invalid tooltips on menu buttons * Set the accessible name on drawers * Make sure to set the PPosition WM_NORMAL_HINT to keep other WMs happy * Make the expander in the run dialog activatable via a mnemonic * Use GObject's instance private data * Use GConf's standard function for unsetting a hierarchy * Make the Menu Bar help point at the correct location * Make menu buttons use the correct tooltip * Make "Force Quit" confirmation dialog cancel on escape Screenshooter * Don't crash when using the shape extension on an offscreen window * Fix slight performace issue * Expand filenames with a tilde when saving * Kill crufty printing support Applets * Simplify the various clock time format GConf keys into one enum * Make the clock not display leading zeros in dates * Make Wanda not use deprecated functions * Rename the Window Menu to "Window Selector" * Make the Window Selector's help point at the user guide * Destroy the Window Selector's about dialog when the applet is removed * Ditto for the Show Desktop button * Make the Show Desktop button use SVG icons libpanel-applet * Fix weird issue caused by not removing the dir from the GConfClient cache Misc * Many distcheck fixes required for using automake 1.7 * XML-ize the libpanel-applet docs * Man pages updates * Update build message to say "2.5" * Make sure Wanda's generated .server files get deleted on make clean Translators * New and updated translations. Version 2.5.1 ============= Panel * Implement per-panel and global lockdown keys * Add a "disabled_applets" key and don't show those applets * Fix gnome-panel --help not to show the flags twice * Used the folder icon from the icon theme for folders * Use the term "Drag and drop" instead of "DnD" * Don't allow vertically centered horizontal panels and vice versa * Link to help for action buttons * Use the "delete" stock icon for "Delete this panel" * Fix crashing when gdk_property_get_fails * Snap to 0/100% opacity with a 2% tolerance * Set revert to insenitive in the launcher editing dialog * Remove the bold labels in the panel properties dialog * Don't unhide hidden drawers when unhiding the parent panel * Use GtkExpander in the run dialog * Don't allow the panel to autohide when dragging things around * Don't unhide the panel if we quickly move the pointer in and out * Get translucent applet backgrounds almost working * Remove useless, crufty code * Don't allow the panel to unhide when the properties dialog is open Applets * Hide the preferences menu items when locked down * Update help buttons to point to the correct docs * Allow the PanelApplet's children to become focusable after focusing itself * Fix a memory leak in libpanel-applet Window List * Remove "visible" from the descipription of the applet * Update to use the new icon from jimmac * Disable certain preferences when only showing the current workspace Workspace Switcher * Add a shadow around the workspace list in the preferences * Unselect any selected workspace name when the list is unfocused Window Menu * Ellipsize the window menu item if its too long * Update to use the new icon from jimmac * Don't refer to the "Window List" in the about dialog * Use the icon theme to lookup the window icon Show Desktop Button * Lookup the icon according to the icon theme Wanda * Respect the "inhibit_command_line" lockdown preference * Make the "rotate" prefernce false by default - bubbles should go up * De-brand Wanda - she's a fish, not a "GNOME fish" Clock * Show week numbers in the calendar * Better schema description for "internet_time" Misc * Help documentation updates * Add a --enable-deprecations build time flag Translators
2004-04-01 20:46:01 +02:00
libexec/clock-applet
libexec/fish-applet-2
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
libexec/gnome-clock-applet-mechanism
libexec/notification-area-applet
libexec/wnck-applet
man/man1/gnome-panel.1
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/PolicyKit/policy/org.gnome.clockapplet.mechanism.policy
share/applications/gnome-panel.desktop
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service
share/examples/gnome-panel/org.gnome.ClockApplet.Mechanism.conf
share/gconf/schemas/clock.schemas
share/gconf/schemas/fish.schemas
share/gconf/schemas/panel-compatibility.schemas
share/gconf/schemas/panel-default-setup.entries
share/gconf/schemas/panel-general.schemas
share/gconf/schemas/panel-global.schemas
share/gconf/schemas/panel-object.schemas
share/gconf/schemas/panel-toplevel.schemas
share/gconf/schemas/window-list.schemas
share/gconf/schemas/workspace-switcher.schemas
share/gnome-2.0/ui/GNOME_ClockApplet.xml
share/gnome-2.0/ui/GNOME_FishApplet.xml
share/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml
share/gnome-2.0/ui/GNOME_Panel_Popup.xml
share/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml
share/gnome-2.0/ui/GNOME_WindowListApplet.xml
share/gnome-2.0/ui/GNOME_WindowMenuApplet.xml
share/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml
share/gnome-panel/glade/clock.glade
share/gnome-panel/glade/fish.glade
share/gnome-panel/glade/panel-properties-dialog.glade
share/gnome-panel/glade/panel-run-dialog.glade
share/gnome-panel/glade/panel-test-applets.glade
share/gnome-panel/glade/window-list.glade
share/gnome-panel/glade/workspace-switcher.glade
share/gnome-panel/pixmaps/clock-calendar-icon.png
share/gnome-panel/pixmaps/clock-face-large.svg
share/gnome-panel/pixmaps/clock-face-small-day.svg
share/gnome-panel/pixmaps/clock-face-small-evening.svg
share/gnome-panel/pixmaps/clock-face-small-morning.svg
share/gnome-panel/pixmaps/clock-face-small-night.svg
share/gnome-panel/pixmaps/clock-face-small.svg
share/gnome-panel/pixmaps/clock-map-location-current.png
share/gnome-panel/pixmaps/clock-map-location-hilight.png
share/gnome-panel/pixmaps/clock-map-location-marker.png
share/gnome-panel/pixmaps/clock-map.png
share/gnome-panel/pixmaps/fishanim.png
share/gnome-panel/pixmaps/footguy.png
share/gnome-panel/pixmaps/gnome-gegl2-2.png
share/gnome-panel/pixmaps/gnome-gegl2.png
share/gnome-panel/pixmaps/monkey.png
share/gnome-panel/pixmaps/oldwanda.png
share/gnome-panel/pixmaps/wanda.png
share/gnome-panel/pixmaps/world_map-960.png
share/gnome-panelrc
share/gnome/help/clock/C/clock.xml
share/gnome/help/clock/C/figures/clock_applet.png
share/gnome/help/clock/C/legal.xml
share/gnome/help/clock/ar/clock.xml
share/gnome/help/clock/ar/figures/clock_applet.png
share/gnome/help/clock/ar/legal.xml
share/gnome/help/clock/ca/clock.xml
share/gnome/help/clock/ca/figures/clock_applet.png
share/gnome/help/clock/ca/legal.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/clock/cs/clock.xml
share/gnome/help/clock/cs/figures/clock_applet.png
share/gnome/help/clock/cs/legal.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/clock/de/clock.xml
share/gnome/help/clock/de/figures/clock_applet.png
share/gnome/help/clock/de/legal.xml
share/gnome/help/clock/el/clock.xml
share/gnome/help/clock/el/figures/clock_applet.png
share/gnome/help/clock/el/legal.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/clock/en_GB/clock.xml
share/gnome/help/clock/en_GB/figures/clock_applet.png
share/gnome/help/clock/en_GB/legal.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/clock/es/clock.xml
share/gnome/help/clock/es/figures/clock_applet.png
share/gnome/help/clock/es/legal.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/clock/eu/clock.xml
share/gnome/help/clock/eu/figures/clock_applet.png
share/gnome/help/clock/eu/legal.xml
share/gnome/help/clock/fi/clock.xml
share/gnome/help/clock/fi/figures/clock_applet.png
share/gnome/help/clock/fi/legal.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/clock/fr/clock.xml
share/gnome/help/clock/fr/figures/clock_applet.png
share/gnome/help/clock/fr/legal.xml
share/gnome/help/clock/it/clock.xml
share/gnome/help/clock/it/figures/clock_applet.png
share/gnome/help/clock/it/legal.xml
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
share/gnome/help/clock/ja/clock.xml
share/gnome/help/clock/ja/figures/clock_applet.png
share/gnome/help/clock/ja/legal.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/clock/ko/clock.xml
share/gnome/help/clock/ko/figures/clock_applet.png
share/gnome/help/clock/ko/legal.xml
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/gnome/help/clock/nl/clock.xml
share/gnome/help/clock/nl/figures/clock_applet.png
share/gnome/help/clock/nl/legal.xml
share/gnome/help/clock/oc/clock.xml
share/gnome/help/clock/oc/figures/clock_applet.png
share/gnome/help/clock/oc/legal.xml
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/gnome/help/clock/pa/clock.xml
share/gnome/help/clock/pa/figures/clock_applet.png
share/gnome/help/clock/pa/legal.xml
share/gnome/help/clock/pt_BR/clock.xml
share/gnome/help/clock/pt_BR/figures/clock_applet.png
share/gnome/help/clock/pt_BR/legal.xml
share/gnome/help/clock/ru/clock.xml
share/gnome/help/clock/ru/figures/clock_applet.png
share/gnome/help/clock/ru/legal.xml
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/gnome/help/clock/sr/clock.xml
share/gnome/help/clock/sr/figures/clock_applet.png
share/gnome/help/clock/sr/legal.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/clock/sv/clock.xml
share/gnome/help/clock/sv/figures/clock_applet.png
share/gnome/help/clock/sv/legal.xml
share/gnome/help/clock/th/clock.xml
share/gnome/help/clock/th/figures/clock_applet.png
share/gnome/help/clock/th/legal.xml
Update to 2.10.0: ============== Version 2.10.0 ============== Misc * Add uk help (Maxim V. Dziumanenko) Translators * Frank Arnold (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Priit Laes (et) * Christophe Merlet (RedFox) (fr) * Žygimantas Beručka (lt) * Gnome PL Team (pl) * Dan Damian (ro) * Leonid Kanter (ru) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) ============== Version 2.9.92 ============== Panel * List bookmarks in the right order in the Places menu (Vincent) * Simplify the code for About dialogs (Luca Ferretti) * Fix crash when there's an error loading an icon in the "Add to panel" dialog (Vincent) * Fix path for launchers in default setup (Sébastien Bacher) * Fix error dialogs complaining about icon theme when starting and there are drawers (Vincent) * New layout for the main menu, similar to the menu bar layout (Vincent) * Fix applets with wrong backgrounds when the specified image background does not exist (Vincent) * Fix main menu lockup when the lockdown mode is changed (Vijaykumar Patwari) * Plug memory leaks (Vincent) * Support possible new format for the GTK+ bookmarks file (Vincent) * Fix crash when the desktop background changes (Vincent) Applets * Simplify the code for About dialogs (Luca Ferretti) * Fix leak when panel background changes (Vincent) Clock Applet * Fix update of the clock to happen every minute and not every second when we don't show seconds (Vincent) Window List Applet * Fix icon loader for startup notification buttons (Vincent) Workspace Switcher Applet * Update for libwnck API change (Elijah Newren) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Ivar Smolin (et) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Woodman Tuen (zh_TW) ============== Version 2.9.91 ============== Panel * Update libegg files (Vincent, Mark) * Migrate launchers that are using applications: URI (Vincent) * Don't use applications: URI in the default panel setup (Vincent) * Use GtkIconTheme (Vincent) * Use named icons instead of stock icons (Vincent) * Fix object context menu positioning algorithm (Vincent) * Allow use of the whole screen when hiding a panel (Mark, Vincent) * Fix button menus using other menus than applications.menu (Vincent) * Plug memory leak (Vincent) * Don't let the user specify a panel size smaller than what is allowed (Vincent) * Fix crash with context menus (Vincent) * Fix error dialog to appear on the right screen (Vincent) * Change the DnD icon to the dragged applet one in the "Add to panel" dialog. (Carlos Garnacho Parro) * Make "Run application" faster (Frank Worsley, Vincent) * Add accessible name for list of known applications in "Run application" dialog (Muktha) * Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren) * Make non local paths in the places menu work (Dennis Cranston) * Update the applications menu when the disable_command_line lockdown key is changed (Vincent) * Fix 100% CPU bug with non-expanded panels (Vincent) libpanel-applet * Fix applet context menu positioning algorithm (Vincent) Show Desktop Applet * Show/hide desktop on the right screen (Arvind, Vincent) * Update the icon when icon theme changes (Paolo Borelli, Vincent) * Use GtkIconTheme (Vincent) Window Selector Applet * Move most of the code to a new widget in libwnck (Vincent Noel) Workspace Switcher Applet * Make applet look better when using a color/image background (Vincent) Misc * Code cleanups * Build fixes * Add comments for translators * Remove old useless files Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Pauli Virtanen (fi) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.9.90 ============== Panel * Show drawers on the right screen (Arvind) * Small optimization for the run dialog (Mark) * Open the menu on the right screen with Alt-F1 (Arvind) * HIG fixes in "Add to Panel" dialog (Vincent) * Fix rare crash when initiliazing the panel configuration (Vincent) * Use gtk dnd threshold value for snap tolerance (Vincent) * Better positioning for the context menu on objects (Vincent) * Unset StartupNotify in the .desktop when editing the command of the launcher (Vincent) * Fix submenus not showing in menu bar after an update (Vincent) * Fix weird behaviour when the mouse goes on another screen while dragging an object (Arvind) * Fix GTK+ bookmarks with spaces in the Places menu (Vincent) * Fix crasher when the recent documents list has changed (Vincent) * Add a help button when creating a new .desktop file on the desktop (Takao Fujiwara, Vincent) * Add "Connect to Server" item to the Places menu (Vincent) * Move "Lock To Panel" at the bottom of the context menu (Vincent) * Fix scaling of icons in the menu to respect the ratio (Vincent) * Remove reference to the Actions menu (Vincent) * Try to help translators translate "Desktop" in different contexts libpanel-applet * Better positioning for the context menu on applets (Vincent) Window Selector * Dimm the icon if the window is minimized (Vincent Noel) Notification Area * Show the help on the right screen (Arvind) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Hendrik Richter (de) * Alexander Winston (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Rajeev Shrestha (ne) * Reinout van Schouwen (nl) * Åsmund Skjæveland (nn) * Kjartan Maraas (no) * Welther José O. Esteves (pt_BR) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Chanchai Junlouchai (th) * Funda Wang (zh_CN) ============= Version 2.9.4 ============= Panel * Close parent drawers of a drawer when a launcher is launched (Vincent) * Fix 100% CPU usage when changing screen size (Vincent) * Fix z-order of drawers using their depth (Vincent) * Fix (again) autohiding not always working (Vincent) * Only open background images from regular files (Vasista Sarma, Vincent) * Fix invalid usage of de-allocated memory (Vincent) * Fix labels in the "Add to Panel" dialog when the panel name is not set (Christian Neumair) * Use new GtkFileChooserButton in panel properties (Vincent) * Do not allow to select non-image files for panel backgrounds (Vincent) * Make Lock menu item HIG compliant (Madhan Raj M, Vincent) * Update the Lock check menu item when the gconf key changes (Leena Gunda, Vincent) * Remove default panel names in the first-time config (Christian Neumair) * Fix look of applet with handles in RTL environment (Vincent) * Add a focus line around the menu bar (Vincent Noel) * Draw animation when dropping files on a launcher (Vincent) * Fix crasher when moving a menu button between panels (Mark) * Make drawer context menu use header capitalization (Dennis Cranston) * New menu layout (Vincent) * Don't draw handles for drawers (Vincent) * HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent) * Fix strings in the "Add to Panel" dialog to help translators (Luca Ferretti, Vincent) * Fix crash when closing an error dialog in some circumstances (Vincent) libpanel-applet * Add new API to allow applets to request focus (Elijah Newren, Mark) Fish Applet * Fix leak (Vincent) * Open the fortune dialog only on button release (Vincent) * Instant apply for the disable_command_line lockdown key (Vincent) Workspace Switcher Applet * Add mouse wheel scrolling to change workspaces (Mark, Vincent) * Fix visual glitch when starting (Vincent) Window Selector Applet * Fix applet name in the about dialog (Vincent) * Make the applet look consistent with other menus (Søren Sandmann, Vincent Noel) Show Desktop Applet * Activate show desktop button on drag an drop (Maciej Katafiasz) Misc * Use a better name in the notification area about dialog (Vincent) * Fix spec files to build RPM (Vincent) * Add API doc for panel_applet_request_focus() (Vincent) * Cleanups (Vincent, Mark) Translators * Miloslav Trmac (cs) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Leonid Kanter (ru) * Elian Myftiu (sq) * Christian Rose (sv) ============= Version 2.9.3 ============= Panel * Code cleanups (Vincent, Mark) * Do not block the panel when an applet initialisation is blocking (Vincent) * Do not block the panel when an applet can not be loaded (Vincent) * Find the right icon when dropping an URI (Vincent) * Fix configuration changes when the panel is hidden (Vincent) * Fix drag and drop of text in the run dialog (Vincent) * Fix image & translucent backgrounds for the menu bar (Vincent) * Use icon names instead of some stock icons (Vincent) * Use an icon when dragging the action buttons (Vincent) * Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent) * Load the menu from desktop files only when the menu is shown (Mark) * Fix disappearing menu separator in recent documents (Vincent) * Use startup notification for gnome-search-tool (Dennis Cranston) * Use icons of the right size for launchers (Vincent) * HIGify the "Delete this Panel..." dialog (Dennis Cranston) * Fix auto-hiding of panel when dragging something on it (Vincent) * Drawer context menu is the same on the button and on the toplevel (Vincent) * Add a "Launch" menu item to the launcher context menu (Vincent) * Fix removal of the last applet/object that could not get removed (Vincent) * Fix translucent backgrounds for auto-hidden panels (Vincent) * Fix image and translucent backgrounds for applets with a handle (Vincent) * Fix 100% CPU usage when closing drawers in some case (Vincent) * Fix infinite loop when moving a non expanded panel (Vincent) * Make it easier to center non expanded panel (Vincent) Applets * Fix resizing of the notification area (Mark) * Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma) Misc * Update README (Vincent) * 100% API doc coverage for libpanel-applet (Vincent) Translators * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Zuza Software Foundation (nso) * Chanchai Junlouchai (th) * Zuza Software Foundation (zu) ============= Version 2.9.2 ============= Panel * Use libgnome-menu to generate menus (Mark, Alex Larsson) * Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark) * Fix drag and drop of folders with special caracters (Matthias Clasen) * Partial fix for a crash when dropping an image on the panel (Mark) * Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark) * Remove profiles (Mark) * Stop using some deprecated functions (Vincent) * Make more dialogs HIG compliant (William Jon McCann) * Remove the panel name entry from the panel properties (Christian Neumair) * Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer) * Use gnome-vfs API to open recent files (Marco Pesenti Gritti) * Don't use gnome-vfs-module anymore (Mark) * Fix startup notification animation to not leave artifact (Matthias Clasen) * Create file launcher, and not nautilus launcher, when dropping URI (Vincent) * Fix drag and drop for URL (Romain Baffet) All Applets * Fix applet ID strings (Mark) Clock Applet * Use the right icon in the "Add to panel" dialog (Vincent) * Accept percentage and spaces when entering percentages for actions (Vincent Noel) * Add a gconf key to show/hide the week numbers in the calendar (Vincent) Window List Applet * Fix the name in the about dialog (Vincent) Misc * Updated italian docs (Luca Ferreti) * Fix example in libpanel-applet doc (Caleb Groom) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Meelad Zakaria (fa) * Takeshi AIHANA (ja) * Hasbullah Bin Pit (ms) * Kjartan Maraas (nb) * Zuza Software Foundation (nso) * Elian Myftiu (sq) * Funda Wang (zh_CN) ============= Version 2.9.1 ============= Panel * Scale down the app icon in the "Run application" dialog (Vincent Noel) * Make the "application launchers" more visible in the Addto dialog (Vincent Noel) * Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel) * Harden user configuration so new defaults doesn't appear for user (Mark) * Set tooltip in recent files menu (William Jon McCann) * Don't talk about panel when the user is dealing with a drawer (Vincent) * Remove distribution menu (Christian Neumair) * Make "Reload Applet" HIG-compliant (Christian Neumair) * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Use icons from the icon theme (Vincent, Marco Pesenti Gritti) * Ellipsize text in Addto dialog (Vincent) * Don't use deprecated functions (Vincent) * Limit the use of libgnome* (Vincent) * Make pixmap backgrounds work for the applets (James Henstridge) All Applets * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Limit the use of libgnome* (Vincent) * Don't use deprecated functions (Vincent) * Better panel background support (Vincent) Clock Applet * Fix calendar position (William Jon McCann) * Use icon from the icon theme (Vincent) * Update the clock when the time has changed (Marco Pesenti Gritti) * Launch task URL on the right screen (Vincent) * Use the ellipsizing code from GTK+ (Vincent) Fish Applet * Add a Speak Again button (Vincent) * Use the monospace font for displaying fortune (Vincent) * Launch the command asynchronously (Vincent) * Don't ignore command parameters (Vincent) * Ellipsize the main label in the window if necessary (Vincent) * Use the filechooser for choosing the image (Vincent) Notification Area Applet * Don't use GTK+ name space (Vincent) Window Menu Applet * Fix crash when showing No Windows Open (Crispin Flowerday) * Hide focus line padding (Vincente Noel) * Update the menu if a window name changes (Matt T. Proud) * Use the ellipsizing code from GTK+ (Matt T. Proud) * Update the menu if a window state or icon changes (Vincent) Screenshooter * Move to gnome-utils (Jonathan Blandford) Misc * Remove useless icons (Vincent) * Install datafiles in better places (Vincent) * Don't use deprecated functions for panel-test-applets (Vincent) * Update libecal requirement (Vincent) Translators * Rostislav Raykov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Christophe Merlet (RedFox) (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Žygimantas Beručka (lt) * Kjartan Maraas (no) * Gora Mohanty (or) * Elian Myftiu (sq) * Данило Шеган (sr)
2005-03-22 17:18:38 +01:00
share/gnome/help/clock/uk/clock.xml
share/gnome/help/clock/uk/figures/clock_applet.png
share/gnome/help/clock/uk/legal.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/clock/zh_CN/clock.xml
share/gnome/help/clock/zh_CN/figures/clock_applet.png
share/gnome/help/clock/zh_CN/legal.xml
share/gnome/help/clock/zh_TW/clock.xml
share/gnome/help/clock/zh_TW/figures/clock_applet.png
share/gnome/help/clock/zh_TW/legal.xml
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
share/gnome/help/fish-applet-2/ja/figures/fish_applet.png
share/gnome/help/fish-applet-2/ja/fish-applet-2.xml
share/gnome/help/fish-applet-2/ja/legal.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png
share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png
share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml
share/gnome/help/fish-applet-2/zh_CN/legal.xml
share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png
share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png
share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml
share/gnome/help/fish-applet-2/zh_TW/legal.xml
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/gnome/help/fish/C/figures/fish_applet.png
share/gnome/help/fish/C/fish.xml
share/gnome/help/fish/C/legal.xml
share/gnome/help/fish/ca/figures/fish_applet.png
share/gnome/help/fish/ca/fish.xml
share/gnome/help/fish/ca/legal.xml
share/gnome/help/fish/de/figures/fish_applet.png
share/gnome/help/fish/de/fish.xml
share/gnome/help/fish/de/legal.xml
share/gnome/help/fish/el/figures/fish_applet.png
share/gnome/help/fish/el/fish.xml
share/gnome/help/fish/el/legal.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/fish/en_GB/figures/fish_applet.png
share/gnome/help/fish/en_GB/fish.xml
share/gnome/help/fish/en_GB/legal.xml
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/gnome/help/fish/es/figures/fish_applet.png
share/gnome/help/fish/es/fish.xml
share/gnome/help/fish/es/legal.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/fish/eu/figures/fish_applet.png
share/gnome/help/fish/eu/fish.xml
share/gnome/help/fish/eu/legal.xml
share/gnome/help/fish/fi/figures/fish_applet.png
share/gnome/help/fish/fi/fish.xml
share/gnome/help/fish/fi/legal.xml
Update to 2.14.0: ============== Version 2.14.0 ============== Panel * Remove the Suspend button on the logout dialog (this is not a regression wrt 2.12) (Vincent) * Ignore unknown options passed to the panel (Ray Strode) * Fix orientation of handles (Benjamin Berg, Vincent) * Fix help link for the menubar (Vincent) * Fix underscores not being visible in menu items (Vincent) Workspace Switcher Applet * Fix crash when scrolling right on the last workspace (Benjamin Berg) Misc * Update manpage (Vincent) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Petr Tomeš (cs) * Rhys Jones (cy) * Ole Laursen (da) * Hendrik Richter (de) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Rajesh Ranjan (hi) * Mate ORY (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer SIchinava (ka) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Tino Meinen (nl) * Åsmund Skjæveland (nn) * Øivind Hoel (no) * Gnome PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.13.91 =============== Panel * Use Restart instead of Reboot (Vincent) * Remove the Shut Down reference in the tooltip of the Log Out item (Vincent) * Don't reboot/shutdown immediately if other users are connected (Vincent) * Don't display the Shut Down item if GDM is not running (Vincent) * Use a softer countdown for the 30 first seconds in the log out dialogs (Vincent) * Fix critical warning in the run dialog when the program list is disabled (Vincent) * Add "..." at the end of the Log Out and Shut Down items (Vincent) * Make invisible mnemonics in menu work again (Matthias Clasen, Vincent) * Add accelerator for items in the context menu of launchers (Vincent) * Use GOption instead of popt (Vincent) Fish Applet * Use gender-neutral wording in about dialog (Vincent) Window Menu Applet * Update help link (Vincent) Misc * Use GOption instead of popt in the test applet program (Vincent) * Fix build when /usr/lib/X11R6 is a link to /usr (Vincent) Docs Translators * Luca Ferretti (it) Translators * Runa Bhattacharjee (bn) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Ole Laursen (da) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Øivind Hoel (nb) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) =============== Version 2.13.90 =============== Panel * Fix timeout label in the logout dialogs (Vincent) * Don't make it possible to have two logout dialogs at the same time (Vincent) * Put logout dialogs above all windows and on all workspaces (Vincent) * Show the logout dialog on the correct screen (Vincent) * Fix crash with logout dialogs when esd and sound events are enabled (Vincent) * Simplify the logout dialogs questions (Dennis Cranston) * Partial fix for Vincent's stupidity :-) (Elijah Newren) * Fix search of application launchers in "Add to panel" dialog (Vincent) * Fix potential crash when there's an error loading an applet (Vincent) * Update libegg code (Vincent) * Fix crash when logout dialogs are closed by the window manager (Vincent) * Remove gnome-screenshot item from the Desktop menu (Vincent) * Look in the XDG data dirs when loading a .desktop file, so we don't need the whole path (Vincent) * Update default panel config to just use basenames for .desktop files (Vincent) * Remove the screenshot action button and migrates the existing config to use gnome-screenshot.desktop (Vincent) * Change accelerator for "Lock To Panel" (Vincent) * Add username to the Logout menu item (Vincent) * Fix crash happening with remote bookmarks in the Places menu (Vincent) * Use an icon for the network places submenu (Vincent) * Update the launcher item description in the "Add to panel" dialog (Vincent) * Simplify and add context for some strings (Vincent) * Fix warnings (Vincent, Jens Granseuer, Kjartan Maraas) * Don't show useless separators in context menus of panel objects when the panel is locked down (Vincent) * Fix theoretical breakage if gconf config is broken (Vincent) Clock Applet * Fix incoherency in the use of two lines format (Vincent) * Don't offer the 12-hour format to the user if his locale don't support it (Vincent) Misc * Add context in some strings of the test applet program (Vincent) Docs Translators * Vincent Untz (fr) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Hendrik Brandt (de) * Kostas Papadimas (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Reinout van Schouwen (nl) * Øivind Hoel (no) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.5 ============== Panel * Remove useless screensaver actions in context menu of the button (William Jon McCann) * Fix tiling for image backgrounds (Vincent) * Update background when size changes (Vincent) * Make image with transparency backgrounds work (Vincent) * Fix critical warnings (Vincent) * Add CD recording item to the Places menu (Sébastien Bacher) * Add separator internal applet (Carlos Garcia Campos, Manu Cornet, Vincent) * Add a search entry to the "add to panel" dialog (Vincent) * Re-cache the applications menu when reloading it after there has been some fam/gamin/inotify events (Vincent) * Add new logout/shutdown dialogs (Vincent) * Fix display of remote bookmarks in Places menu (Bastien Nocera, Vincent) * Small fixes (Vincent) libpanel-applet * Fix tiling for image backgrounds (Vincent) * Avoid crashes with image backgrounds (Vincent) Wnck Applets * tell libwnck that the applets are pagers (Elijah Newren) Documentation * Update for clock and fish applets (Joachim Noreiko) Misc * Depend on libwnck 2.13.5 (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Jordi Mallach (ca) * Hendrik Richter (de) * Adam Weinberger (en_CA) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) ============== Version 2.13.4 ============== Panel * Don't crash when an applet can't be loaded (Crispin Flowerday) * Fix critical warnings (Vincent, Claudio Saavedra) * Remove useless warning (Vincent) * Add a preview widget in the image background chooser (Vincent) * Don't crash with some themes (Vincent, Benjamin Berg) * Fix sensitivity of "Remove panel" menu item (Vincent) * Reword error dialogs (Luke Worth, Vincent) * Update the known applications list while typing and only show the items that match (Vincent) * Make the "add to panel" dialog a bit nicer (Vincent) * Use a close button instead of the cancel one in the "add to panel" dialog (Claudio Saavedra) * Add tooltips for the menu bar (Vincent, Christian Kirbach) * Update from libegg (Vincent) * Don't do something on double/triple clicks for buttons (Vincent) * Make applet handles handle transparency (Ryan Lortie, Vincent) * Fix crash when a toplevel is destroyed (Vincent) * Fix crash when quitting with "add to dialog" open (Vincent) * Fix auto-hide panel not autohiding after the "Delete dialog" has been opened (Vincent) * Minor fixes (Vincent) * Code cleanups (Vincent) libpanel-applet * Add new API to automatically update the background of a widget (Ryan Lortie, Vincent) * Emits the background-changed signal when the allocated size changes (Ryan Lortie) * Fix criticla warning (Vincent) Clock Applet * Make task activation work correctly (William Jon McCann) * Sort tasks by due date if priorities are the same (kraai@ftbfs.org) * Don't show the date by default (Vincent) Fish Applet * Fix path to cairo.h (Vincent) * Fix critical warning when choosing a new image (Vincent) Notification Area Applet * Update from libegg. Should fix some icons not showing (Vincent) Window List Applet * Fix critical warning and icon not showing during startup notification (Vincent) All Applets * use new libpanel-applet API for the background (Vincent) Documentation * Update for clock and fish applets (Luca Ferretti, Brent Smith) Misc * change button order and use Execute button for the test applet program (Vincent) * don't crash when an applet can't be loaded in the test applet program (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.3 ============== Panel * Code cleanups (Vincent) * Synchronize the way remote bookmarks are displayed with nautilus (Vincent) * Remove deprecated calls (Vincent) * Update libegg code (Vincent) Clock Applet * Really fix the orientation change (Vincent) Misc * Remove the .spec file (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Elnaz Sarbar (fa) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.13.2 ============== Panel * Don't display error when an url show is canceled (Christian Neumair) * Handle glade errors (Christian Neumair) * Revert orientation change (Vincent) * Update libegg code (Vincent) Clock Applet * Updates for the orientation change (Vincent) Fish Applet * Updates for the orientation change (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) ============== Version 2.13.1 ============== Panel * Fix bookmarks with spaces (Vincent) * Display bookmarks in the same way than nautilus (Vincent) * Remove useless code (Kjartan) * Don't change the drawer icon if the icon gconf key changed but we're not using the icon (Kjartan) * Plug leak (Kjartan) * Don't set the background multiple times on startup (Vincent) * Fix searching in the application list of the run dialog (Vincent) * Change default panel size to 24 (Vincent) * Change the way we report orientation to applets (Vincent) * Minor fixes/cleanups (Vincent) Clock Applet * Remove deprecated calls (Vincent) * Updates for the orientation change (Vincent) Fish Applet * Do not use deprecated widgets (Vincent) * Use cairo instead of libart (Vincent) Misc * Fix gnome-desktop version requirement (Frederic Crozat) * Build fixes/updates (Vincent) * Better descriptions for help files (Brent Smith) * libegg updates (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Reinout van Schouwen (nl) * Christian Rose (sv)
2006-03-30 23:15:59 +02:00
share/gnome/help/fish/fr/figures/fish_applet.png
share/gnome/help/fish/fr/fish.xml
share/gnome/help/fish/fr/legal.xml
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/gnome/help/fish/it/figures/fish_applet.png
share/gnome/help/fish/it/fish.xml
share/gnome/help/fish/it/legal.xml
share/gnome/help/fish/ko/figures/fish_applet.png
share/gnome/help/fish/ko/fish.xml
share/gnome/help/fish/ko/legal.xml
share/gnome/help/fish/oc/figures/fish_applet.png
share/gnome/help/fish/oc/fish.xml
share/gnome/help/fish/oc/legal.xml
share/gnome/help/fish/ru/figures/fish_applet.png
share/gnome/help/fish/ru/fish.xml
share/gnome/help/fish/ru/legal.xml
share/gnome/help/fish/sv/figures/fish_applet.png
share/gnome/help/fish/sv/fish.xml
share/gnome/help/fish/sv/legal.xml
share/gnome/help/fish/th/figures/fish_applet.png
share/gnome/help/fish/th/fish.xml
share/gnome/help/fish/th/legal.xml
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/gnome/help/fish/uk/figures/fish_applet.png
share/gnome/help/fish/uk/fish.xml
share/gnome/help/fish/uk/legal.xml
share/gnome/help/window-list/C/window-list.xml
share/gnome/help/window-list/ar/window-list.xml
share/gnome/help/window-list/ca/window-list.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/window-list/cs/window-list.xml
share/gnome/help/window-list/da/window-list.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/window-list/de/window-list.xml
share/gnome/help/window-list/el/window-list.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/window-list/en_GB/window-list.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/window-list/es/window-list.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/window-list/eu/window-list.xml
share/gnome/help/window-list/fi/window-list.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/window-list/fr/window-list.xml
share/gnome/help/window-list/it/window-list.xml
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
share/gnome/help/window-list/ja/figures/window_list_applet.png
share/gnome/help/window-list/ja/figures/window_list_group_applet.png
share/gnome/help/window-list/ja/legal.xml
share/gnome/help/window-list/ja/window-list.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/window-list/ko/window-list.xml
share/gnome/help/window-list/oc/window-list.xml
share/gnome/help/window-list/pa/window-list.xml
share/gnome/help/window-list/pt_BR/window-list.xml
share/gnome/help/window-list/ru/window-list.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/window-list/sv/window-list.xml
Update to 2.10.0: ============== Version 2.10.0 ============== Misc * Add uk help (Maxim V. Dziumanenko) Translators * Frank Arnold (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Priit Laes (et) * Christophe Merlet (RedFox) (fr) * Žygimantas Beručka (lt) * Gnome PL Team (pl) * Dan Damian (ro) * Leonid Kanter (ru) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) ============== Version 2.9.92 ============== Panel * List bookmarks in the right order in the Places menu (Vincent) * Simplify the code for About dialogs (Luca Ferretti) * Fix crash when there's an error loading an icon in the "Add to panel" dialog (Vincent) * Fix path for launchers in default setup (Sébastien Bacher) * Fix error dialogs complaining about icon theme when starting and there are drawers (Vincent) * New layout for the main menu, similar to the menu bar layout (Vincent) * Fix applets with wrong backgrounds when the specified image background does not exist (Vincent) * Fix main menu lockup when the lockdown mode is changed (Vijaykumar Patwari) * Plug memory leaks (Vincent) * Support possible new format for the GTK+ bookmarks file (Vincent) * Fix crash when the desktop background changes (Vincent) Applets * Simplify the code for About dialogs (Luca Ferretti) * Fix leak when panel background changes (Vincent) Clock Applet * Fix update of the clock to happen every minute and not every second when we don't show seconds (Vincent) Window List Applet * Fix icon loader for startup notification buttons (Vincent) Workspace Switcher Applet * Update for libwnck API change (Elijah Newren) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Ivar Smolin (et) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Woodman Tuen (zh_TW) ============== Version 2.9.91 ============== Panel * Update libegg files (Vincent, Mark) * Migrate launchers that are using applications: URI (Vincent) * Don't use applications: URI in the default panel setup (Vincent) * Use GtkIconTheme (Vincent) * Use named icons instead of stock icons (Vincent) * Fix object context menu positioning algorithm (Vincent) * Allow use of the whole screen when hiding a panel (Mark, Vincent) * Fix button menus using other menus than applications.menu (Vincent) * Plug memory leak (Vincent) * Don't let the user specify a panel size smaller than what is allowed (Vincent) * Fix crash with context menus (Vincent) * Fix error dialog to appear on the right screen (Vincent) * Change the DnD icon to the dragged applet one in the "Add to panel" dialog. (Carlos Garnacho Parro) * Make "Run application" faster (Frank Worsley, Vincent) * Add accessible name for list of known applications in "Run application" dialog (Muktha) * Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren) * Make non local paths in the places menu work (Dennis Cranston) * Update the applications menu when the disable_command_line lockdown key is changed (Vincent) * Fix 100% CPU bug with non-expanded panels (Vincent) libpanel-applet * Fix applet context menu positioning algorithm (Vincent) Show Desktop Applet * Show/hide desktop on the right screen (Arvind, Vincent) * Update the icon when icon theme changes (Paolo Borelli, Vincent) * Use GtkIconTheme (Vincent) Window Selector Applet * Move most of the code to a new widget in libwnck (Vincent Noel) Workspace Switcher Applet * Make applet look better when using a color/image background (Vincent) Misc * Code cleanups * Build fixes * Add comments for translators * Remove old useless files Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Pauli Virtanen (fi) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.9.90 ============== Panel * Show drawers on the right screen (Arvind) * Small optimization for the run dialog (Mark) * Open the menu on the right screen with Alt-F1 (Arvind) * HIG fixes in "Add to Panel" dialog (Vincent) * Fix rare crash when initiliazing the panel configuration (Vincent) * Use gtk dnd threshold value for snap tolerance (Vincent) * Better positioning for the context menu on objects (Vincent) * Unset StartupNotify in the .desktop when editing the command of the launcher (Vincent) * Fix submenus not showing in menu bar after an update (Vincent) * Fix weird behaviour when the mouse goes on another screen while dragging an object (Arvind) * Fix GTK+ bookmarks with spaces in the Places menu (Vincent) * Fix crasher when the recent documents list has changed (Vincent) * Add a help button when creating a new .desktop file on the desktop (Takao Fujiwara, Vincent) * Add "Connect to Server" item to the Places menu (Vincent) * Move "Lock To Panel" at the bottom of the context menu (Vincent) * Fix scaling of icons in the menu to respect the ratio (Vincent) * Remove reference to the Actions menu (Vincent) * Try to help translators translate "Desktop" in different contexts libpanel-applet * Better positioning for the context menu on applets (Vincent) Window Selector * Dimm the icon if the window is minimized (Vincent Noel) Notification Area * Show the help on the right screen (Arvind) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Hendrik Richter (de) * Alexander Winston (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Rajeev Shrestha (ne) * Reinout van Schouwen (nl) * Åsmund Skjæveland (nn) * Kjartan Maraas (no) * Welther José O. Esteves (pt_BR) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Chanchai Junlouchai (th) * Funda Wang (zh_CN) ============= Version 2.9.4 ============= Panel * Close parent drawers of a drawer when a launcher is launched (Vincent) * Fix 100% CPU usage when changing screen size (Vincent) * Fix z-order of drawers using their depth (Vincent) * Fix (again) autohiding not always working (Vincent) * Only open background images from regular files (Vasista Sarma, Vincent) * Fix invalid usage of de-allocated memory (Vincent) * Fix labels in the "Add to Panel" dialog when the panel name is not set (Christian Neumair) * Use new GtkFileChooserButton in panel properties (Vincent) * Do not allow to select non-image files for panel backgrounds (Vincent) * Make Lock menu item HIG compliant (Madhan Raj M, Vincent) * Update the Lock check menu item when the gconf key changes (Leena Gunda, Vincent) * Remove default panel names in the first-time config (Christian Neumair) * Fix look of applet with handles in RTL environment (Vincent) * Add a focus line around the menu bar (Vincent Noel) * Draw animation when dropping files on a launcher (Vincent) * Fix crasher when moving a menu button between panels (Mark) * Make drawer context menu use header capitalization (Dennis Cranston) * New menu layout (Vincent) * Don't draw handles for drawers (Vincent) * HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent) * Fix strings in the "Add to Panel" dialog to help translators (Luca Ferretti, Vincent) * Fix crash when closing an error dialog in some circumstances (Vincent) libpanel-applet * Add new API to allow applets to request focus (Elijah Newren, Mark) Fish Applet * Fix leak (Vincent) * Open the fortune dialog only on button release (Vincent) * Instant apply for the disable_command_line lockdown key (Vincent) Workspace Switcher Applet * Add mouse wheel scrolling to change workspaces (Mark, Vincent) * Fix visual glitch when starting (Vincent) Window Selector Applet * Fix applet name in the about dialog (Vincent) * Make the applet look consistent with other menus (Søren Sandmann, Vincent Noel) Show Desktop Applet * Activate show desktop button on drag an drop (Maciej Katafiasz) Misc * Use a better name in the notification area about dialog (Vincent) * Fix spec files to build RPM (Vincent) * Add API doc for panel_applet_request_focus() (Vincent) * Cleanups (Vincent, Mark) Translators * Miloslav Trmac (cs) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Leonid Kanter (ru) * Elian Myftiu (sq) * Christian Rose (sv) ============= Version 2.9.3 ============= Panel * Code cleanups (Vincent, Mark) * Do not block the panel when an applet initialisation is blocking (Vincent) * Do not block the panel when an applet can not be loaded (Vincent) * Find the right icon when dropping an URI (Vincent) * Fix configuration changes when the panel is hidden (Vincent) * Fix drag and drop of text in the run dialog (Vincent) * Fix image & translucent backgrounds for the menu bar (Vincent) * Use icon names instead of some stock icons (Vincent) * Use an icon when dragging the action buttons (Vincent) * Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent) * Load the menu from desktop files only when the menu is shown (Mark) * Fix disappearing menu separator in recent documents (Vincent) * Use startup notification for gnome-search-tool (Dennis Cranston) * Use icons of the right size for launchers (Vincent) * HIGify the "Delete this Panel..." dialog (Dennis Cranston) * Fix auto-hiding of panel when dragging something on it (Vincent) * Drawer context menu is the same on the button and on the toplevel (Vincent) * Add a "Launch" menu item to the launcher context menu (Vincent) * Fix removal of the last applet/object that could not get removed (Vincent) * Fix translucent backgrounds for auto-hidden panels (Vincent) * Fix image and translucent backgrounds for applets with a handle (Vincent) * Fix 100% CPU usage when closing drawers in some case (Vincent) * Fix infinite loop when moving a non expanded panel (Vincent) * Make it easier to center non expanded panel (Vincent) Applets * Fix resizing of the notification area (Mark) * Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma) Misc * Update README (Vincent) * 100% API doc coverage for libpanel-applet (Vincent) Translators * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Zuza Software Foundation (nso) * Chanchai Junlouchai (th) * Zuza Software Foundation (zu) ============= Version 2.9.2 ============= Panel * Use libgnome-menu to generate menus (Mark, Alex Larsson) * Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark) * Fix drag and drop of folders with special caracters (Matthias Clasen) * Partial fix for a crash when dropping an image on the panel (Mark) * Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark) * Remove profiles (Mark) * Stop using some deprecated functions (Vincent) * Make more dialogs HIG compliant (William Jon McCann) * Remove the panel name entry from the panel properties (Christian Neumair) * Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer) * Use gnome-vfs API to open recent files (Marco Pesenti Gritti) * Don't use gnome-vfs-module anymore (Mark) * Fix startup notification animation to not leave artifact (Matthias Clasen) * Create file launcher, and not nautilus launcher, when dropping URI (Vincent) * Fix drag and drop for URL (Romain Baffet) All Applets * Fix applet ID strings (Mark) Clock Applet * Use the right icon in the "Add to panel" dialog (Vincent) * Accept percentage and spaces when entering percentages for actions (Vincent Noel) * Add a gconf key to show/hide the week numbers in the calendar (Vincent) Window List Applet * Fix the name in the about dialog (Vincent) Misc * Updated italian docs (Luca Ferreti) * Fix example in libpanel-applet doc (Caleb Groom) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Meelad Zakaria (fa) * Takeshi AIHANA (ja) * Hasbullah Bin Pit (ms) * Kjartan Maraas (nb) * Zuza Software Foundation (nso) * Elian Myftiu (sq) * Funda Wang (zh_CN) ============= Version 2.9.1 ============= Panel * Scale down the app icon in the "Run application" dialog (Vincent Noel) * Make the "application launchers" more visible in the Addto dialog (Vincent Noel) * Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel) * Harden user configuration so new defaults doesn't appear for user (Mark) * Set tooltip in recent files menu (William Jon McCann) * Don't talk about panel when the user is dealing with a drawer (Vincent) * Remove distribution menu (Christian Neumair) * Make "Reload Applet" HIG-compliant (Christian Neumair) * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Use icons from the icon theme (Vincent, Marco Pesenti Gritti) * Ellipsize text in Addto dialog (Vincent) * Don't use deprecated functions (Vincent) * Limit the use of libgnome* (Vincent) * Make pixmap backgrounds work for the applets (James Henstridge) All Applets * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Limit the use of libgnome* (Vincent) * Don't use deprecated functions (Vincent) * Better panel background support (Vincent) Clock Applet * Fix calendar position (William Jon McCann) * Use icon from the icon theme (Vincent) * Update the clock when the time has changed (Marco Pesenti Gritti) * Launch task URL on the right screen (Vincent) * Use the ellipsizing code from GTK+ (Vincent) Fish Applet * Add a Speak Again button (Vincent) * Use the monospace font for displaying fortune (Vincent) * Launch the command asynchronously (Vincent) * Don't ignore command parameters (Vincent) * Ellipsize the main label in the window if necessary (Vincent) * Use the filechooser for choosing the image (Vincent) Notification Area Applet * Don't use GTK+ name space (Vincent) Window Menu Applet * Fix crash when showing No Windows Open (Crispin Flowerday) * Hide focus line padding (Vincente Noel) * Update the menu if a window name changes (Matt T. Proud) * Use the ellipsizing code from GTK+ (Matt T. Proud) * Update the menu if a window state or icon changes (Vincent) Screenshooter * Move to gnome-utils (Jonathan Blandford) Misc * Remove useless icons (Vincent) * Install datafiles in better places (Vincent) * Don't use deprecated functions for panel-test-applets (Vincent) * Update libecal requirement (Vincent) Translators * Rostislav Raykov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Christophe Merlet (RedFox) (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Žygimantas Beručka (lt) * Kjartan Maraas (no) * Gora Mohanty (or) * Elian Myftiu (sq) * Данило Шеган (sr)
2005-03-22 17:18:38 +01:00
share/gnome/help/window-list/uk/window-list.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/window-list/zh_CN/window-list.xml
share/gnome/help/window-list/zh_TW/figures/window_list_applet.png
share/gnome/help/window-list/zh_TW/figures/window_list_group.png
share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png
share/gnome/help/window-list/zh_TW/legal.xml
share/gnome/help/window-list/zh_TW/window-list.xml
share/gnome/help/workspace-switcher/C/workspace-switcher.xml
share/gnome/help/workspace-switcher/ar/workspace-switcher.xml
share/gnome/help/workspace-switcher/ca/workspace-switcher.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/workspace-switcher/cs/workspace-switcher.xml
share/gnome/help/workspace-switcher/da/workspace-switcher.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/workspace-switcher/de/workspace-switcher.xml
share/gnome/help/workspace-switcher/el/workspace-switcher.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/workspace-switcher/en_GB/workspace-switcher.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/workspace-switcher/es/workspace-switcher.xml
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/gnome/help/workspace-switcher/eu/workspace-switcher.xml
share/gnome/help/workspace-switcher/fi/workspace-switcher.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/workspace-switcher/fr/workspace-switcher.xml
share/gnome/help/workspace-switcher/it/workspace-switcher.xml
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png
share/gnome/help/workspace-switcher/ja/legal.xml
share/gnome/help/workspace-switcher/ja/workspace-switcher.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/workspace-switcher/ko/workspace-switcher.xml
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/gnome/help/workspace-switcher/nl/workspace-switcher.xml
share/gnome/help/workspace-switcher/oc/workspace-switcher.xml
share/gnome/help/workspace-switcher/pa/workspace-switcher.xml
share/gnome/help/workspace-switcher/pt_BR/workspace-switcher.xml
share/gnome/help/workspace-switcher/ru/workspace-switcher.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/workspace-switcher/sv/workspace-switcher.xml
Update to 2.10.0: ============== Version 2.10.0 ============== Misc * Add uk help (Maxim V. Dziumanenko) Translators * Frank Arnold (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Priit Laes (et) * Christophe Merlet (RedFox) (fr) * Žygimantas Beručka (lt) * Gnome PL Team (pl) * Dan Damian (ro) * Leonid Kanter (ru) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) ============== Version 2.9.92 ============== Panel * List bookmarks in the right order in the Places menu (Vincent) * Simplify the code for About dialogs (Luca Ferretti) * Fix crash when there's an error loading an icon in the "Add to panel" dialog (Vincent) * Fix path for launchers in default setup (Sébastien Bacher) * Fix error dialogs complaining about icon theme when starting and there are drawers (Vincent) * New layout for the main menu, similar to the menu bar layout (Vincent) * Fix applets with wrong backgrounds when the specified image background does not exist (Vincent) * Fix main menu lockup when the lockdown mode is changed (Vijaykumar Patwari) * Plug memory leaks (Vincent) * Support possible new format for the GTK+ bookmarks file (Vincent) * Fix crash when the desktop background changes (Vincent) Applets * Simplify the code for About dialogs (Luca Ferretti) * Fix leak when panel background changes (Vincent) Clock Applet * Fix update of the clock to happen every minute and not every second when we don't show seconds (Vincent) Window List Applet * Fix icon loader for startup notification buttons (Vincent) Workspace Switcher Applet * Update for libwnck API change (Elijah Newren) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Ivar Smolin (et) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Woodman Tuen (zh_TW) ============== Version 2.9.91 ============== Panel * Update libegg files (Vincent, Mark) * Migrate launchers that are using applications: URI (Vincent) * Don't use applications: URI in the default panel setup (Vincent) * Use GtkIconTheme (Vincent) * Use named icons instead of stock icons (Vincent) * Fix object context menu positioning algorithm (Vincent) * Allow use of the whole screen when hiding a panel (Mark, Vincent) * Fix button menus using other menus than applications.menu (Vincent) * Plug memory leak (Vincent) * Don't let the user specify a panel size smaller than what is allowed (Vincent) * Fix crash with context menus (Vincent) * Fix error dialog to appear on the right screen (Vincent) * Change the DnD icon to the dragged applet one in the "Add to panel" dialog. (Carlos Garnacho Parro) * Make "Run application" faster (Frank Worsley, Vincent) * Add accessible name for list of known applications in "Run application" dialog (Muktha) * Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren) * Make non local paths in the places menu work (Dennis Cranston) * Update the applications menu when the disable_command_line lockdown key is changed (Vincent) * Fix 100% CPU bug with non-expanded panels (Vincent) libpanel-applet * Fix applet context menu positioning algorithm (Vincent) Show Desktop Applet * Show/hide desktop on the right screen (Arvind, Vincent) * Update the icon when icon theme changes (Paolo Borelli, Vincent) * Use GtkIconTheme (Vincent) Window Selector Applet * Move most of the code to a new widget in libwnck (Vincent Noel) Workspace Switcher Applet * Make applet look better when using a color/image background (Vincent) Misc * Code cleanups * Build fixes * Add comments for translators * Remove old useless files Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Pauli Virtanen (fi) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.9.90 ============== Panel * Show drawers on the right screen (Arvind) * Small optimization for the run dialog (Mark) * Open the menu on the right screen with Alt-F1 (Arvind) * HIG fixes in "Add to Panel" dialog (Vincent) * Fix rare crash when initiliazing the panel configuration (Vincent) * Use gtk dnd threshold value for snap tolerance (Vincent) * Better positioning for the context menu on objects (Vincent) * Unset StartupNotify in the .desktop when editing the command of the launcher (Vincent) * Fix submenus not showing in menu bar after an update (Vincent) * Fix weird behaviour when the mouse goes on another screen while dragging an object (Arvind) * Fix GTK+ bookmarks with spaces in the Places menu (Vincent) * Fix crasher when the recent documents list has changed (Vincent) * Add a help button when creating a new .desktop file on the desktop (Takao Fujiwara, Vincent) * Add "Connect to Server" item to the Places menu (Vincent) * Move "Lock To Panel" at the bottom of the context menu (Vincent) * Fix scaling of icons in the menu to respect the ratio (Vincent) * Remove reference to the Actions menu (Vincent) * Try to help translators translate "Desktop" in different contexts libpanel-applet * Better positioning for the context menu on applets (Vincent) Window Selector * Dimm the icon if the window is minimized (Vincent Noel) Notification Area * Show the help on the right screen (Arvind) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Hendrik Richter (de) * Alexander Winston (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Rajeev Shrestha (ne) * Reinout van Schouwen (nl) * Åsmund Skjæveland (nn) * Kjartan Maraas (no) * Welther José O. Esteves (pt_BR) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Chanchai Junlouchai (th) * Funda Wang (zh_CN) ============= Version 2.9.4 ============= Panel * Close parent drawers of a drawer when a launcher is launched (Vincent) * Fix 100% CPU usage when changing screen size (Vincent) * Fix z-order of drawers using their depth (Vincent) * Fix (again) autohiding not always working (Vincent) * Only open background images from regular files (Vasista Sarma, Vincent) * Fix invalid usage of de-allocated memory (Vincent) * Fix labels in the "Add to Panel" dialog when the panel name is not set (Christian Neumair) * Use new GtkFileChooserButton in panel properties (Vincent) * Do not allow to select non-image files for panel backgrounds (Vincent) * Make Lock menu item HIG compliant (Madhan Raj M, Vincent) * Update the Lock check menu item when the gconf key changes (Leena Gunda, Vincent) * Remove default panel names in the first-time config (Christian Neumair) * Fix look of applet with handles in RTL environment (Vincent) * Add a focus line around the menu bar (Vincent Noel) * Draw animation when dropping files on a launcher (Vincent) * Fix crasher when moving a menu button between panels (Mark) * Make drawer context menu use header capitalization (Dennis Cranston) * New menu layout (Vincent) * Don't draw handles for drawers (Vincent) * HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent) * Fix strings in the "Add to Panel" dialog to help translators (Luca Ferretti, Vincent) * Fix crash when closing an error dialog in some circumstances (Vincent) libpanel-applet * Add new API to allow applets to request focus (Elijah Newren, Mark) Fish Applet * Fix leak (Vincent) * Open the fortune dialog only on button release (Vincent) * Instant apply for the disable_command_line lockdown key (Vincent) Workspace Switcher Applet * Add mouse wheel scrolling to change workspaces (Mark, Vincent) * Fix visual glitch when starting (Vincent) Window Selector Applet * Fix applet name in the about dialog (Vincent) * Make the applet look consistent with other menus (Søren Sandmann, Vincent Noel) Show Desktop Applet * Activate show desktop button on drag an drop (Maciej Katafiasz) Misc * Use a better name in the notification area about dialog (Vincent) * Fix spec files to build RPM (Vincent) * Add API doc for panel_applet_request_focus() (Vincent) * Cleanups (Vincent, Mark) Translators * Miloslav Trmac (cs) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Leonid Kanter (ru) * Elian Myftiu (sq) * Christian Rose (sv) ============= Version 2.9.3 ============= Panel * Code cleanups (Vincent, Mark) * Do not block the panel when an applet initialisation is blocking (Vincent) * Do not block the panel when an applet can not be loaded (Vincent) * Find the right icon when dropping an URI (Vincent) * Fix configuration changes when the panel is hidden (Vincent) * Fix drag and drop of text in the run dialog (Vincent) * Fix image & translucent backgrounds for the menu bar (Vincent) * Use icon names instead of some stock icons (Vincent) * Use an icon when dragging the action buttons (Vincent) * Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent) * Load the menu from desktop files only when the menu is shown (Mark) * Fix disappearing menu separator in recent documents (Vincent) * Use startup notification for gnome-search-tool (Dennis Cranston) * Use icons of the right size for launchers (Vincent) * HIGify the "Delete this Panel..." dialog (Dennis Cranston) * Fix auto-hiding of panel when dragging something on it (Vincent) * Drawer context menu is the same on the button and on the toplevel (Vincent) * Add a "Launch" menu item to the launcher context menu (Vincent) * Fix removal of the last applet/object that could not get removed (Vincent) * Fix translucent backgrounds for auto-hidden panels (Vincent) * Fix image and translucent backgrounds for applets with a handle (Vincent) * Fix 100% CPU usage when closing drawers in some case (Vincent) * Fix infinite loop when moving a non expanded panel (Vincent) * Make it easier to center non expanded panel (Vincent) Applets * Fix resizing of the notification area (Mark) * Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma) Misc * Update README (Vincent) * 100% API doc coverage for libpanel-applet (Vincent) Translators * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Zuza Software Foundation (nso) * Chanchai Junlouchai (th) * Zuza Software Foundation (zu) ============= Version 2.9.2 ============= Panel * Use libgnome-menu to generate menus (Mark, Alex Larsson) * Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark) * Fix drag and drop of folders with special caracters (Matthias Clasen) * Partial fix for a crash when dropping an image on the panel (Mark) * Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark) * Remove profiles (Mark) * Stop using some deprecated functions (Vincent) * Make more dialogs HIG compliant (William Jon McCann) * Remove the panel name entry from the panel properties (Christian Neumair) * Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer) * Use gnome-vfs API to open recent files (Marco Pesenti Gritti) * Don't use gnome-vfs-module anymore (Mark) * Fix startup notification animation to not leave artifact (Matthias Clasen) * Create file launcher, and not nautilus launcher, when dropping URI (Vincent) * Fix drag and drop for URL (Romain Baffet) All Applets * Fix applet ID strings (Mark) Clock Applet * Use the right icon in the "Add to panel" dialog (Vincent) * Accept percentage and spaces when entering percentages for actions (Vincent Noel) * Add a gconf key to show/hide the week numbers in the calendar (Vincent) Window List Applet * Fix the name in the about dialog (Vincent) Misc * Updated italian docs (Luca Ferreti) * Fix example in libpanel-applet doc (Caleb Groom) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Meelad Zakaria (fa) * Takeshi AIHANA (ja) * Hasbullah Bin Pit (ms) * Kjartan Maraas (nb) * Zuza Software Foundation (nso) * Elian Myftiu (sq) * Funda Wang (zh_CN) ============= Version 2.9.1 ============= Panel * Scale down the app icon in the "Run application" dialog (Vincent Noel) * Make the "application launchers" more visible in the Addto dialog (Vincent Noel) * Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel) * Harden user configuration so new defaults doesn't appear for user (Mark) * Set tooltip in recent files menu (William Jon McCann) * Don't talk about panel when the user is dealing with a drawer (Vincent) * Remove distribution menu (Christian Neumair) * Make "Reload Applet" HIG-compliant (Christian Neumair) * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Use icons from the icon theme (Vincent, Marco Pesenti Gritti) * Ellipsize text in Addto dialog (Vincent) * Don't use deprecated functions (Vincent) * Limit the use of libgnome* (Vincent) * Make pixmap backgrounds work for the applets (James Henstridge) All Applets * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Limit the use of libgnome* (Vincent) * Don't use deprecated functions (Vincent) * Better panel background support (Vincent) Clock Applet * Fix calendar position (William Jon McCann) * Use icon from the icon theme (Vincent) * Update the clock when the time has changed (Marco Pesenti Gritti) * Launch task URL on the right screen (Vincent) * Use the ellipsizing code from GTK+ (Vincent) Fish Applet * Add a Speak Again button (Vincent) * Use the monospace font for displaying fortune (Vincent) * Launch the command asynchronously (Vincent) * Don't ignore command parameters (Vincent) * Ellipsize the main label in the window if necessary (Vincent) * Use the filechooser for choosing the image (Vincent) Notification Area Applet * Don't use GTK+ name space (Vincent) Window Menu Applet * Fix crash when showing No Windows Open (Crispin Flowerday) * Hide focus line padding (Vincente Noel) * Update the menu if a window name changes (Matt T. Proud) * Use the ellipsizing code from GTK+ (Matt T. Proud) * Update the menu if a window state or icon changes (Vincent) Screenshooter * Move to gnome-utils (Jonathan Blandford) Misc * Remove useless icons (Vincent) * Install datafiles in better places (Vincent) * Don't use deprecated functions for panel-test-applets (Vincent) * Update libecal requirement (Vincent) Translators * Rostislav Raykov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Christophe Merlet (RedFox) (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Žygimantas Beručka (lt) * Kjartan Maraas (no) * Gora Mohanty (or) * Elian Myftiu (sq) * Данило Шеган (sr)
2005-03-22 17:18:38 +01:00
share/gnome/help/workspace-switcher/uk/workspace-switcher.xml
share/gnome/help/workspace-switcher/vi/workspace-switcher.xml
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png
share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png
share/gnome/help/workspace-switcher/zh_CN/legal.xml
share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml
share/gnome/help/workspace-switcher/zh_TW/figures/workspace_switcher_applet.png
share/gnome/help/workspace-switcher/zh_TW/figures/workspacelist_applet.png
share/gnome/help/workspace-switcher/zh_TW/legal.xml
share/gnome/help/workspace-switcher/zh_TW/workspace-switcher.xml
share/gtk-doc/html/panel-applet/PanelApplet.html
share/gtk-doc/html/panel-applet/applet-popups.html
share/gtk-doc/html/panel-applet/applet-porting.html
share/gtk-doc/html/panel-applet/applet-writing.html
share/gtk-doc/html/panel-applet/home.png
share/gtk-doc/html/panel-applet/index.html
share/gtk-doc/html/panel-applet/index.sgml
share/gtk-doc/html/panel-applet/left.png
share/gtk-doc/html/panel-applet/multi-applets.html
share/gtk-doc/html/panel-applet/panel-applet-Panel-Applet-GConf-Utilities.html
share/gtk-doc/html/panel-applet/panel-applet.devhelp
share/gtk-doc/html/panel-applet/panel-applet.devhelp2
share/gtk-doc/html/panel-applet/panel-applet.html
share/gtk-doc/html/panel-applet/panel-signals.html
share/gtk-doc/html/panel-applet/right.png
share/gtk-doc/html/panel-applet/server-files.html
share/gtk-doc/html/panel-applet/session-saving.html
share/gtk-doc/html/panel-applet/style.css
share/gtk-doc/html/panel-applet/up.png
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
share/icons/hicolor/16x16/apps/gnome-panel-clock.png
share/icons/hicolor/16x16/apps/gnome-panel-drawer.png
share/icons/hicolor/16x16/apps/gnome-panel-fish.png
share/icons/hicolor/16x16/apps/gnome-panel-force-quit.png
share/icons/hicolor/16x16/apps/gnome-panel-launcher.png
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
share/icons/hicolor/16x16/apps/gnome-panel-notification-area.png
share/icons/hicolor/16x16/apps/gnome-panel-separator.png
share/icons/hicolor/16x16/apps/gnome-panel-window-list.png
share/icons/hicolor/16x16/apps/gnome-panel-window-menu.png
share/icons/hicolor/16x16/apps/gnome-panel-workspace-switcher.png
share/icons/hicolor/16x16/apps/gnome-panel.png
share/icons/hicolor/22x22/apps/gnome-panel-clock.png
share/icons/hicolor/22x22/apps/gnome-panel-drawer.png
share/icons/hicolor/22x22/apps/gnome-panel-fish.png
share/icons/hicolor/22x22/apps/gnome-panel-force-quit.png
share/icons/hicolor/22x22/apps/gnome-panel-launcher.png
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
share/icons/hicolor/22x22/apps/gnome-panel-notification-area.png
share/icons/hicolor/22x22/apps/gnome-panel-separator.png
share/icons/hicolor/22x22/apps/gnome-panel-window-list.png
share/icons/hicolor/22x22/apps/gnome-panel-window-menu.png
share/icons/hicolor/22x22/apps/gnome-panel-workspace-switcher.png
share/icons/hicolor/22x22/apps/gnome-panel.png
share/icons/hicolor/24x24/apps/gnome-panel-clock.png
share/icons/hicolor/24x24/apps/gnome-panel-drawer.png
share/icons/hicolor/24x24/apps/gnome-panel-fish.png
share/icons/hicolor/24x24/apps/gnome-panel-force-quit.png
share/icons/hicolor/24x24/apps/gnome-panel-launcher.png
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
share/icons/hicolor/24x24/apps/gnome-panel-notification-area.png
share/icons/hicolor/24x24/apps/gnome-panel-separator.png
share/icons/hicolor/24x24/apps/gnome-panel-window-list.png
share/icons/hicolor/24x24/apps/gnome-panel-window-menu.png
share/icons/hicolor/24x24/apps/gnome-panel-workspace-switcher.png
share/icons/hicolor/24x24/apps/gnome-panel.png
share/icons/hicolor/32x32/apps/gnome-panel-clock.png
share/icons/hicolor/32x32/apps/gnome-panel-drawer.png
share/icons/hicolor/32x32/apps/gnome-panel-fish.png
share/icons/hicolor/32x32/apps/gnome-panel-force-quit.png
share/icons/hicolor/32x32/apps/gnome-panel-launcher.png
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
share/icons/hicolor/32x32/apps/gnome-panel-notification-area.png
share/icons/hicolor/32x32/apps/gnome-panel-separator.png
share/icons/hicolor/32x32/apps/gnome-panel-window-list.png
share/icons/hicolor/32x32/apps/gnome-panel-window-menu.png
share/icons/hicolor/32x32/apps/gnome-panel-workspace-switcher.png
share/icons/hicolor/32x32/apps/gnome-panel.png
share/icons/hicolor/48x48/apps/gnome-panel.png
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
share/icons/hicolor/scalable/apps/gnome-panel-clock.svg
share/icons/hicolor/scalable/apps/gnome-panel-drawer.svg
share/icons/hicolor/scalable/apps/gnome-panel-fish.svg
share/icons/hicolor/scalable/apps/gnome-panel-force-quit.svg
share/icons/hicolor/scalable/apps/gnome-panel-launcher.svg
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
share/icons/hicolor/scalable/apps/gnome-panel-notification-area.svg
share/icons/hicolor/scalable/apps/gnome-panel-separator.svg
share/icons/hicolor/scalable/apps/gnome-panel-window-list.svg
share/icons/hicolor/scalable/apps/gnome-panel-window-menu.svg
share/icons/hicolor/scalable/apps/gnome-panel-workspace-switcher.svg
share/icons/hicolor/scalable/apps/gnome-panel.svg
share/idl/gnome-panel-2.0/GNOME_Panel.idl
share/locale/af/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/as/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ast/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/be@latin/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/bn_IN/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/locale/crh/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/dz/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/fur/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/locale/ha/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/locale/ig/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/is/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ka/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/kn/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ky/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/la/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/mai/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/mg/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/mi/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/nb/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ne/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/nso/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/oc/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/or/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/pa/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ps/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/rw/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/si/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/sr@ije/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/sr@latin/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/te/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/uz/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/locale/yo/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/clock/clock-C.omf
share/omf/clock/clock-ar.omf
share/omf/clock/clock-ca.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/clock/clock-cs.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/clock/clock-de.omf
share/omf/clock/clock-el.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/clock/clock-en_GB.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/clock/clock-es.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/clock/clock-eu.omf
share/omf/clock/clock-fi.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/clock/clock-fr.omf
share/omf/clock/clock-it.omf
share/omf/clock/clock-ja.omf
share/omf/clock/clock-ko.omf
share/omf/clock/clock-nl.omf
share/omf/clock/clock-oc.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/clock/clock-pa.omf
share/omf/clock/clock-pt_BR.omf
share/omf/clock/clock-ru.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/clock/clock-sr.omf
share/omf/clock/clock-sv.omf
share/omf/clock/clock-th.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/clock/clock-uk.omf
share/omf/clock/clock-zh_CN.omf
share/omf/clock/clock-zh_TW.omf
share/omf/fish/fish-C.omf
share/omf/fish/fish-ca.omf
share/omf/fish/fish-de.omf
share/omf/fish/fish-el.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/fish/fish-en_GB.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/fish/fish-es.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/fish/fish-eu.omf
share/omf/fish/fish-fi.omf
Update to 2.14.0: ============== Version 2.14.0 ============== Panel * Remove the Suspend button on the logout dialog (this is not a regression wrt 2.12) (Vincent) * Ignore unknown options passed to the panel (Ray Strode) * Fix orientation of handles (Benjamin Berg, Vincent) * Fix help link for the menubar (Vincent) * Fix underscores not being visible in menu items (Vincent) Workspace Switcher Applet * Fix crash when scrolling right on the last workspace (Benjamin Berg) Misc * Update manpage (Vincent) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Petr Tomeš (cs) * Rhys Jones (cy) * Ole Laursen (da) * Hendrik Richter (de) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Rajesh Ranjan (hi) * Mate ORY (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer SIchinava (ka) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Tino Meinen (nl) * Åsmund Skjæveland (nn) * Øivind Hoel (no) * Gnome PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.13.91 =============== Panel * Use Restart instead of Reboot (Vincent) * Remove the Shut Down reference in the tooltip of the Log Out item (Vincent) * Don't reboot/shutdown immediately if other users are connected (Vincent) * Don't display the Shut Down item if GDM is not running (Vincent) * Use a softer countdown for the 30 first seconds in the log out dialogs (Vincent) * Fix critical warning in the run dialog when the program list is disabled (Vincent) * Add "..." at the end of the Log Out and Shut Down items (Vincent) * Make invisible mnemonics in menu work again (Matthias Clasen, Vincent) * Add accelerator for items in the context menu of launchers (Vincent) * Use GOption instead of popt (Vincent) Fish Applet * Use gender-neutral wording in about dialog (Vincent) Window Menu Applet * Update help link (Vincent) Misc * Use GOption instead of popt in the test applet program (Vincent) * Fix build when /usr/lib/X11R6 is a link to /usr (Vincent) Docs Translators * Luca Ferretti (it) Translators * Runa Bhattacharjee (bn) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Ole Laursen (da) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Øivind Hoel (nb) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) =============== Version 2.13.90 =============== Panel * Fix timeout label in the logout dialogs (Vincent) * Don't make it possible to have two logout dialogs at the same time (Vincent) * Put logout dialogs above all windows and on all workspaces (Vincent) * Show the logout dialog on the correct screen (Vincent) * Fix crash with logout dialogs when esd and sound events are enabled (Vincent) * Simplify the logout dialogs questions (Dennis Cranston) * Partial fix for Vincent's stupidity :-) (Elijah Newren) * Fix search of application launchers in "Add to panel" dialog (Vincent) * Fix potential crash when there's an error loading an applet (Vincent) * Update libegg code (Vincent) * Fix crash when logout dialogs are closed by the window manager (Vincent) * Remove gnome-screenshot item from the Desktop menu (Vincent) * Look in the XDG data dirs when loading a .desktop file, so we don't need the whole path (Vincent) * Update default panel config to just use basenames for .desktop files (Vincent) * Remove the screenshot action button and migrates the existing config to use gnome-screenshot.desktop (Vincent) * Change accelerator for "Lock To Panel" (Vincent) * Add username to the Logout menu item (Vincent) * Fix crash happening with remote bookmarks in the Places menu (Vincent) * Use an icon for the network places submenu (Vincent) * Update the launcher item description in the "Add to panel" dialog (Vincent) * Simplify and add context for some strings (Vincent) * Fix warnings (Vincent, Jens Granseuer, Kjartan Maraas) * Don't show useless separators in context menus of panel objects when the panel is locked down (Vincent) * Fix theoretical breakage if gconf config is broken (Vincent) Clock Applet * Fix incoherency in the use of two lines format (Vincent) * Don't offer the 12-hour format to the user if his locale don't support it (Vincent) Misc * Add context in some strings of the test applet program (Vincent) Docs Translators * Vincent Untz (fr) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Hendrik Brandt (de) * Kostas Papadimas (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Reinout van Schouwen (nl) * Øivind Hoel (no) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.5 ============== Panel * Remove useless screensaver actions in context menu of the button (William Jon McCann) * Fix tiling for image backgrounds (Vincent) * Update background when size changes (Vincent) * Make image with transparency backgrounds work (Vincent) * Fix critical warnings (Vincent) * Add CD recording item to the Places menu (Sébastien Bacher) * Add separator internal applet (Carlos Garcia Campos, Manu Cornet, Vincent) * Add a search entry to the "add to panel" dialog (Vincent) * Re-cache the applications menu when reloading it after there has been some fam/gamin/inotify events (Vincent) * Add new logout/shutdown dialogs (Vincent) * Fix display of remote bookmarks in Places menu (Bastien Nocera, Vincent) * Small fixes (Vincent) libpanel-applet * Fix tiling for image backgrounds (Vincent) * Avoid crashes with image backgrounds (Vincent) Wnck Applets * tell libwnck that the applets are pagers (Elijah Newren) Documentation * Update for clock and fish applets (Joachim Noreiko) Misc * Depend on libwnck 2.13.5 (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Jordi Mallach (ca) * Hendrik Richter (de) * Adam Weinberger (en_CA) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) ============== Version 2.13.4 ============== Panel * Don't crash when an applet can't be loaded (Crispin Flowerday) * Fix critical warnings (Vincent, Claudio Saavedra) * Remove useless warning (Vincent) * Add a preview widget in the image background chooser (Vincent) * Don't crash with some themes (Vincent, Benjamin Berg) * Fix sensitivity of "Remove panel" menu item (Vincent) * Reword error dialogs (Luke Worth, Vincent) * Update the known applications list while typing and only show the items that match (Vincent) * Make the "add to panel" dialog a bit nicer (Vincent) * Use a close button instead of the cancel one in the "add to panel" dialog (Claudio Saavedra) * Add tooltips for the menu bar (Vincent, Christian Kirbach) * Update from libegg (Vincent) * Don't do something on double/triple clicks for buttons (Vincent) * Make applet handles handle transparency (Ryan Lortie, Vincent) * Fix crash when a toplevel is destroyed (Vincent) * Fix crash when quitting with "add to dialog" open (Vincent) * Fix auto-hide panel not autohiding after the "Delete dialog" has been opened (Vincent) * Minor fixes (Vincent) * Code cleanups (Vincent) libpanel-applet * Add new API to automatically update the background of a widget (Ryan Lortie, Vincent) * Emits the background-changed signal when the allocated size changes (Ryan Lortie) * Fix criticla warning (Vincent) Clock Applet * Make task activation work correctly (William Jon McCann) * Sort tasks by due date if priorities are the same (kraai@ftbfs.org) * Don't show the date by default (Vincent) Fish Applet * Fix path to cairo.h (Vincent) * Fix critical warning when choosing a new image (Vincent) Notification Area Applet * Update from libegg. Should fix some icons not showing (Vincent) Window List Applet * Fix critical warning and icon not showing during startup notification (Vincent) All Applets * use new libpanel-applet API for the background (Vincent) Documentation * Update for clock and fish applets (Luca Ferretti, Brent Smith) Misc * change button order and use Execute button for the test applet program (Vincent) * don't crash when an applet can't be loaded in the test applet program (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.3 ============== Panel * Code cleanups (Vincent) * Synchronize the way remote bookmarks are displayed with nautilus (Vincent) * Remove deprecated calls (Vincent) * Update libegg code (Vincent) Clock Applet * Really fix the orientation change (Vincent) Misc * Remove the .spec file (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Elnaz Sarbar (fa) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.13.2 ============== Panel * Don't display error when an url show is canceled (Christian Neumair) * Handle glade errors (Christian Neumair) * Revert orientation change (Vincent) * Update libegg code (Vincent) Clock Applet * Updates for the orientation change (Vincent) Fish Applet * Updates for the orientation change (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) ============== Version 2.13.1 ============== Panel * Fix bookmarks with spaces (Vincent) * Display bookmarks in the same way than nautilus (Vincent) * Remove useless code (Kjartan) * Don't change the drawer icon if the icon gconf key changed but we're not using the icon (Kjartan) * Plug leak (Kjartan) * Don't set the background multiple times on startup (Vincent) * Fix searching in the application list of the run dialog (Vincent) * Change default panel size to 24 (Vincent) * Change the way we report orientation to applets (Vincent) * Minor fixes/cleanups (Vincent) Clock Applet * Remove deprecated calls (Vincent) * Updates for the orientation change (Vincent) Fish Applet * Do not use deprecated widgets (Vincent) * Use cairo instead of libart (Vincent) Misc * Fix gnome-desktop version requirement (Frederic Crozat) * Build fixes/updates (Vincent) * Better descriptions for help files (Brent Smith) * libegg updates (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Reinout van Schouwen (nl) * Christian Rose (sv)
2006-03-30 23:15:59 +02:00
share/omf/fish/fish-fr.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/fish/fish-it.omf
share/omf/fish/fish-ko.omf
share/omf/fish/fish-oc.omf
share/omf/fish/fish-ru.omf
share/omf/fish/fish-sv.omf
share/omf/fish/fish-th.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/fish/fish-uk.omf
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
share/omf/gnome-panel/fish-applet-2-ja.omf
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/omf/gnome-panel/fish-applet-2-zh_CN.omf
share/omf/gnome-panel/fish-applet-2-zh_TW.omf
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
share/omf/gnome-panel/window-list-ja.omf
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/omf/gnome-panel/window-list-zh_TW.omf
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
share/omf/gnome-panel/workspace-switcher-ja.omf
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
share/omf/gnome-panel/workspace-switcher-zh_CN.omf
share/omf/gnome-panel/workspace-switcher-zh_TW.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/window-list/window-list-C.omf
share/omf/window-list/window-list-ar.omf
share/omf/window-list/window-list-ca.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/window-list/window-list-cs.omf
share/omf/window-list/window-list-da.omf
share/omf/window-list/window-list-de.omf
share/omf/window-list/window-list-el.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/window-list/window-list-en_GB.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/window-list/window-list-es.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/window-list/window-list-eu.omf
share/omf/window-list/window-list-fi.omf
Update to 2.14.0: ============== Version 2.14.0 ============== Panel * Remove the Suspend button on the logout dialog (this is not a regression wrt 2.12) (Vincent) * Ignore unknown options passed to the panel (Ray Strode) * Fix orientation of handles (Benjamin Berg, Vincent) * Fix help link for the menubar (Vincent) * Fix underscores not being visible in menu items (Vincent) Workspace Switcher Applet * Fix crash when scrolling right on the last workspace (Benjamin Berg) Misc * Update manpage (Vincent) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Petr Tomeš (cs) * Rhys Jones (cy) * Ole Laursen (da) * Hendrik Richter (de) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Rajesh Ranjan (hi) * Mate ORY (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer SIchinava (ka) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Tino Meinen (nl) * Åsmund Skjæveland (nn) * Øivind Hoel (no) * Gnome PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.13.91 =============== Panel * Use Restart instead of Reboot (Vincent) * Remove the Shut Down reference in the tooltip of the Log Out item (Vincent) * Don't reboot/shutdown immediately if other users are connected (Vincent) * Don't display the Shut Down item if GDM is not running (Vincent) * Use a softer countdown for the 30 first seconds in the log out dialogs (Vincent) * Fix critical warning in the run dialog when the program list is disabled (Vincent) * Add "..." at the end of the Log Out and Shut Down items (Vincent) * Make invisible mnemonics in menu work again (Matthias Clasen, Vincent) * Add accelerator for items in the context menu of launchers (Vincent) * Use GOption instead of popt (Vincent) Fish Applet * Use gender-neutral wording in about dialog (Vincent) Window Menu Applet * Update help link (Vincent) Misc * Use GOption instead of popt in the test applet program (Vincent) * Fix build when /usr/lib/X11R6 is a link to /usr (Vincent) Docs Translators * Luca Ferretti (it) Translators * Runa Bhattacharjee (bn) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Ole Laursen (da) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Øivind Hoel (nb) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) =============== Version 2.13.90 =============== Panel * Fix timeout label in the logout dialogs (Vincent) * Don't make it possible to have two logout dialogs at the same time (Vincent) * Put logout dialogs above all windows and on all workspaces (Vincent) * Show the logout dialog on the correct screen (Vincent) * Fix crash with logout dialogs when esd and sound events are enabled (Vincent) * Simplify the logout dialogs questions (Dennis Cranston) * Partial fix for Vincent's stupidity :-) (Elijah Newren) * Fix search of application launchers in "Add to panel" dialog (Vincent) * Fix potential crash when there's an error loading an applet (Vincent) * Update libegg code (Vincent) * Fix crash when logout dialogs are closed by the window manager (Vincent) * Remove gnome-screenshot item from the Desktop menu (Vincent) * Look in the XDG data dirs when loading a .desktop file, so we don't need the whole path (Vincent) * Update default panel config to just use basenames for .desktop files (Vincent) * Remove the screenshot action button and migrates the existing config to use gnome-screenshot.desktop (Vincent) * Change accelerator for "Lock To Panel" (Vincent) * Add username to the Logout menu item (Vincent) * Fix crash happening with remote bookmarks in the Places menu (Vincent) * Use an icon for the network places submenu (Vincent) * Update the launcher item description in the "Add to panel" dialog (Vincent) * Simplify and add context for some strings (Vincent) * Fix warnings (Vincent, Jens Granseuer, Kjartan Maraas) * Don't show useless separators in context menus of panel objects when the panel is locked down (Vincent) * Fix theoretical breakage if gconf config is broken (Vincent) Clock Applet * Fix incoherency in the use of two lines format (Vincent) * Don't offer the 12-hour format to the user if his locale don't support it (Vincent) Misc * Add context in some strings of the test applet program (Vincent) Docs Translators * Vincent Untz (fr) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Hendrik Brandt (de) * Kostas Papadimas (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Reinout van Schouwen (nl) * Øivind Hoel (no) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.5 ============== Panel * Remove useless screensaver actions in context menu of the button (William Jon McCann) * Fix tiling for image backgrounds (Vincent) * Update background when size changes (Vincent) * Make image with transparency backgrounds work (Vincent) * Fix critical warnings (Vincent) * Add CD recording item to the Places menu (Sébastien Bacher) * Add separator internal applet (Carlos Garcia Campos, Manu Cornet, Vincent) * Add a search entry to the "add to panel" dialog (Vincent) * Re-cache the applications menu when reloading it after there has been some fam/gamin/inotify events (Vincent) * Add new logout/shutdown dialogs (Vincent) * Fix display of remote bookmarks in Places menu (Bastien Nocera, Vincent) * Small fixes (Vincent) libpanel-applet * Fix tiling for image backgrounds (Vincent) * Avoid crashes with image backgrounds (Vincent) Wnck Applets * tell libwnck that the applets are pagers (Elijah Newren) Documentation * Update for clock and fish applets (Joachim Noreiko) Misc * Depend on libwnck 2.13.5 (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Jordi Mallach (ca) * Hendrik Richter (de) * Adam Weinberger (en_CA) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) ============== Version 2.13.4 ============== Panel * Don't crash when an applet can't be loaded (Crispin Flowerday) * Fix critical warnings (Vincent, Claudio Saavedra) * Remove useless warning (Vincent) * Add a preview widget in the image background chooser (Vincent) * Don't crash with some themes (Vincent, Benjamin Berg) * Fix sensitivity of "Remove panel" menu item (Vincent) * Reword error dialogs (Luke Worth, Vincent) * Update the known applications list while typing and only show the items that match (Vincent) * Make the "add to panel" dialog a bit nicer (Vincent) * Use a close button instead of the cancel one in the "add to panel" dialog (Claudio Saavedra) * Add tooltips for the menu bar (Vincent, Christian Kirbach) * Update from libegg (Vincent) * Don't do something on double/triple clicks for buttons (Vincent) * Make applet handles handle transparency (Ryan Lortie, Vincent) * Fix crash when a toplevel is destroyed (Vincent) * Fix crash when quitting with "add to dialog" open (Vincent) * Fix auto-hide panel not autohiding after the "Delete dialog" has been opened (Vincent) * Minor fixes (Vincent) * Code cleanups (Vincent) libpanel-applet * Add new API to automatically update the background of a widget (Ryan Lortie, Vincent) * Emits the background-changed signal when the allocated size changes (Ryan Lortie) * Fix criticla warning (Vincent) Clock Applet * Make task activation work correctly (William Jon McCann) * Sort tasks by due date if priorities are the same (kraai@ftbfs.org) * Don't show the date by default (Vincent) Fish Applet * Fix path to cairo.h (Vincent) * Fix critical warning when choosing a new image (Vincent) Notification Area Applet * Update from libegg. Should fix some icons not showing (Vincent) Window List Applet * Fix critical warning and icon not showing during startup notification (Vincent) All Applets * use new libpanel-applet API for the background (Vincent) Documentation * Update for clock and fish applets (Luca Ferretti, Brent Smith) Misc * change button order and use Execute button for the test applet program (Vincent) * don't crash when an applet can't be loaded in the test applet program (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.3 ============== Panel * Code cleanups (Vincent) * Synchronize the way remote bookmarks are displayed with nautilus (Vincent) * Remove deprecated calls (Vincent) * Update libegg code (Vincent) Clock Applet * Really fix the orientation change (Vincent) Misc * Remove the .spec file (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Elnaz Sarbar (fa) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.13.2 ============== Panel * Don't display error when an url show is canceled (Christian Neumair) * Handle glade errors (Christian Neumair) * Revert orientation change (Vincent) * Update libegg code (Vincent) Clock Applet * Updates for the orientation change (Vincent) Fish Applet * Updates for the orientation change (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) ============== Version 2.13.1 ============== Panel * Fix bookmarks with spaces (Vincent) * Display bookmarks in the same way than nautilus (Vincent) * Remove useless code (Kjartan) * Don't change the drawer icon if the icon gconf key changed but we're not using the icon (Kjartan) * Plug leak (Kjartan) * Don't set the background multiple times on startup (Vincent) * Fix searching in the application list of the run dialog (Vincent) * Change default panel size to 24 (Vincent) * Change the way we report orientation to applets (Vincent) * Minor fixes/cleanups (Vincent) Clock Applet * Remove deprecated calls (Vincent) * Updates for the orientation change (Vincent) Fish Applet * Do not use deprecated widgets (Vincent) * Use cairo instead of libart (Vincent) Misc * Fix gnome-desktop version requirement (Frederic Crozat) * Build fixes/updates (Vincent) * Better descriptions for help files (Brent Smith) * libegg updates (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Reinout van Schouwen (nl) * Christian Rose (sv)
2006-03-30 23:15:59 +02:00
share/omf/window-list/window-list-fr.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/window-list/window-list-it.omf
share/omf/window-list/window-list-ko.omf
share/omf/window-list/window-list-oc.omf
share/omf/window-list/window-list-pa.omf
share/omf/window-list/window-list-pt_BR.omf
share/omf/window-list/window-list-ru.omf
share/omf/window-list/window-list-sv.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/window-list/window-list-uk.omf
share/omf/window-list/window-list-zh_CN.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/workspace-switcher/workspace-switcher-C.omf
share/omf/workspace-switcher/workspace-switcher-ar.omf
share/omf/workspace-switcher/workspace-switcher-ca.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/workspace-switcher/workspace-switcher-cs.omf
share/omf/workspace-switcher/workspace-switcher-da.omf
share/omf/workspace-switcher/workspace-switcher-de.omf
share/omf/workspace-switcher/workspace-switcher-el.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/workspace-switcher/workspace-switcher-en_GB.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/workspace-switcher/workspace-switcher-es.omf
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
share/omf/workspace-switcher/workspace-switcher-eu.omf
share/omf/workspace-switcher/workspace-switcher-fi.omf
Update to 2.14.0: ============== Version 2.14.0 ============== Panel * Remove the Suspend button on the logout dialog (this is not a regression wrt 2.12) (Vincent) * Ignore unknown options passed to the panel (Ray Strode) * Fix orientation of handles (Benjamin Berg, Vincent) * Fix help link for the menubar (Vincent) * Fix underscores not being visible in menu items (Vincent) Workspace Switcher Applet * Fix crash when scrolling right on the last workspace (Benjamin Berg) Misc * Update manpage (Vincent) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Petr Tomeš (cs) * Rhys Jones (cy) * Ole Laursen (da) * Hendrik Richter (de) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Rajesh Ranjan (hi) * Mate ORY (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer SIchinava (ka) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Tino Meinen (nl) * Åsmund Skjæveland (nn) * Øivind Hoel (no) * Gnome PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.13.91 =============== Panel * Use Restart instead of Reboot (Vincent) * Remove the Shut Down reference in the tooltip of the Log Out item (Vincent) * Don't reboot/shutdown immediately if other users are connected (Vincent) * Don't display the Shut Down item if GDM is not running (Vincent) * Use a softer countdown for the 30 first seconds in the log out dialogs (Vincent) * Fix critical warning in the run dialog when the program list is disabled (Vincent) * Add "..." at the end of the Log Out and Shut Down items (Vincent) * Make invisible mnemonics in menu work again (Matthias Clasen, Vincent) * Add accelerator for items in the context menu of launchers (Vincent) * Use GOption instead of popt (Vincent) Fish Applet * Use gender-neutral wording in about dialog (Vincent) Window Menu Applet * Update help link (Vincent) Misc * Use GOption instead of popt in the test applet program (Vincent) * Fix build when /usr/lib/X11R6 is a link to /usr (Vincent) Docs Translators * Luca Ferretti (it) Translators * Runa Bhattacharjee (bn) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Ole Laursen (da) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Øivind Hoel (nb) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) =============== Version 2.13.90 =============== Panel * Fix timeout label in the logout dialogs (Vincent) * Don't make it possible to have two logout dialogs at the same time (Vincent) * Put logout dialogs above all windows and on all workspaces (Vincent) * Show the logout dialog on the correct screen (Vincent) * Fix crash with logout dialogs when esd and sound events are enabled (Vincent) * Simplify the logout dialogs questions (Dennis Cranston) * Partial fix for Vincent's stupidity :-) (Elijah Newren) * Fix search of application launchers in "Add to panel" dialog (Vincent) * Fix potential crash when there's an error loading an applet (Vincent) * Update libegg code (Vincent) * Fix crash when logout dialogs are closed by the window manager (Vincent) * Remove gnome-screenshot item from the Desktop menu (Vincent) * Look in the XDG data dirs when loading a .desktop file, so we don't need the whole path (Vincent) * Update default panel config to just use basenames for .desktop files (Vincent) * Remove the screenshot action button and migrates the existing config to use gnome-screenshot.desktop (Vincent) * Change accelerator for "Lock To Panel" (Vincent) * Add username to the Logout menu item (Vincent) * Fix crash happening with remote bookmarks in the Places menu (Vincent) * Use an icon for the network places submenu (Vincent) * Update the launcher item description in the "Add to panel" dialog (Vincent) * Simplify and add context for some strings (Vincent) * Fix warnings (Vincent, Jens Granseuer, Kjartan Maraas) * Don't show useless separators in context menus of panel objects when the panel is locked down (Vincent) * Fix theoretical breakage if gconf config is broken (Vincent) Clock Applet * Fix incoherency in the use of two lines format (Vincent) * Don't offer the 12-hour format to the user if his locale don't support it (Vincent) Misc * Add context in some strings of the test applet program (Vincent) Docs Translators * Vincent Untz (fr) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Hendrik Brandt (de) * Kostas Papadimas (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Reinout van Schouwen (nl) * Øivind Hoel (no) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.5 ============== Panel * Remove useless screensaver actions in context menu of the button (William Jon McCann) * Fix tiling for image backgrounds (Vincent) * Update background when size changes (Vincent) * Make image with transparency backgrounds work (Vincent) * Fix critical warnings (Vincent) * Add CD recording item to the Places menu (Sébastien Bacher) * Add separator internal applet (Carlos Garcia Campos, Manu Cornet, Vincent) * Add a search entry to the "add to panel" dialog (Vincent) * Re-cache the applications menu when reloading it after there has been some fam/gamin/inotify events (Vincent) * Add new logout/shutdown dialogs (Vincent) * Fix display of remote bookmarks in Places menu (Bastien Nocera, Vincent) * Small fixes (Vincent) libpanel-applet * Fix tiling for image backgrounds (Vincent) * Avoid crashes with image backgrounds (Vincent) Wnck Applets * tell libwnck that the applets are pagers (Elijah Newren) Documentation * Update for clock and fish applets (Joachim Noreiko) Misc * Depend on libwnck 2.13.5 (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Jordi Mallach (ca) * Hendrik Richter (de) * Adam Weinberger (en_CA) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) ============== Version 2.13.4 ============== Panel * Don't crash when an applet can't be loaded (Crispin Flowerday) * Fix critical warnings (Vincent, Claudio Saavedra) * Remove useless warning (Vincent) * Add a preview widget in the image background chooser (Vincent) * Don't crash with some themes (Vincent, Benjamin Berg) * Fix sensitivity of "Remove panel" menu item (Vincent) * Reword error dialogs (Luke Worth, Vincent) * Update the known applications list while typing and only show the items that match (Vincent) * Make the "add to panel" dialog a bit nicer (Vincent) * Use a close button instead of the cancel one in the "add to panel" dialog (Claudio Saavedra) * Add tooltips for the menu bar (Vincent, Christian Kirbach) * Update from libegg (Vincent) * Don't do something on double/triple clicks for buttons (Vincent) * Make applet handles handle transparency (Ryan Lortie, Vincent) * Fix crash when a toplevel is destroyed (Vincent) * Fix crash when quitting with "add to dialog" open (Vincent) * Fix auto-hide panel not autohiding after the "Delete dialog" has been opened (Vincent) * Minor fixes (Vincent) * Code cleanups (Vincent) libpanel-applet * Add new API to automatically update the background of a widget (Ryan Lortie, Vincent) * Emits the background-changed signal when the allocated size changes (Ryan Lortie) * Fix criticla warning (Vincent) Clock Applet * Make task activation work correctly (William Jon McCann) * Sort tasks by due date if priorities are the same (kraai@ftbfs.org) * Don't show the date by default (Vincent) Fish Applet * Fix path to cairo.h (Vincent) * Fix critical warning when choosing a new image (Vincent) Notification Area Applet * Update from libegg. Should fix some icons not showing (Vincent) Window List Applet * Fix critical warning and icon not showing during startup notification (Vincent) All Applets * use new libpanel-applet API for the background (Vincent) Documentation * Update for clock and fish applets (Luca Ferretti, Brent Smith) Misc * change button order and use Execute button for the test applet program (Vincent) * don't crash when an applet can't be loaded in the test applet program (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.3 ============== Panel * Code cleanups (Vincent) * Synchronize the way remote bookmarks are displayed with nautilus (Vincent) * Remove deprecated calls (Vincent) * Update libegg code (Vincent) Clock Applet * Really fix the orientation change (Vincent) Misc * Remove the .spec file (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Elnaz Sarbar (fa) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.13.2 ============== Panel * Don't display error when an url show is canceled (Christian Neumair) * Handle glade errors (Christian Neumair) * Revert orientation change (Vincent) * Update libegg code (Vincent) Clock Applet * Updates for the orientation change (Vincent) Fish Applet * Updates for the orientation change (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) ============== Version 2.13.1 ============== Panel * Fix bookmarks with spaces (Vincent) * Display bookmarks in the same way than nautilus (Vincent) * Remove useless code (Kjartan) * Don't change the drawer icon if the icon gconf key changed but we're not using the icon (Kjartan) * Plug leak (Kjartan) * Don't set the background multiple times on startup (Vincent) * Fix searching in the application list of the run dialog (Vincent) * Change default panel size to 24 (Vincent) * Change the way we report orientation to applets (Vincent) * Minor fixes/cleanups (Vincent) Clock Applet * Remove deprecated calls (Vincent) * Updates for the orientation change (Vincent) Fish Applet * Do not use deprecated widgets (Vincent) * Use cairo instead of libart (Vincent) Misc * Fix gnome-desktop version requirement (Frederic Crozat) * Build fixes/updates (Vincent) * Better descriptions for help files (Brent Smith) * libegg updates (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Reinout van Schouwen (nl) * Christian Rose (sv)
2006-03-30 23:15:59 +02:00
share/omf/workspace-switcher/workspace-switcher-fr.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/workspace-switcher/workspace-switcher-it.omf
share/omf/workspace-switcher/workspace-switcher-ko.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/workspace-switcher/workspace-switcher-nl.omf
share/omf/workspace-switcher/workspace-switcher-oc.omf
share/omf/workspace-switcher/workspace-switcher-pa.omf
share/omf/workspace-switcher/workspace-switcher-pt_BR.omf
share/omf/workspace-switcher/workspace-switcher-ru.omf
share/omf/workspace-switcher/workspace-switcher-sv.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
share/omf/workspace-switcher/workspace-switcher-uk.omf
share/omf/workspace-switcher/workspace-switcher-vi.omf
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/omf/workspace-switcher
@dirrm share/omf/window-list
@dirrm share/omf/gnome-panel
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/omf/fish
@dirrm share/omf/clock
@comment in rarian: @dirrm share/omf
@dirrm share/idl/gnome-panel-2.0
@comment in ORBit2: @dirrm share/idl
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16
Update to 2.16.0: ============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15 17:12:51 +02:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment in xdg-dirs: @dirrm share/icons
@dirrm share/gtk-doc/html/panel-applet
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/workspace-switcher/zh_TW/figures
@dirrm share/gnome/help/workspace-switcher/zh_TW
@dirrm share/gnome/help/workspace-switcher/zh_CN/figures
@dirrm share/gnome/help/workspace-switcher/zh_CN
@dirrm share/gnome/help/workspace-switcher/vi
Update to 2.10.0: ============== Version 2.10.0 ============== Misc * Add uk help (Maxim V. Dziumanenko) Translators * Frank Arnold (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Priit Laes (et) * Christophe Merlet (RedFox) (fr) * Žygimantas Beručka (lt) * Gnome PL Team (pl) * Dan Damian (ro) * Leonid Kanter (ru) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) ============== Version 2.9.92 ============== Panel * List bookmarks in the right order in the Places menu (Vincent) * Simplify the code for About dialogs (Luca Ferretti) * Fix crash when there's an error loading an icon in the "Add to panel" dialog (Vincent) * Fix path for launchers in default setup (Sébastien Bacher) * Fix error dialogs complaining about icon theme when starting and there are drawers (Vincent) * New layout for the main menu, similar to the menu bar layout (Vincent) * Fix applets with wrong backgrounds when the specified image background does not exist (Vincent) * Fix main menu lockup when the lockdown mode is changed (Vijaykumar Patwari) * Plug memory leaks (Vincent) * Support possible new format for the GTK+ bookmarks file (Vincent) * Fix crash when the desktop background changes (Vincent) Applets * Simplify the code for About dialogs (Luca Ferretti) * Fix leak when panel background changes (Vincent) Clock Applet * Fix update of the clock to happen every minute and not every second when we don't show seconds (Vincent) Window List Applet * Fix icon loader for startup notification buttons (Vincent) Workspace Switcher Applet * Update for libwnck API change (Elijah Newren) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Ivar Smolin (et) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Woodman Tuen (zh_TW) ============== Version 2.9.91 ============== Panel * Update libegg files (Vincent, Mark) * Migrate launchers that are using applications: URI (Vincent) * Don't use applications: URI in the default panel setup (Vincent) * Use GtkIconTheme (Vincent) * Use named icons instead of stock icons (Vincent) * Fix object context menu positioning algorithm (Vincent) * Allow use of the whole screen when hiding a panel (Mark, Vincent) * Fix button menus using other menus than applications.menu (Vincent) * Plug memory leak (Vincent) * Don't let the user specify a panel size smaller than what is allowed (Vincent) * Fix crash with context menus (Vincent) * Fix error dialog to appear on the right screen (Vincent) * Change the DnD icon to the dragged applet one in the "Add to panel" dialog. (Carlos Garnacho Parro) * Make "Run application" faster (Frank Worsley, Vincent) * Add accessible name for list of known applications in "Run application" dialog (Muktha) * Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren) * Make non local paths in the places menu work (Dennis Cranston) * Update the applications menu when the disable_command_line lockdown key is changed (Vincent) * Fix 100% CPU bug with non-expanded panels (Vincent) libpanel-applet * Fix applet context menu positioning algorithm (Vincent) Show Desktop Applet * Show/hide desktop on the right screen (Arvind, Vincent) * Update the icon when icon theme changes (Paolo Borelli, Vincent) * Use GtkIconTheme (Vincent) Window Selector Applet * Move most of the code to a new widget in libwnck (Vincent Noel) Workspace Switcher Applet * Make applet look better when using a color/image background (Vincent) Misc * Code cleanups * Build fixes * Add comments for translators * Remove old useless files Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Pauli Virtanen (fi) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.9.90 ============== Panel * Show drawers on the right screen (Arvind) * Small optimization for the run dialog (Mark) * Open the menu on the right screen with Alt-F1 (Arvind) * HIG fixes in "Add to Panel" dialog (Vincent) * Fix rare crash when initiliazing the panel configuration (Vincent) * Use gtk dnd threshold value for snap tolerance (Vincent) * Better positioning for the context menu on objects (Vincent) * Unset StartupNotify in the .desktop when editing the command of the launcher (Vincent) * Fix submenus not showing in menu bar after an update (Vincent) * Fix weird behaviour when the mouse goes on another screen while dragging an object (Arvind) * Fix GTK+ bookmarks with spaces in the Places menu (Vincent) * Fix crasher when the recent documents list has changed (Vincent) * Add a help button when creating a new .desktop file on the desktop (Takao Fujiwara, Vincent) * Add "Connect to Server" item to the Places menu (Vincent) * Move "Lock To Panel" at the bottom of the context menu (Vincent) * Fix scaling of icons in the menu to respect the ratio (Vincent) * Remove reference to the Actions menu (Vincent) * Try to help translators translate "Desktop" in different contexts libpanel-applet * Better positioning for the context menu on applets (Vincent) Window Selector * Dimm the icon if the window is minimized (Vincent Noel) Notification Area * Show the help on the right screen (Arvind) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Hendrik Richter (de) * Alexander Winston (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Rajeev Shrestha (ne) * Reinout van Schouwen (nl) * Åsmund Skjæveland (nn) * Kjartan Maraas (no) * Welther José O. Esteves (pt_BR) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Chanchai Junlouchai (th) * Funda Wang (zh_CN) ============= Version 2.9.4 ============= Panel * Close parent drawers of a drawer when a launcher is launched (Vincent) * Fix 100% CPU usage when changing screen size (Vincent) * Fix z-order of drawers using their depth (Vincent) * Fix (again) autohiding not always working (Vincent) * Only open background images from regular files (Vasista Sarma, Vincent) * Fix invalid usage of de-allocated memory (Vincent) * Fix labels in the "Add to Panel" dialog when the panel name is not set (Christian Neumair) * Use new GtkFileChooserButton in panel properties (Vincent) * Do not allow to select non-image files for panel backgrounds (Vincent) * Make Lock menu item HIG compliant (Madhan Raj M, Vincent) * Update the Lock check menu item when the gconf key changes (Leena Gunda, Vincent) * Remove default panel names in the first-time config (Christian Neumair) * Fix look of applet with handles in RTL environment (Vincent) * Add a focus line around the menu bar (Vincent Noel) * Draw animation when dropping files on a launcher (Vincent) * Fix crasher when moving a menu button between panels (Mark) * Make drawer context menu use header capitalization (Dennis Cranston) * New menu layout (Vincent) * Don't draw handles for drawers (Vincent) * HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent) * Fix strings in the "Add to Panel" dialog to help translators (Luca Ferretti, Vincent) * Fix crash when closing an error dialog in some circumstances (Vincent) libpanel-applet * Add new API to allow applets to request focus (Elijah Newren, Mark) Fish Applet * Fix leak (Vincent) * Open the fortune dialog only on button release (Vincent) * Instant apply for the disable_command_line lockdown key (Vincent) Workspace Switcher Applet * Add mouse wheel scrolling to change workspaces (Mark, Vincent) * Fix visual glitch when starting (Vincent) Window Selector Applet * Fix applet name in the about dialog (Vincent) * Make the applet look consistent with other menus (Søren Sandmann, Vincent Noel) Show Desktop Applet * Activate show desktop button on drag an drop (Maciej Katafiasz) Misc * Use a better name in the notification area about dialog (Vincent) * Fix spec files to build RPM (Vincent) * Add API doc for panel_applet_request_focus() (Vincent) * Cleanups (Vincent, Mark) Translators * Miloslav Trmac (cs) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Leonid Kanter (ru) * Elian Myftiu (sq) * Christian Rose (sv) ============= Version 2.9.3 ============= Panel * Code cleanups (Vincent, Mark) * Do not block the panel when an applet initialisation is blocking (Vincent) * Do not block the panel when an applet can not be loaded (Vincent) * Find the right icon when dropping an URI (Vincent) * Fix configuration changes when the panel is hidden (Vincent) * Fix drag and drop of text in the run dialog (Vincent) * Fix image & translucent backgrounds for the menu bar (Vincent) * Use icon names instead of some stock icons (Vincent) * Use an icon when dragging the action buttons (Vincent) * Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent) * Load the menu from desktop files only when the menu is shown (Mark) * Fix disappearing menu separator in recent documents (Vincent) * Use startup notification for gnome-search-tool (Dennis Cranston) * Use icons of the right size for launchers (Vincent) * HIGify the "Delete this Panel..." dialog (Dennis Cranston) * Fix auto-hiding of panel when dragging something on it (Vincent) * Drawer context menu is the same on the button and on the toplevel (Vincent) * Add a "Launch" menu item to the launcher context menu (Vincent) * Fix removal of the last applet/object that could not get removed (Vincent) * Fix translucent backgrounds for auto-hidden panels (Vincent) * Fix image and translucent backgrounds for applets with a handle (Vincent) * Fix 100% CPU usage when closing drawers in some case (Vincent) * Fix infinite loop when moving a non expanded panel (Vincent) * Make it easier to center non expanded panel (Vincent) Applets * Fix resizing of the notification area (Mark) * Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma) Misc * Update README (Vincent) * 100% API doc coverage for libpanel-applet (Vincent) Translators * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Zuza Software Foundation (nso) * Chanchai Junlouchai (th) * Zuza Software Foundation (zu) ============= Version 2.9.2 ============= Panel * Use libgnome-menu to generate menus (Mark, Alex Larsson) * Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark) * Fix drag and drop of folders with special caracters (Matthias Clasen) * Partial fix for a crash when dropping an image on the panel (Mark) * Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark) * Remove profiles (Mark) * Stop using some deprecated functions (Vincent) * Make more dialogs HIG compliant (William Jon McCann) * Remove the panel name entry from the panel properties (Christian Neumair) * Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer) * Use gnome-vfs API to open recent files (Marco Pesenti Gritti) * Don't use gnome-vfs-module anymore (Mark) * Fix startup notification animation to not leave artifact (Matthias Clasen) * Create file launcher, and not nautilus launcher, when dropping URI (Vincent) * Fix drag and drop for URL (Romain Baffet) All Applets * Fix applet ID strings (Mark) Clock Applet * Use the right icon in the "Add to panel" dialog (Vincent) * Accept percentage and spaces when entering percentages for actions (Vincent Noel) * Add a gconf key to show/hide the week numbers in the calendar (Vincent) Window List Applet * Fix the name in the about dialog (Vincent) Misc * Updated italian docs (Luca Ferreti) * Fix example in libpanel-applet doc (Caleb Groom) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Meelad Zakaria (fa) * Takeshi AIHANA (ja) * Hasbullah Bin Pit (ms) * Kjartan Maraas (nb) * Zuza Software Foundation (nso) * Elian Myftiu (sq) * Funda Wang (zh_CN) ============= Version 2.9.1 ============= Panel * Scale down the app icon in the "Run application" dialog (Vincent Noel) * Make the "application launchers" more visible in the Addto dialog (Vincent Noel) * Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel) * Harden user configuration so new defaults doesn't appear for user (Mark) * Set tooltip in recent files menu (William Jon McCann) * Don't talk about panel when the user is dealing with a drawer (Vincent) * Remove distribution menu (Christian Neumair) * Make "Reload Applet" HIG-compliant (Christian Neumair) * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Use icons from the icon theme (Vincent, Marco Pesenti Gritti) * Ellipsize text in Addto dialog (Vincent) * Don't use deprecated functions (Vincent) * Limit the use of libgnome* (Vincent) * Make pixmap backgrounds work for the applets (James Henstridge) All Applets * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Limit the use of libgnome* (Vincent) * Don't use deprecated functions (Vincent) * Better panel background support (Vincent) Clock Applet * Fix calendar position (William Jon McCann) * Use icon from the icon theme (Vincent) * Update the clock when the time has changed (Marco Pesenti Gritti) * Launch task URL on the right screen (Vincent) * Use the ellipsizing code from GTK+ (Vincent) Fish Applet * Add a Speak Again button (Vincent) * Use the monospace font for displaying fortune (Vincent) * Launch the command asynchronously (Vincent) * Don't ignore command parameters (Vincent) * Ellipsize the main label in the window if necessary (Vincent) * Use the filechooser for choosing the image (Vincent) Notification Area Applet * Don't use GTK+ name space (Vincent) Window Menu Applet * Fix crash when showing No Windows Open (Crispin Flowerday) * Hide focus line padding (Vincente Noel) * Update the menu if a window name changes (Matt T. Proud) * Use the ellipsizing code from GTK+ (Matt T. Proud) * Update the menu if a window state or icon changes (Vincent) Screenshooter * Move to gnome-utils (Jonathan Blandford) Misc * Remove useless icons (Vincent) * Install datafiles in better places (Vincent) * Don't use deprecated functions for panel-test-applets (Vincent) * Update libecal requirement (Vincent) Translators * Rostislav Raykov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Christophe Merlet (RedFox) (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Žygimantas Beručka (lt) * Kjartan Maraas (no) * Gora Mohanty (or) * Elian Myftiu (sq) * Данило Шеган (sr)
2005-03-22 17:18:38 +01:00
@dirrm share/gnome/help/workspace-switcher/uk
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/workspace-switcher/sv
@dirrm share/gnome/help/workspace-switcher/ru
@dirrm share/gnome/help/workspace-switcher/pt_BR
@dirrm share/gnome/help/workspace-switcher/pa
@dirrm share/gnome/help/workspace-switcher/oc
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/workspace-switcher/nl
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/workspace-switcher/ko
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
@dirrm share/gnome/help/workspace-switcher/ja/figures
@dirrm share/gnome/help/workspace-switcher/ja
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/workspace-switcher/it
@dirrm share/gnome/help/workspace-switcher/fr
@dirrm share/gnome/help/workspace-switcher/fi
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/workspace-switcher/eu
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/workspace-switcher/es
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/workspace-switcher/en_GB
@dirrm share/gnome/help/workspace-switcher/el
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/workspace-switcher/de
@dirrm share/gnome/help/workspace-switcher/da
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/workspace-switcher/cs
@dirrm share/gnome/help/workspace-switcher/ca
@dirrm share/gnome/help/workspace-switcher/ar
@dirrm share/gnome/help/workspace-switcher/C
@dirrm share/gnome/help/workspace-switcher
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/window-list/zh_TW/figures
@dirrm share/gnome/help/window-list/zh_TW
@dirrm share/gnome/help/window-list/zh_CN
Update to 2.10.0: ============== Version 2.10.0 ============== Misc * Add uk help (Maxim V. Dziumanenko) Translators * Frank Arnold (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Priit Laes (et) * Christophe Merlet (RedFox) (fr) * Žygimantas Beručka (lt) * Gnome PL Team (pl) * Dan Damian (ro) * Leonid Kanter (ru) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) ============== Version 2.9.92 ============== Panel * List bookmarks in the right order in the Places menu (Vincent) * Simplify the code for About dialogs (Luca Ferretti) * Fix crash when there's an error loading an icon in the "Add to panel" dialog (Vincent) * Fix path for launchers in default setup (Sébastien Bacher) * Fix error dialogs complaining about icon theme when starting and there are drawers (Vincent) * New layout for the main menu, similar to the menu bar layout (Vincent) * Fix applets with wrong backgrounds when the specified image background does not exist (Vincent) * Fix main menu lockup when the lockdown mode is changed (Vijaykumar Patwari) * Plug memory leaks (Vincent) * Support possible new format for the GTK+ bookmarks file (Vincent) * Fix crash when the desktop background changes (Vincent) Applets * Simplify the code for About dialogs (Luca Ferretti) * Fix leak when panel background changes (Vincent) Clock Applet * Fix update of the clock to happen every minute and not every second when we don't show seconds (Vincent) Window List Applet * Fix icon loader for startup notification buttons (Vincent) Workspace Switcher Applet * Update for libwnck API change (Elijah Newren) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Ivar Smolin (et) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Woodman Tuen (zh_TW) ============== Version 2.9.91 ============== Panel * Update libegg files (Vincent, Mark) * Migrate launchers that are using applications: URI (Vincent) * Don't use applications: URI in the default panel setup (Vincent) * Use GtkIconTheme (Vincent) * Use named icons instead of stock icons (Vincent) * Fix object context menu positioning algorithm (Vincent) * Allow use of the whole screen when hiding a panel (Mark, Vincent) * Fix button menus using other menus than applications.menu (Vincent) * Plug memory leak (Vincent) * Don't let the user specify a panel size smaller than what is allowed (Vincent) * Fix crash with context menus (Vincent) * Fix error dialog to appear on the right screen (Vincent) * Change the DnD icon to the dragged applet one in the "Add to panel" dialog. (Carlos Garnacho Parro) * Make "Run application" faster (Frank Worsley, Vincent) * Add accessible name for list of known applications in "Run application" dialog (Muktha) * Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren) * Make non local paths in the places menu work (Dennis Cranston) * Update the applications menu when the disable_command_line lockdown key is changed (Vincent) * Fix 100% CPU bug with non-expanded panels (Vincent) libpanel-applet * Fix applet context menu positioning algorithm (Vincent) Show Desktop Applet * Show/hide desktop on the right screen (Arvind, Vincent) * Update the icon when icon theme changes (Paolo Borelli, Vincent) * Use GtkIconTheme (Vincent) Window Selector Applet * Move most of the code to a new widget in libwnck (Vincent Noel) Workspace Switcher Applet * Make applet look better when using a color/image background (Vincent) Misc * Code cleanups * Build fixes * Add comments for translators * Remove old useless files Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Pauli Virtanen (fi) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.9.90 ============== Panel * Show drawers on the right screen (Arvind) * Small optimization for the run dialog (Mark) * Open the menu on the right screen with Alt-F1 (Arvind) * HIG fixes in "Add to Panel" dialog (Vincent) * Fix rare crash when initiliazing the panel configuration (Vincent) * Use gtk dnd threshold value for snap tolerance (Vincent) * Better positioning for the context menu on objects (Vincent) * Unset StartupNotify in the .desktop when editing the command of the launcher (Vincent) * Fix submenus not showing in menu bar after an update (Vincent) * Fix weird behaviour when the mouse goes on another screen while dragging an object (Arvind) * Fix GTK+ bookmarks with spaces in the Places menu (Vincent) * Fix crasher when the recent documents list has changed (Vincent) * Add a help button when creating a new .desktop file on the desktop (Takao Fujiwara, Vincent) * Add "Connect to Server" item to the Places menu (Vincent) * Move "Lock To Panel" at the bottom of the context menu (Vincent) * Fix scaling of icons in the menu to respect the ratio (Vincent) * Remove reference to the Actions menu (Vincent) * Try to help translators translate "Desktop" in different contexts libpanel-applet * Better positioning for the context menu on applets (Vincent) Window Selector * Dimm the icon if the window is minimized (Vincent Noel) Notification Area * Show the help on the right screen (Arvind) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Hendrik Richter (de) * Alexander Winston (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Rajeev Shrestha (ne) * Reinout van Schouwen (nl) * Åsmund Skjæveland (nn) * Kjartan Maraas (no) * Welther José O. Esteves (pt_BR) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Chanchai Junlouchai (th) * Funda Wang (zh_CN) ============= Version 2.9.4 ============= Panel * Close parent drawers of a drawer when a launcher is launched (Vincent) * Fix 100% CPU usage when changing screen size (Vincent) * Fix z-order of drawers using their depth (Vincent) * Fix (again) autohiding not always working (Vincent) * Only open background images from regular files (Vasista Sarma, Vincent) * Fix invalid usage of de-allocated memory (Vincent) * Fix labels in the "Add to Panel" dialog when the panel name is not set (Christian Neumair) * Use new GtkFileChooserButton in panel properties (Vincent) * Do not allow to select non-image files for panel backgrounds (Vincent) * Make Lock menu item HIG compliant (Madhan Raj M, Vincent) * Update the Lock check menu item when the gconf key changes (Leena Gunda, Vincent) * Remove default panel names in the first-time config (Christian Neumair) * Fix look of applet with handles in RTL environment (Vincent) * Add a focus line around the menu bar (Vincent Noel) * Draw animation when dropping files on a launcher (Vincent) * Fix crasher when moving a menu button between panels (Mark) * Make drawer context menu use header capitalization (Dennis Cranston) * New menu layout (Vincent) * Don't draw handles for drawers (Vincent) * HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent) * Fix strings in the "Add to Panel" dialog to help translators (Luca Ferretti, Vincent) * Fix crash when closing an error dialog in some circumstances (Vincent) libpanel-applet * Add new API to allow applets to request focus (Elijah Newren, Mark) Fish Applet * Fix leak (Vincent) * Open the fortune dialog only on button release (Vincent) * Instant apply for the disable_command_line lockdown key (Vincent) Workspace Switcher Applet * Add mouse wheel scrolling to change workspaces (Mark, Vincent) * Fix visual glitch when starting (Vincent) Window Selector Applet * Fix applet name in the about dialog (Vincent) * Make the applet look consistent with other menus (Søren Sandmann, Vincent Noel) Show Desktop Applet * Activate show desktop button on drag an drop (Maciej Katafiasz) Misc * Use a better name in the notification area about dialog (Vincent) * Fix spec files to build RPM (Vincent) * Add API doc for panel_applet_request_focus() (Vincent) * Cleanups (Vincent, Mark) Translators * Miloslav Trmac (cs) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Leonid Kanter (ru) * Elian Myftiu (sq) * Christian Rose (sv) ============= Version 2.9.3 ============= Panel * Code cleanups (Vincent, Mark) * Do not block the panel when an applet initialisation is blocking (Vincent) * Do not block the panel when an applet can not be loaded (Vincent) * Find the right icon when dropping an URI (Vincent) * Fix configuration changes when the panel is hidden (Vincent) * Fix drag and drop of text in the run dialog (Vincent) * Fix image & translucent backgrounds for the menu bar (Vincent) * Use icon names instead of some stock icons (Vincent) * Use an icon when dragging the action buttons (Vincent) * Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent) * Load the menu from desktop files only when the menu is shown (Mark) * Fix disappearing menu separator in recent documents (Vincent) * Use startup notification for gnome-search-tool (Dennis Cranston) * Use icons of the right size for launchers (Vincent) * HIGify the "Delete this Panel..." dialog (Dennis Cranston) * Fix auto-hiding of panel when dragging something on it (Vincent) * Drawer context menu is the same on the button and on the toplevel (Vincent) * Add a "Launch" menu item to the launcher context menu (Vincent) * Fix removal of the last applet/object that could not get removed (Vincent) * Fix translucent backgrounds for auto-hidden panels (Vincent) * Fix image and translucent backgrounds for applets with a handle (Vincent) * Fix 100% CPU usage when closing drawers in some case (Vincent) * Fix infinite loop when moving a non expanded panel (Vincent) * Make it easier to center non expanded panel (Vincent) Applets * Fix resizing of the notification area (Mark) * Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma) Misc * Update README (Vincent) * 100% API doc coverage for libpanel-applet (Vincent) Translators * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Zuza Software Foundation (nso) * Chanchai Junlouchai (th) * Zuza Software Foundation (zu) ============= Version 2.9.2 ============= Panel * Use libgnome-menu to generate menus (Mark, Alex Larsson) * Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark) * Fix drag and drop of folders with special caracters (Matthias Clasen) * Partial fix for a crash when dropping an image on the panel (Mark) * Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark) * Remove profiles (Mark) * Stop using some deprecated functions (Vincent) * Make more dialogs HIG compliant (William Jon McCann) * Remove the panel name entry from the panel properties (Christian Neumair) * Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer) * Use gnome-vfs API to open recent files (Marco Pesenti Gritti) * Don't use gnome-vfs-module anymore (Mark) * Fix startup notification animation to not leave artifact (Matthias Clasen) * Create file launcher, and not nautilus launcher, when dropping URI (Vincent) * Fix drag and drop for URL (Romain Baffet) All Applets * Fix applet ID strings (Mark) Clock Applet * Use the right icon in the "Add to panel" dialog (Vincent) * Accept percentage and spaces when entering percentages for actions (Vincent Noel) * Add a gconf key to show/hide the week numbers in the calendar (Vincent) Window List Applet * Fix the name in the about dialog (Vincent) Misc * Updated italian docs (Luca Ferreti) * Fix example in libpanel-applet doc (Caleb Groom) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Meelad Zakaria (fa) * Takeshi AIHANA (ja) * Hasbullah Bin Pit (ms) * Kjartan Maraas (nb) * Zuza Software Foundation (nso) * Elian Myftiu (sq) * Funda Wang (zh_CN) ============= Version 2.9.1 ============= Panel * Scale down the app icon in the "Run application" dialog (Vincent Noel) * Make the "application launchers" more visible in the Addto dialog (Vincent Noel) * Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel) * Harden user configuration so new defaults doesn't appear for user (Mark) * Set tooltip in recent files menu (William Jon McCann) * Don't talk about panel when the user is dealing with a drawer (Vincent) * Remove distribution menu (Christian Neumair) * Make "Reload Applet" HIG-compliant (Christian Neumair) * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Use icons from the icon theme (Vincent, Marco Pesenti Gritti) * Ellipsize text in Addto dialog (Vincent) * Don't use deprecated functions (Vincent) * Limit the use of libgnome* (Vincent) * Make pixmap backgrounds work for the applets (James Henstridge) All Applets * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Limit the use of libgnome* (Vincent) * Don't use deprecated functions (Vincent) * Better panel background support (Vincent) Clock Applet * Fix calendar position (William Jon McCann) * Use icon from the icon theme (Vincent) * Update the clock when the time has changed (Marco Pesenti Gritti) * Launch task URL on the right screen (Vincent) * Use the ellipsizing code from GTK+ (Vincent) Fish Applet * Add a Speak Again button (Vincent) * Use the monospace font for displaying fortune (Vincent) * Launch the command asynchronously (Vincent) * Don't ignore command parameters (Vincent) * Ellipsize the main label in the window if necessary (Vincent) * Use the filechooser for choosing the image (Vincent) Notification Area Applet * Don't use GTK+ name space (Vincent) Window Menu Applet * Fix crash when showing No Windows Open (Crispin Flowerday) * Hide focus line padding (Vincente Noel) * Update the menu if a window name changes (Matt T. Proud) * Use the ellipsizing code from GTK+ (Matt T. Proud) * Update the menu if a window state or icon changes (Vincent) Screenshooter * Move to gnome-utils (Jonathan Blandford) Misc * Remove useless icons (Vincent) * Install datafiles in better places (Vincent) * Don't use deprecated functions for panel-test-applets (Vincent) * Update libecal requirement (Vincent) Translators * Rostislav Raykov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Christophe Merlet (RedFox) (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Žygimantas Beručka (lt) * Kjartan Maraas (no) * Gora Mohanty (or) * Elian Myftiu (sq) * Данило Шеган (sr)
2005-03-22 17:18:38 +01:00
@dirrm share/gnome/help/window-list/uk
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/window-list/sv
@dirrm share/gnome/help/window-list/ru
@dirrm share/gnome/help/window-list/pt_BR
@dirrm share/gnome/help/window-list/pa
@dirrm share/gnome/help/window-list/oc
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/window-list/ko
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
@dirrm share/gnome/help/window-list/ja/figures
@dirrm share/gnome/help/window-list/ja
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/window-list/it
@dirrm share/gnome/help/window-list/fr
@dirrm share/gnome/help/window-list/fi
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/window-list/eu
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/window-list/es
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/window-list/en_GB
@dirrm share/gnome/help/window-list/el
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/window-list/de
@dirrm share/gnome/help/window-list/da
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/window-list/cs
@dirrm share/gnome/help/window-list/ca
@dirrm share/gnome/help/window-list/ar
@dirrm share/gnome/help/window-list/C
@dirrm share/gnome/help/window-list
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/fish/uk/figures
@dirrm share/gnome/help/fish/uk
@dirrm share/gnome/help/fish/th/figures
@dirrm share/gnome/help/fish/th
@dirrm share/gnome/help/fish/sv/figures
@dirrm share/gnome/help/fish/sv
@dirrm share/gnome/help/fish/ru/figures
@dirrm share/gnome/help/fish/ru
@dirrm share/gnome/help/fish/oc/figures
@dirrm share/gnome/help/fish/oc
@dirrm share/gnome/help/fish/ko/figures
@dirrm share/gnome/help/fish/ko
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/fish/it/figures
@dirrm share/gnome/help/fish/it
Update to 2.14.0: ============== Version 2.14.0 ============== Panel * Remove the Suspend button on the logout dialog (this is not a regression wrt 2.12) (Vincent) * Ignore unknown options passed to the panel (Ray Strode) * Fix orientation of handles (Benjamin Berg, Vincent) * Fix help link for the menubar (Vincent) * Fix underscores not being visible in menu items (Vincent) Workspace Switcher Applet * Fix crash when scrolling right on the last workspace (Benjamin Berg) Misc * Update manpage (Vincent) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Petr Tomeš (cs) * Rhys Jones (cy) * Ole Laursen (da) * Hendrik Richter (de) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Rajesh Ranjan (hi) * Mate ORY (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer SIchinava (ka) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Tino Meinen (nl) * Åsmund Skjæveland (nn) * Øivind Hoel (no) * Gnome PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.13.91 =============== Panel * Use Restart instead of Reboot (Vincent) * Remove the Shut Down reference in the tooltip of the Log Out item (Vincent) * Don't reboot/shutdown immediately if other users are connected (Vincent) * Don't display the Shut Down item if GDM is not running (Vincent) * Use a softer countdown for the 30 first seconds in the log out dialogs (Vincent) * Fix critical warning in the run dialog when the program list is disabled (Vincent) * Add "..." at the end of the Log Out and Shut Down items (Vincent) * Make invisible mnemonics in menu work again (Matthias Clasen, Vincent) * Add accelerator for items in the context menu of launchers (Vincent) * Use GOption instead of popt (Vincent) Fish Applet * Use gender-neutral wording in about dialog (Vincent) Window Menu Applet * Update help link (Vincent) Misc * Use GOption instead of popt in the test applet program (Vincent) * Fix build when /usr/lib/X11R6 is a link to /usr (Vincent) Docs Translators * Luca Ferretti (it) Translators * Runa Bhattacharjee (bn) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Ole Laursen (da) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Øivind Hoel (nb) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) =============== Version 2.13.90 =============== Panel * Fix timeout label in the logout dialogs (Vincent) * Don't make it possible to have two logout dialogs at the same time (Vincent) * Put logout dialogs above all windows and on all workspaces (Vincent) * Show the logout dialog on the correct screen (Vincent) * Fix crash with logout dialogs when esd and sound events are enabled (Vincent) * Simplify the logout dialogs questions (Dennis Cranston) * Partial fix for Vincent's stupidity :-) (Elijah Newren) * Fix search of application launchers in "Add to panel" dialog (Vincent) * Fix potential crash when there's an error loading an applet (Vincent) * Update libegg code (Vincent) * Fix crash when logout dialogs are closed by the window manager (Vincent) * Remove gnome-screenshot item from the Desktop menu (Vincent) * Look in the XDG data dirs when loading a .desktop file, so we don't need the whole path (Vincent) * Update default panel config to just use basenames for .desktop files (Vincent) * Remove the screenshot action button and migrates the existing config to use gnome-screenshot.desktop (Vincent) * Change accelerator for "Lock To Panel" (Vincent) * Add username to the Logout menu item (Vincent) * Fix crash happening with remote bookmarks in the Places menu (Vincent) * Use an icon for the network places submenu (Vincent) * Update the launcher item description in the "Add to panel" dialog (Vincent) * Simplify and add context for some strings (Vincent) * Fix warnings (Vincent, Jens Granseuer, Kjartan Maraas) * Don't show useless separators in context menus of panel objects when the panel is locked down (Vincent) * Fix theoretical breakage if gconf config is broken (Vincent) Clock Applet * Fix incoherency in the use of two lines format (Vincent) * Don't offer the 12-hour format to the user if his locale don't support it (Vincent) Misc * Add context in some strings of the test applet program (Vincent) Docs Translators * Vincent Untz (fr) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Hendrik Brandt (de) * Kostas Papadimas (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Reinout van Schouwen (nl) * Øivind Hoel (no) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.5 ============== Panel * Remove useless screensaver actions in context menu of the button (William Jon McCann) * Fix tiling for image backgrounds (Vincent) * Update background when size changes (Vincent) * Make image with transparency backgrounds work (Vincent) * Fix critical warnings (Vincent) * Add CD recording item to the Places menu (Sébastien Bacher) * Add separator internal applet (Carlos Garcia Campos, Manu Cornet, Vincent) * Add a search entry to the "add to panel" dialog (Vincent) * Re-cache the applications menu when reloading it after there has been some fam/gamin/inotify events (Vincent) * Add new logout/shutdown dialogs (Vincent) * Fix display of remote bookmarks in Places menu (Bastien Nocera, Vincent) * Small fixes (Vincent) libpanel-applet * Fix tiling for image backgrounds (Vincent) * Avoid crashes with image backgrounds (Vincent) Wnck Applets * tell libwnck that the applets are pagers (Elijah Newren) Documentation * Update for clock and fish applets (Joachim Noreiko) Misc * Depend on libwnck 2.13.5 (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Jordi Mallach (ca) * Hendrik Richter (de) * Adam Weinberger (en_CA) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) ============== Version 2.13.4 ============== Panel * Don't crash when an applet can't be loaded (Crispin Flowerday) * Fix critical warnings (Vincent, Claudio Saavedra) * Remove useless warning (Vincent) * Add a preview widget in the image background chooser (Vincent) * Don't crash with some themes (Vincent, Benjamin Berg) * Fix sensitivity of "Remove panel" menu item (Vincent) * Reword error dialogs (Luke Worth, Vincent) * Update the known applications list while typing and only show the items that match (Vincent) * Make the "add to panel" dialog a bit nicer (Vincent) * Use a close button instead of the cancel one in the "add to panel" dialog (Claudio Saavedra) * Add tooltips for the menu bar (Vincent, Christian Kirbach) * Update from libegg (Vincent) * Don't do something on double/triple clicks for buttons (Vincent) * Make applet handles handle transparency (Ryan Lortie, Vincent) * Fix crash when a toplevel is destroyed (Vincent) * Fix crash when quitting with "add to dialog" open (Vincent) * Fix auto-hide panel not autohiding after the "Delete dialog" has been opened (Vincent) * Minor fixes (Vincent) * Code cleanups (Vincent) libpanel-applet * Add new API to automatically update the background of a widget (Ryan Lortie, Vincent) * Emits the background-changed signal when the allocated size changes (Ryan Lortie) * Fix criticla warning (Vincent) Clock Applet * Make task activation work correctly (William Jon McCann) * Sort tasks by due date if priorities are the same (kraai@ftbfs.org) * Don't show the date by default (Vincent) Fish Applet * Fix path to cairo.h (Vincent) * Fix critical warning when choosing a new image (Vincent) Notification Area Applet * Update from libegg. Should fix some icons not showing (Vincent) Window List Applet * Fix critical warning and icon not showing during startup notification (Vincent) All Applets * use new libpanel-applet API for the background (Vincent) Documentation * Update for clock and fish applets (Luca Ferretti, Brent Smith) Misc * change button order and use Execute button for the test applet program (Vincent) * don't crash when an applet can't be loaded in the test applet program (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.3 ============== Panel * Code cleanups (Vincent) * Synchronize the way remote bookmarks are displayed with nautilus (Vincent) * Remove deprecated calls (Vincent) * Update libegg code (Vincent) Clock Applet * Really fix the orientation change (Vincent) Misc * Remove the .spec file (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Elnaz Sarbar (fa) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.13.2 ============== Panel * Don't display error when an url show is canceled (Christian Neumair) * Handle glade errors (Christian Neumair) * Revert orientation change (Vincent) * Update libegg code (Vincent) Clock Applet * Updates for the orientation change (Vincent) Fish Applet * Updates for the orientation change (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) ============== Version 2.13.1 ============== Panel * Fix bookmarks with spaces (Vincent) * Display bookmarks in the same way than nautilus (Vincent) * Remove useless code (Kjartan) * Don't change the drawer icon if the icon gconf key changed but we're not using the icon (Kjartan) * Plug leak (Kjartan) * Don't set the background multiple times on startup (Vincent) * Fix searching in the application list of the run dialog (Vincent) * Change default panel size to 24 (Vincent) * Change the way we report orientation to applets (Vincent) * Minor fixes/cleanups (Vincent) Clock Applet * Remove deprecated calls (Vincent) * Updates for the orientation change (Vincent) Fish Applet * Do not use deprecated widgets (Vincent) * Use cairo instead of libart (Vincent) Misc * Fix gnome-desktop version requirement (Frederic Crozat) * Build fixes/updates (Vincent) * Better descriptions for help files (Brent Smith) * libegg updates (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Reinout van Schouwen (nl) * Christian Rose (sv)
2006-03-30 23:15:59 +02:00
@dirrm share/gnome/help/fish/fr/figures
@dirrm share/gnome/help/fish/fr
@dirrm share/gnome/help/fish/fi/figures
@dirrm share/gnome/help/fish/fi
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/fish/eu/figures
@dirrm share/gnome/help/fish/eu
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/fish/es/figures
@dirrm share/gnome/help/fish/es
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/fish/en_GB/figures
@dirrm share/gnome/help/fish/en_GB
@dirrm share/gnome/help/fish/el/figures
@dirrm share/gnome/help/fish/el
@dirrm share/gnome/help/fish/de/figures
@dirrm share/gnome/help/fish/de
@dirrm share/gnome/help/fish/ca/figures
@dirrm share/gnome/help/fish/ca
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/fish/C/figures
@dirrm share/gnome/help/fish/C
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/fish-applet-2/zh_TW/figures
@dirrm share/gnome/help/fish-applet-2/zh_TW
@dirrm share/gnome/help/fish-applet-2/zh_CN/figures
@dirrm share/gnome/help/fish-applet-2/zh_CN
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
@dirrm share/gnome/help/fish-applet-2/ja/figures
@dirrm share/gnome/help/fish-applet-2/ja
@dirrm share/gnome/help/fish-applet-2
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/fish
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/clock/zh_TW/figures
@dirrm share/gnome/help/clock/zh_TW
@dirrm share/gnome/help/clock/zh_CN/figures
@dirrm share/gnome/help/clock/zh_CN
Update to 2.10.0: ============== Version 2.10.0 ============== Misc * Add uk help (Maxim V. Dziumanenko) Translators * Frank Arnold (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Priit Laes (et) * Christophe Merlet (RedFox) (fr) * Žygimantas Beručka (lt) * Gnome PL Team (pl) * Dan Damian (ro) * Leonid Kanter (ru) * Данило Шеган (sr) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) ============== Version 2.9.92 ============== Panel * List bookmarks in the right order in the Places menu (Vincent) * Simplify the code for About dialogs (Luca Ferretti) * Fix crash when there's an error loading an icon in the "Add to panel" dialog (Vincent) * Fix path for launchers in default setup (Sébastien Bacher) * Fix error dialogs complaining about icon theme when starting and there are drawers (Vincent) * New layout for the main menu, similar to the menu bar layout (Vincent) * Fix applets with wrong backgrounds when the specified image background does not exist (Vincent) * Fix main menu lockup when the lockdown mode is changed (Vijaykumar Patwari) * Plug memory leaks (Vincent) * Support possible new format for the GTK+ bookmarks file (Vincent) * Fix crash when the desktop background changes (Vincent) Applets * Simplify the code for About dialogs (Luca Ferretti) * Fix leak when panel background changes (Vincent) Clock Applet * Fix update of the clock to happen every minute and not every second when we don't show seconds (Vincent) Window List Applet * Fix icon loader for startup notification buttons (Vincent) Workspace Switcher Applet * Update for libwnck API change (Elijah Newren) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Nikos Charonitakis (el) * David Lodge (en_GB) * Ivar Smolin (et) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Woodman Tuen (zh_TW) ============== Version 2.9.91 ============== Panel * Update libegg files (Vincent, Mark) * Migrate launchers that are using applications: URI (Vincent) * Don't use applications: URI in the default panel setup (Vincent) * Use GtkIconTheme (Vincent) * Use named icons instead of stock icons (Vincent) * Fix object context menu positioning algorithm (Vincent) * Allow use of the whole screen when hiding a panel (Mark, Vincent) * Fix button menus using other menus than applications.menu (Vincent) * Plug memory leak (Vincent) * Don't let the user specify a panel size smaller than what is allowed (Vincent) * Fix crash with context menus (Vincent) * Fix error dialog to appear on the right screen (Vincent) * Change the DnD icon to the dragged applet one in the "Add to panel" dialog. (Carlos Garnacho Parro) * Make "Run application" faster (Frank Worsley, Vincent) * Add accessible name for list of known applications in "Run application" dialog (Muktha) * Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren) * Make non local paths in the places menu work (Dennis Cranston) * Update the applications menu when the disable_command_line lockdown key is changed (Vincent) * Fix 100% CPU bug with non-expanded panels (Vincent) libpanel-applet * Fix applet context menu positioning algorithm (Vincent) Show Desktop Applet * Show/hide desktop on the right screen (Arvind, Vincent) * Update the icon when icon theme changes (Paolo Borelli, Vincent) * Use GtkIconTheme (Vincent) Window Selector Applet * Move most of the code to a new widget in libwnck (Vincent Noel) Workspace Switcher Applet * Make applet look better when using a color/image background (Vincent) Misc * Code cleanups * Build fixes * Add comments for translators * Remove old useless files Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Pauli Virtanen (fi) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Raphael Higino (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.9.90 ============== Panel * Show drawers on the right screen (Arvind) * Small optimization for the run dialog (Mark) * Open the menu on the right screen with Alt-F1 (Arvind) * HIG fixes in "Add to Panel" dialog (Vincent) * Fix rare crash when initiliazing the panel configuration (Vincent) * Use gtk dnd threshold value for snap tolerance (Vincent) * Better positioning for the context menu on objects (Vincent) * Unset StartupNotify in the .desktop when editing the command of the launcher (Vincent) * Fix submenus not showing in menu bar after an update (Vincent) * Fix weird behaviour when the mouse goes on another screen while dragging an object (Arvind) * Fix GTK+ bookmarks with spaces in the Places menu (Vincent) * Fix crasher when the recent documents list has changed (Vincent) * Add a help button when creating a new .desktop file on the desktop (Takao Fujiwara, Vincent) * Add "Connect to Server" item to the Places menu (Vincent) * Move "Lock To Panel" at the bottom of the context menu (Vincent) * Fix scaling of icons in the menu to respect the ratio (Vincent) * Remove reference to the Actions menu (Vincent) * Try to help translators translate "Desktop" in different contexts libpanel-applet * Better positioning for the context menu on applets (Vincent) Window Selector * Dimm the icon if the window is minimized (Vincent Noel) Notification Area * Show the help on the right screen (Arvind) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Hendrik Richter (de) * Alexander Winston (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Rajeev Shrestha (ne) * Reinout van Schouwen (nl) * Åsmund Skjæveland (nn) * Kjartan Maraas (no) * Welther José O. Esteves (pt_BR) * Marcel Telka (sk) * Elian Myftiu (sq) * Christian Rose (sv) * Chanchai Junlouchai (th) * Funda Wang (zh_CN) ============= Version 2.9.4 ============= Panel * Close parent drawers of a drawer when a launcher is launched (Vincent) * Fix 100% CPU usage when changing screen size (Vincent) * Fix z-order of drawers using their depth (Vincent) * Fix (again) autohiding not always working (Vincent) * Only open background images from regular files (Vasista Sarma, Vincent) * Fix invalid usage of de-allocated memory (Vincent) * Fix labels in the "Add to Panel" dialog when the panel name is not set (Christian Neumair) * Use new GtkFileChooserButton in panel properties (Vincent) * Do not allow to select non-image files for panel backgrounds (Vincent) * Make Lock menu item HIG compliant (Madhan Raj M, Vincent) * Update the Lock check menu item when the gconf key changes (Leena Gunda, Vincent) * Remove default panel names in the first-time config (Christian Neumair) * Fix look of applet with handles in RTL environment (Vincent) * Add a focus line around the menu bar (Vincent Noel) * Draw animation when dropping files on a launcher (Vincent) * Fix crasher when moving a menu button between panels (Mark) * Make drawer context menu use header capitalization (Dennis Cranston) * New menu layout (Vincent) * Don't draw handles for drawers (Vincent) * HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent) * Fix strings in the "Add to Panel" dialog to help translators (Luca Ferretti, Vincent) * Fix crash when closing an error dialog in some circumstances (Vincent) libpanel-applet * Add new API to allow applets to request focus (Elijah Newren, Mark) Fish Applet * Fix leak (Vincent) * Open the fortune dialog only on button release (Vincent) * Instant apply for the disable_command_line lockdown key (Vincent) Workspace Switcher Applet * Add mouse wheel scrolling to change workspaces (Mark, Vincent) * Fix visual glitch when starting (Vincent) Window Selector Applet * Fix applet name in the about dialog (Vincent) * Make the applet look consistent with other menus (Søren Sandmann, Vincent Noel) Show Desktop Applet * Activate show desktop button on drag an drop (Maciej Katafiasz) Misc * Use a better name in the notification area about dialog (Vincent) * Fix spec files to build RPM (Vincent) * Add API doc for panel_applet_request_focus() (Vincent) * Cleanups (Vincent, Mark) Translators * Miloslav Trmac (cs) * Nikos Charonitakis (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Leonid Kanter (ru) * Elian Myftiu (sq) * Christian Rose (sv) ============= Version 2.9.3 ============= Panel * Code cleanups (Vincent, Mark) * Do not block the panel when an applet initialisation is blocking (Vincent) * Do not block the panel when an applet can not be loaded (Vincent) * Find the right icon when dropping an URI (Vincent) * Fix configuration changes when the panel is hidden (Vincent) * Fix drag and drop of text in the run dialog (Vincent) * Fix image & translucent backgrounds for the menu bar (Vincent) * Use icon names instead of some stock icons (Vincent) * Use an icon when dragging the action buttons (Vincent) * Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent) * Load the menu from desktop files only when the menu is shown (Mark) * Fix disappearing menu separator in recent documents (Vincent) * Use startup notification for gnome-search-tool (Dennis Cranston) * Use icons of the right size for launchers (Vincent) * HIGify the "Delete this Panel..." dialog (Dennis Cranston) * Fix auto-hiding of panel when dragging something on it (Vincent) * Drawer context menu is the same on the button and on the toplevel (Vincent) * Add a "Launch" menu item to the launcher context menu (Vincent) * Fix removal of the last applet/object that could not get removed (Vincent) * Fix translucent backgrounds for auto-hidden panels (Vincent) * Fix image and translucent backgrounds for applets with a handle (Vincent) * Fix 100% CPU usage when closing drawers in some case (Vincent) * Fix infinite loop when moving a non expanded panel (Vincent) * Make it easier to center non expanded panel (Vincent) Applets * Fix resizing of the notification area (Mark) * Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma) Misc * Update README (Vincent) * 100% API doc coverage for libpanel-applet (Vincent) Translators * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Zuza Software Foundation (nso) * Chanchai Junlouchai (th) * Zuza Software Foundation (zu) ============= Version 2.9.2 ============= Panel * Use libgnome-menu to generate menus (Mark, Alex Larsson) * Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark) * Fix drag and drop of folders with special caracters (Matthias Clasen) * Partial fix for a crash when dropping an image on the panel (Mark) * Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark) * Remove profiles (Mark) * Stop using some deprecated functions (Vincent) * Make more dialogs HIG compliant (William Jon McCann) * Remove the panel name entry from the panel properties (Christian Neumair) * Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer) * Use gnome-vfs API to open recent files (Marco Pesenti Gritti) * Don't use gnome-vfs-module anymore (Mark) * Fix startup notification animation to not leave artifact (Matthias Clasen) * Create file launcher, and not nautilus launcher, when dropping URI (Vincent) * Fix drag and drop for URL (Romain Baffet) All Applets * Fix applet ID strings (Mark) Clock Applet * Use the right icon in the "Add to panel" dialog (Vincent) * Accept percentage and spaces when entering percentages for actions (Vincent Noel) * Add a gconf key to show/hide the week numbers in the calendar (Vincent) Window List Applet * Fix the name in the about dialog (Vincent) Misc * Updated italian docs (Luca Ferreti) * Fix example in libpanel-applet doc (Caleb Groom) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Meelad Zakaria (fa) * Takeshi AIHANA (ja) * Hasbullah Bin Pit (ms) * Kjartan Maraas (nb) * Zuza Software Foundation (nso) * Elian Myftiu (sq) * Funda Wang (zh_CN) ============= Version 2.9.1 ============= Panel * Scale down the app icon in the "Run application" dialog (Vincent Noel) * Make the "application launchers" more visible in the Addto dialog (Vincent Noel) * Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel) * Harden user configuration so new defaults doesn't appear for user (Mark) * Set tooltip in recent files menu (William Jon McCann) * Don't talk about panel when the user is dealing with a drawer (Vincent) * Remove distribution menu (Christian Neumair) * Make "Reload Applet" HIG-compliant (Christian Neumair) * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Use icons from the icon theme (Vincent, Marco Pesenti Gritti) * Ellipsize text in Addto dialog (Vincent) * Don't use deprecated functions (Vincent) * Limit the use of libgnome* (Vincent) * Make pixmap backgrounds work for the applets (James Henstridge) All Applets * Port to GtkAboutDialog (Vincent) * Use new GTK+ facility for setting window icons (Vincent) * Limit the use of libgnome* (Vincent) * Don't use deprecated functions (Vincent) * Better panel background support (Vincent) Clock Applet * Fix calendar position (William Jon McCann) * Use icon from the icon theme (Vincent) * Update the clock when the time has changed (Marco Pesenti Gritti) * Launch task URL on the right screen (Vincent) * Use the ellipsizing code from GTK+ (Vincent) Fish Applet * Add a Speak Again button (Vincent) * Use the monospace font for displaying fortune (Vincent) * Launch the command asynchronously (Vincent) * Don't ignore command parameters (Vincent) * Ellipsize the main label in the window if necessary (Vincent) * Use the filechooser for choosing the image (Vincent) Notification Area Applet * Don't use GTK+ name space (Vincent) Window Menu Applet * Fix crash when showing No Windows Open (Crispin Flowerday) * Hide focus line padding (Vincente Noel) * Update the menu if a window name changes (Matt T. Proud) * Use the ellipsizing code from GTK+ (Matt T. Proud) * Update the menu if a window state or icon changes (Vincent) Screenshooter * Move to gnome-utils (Jonathan Blandford) Misc * Remove useless icons (Vincent) * Install datafiles in better places (Vincent) * Don't use deprecated functions for panel-test-applets (Vincent) * Update libecal requirement (Vincent) Translators * Rostislav Raykov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Christophe Merlet (RedFox) (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Žygimantas Beručka (lt) * Kjartan Maraas (no) * Gora Mohanty (or) * Elian Myftiu (sq) * Данило Шеган (sr)
2005-03-22 17:18:38 +01:00
@dirrm share/gnome/help/clock/uk/figures
@dirrm share/gnome/help/clock/uk
@dirrm share/gnome/help/clock/th/figures
@dirrm share/gnome/help/clock/th
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/clock/sv/figures
@dirrm share/gnome/help/clock/sv
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/clock/sr/figures
@dirrm share/gnome/help/clock/sr
@dirrm share/gnome/help/clock/ru/figures
@dirrm share/gnome/help/clock/ru
@dirrm share/gnome/help/clock/pt_BR/figures
@dirrm share/gnome/help/clock/pt_BR
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/clock/pa/figures
@dirrm share/gnome/help/clock/pa
@dirrm share/gnome/help/clock/oc/figures
@dirrm share/gnome/help/clock/oc
Update to 2.12.1: ============== Version 2.12.1 ============== Panel * Use user-specified names when available in the Places menu (Vincent) * Don't block waiting for a password if there are non-local GTK+ bookmarks (Vincent) * Sort network volumes (Vincent) * Use icon names for drag and drop (Vincent) * Make submenus without icons in Places menu have the good height (Vincent) * Correctly initializes the sensitivity of the recent menu (Vincent) * Make it possible to have multiple bookmarks to the same directory but with different names (Vincent) * Fix persistent tooltip when dragging a menu item (Vincent) * Fix objects context menu positioning algorithm when the cursor is not in the object (Vincent) * Don't crash when killing an application that was quitted after we ask for confirmation (Vincent) * Don't block the panel when asking for confirmation to kill an application (Vincent) * Don't crash when some gconf settings are unknown (James Henstridge) * Minor fixes (Vincent) libpanel-applet * Fix applet context menu positioning algorithm when the cursor is not in the applet (Vincent) Clock Applet * Orient the text vertically on vertical panels (William Jon McCann, John Spray, and Callum McKenzie) * Show weeks by default (Vincent) * Use authentication for calendar when needed (Tommi Komulainen) Window List Applet * Make the window list looking better with non-default backgrounds (Ryan Lortie) Misc * Build fixes/updates (Vincent) Docs Translators * Alessio Frusciante, Luca Ferretti (it) Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Yuval Tanny (he) * Erdal Ronahi (ku) * Baris Cicek (tr) * Clytie Siddall (vi) ============== Version 2.12.0 ============== Panel * Fix evolution launcher on the default panel layout (Vincent) Misc * Build fix (Claudio Saavedra) Docs Translators * Maxim Dziumanenko (uk) Translators * Jordi Mallach (ca) * Rhys Jones (cy) * Hendrik Richter (de) * Christophe Merlet (RedFox) (fr) * Norayr Chilingaryan (hy) * Luca Ferretti (it) * Young-Ho Cha (ko) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Evandro Fernandes Giovanini (pt_BR) * Leonid Kanter (ru) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) =============== Version 2.11.92 =============== Panel * Update libegg files (Mark) * Don't allow applets to be removed if the "locked" key is set to true and is not writable (Mark) * Add Notification Area to default panel layout (Vincent) Clock Applet * Fix broken "Adjust Date & Time" (Mark) Misc * Build fixes (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Gnome PL Team (pl) * Duarte Loreto (pt) * Dan Damian (ro) * Kostas Papadimas (el) * Woodman Tuen (zh_TW) =============== Version 2.11.91 =============== Panel * Launch the menu editor using startup notification (Dennis Cranston, Mark) * Fix crasher with menus if a .desktop file changes (Mark) * Fix valgrind warning (Mark) Docs Translators * Vincent van Adrighem, Myckel Habets (nl) Translators * Vladimir Petkov (bg) * Ilkka Tuohela (fi) * Yuval Tanny (he) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Prajasakti Localisation Team (te) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.11.90 =============== Panel * Rotate the menu bar on vertical panels (Mark) * Don't save panel co-ords in GConf unless floating (Mark) * Don't show disabled applets in "Add to Panel (Mark) * Fix crasher when editing launchers (Mark) * Don't hoard system launchers until modified (Mark) * Don't set the "profile_migrated" key if not needed (Mark) * Scale rectangular buttons correcly again (Mark) * Don't create ~/.recently-used during first login (Mark) * Update the .server file to not refer to "panel-2" (Mark) * Don't access freed memory (Kjartan) * Build fix (Murray Cumming) Clock Applet * Added support for SuSE's YAST datetime config tool (Rodrigo Moya) * Make the tooltip more useful (Rodrigo Moya) * Warnings fixes (Vincent, Mark) Misc * Move to using gnome-doc-utils for docs (Vincent) * Fix help link in the fish applet (Vincent) * Set the window icon in gnome-desktop-item-edit (Jaap A. Haitsma) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * Yair Hershkovitz (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb, no) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.11.5 ============== Panel * Update libegg files (Vincent) Translators * Hendrik Richter (de) ============== Version 2.11.4 ============== Panel * Make run dialog autocompletion work again (Vincent) * Fix leaks (Kjartan Maraas) * Avoid getting two error dialogs when an applet crashes (Ryan Lortie) * Change default launchers on default layout (Vincent) * Fix reference to the user guide (Sebastien Bacher) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Meelad Zakaria (fa) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) * Woodman Tuen (zh_TW) ============== Version 2.11.3 ============== Panel * Make the clear recent documents dialog HIG compliant (William Jon McCann) * Fix some help buttons (Kjartan Maraas) * Code cleanups (Kjartan Maraas, Vincent) * Fix leaks (Kjartan Maraas, Ryan Lortie) * Preload the menu in a idle loop (Vincent) * Mark some old gconf settings as deprecated (Vincent) * Add gnome-screensaver support (William Jon McCann) Clock Applet * Sort task list by priority (William Jon McCann, Carlos Garcia Campos) Window List & Window Selector Applets * Differentiate the description for these applets (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) ============== Version 2.11.1 ============== Panel * Add an "Edit Menus" menu item for the menu button and bar (Mark, Vijaykumar Patwari) * Fix "dialogs pop up under panel dialogs" issue (Mark) * Fix crasher with recent items menu (Mark) * Fix lifecycle issues with the recent items menu (Mark) * Fix "moved the panel to the left, now I can't move it back" issue (Mark) * Don't crash if certain GConf keys are unset (Mark) * Don't let force quit kill the panel (Arvind) * Move "Properties" above "Delete This Panel" in the context menu (Vincent) * Add preference for disabling autocompletion in the run dialog (Fernando Villacis Postigo) * Remove "Run application" from the menus (Vincent) * Keep up with latest libgnome-menu API (Mark, Frederic) * Warnings fixes (Mark, Vincent) Misc * Don't call textdomain() in shlib applets (Mark) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Telsa Gwynne (cy) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Takeshi AIHANA (ja) * Steve Murphy (rw) * Elian Myftiu (sq) * Woodman Tuen (zh_TW)
2005-10-12 23:56:27 +02:00
@dirrm share/gnome/help/clock/nl/figures
@dirrm share/gnome/help/clock/nl
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/clock/ko/figures
@dirrm share/gnome/help/clock/ko
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
@dirrm share/gnome/help/clock/ja/figures
@dirrm share/gnome/help/clock/ja
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/clock/it/figures
@dirrm share/gnome/help/clock/it
@dirrm share/gnome/help/clock/fr/figures
@dirrm share/gnome/help/clock/fr
@dirrm share/gnome/help/clock/fi/figures
@dirrm share/gnome/help/clock/fi
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/clock/eu/figures
@dirrm share/gnome/help/clock/eu
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/clock/es/figures
@dirrm share/gnome/help/clock/es
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/clock/en_GB/figures
@dirrm share/gnome/help/clock/en_GB
@dirrm share/gnome/help/clock/el/figures
@dirrm share/gnome/help/clock/el
Update to 2.2.2.2: Version 2.2.2.2 Panel * Fix some a leak in gnome-run (Kjartan) * Enable SVG themes (Mark) Fixes bug #114706 * Don't call our_gtk_menu_position() twice. (Padraig) * Draw button-widget focus line with state GTK_STATE_NORMAL. Fixes Bug #109887 (Rajkumar) * Special case tiling a 1x1 pixmap to increase speed greatly. (Mark) Applets * pager.glade: Allow only numeric values to spinbutton. Fixes bugzilla bug #115908 (Pasupathi) Translators * Dafydd Harries, Chris M. Jackson, Kyfieithu contributers (cy), Erwin Sanjaya (id), Arafat Mendini (ar) Version 2.2.2.1 Panel * Fix possible crash from stale references to GdkWindows (Owen, Mark) * Allow drawer button to be themed (Mark) * Fix crashing when moving applets between panels (Arvind) * Fix jitteriness with image in the run dialog (nix@go-nix.ca) Applets * Fix crashing after removing show desktop buttom (Mark, Arvind) * Fix multiple mailcheck processes with imap (Muktha) * Destroy about dialogs when removing applets (Bala, Leena) Translators * Dinesh Nadarajah (ta) and Ole Laursen (da). Version 2.2.2 Panel * Fix crash when deleting the menu panel (Arvind) * Fix a possible crash in background code (Mark) * Make Ctrl-F10 popup the context menu even with out-of-proc applets (Padraig) * Fix keynav behaviour of drawers (Padraig) * Focus the run dialog entry after appending a file (Padraig) * Center the "Create Launcher" dialog on the screen (Raj) * Focus the run dialog entry when no applications are selected (Arvind) * Convert screenshot filename to UTF-8 before displaing it (Toshi) libpanel-applet * Fix bug with loading applet schemas (Yatin Chawathe) * Stop applets from connecting to the session manager (Havoc, Mark) Applets * Remove extraneous calls to gnome_program_init (Mark) * Fix usage of static variables in the mailcheck applet (Jens Zechlin) Docs * Removed info on defaults as they vary amongst distros (Irene) * Add docs translations (Mike Lei) Misc * Remove the .so suffixes from shlibs in .server files (Mark) * Replace leading spaces with tabs in sgmldocs.make (Art Haas) Translations * Belarusian team (be), Christian Neumair (de), Christophe Merlet (fr), Danilo Šegan (sr), FSF-India (ml), Guntupalli Karunakar (hi), Joel Brich (eo), Jordi Mallach (ca), Mathieu van Woerkom (li), Ole Laursen (da), Pauli Virtanen (fi), Raphael Finkel (yi), Reinout van Schouwen (nl) and Runa Bhattacharjee (bn).
2003-07-11 21:04:09 +02:00
@dirrm share/gnome/help/clock/de/figures
@dirrm share/gnome/help/clock/de
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/gnome/help/clock/cs/figures
@dirrm share/gnome/help/clock/cs
@dirrm share/gnome/help/clock/ca/figures
@dirrm share/gnome/help/clock/ca
@dirrm share/gnome/help/clock/ar/figures
@dirrm share/gnome/help/clock/ar
@dirrm share/gnome/help/clock/C/figures
@dirrm share/gnome/help/clock/C
@dirrm share/gnome/help/clock
@comment in gnome2-dirs: @dirrm share/gnome/help
@dirrm share/gnome-panel/pixmaps
@dirrm share/gnome-panel/glade
@dirrm share/gnome-panel
@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@comment in gnome2-dirs: @dirrm share/gnome-2.0
@comment in gnome2-dirs: @dirrm share/gnome
2007-09-25 12:54:09 +02:00
@comment in GConf: @dirrm share/gconf/schemas
Update gnome-panel to 2.26.0. ============== Version 2.26.0 ============== Panel * Ignore shadow mounts in the panel menus (Vincent) * Mark desktop files as trusted when it makes sense (Vincent) Clock Applet * Fix bad memory usage for a string returned by libical (Vincent) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Docs Translators * Jen Ockwell (en_GB) * Jan Brož and Lucas Lommer (cs) Translators * Runa Bhattacharjee (bn_IN) * Reşat SABIQ (crh) * Hendrik Richter (de) * Fotis Tsamis (el) * Jorge González (es) * Mattias Põldaru (et) * Claude Paroz (fr) * Suso Baleato (gl) * Ankit Patel (gu) * Yaron Shahrabani (he) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Žygimantas Beručka (lt) * wadim dziedzic (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.25.92 =============== Panel * Fix some randr-interaction by connecting to the monitors-changed signal. This shouldn't be needed with the latest GTK+, but we keep to be 100% sure it will work in 2.26.0. (Matthias Clasen) * Use close button instead of ok button in error dialogs (Vincent) All Applets * Use close button instead of ok button in error dialogs (Vincent) Translators * Reşat SABIQ (crh) * Philip Withnall (en_GB) * Jorge González (es) * Ivar Smolin (et) * Luca Ferretti (it) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Praveen Arimbrathodiyil (ml) * Adi Roiban (ro) * Pavol Šimo (sk) * Dr.T.vasudevan (ta) =============== Version 2.25.91 =============== Panel * Remove the mixer applet from the default configuration since GNOME upstream doesn't ship this applet by default. Some distributions might want to put it back. The patch to be reverted is: http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch (Vincent) Clock Applet * Fix properties dialog to not have a missing image and a weird title (Matthias Clasen) * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Notification Area Applet * Use new GTK+ feature to change orientation of GtkBox instead of custom code (Christian Persch) Misc * Require GTK+ 2.15.1 (Christian Persch) Docs Translators * Iñaki Larrañaga Murgoitio (eu) Translators * Astur (ast) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Ask Hjorth Larsen (da) * Dawa pemo (dz) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Shankar Prasad (kn) * Rafael Garcia (la) * Jovan Naumovski (mk) * Wouter Bolsterlee (nl) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Adi Roiban (ro) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * 甘露(Gan Lu) (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.25.90 =============== Panel * Add a timeout of 5 seconds to do the panel initial animation, in case an applet is blocked while it's loading (Vincent) * Fix some format security warnings (Frédéric Crozat) Clock Applet * Fix some format security warnings (Frédéric Crozat) * Fix the dbus configuration file to specify the destination that is allowed instead of just some non-existing interfaces (Vincent) * Properly initialize the eds part handling passwords, fixing some hangs (Simon Brys, Vincent) Fish Applet * Fix some format security warnings (Frédéric Crozat) * Build fixes (Vincent) Notification Area Applet * Fix some format security warnings (Frédéric Crozat) Translators * Jordi Mallach (ca) * Ilkka Tuohela (fi) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Sandeep Shedmake (mr) * Kjartan Maraas (nb) * André Gondim (pt_BR) * Krishna Babu K (te) ================ Version 2.25.5.1 ================ Panel * Fix a crash when the user configuration contains a separator (Vincent) ============== Version 2.25.5 ============== Panel * Only show shutdown/reboot menu items if made available by the session manager (Ray Strode) * Only allow dragging panels when pressing a modifier button (usually Alt) for expanded panels (Vincent, William Lachance) * Delay the initial panel animation until applets/objects are loaded (Ray Strode, Vincent) * Fix initial animation not happening for newly created panels (Vincent) * Fix unloaded panels with existing configuration appearing empty when reloaded in gconf (Vincent) * Correctly set the struts of the panel at the very early start so that desktop icons don't jump around on login (Vincent, Ray Strode) * Connect to the session manager when we're really ready, instead of doing it too early. This helps with desktop icons too (Behdad Esfahbod, Vincent) * Respect TryExec key in desktop files that we directly put in the menus (Matthias Clasen, Vincent) Clock Applet * Hide the option to use 12/24 hours if it's not supported in the current locale (Vincent) * Fix a crash on Solaris when the weather code is empty (Vincent) * Minor HIG fix Misc * Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in LDADD (Vincent) Translators * Petr Kovar (cs) * Andre Klapper (de) * Jorge González (es) * saudat mohammed (ha) * Gabor Kelemen (hu) * Onye, Sylvester (ig) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Fajuyitan, Sunday Ayo (yo) ============== Version 2.25.3 ============== Note to distributors: this release might break various other applications (mostly applets, though). If this is the case, please contact the gnome-panel developers to see if changes should be reverted. + we do not have a bonobo PanelShell interface. As far as I know, it wasn't used by anything and was useless anyway. + libpanel-applet doesn't depend on libgnomeui anymore. This might have some build-time and run-time side-effects: - build-time: the pkg-config check for libpanelapplet-2.0 won't bring libgnomeui anymore. The fix is to have the applet configure script check for libgnomeui itself if it needs it. - build-time: panel-applet.h doesn't contain some #include for some libgnomeui part anymore. The fix is to have the relevant applet code include the right headers it needs. - run-time: the macro defined in panel-applet.h and used by nearly all applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call gnome_program_init(), and it's not the case anymore. If the applet uses some libgnomeui widgets, there might be warnings because some of those require some libgnomeui initialization. The fix is to either port the applet to GTK+ widgets, or to have it called gnome_program_init() on its own. This last item could arguably be seen as an API change. If this causes too many issues, another solution might be considered. Panel * Use C_() instead of Q_() (Philip Withnall, Vincent) * Fix compilation warnings (Vincent) * Use dbus-based uniquification instead of bonobo-based (Colin Walters, Vincent) * Add a --replace argument to replace the current panel instead of just leaving (Vincent) * Remove unneeded call to gnome_authentication_manager_init() (we use gio now) (Vincent) * Set an application name (Vincent) * Code cleanup (Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Start removing calls to libgnome/libgnomeui API (Vincent) * Use gio to launch desktop files, instead of gnome-desktop (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) * Fix help for "connect to server" (Vincent) libpanel-applet * Use C_() instead of Q_() (Philip Withnall, Vincent) * Use single include for glib and gtk+ (Vincent) * Stop using many deprecated API (Vincent) * Code cleanup (Vincent) * Do not depend on libgnome/libgnomeui anymore [note that we still have an indirect libgnome dependency, through bonobo] (Vincent) All Applets * Use single include for glib and gtk+ (Vincent) * Stop using gnome_help_display_desktop_on_screen() and get rid of libgnomeui dependency (Vincent) Clock Applet * Add some inline documentation to the edit location window (Dan Winship) * Remove fixed width for buttons in the pref dialog (Gabor Kelemen) * Build fixes (Vincent) * Stop using deprecated GTK+ API (Vincent) * Show day of week header in "set time" calendar (Vincent) Fish Applet * Fix compilation warnings (Vincent) Notification Area Applet * Real tray icons transparency (Owen Taylor) * Fix compilation warnings (Vincent) * Stop using deprecated GTK+ API (Vincent) Wnck Applets * Use the right help file for some help buttons (Vincent) * Make sure dialogs have the right window icon (Vincent) Misc * Require glib 2.18.0 (Vincent) * Remove obsolete german translation of documentation (Vincent) * Stop declaring a bonobo PanelShell interface (Vincent) * libpanel-applet and all applets in gnome-panel lose their libgnomeui dependency (Vincent) Translators * Yair Hershkovitz (he) * Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 00:49:20 +01:00
@dirrm share/examples/gnome-panel
@comment in dbus: @dirrm share/dbus-1/system-services
@comment in dbus: @dirrm share/dbus-1
@comment in xdg-dirs: @dirrm share/applications
@comment in libbonobo: @dirrm lib/bonobo/servers
@dirrm include/panel-2.0