commit 49406208c5b1bfe449ed46c20d0bf16c7a363518 Author: Ihar Hrachyshka Date: 2011-09-18 Updated Belarusian translation (some fixes after manual testing). M po/be.po commit c3cc2e1d2dfa4f219c01c8dfee4d14e8aebd3a1e Author: Jiro Matsuzawa Date: 2011-09-17 Updated Japanese translation M po/ja.po commit 8c4aa57ca8ff56f1941899eb3c67babd2b7a3839 Author: dmustieles Date: 2011-09-14 Updated Spanish translation M po/es.po commit ecb47adb12c8ec9a3998efa96656dfedfe002525 Author: Vincent Untz Date: 2011-08-29 libmenu: Fix build failure with --enable-debug gmenu_tree_entry_get_name() was still being used. https://bugzilla.gnome.org/show_bug.cgi?id=656714 M libmenu/gmenu-tree.c commit 20d76fb2f1664aadf0b33c7c91603b47dfe04ef0 Author: Matthias Clasen Date: 2011-08-28 Post-release version bump M configure.ac commit 002662a50ab7fbce7398596a53e7270fc6f168e3 Author: Matthias Clasen Date: 2011-08-28 3.1.90 M NEWS commit 739d3f6ef7d533544f1ec2b4d6e237bfaca99e85 Author: Jasper St. Pierre Date: 2011-08-21 libmenu: Don't try to unref potentially NULL pointers When a DIRECTORY desktop entry fails to load, we'll try to unref some NULL pointers. This was causing some warnings. https://bugzilla.gnome.org/show_bug.cgi?id=657042 M libmenu/desktop-entries.c commit 5fade40dc3ebff3b4c00cdf37e6d7198e39e9bce Author: Vincent Untz Date: 2011-08-12 release: post-release bump to 3.1.90 M configure.ac commit 8e0ecffe8a6d4434dab086525f52d05e00edf0e9 Author: Vincent Untz Date: 2011-08-12 release: 3.1.5 M NEWS M configure.ac commit 61c87a8e66bfa1d7a823a588b073e3922edc78c3 Author: Vincent Untz Date: 2011-08-12 libmenu: Support XDG_CURRENT_DESKTOP https://bugzilla.gnome.org/show_bug.cgi?id=653440 M libmenu/desktop-entries.c commit f0e41152be32a3e07772b53a6c3a0d4dbb0545d9 Author: Colin Walters Date: 2011-08-02 gmenu_tree_get_entry_by_id: New API It's useful for gnome-shell if we have an index by desktop file ID to the tree entry. The cost is very small. https://bugzilla.gnome.org/show_bug.cgi?id=655868 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit 2a17c07927cfc23c9837969ac43f2fbcf9e433d7 Author: Vincent Untz Date: 2011-07-23 build: Require gio-unix-2.0 >= 2.29.15 g_desktop_app_info_get_show_in() was pushed, but after 2.29.14. M configure.ac commit 3fae17cc6e86b3e988df481a05a386e005b7637c Author: Vincent Untz Date: 2011-07-22 editor: Stop editing settings.menu We dropped that file a while ago. We could replace this with gnomecc.menu, but gnome-control-center loads the file from the system configuration and explicitly ignore the user changes there... M simple-editor/GMenuSimpleEditor/menutreemodel.py commit 1cb6fe8f97cc5a12933bd77d278a16827e763c13 Author: Vincent Untz Date: 2011-07-22 libmenu: Unset GMenuTree:menu-basename if GMenuTree:menu-path is set Since GMenuTree:menu-basename has a non-NULL default value, we really want to unset it if the user sets GMenuTree:menu-path, to avoid any potential confusion. We need a constructor to do this magic, as the properties are construct-only, and doing this anywhere else would be too late. M libmenu/gmenu-tree.c commit 02d0f749a1c4f406fa773254c2095e6c4f3d5979 Author: Vincent Untz Date: 2011-07-21 libmenu: Group GMenuTreeFlags flags in a pseudo-consistent way Since we're breaking ABI, let's go crazy and change the value of flags. Grouping flags by some sort of meaning (include ones, show ones, misc. ones) makes the header a bit nicer to read. M libmenu/gmenu-tree.h commit 9e2b4abdc8ec63e20f4c2a52b3047f1d767ebd8d Author: Vincent Untz Date: 2011-07-21 editor: Port to introspection-based gmenu bindings M simple-editor/GMenuSimpleEditor/maindialog.py M simple-editor/GMenuSimpleEditor/menutreemodel.py commit 6f4cf16ec2633ebc62cb91759dbfd01923cd3c73 Author: Vincent Untz Date: 2011-07-21 libmenu, util: Rename gmenu_tree_get_menu_path() Renamed to gmenu_tree_get_canonical_menu_path(), to avoid any potential confusion with the menu-path property. M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M util/test-menu-spec.c commit 8bc90706c9bfbf0d55c2eaddc859afb4a52a3281 Author: Vincent Untz Date: 2011-07-21 libmenu: Add API to load menu file from full path Add gmenu_tree_new_for_path() and GMenuTree:menu-path. M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit c653bbe8904acca4340f70574357d843e549035c Author: Vincent Untz Date: 2011-07-21 libmenu, util: Rename GMenuTree:name to GMenuTree:menu-basename This is a much clearer name for the property, else people might assume they can use a full path, or something that is not a basename. Note that a relative path will work, but that really should not be of much use, hence the choice of basename. M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M util/gnome-menus-ls.js commit c45596c3d87fa3e344b9e9a32c51190e12d67d93 Author: Vincent Untz Date: 2011-07-21 libmenu: Fix critical warning when trying to load "" menu Yes, this is a weird use of the API, but still. M libmenu/gmenu-tree.c commit 4c85e0ee58a4e8b11f1e5527909eefd02133a72a Author: Vincent Untz Date: 2011-07-21 libmenu: Default GMenuTree::name property to "applications.menu" This is useful for introspection bindings, since users will not necessarily think of setting the menu name property at construct time. And it's a saner default than NULL. M libmenu/gmenu-tree.c commit d8be0079a48bb7b486cc2b1355ee0cea2596fecb Author: Vincent Untz Date: 2011-07-21 libmenu: Do not keep internal load_error in GMenuTree This is not used, and it actually gets corrupted at some point (since g_propagate_error means we lose the ownership of the GError). M libmenu/gmenu-tree.c commit bb3e154f60f81e97178b0cb8457827b29ee20692 Author: Vincent Untz Date: 2011-07-21 build: Bump version to 3.1.4 This is needed so users can know which version to require for the new API. M configure.ac commit 70e9aaacbe0783fe11b7c69310873e0dc638b274 Author: Vincent Untz Date: 2011-07-21 libmenu: Drop GMenuTreeDirectoryRoot This was only used internally, but with no reason. M libmenu/gmenu-tree.c commit 17961198a182d5f68e4773427b1c8f735e0a01cd Author: Vincent Untz Date: 2011-07-21 libmenu: Make gmenu_tree_directory_get_icon() return a GIcon It's much better to use GIcon than icon name strings. M libmenu/desktop-entries.c M libmenu/desktop-entries.h M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit 3c6ad47de8cfc3581fee66107a41ba4b39dd0de0 Author: Vincent Untz Date: 2011-07-21 libmenu: Correctly deal with OnlyShowIn/NotShowIn We're using new glib API for this. Also, we do not remove entries because of OnlyShowIn/NotShowIn before processing the layout, as we might want to add a GMenuTreeFlags value in the future, to include .desktop files that are excluded because of OnlyShowIn/NotShowIn. M configure.ac M libmenu/desktop-entries.c M libmenu/desktop-entries.h M libmenu/gmenu-tree.c commit 66557ef586adff091c8ce69a2f472da00dcd89ba Author: Vincent Untz Date: 2011-07-04 build: Drop check for -fno-strict-aliasing support This was only needed for our previous python bindings. M configure.ac commit fc5492ab992fde2b8d378ed91f0b4c6c62cbe69b Author: Colin Walters Date: 2011-06-14 libmenu: Dispose of source before context to avoid possible double unref M libmenu/menu-layout.c commit 21062503fff272872fdfc5fb468288b1faa85127 Author: Colin Walters Date: 2011-06-14 libmenu: Make refcounts volatile as g_atomic_* expect M libmenu/gmenu-tree.c commit b8b2471e8a3bd0f2d469dea41067721919359c22 Author: Vincent Untz Date: 2011-06-14 libmenu: Correctly look up at NoDisplay for .desktop files We were using Hidden instead. This requires glib 2.29.9. M configure.ac M libmenu/desktop-entries.c commit 6ba57847943cd74839a306ed6c8926401e370b85 Author: Vincent Untz Date: 2011-06-12 libmenu: Simplify some code M libmenu/desktop-entries.c commit 2c47cdbebb15715d91d95aa4babc2de7a993dbd4 Author: Vincent Untz Date: 2011-06-12 libmenu: Fix loading of .directory files We were always returning FALSE, leaking some data and not displaying a debug message in case of error (like for .desktop files). M libmenu/desktop-entries.c commit 6aff671fbeccb5ff7ec3290d0fd6345fbbb632c8 Author: Vincent Untz Date: 2011-06-12 util: Fix build after gmenu_tree_alias_get_item_type() renaming M util/test-menu-spec.c commit 398fd5c145524b7961c9d1dbc105c1cd49d98103 Author: Vincent Untz Date: 2011-06-12 doc: Do not reference non-existing gmenu_tree_iter_get_next_type() This is gmenu_tree_iter_next(). M libmenu/gmenu-tree.c commit e71520d5d2ccc4392b046e5feb84349d71a2c69f Author: Vincent Untz Date: 2011-06-12 libmenu: Handle GenericName for .directory files While we do not strictly need them right now, this is allowed by the specification and might be used later. M libmenu/desktop-entries.c M libmenu/desktop-entries.h M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit f29590a8c3771af47debf75c929170fe59877dce Author: Vincent Untz Date: 2011-06-12 libmenu: Fix desktop_entry_copy() for .desktop file We were not dealing with the appinfo field at all. M libmenu/desktop-entries.c commit 0d5f1909518f86d7283cde404e9470e6f55a42d2 Author: Vincent Untz Date: 2011-06-12 libmenu: Rename gmenu_tree_alias_get_item_type Renamed to gmenu_tree_alias_get_aliased_item_type, to avoid any potential confusion about the typoe of what item this is. M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit 4d96af04a6d1d2e211c2005cc9d03d2b0e1a85c0 Author: Vincent Untz Date: 2011-06-12 libmenu: Drop gmenu_tree_entry_get_is_nodisplay() from header The function got dropped, and having a similar function in GDesktopAppInfo would be the right thing to do. M libmenu/gmenu-tree.h commit f587ca8642070892fd4172ab01735c4a0789dc19 Author: Vincent Untz Date: 2011-06-12 libmenu: Remove unneeded cast M libmenu/gmenu-tree.c commit 2167c042bc089ba1e570ac9ba60dcdddb1d1d3c3 Author: Vincent Untz Date: 2011-06-12 libmenu: Rename desktop_entry_desktop_get_icon to desktop_entry_get_icon The additional desktop in the name was confusing. M libmenu/desktop-entries.c M libmenu/desktop-entries.h M libmenu/gmenu-tree.c commit 0f7d374006f32559893629fba47fecfaa031d4f8 Author: Vincent Untz Date: 2011-06-12 libmenu: Fix getting the flags property This was not handled at all. M libmenu/gmenu-tree.c commit 0eaed2f94d52a8b03263e5976a4d16104546929c Author: Vincent Untz Date: 2011-06-12 libmenu: Drop support for "KDE Desktop Entry" group This was deprecated for years, and with the move to GDesktopAppInfo, we don't support this group for .desktop files anyway, so it makes no sense to keep supporting it for .directory files. M libmenu/desktop-entries.c commit 536c6d510f53bbf76ff0c4134e935c8e7cf552da Author: Vincent Untz Date: 2011-06-12 libmenu: Use explicit GMENU_TREE_FLAGS_NONE instead of 0 M libmenu/gmenu-tree.c commit d5da147d09ca09e593e4a88c11b782ee7479268f Author: Vincent Untz Date: 2011-06-12 Spaces/tabs fixes M libmenu/desktop-entries.c M libmenu/desktop-entries.h M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M libmenu/menu-layout.c commit 6920649082e3c0be363094054eecc9f1185a8185 Author: Vincent Untz Date: 2011-06-08 util: Do not call exit() in test tool A simple return statement is enough. M util/test-menu-spec.c commit f88d8c4dd17055932a6b335c008b496327d536b3 Author: Vincent Untz Date: 2011-06-08 build: Fix pkg-config to require gio-unix-2.0 and not glib-2.0 We reference gio/gdesktopappinfo.h in our public header. M libmenu/libgnome-menu-3.0-uninstalled.pc.in M libmenu/libgnome-menu-3.0.pc.in commit cfb20fb779eeed93a0c9571a8340251c8964ef69 Author: Vincent Untz Date: 2011-06-08 gi: Add/Fix annotations to remove introspection warnings M libmenu/gmenu-tree.c commit 91a698f7860b3d8d5f29ffcdfcdbadf0cc347bad Author: Vincent Untz Date: 2011-06-08 build: Version the library name and the pkg-config file The library is now libgnome-menu-3, the pkg-config file is libgnome-menu-3.0, the header directory is gnome-menus-3.0 and the gettext package is gnome-menus-3.0. This way, it's possible to keep the old libgnome-menu around if some applications still need it. M configure.ac M libmenu/Makefile.am R080 libmenu/libgnome-menu-uninstalled.pc.in libmenu/libgnome-menu-3.0-uninstalled.pc.in R072 libmenu/libgnome-menu.pc.in libmenu/libgnome-menu-3.0.pc.in M util/Makefile.am commit 669f03a403ca83facf83020e9c37b894c67f1b9b Author: Vincent Untz Date: 2011-06-08 build: Remove old python-related build stuff M configure.ac D m4/python.m4 commit 1cf4482fa3416b98916653db23b40edb26d8646d Author: Colin Walters Date: 2011-04-21 Bump to GMenu-4.0.gir; this matches the package version. M libmenu/Makefile.am commit 5aa2c53ef25f684a848312455dad396f28c96a90 Author: Colin Walters Date: 2011-04-20 Replace Python example with JS M util/Makefile.am A util/gnome-menus-ls.js D util/gnome-menus-ls.py commit f0101da1c3df623f5a0023d9c787535e89476291 Author: Colin Walters Date: 2011-04-20 Remove GMenuTreeItem from public API gmenu_tree_directory_get_contents() wasn't actually bindable because there's no way to express to introspection the inheritance hierarchy (and to do the runtime type checking necessary via gmenu_tree_item_get_item_type()). Therefore, drop it, and instead add explicit functions where each type is needed. So for gmenu_tree_directory_get_contents(), we instead add an explicit typesafe iterator object. The only other instance was gmenu_tree_alias. Note that gmenu_tree_item_ref() and gmenu_tree_item_unref() remain; they're C only, and already just took "gpointer". M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M util/test-menu-spec.c commit 76895ad01d450696519425d03beab8845230397b Author: Colin Walters Date: 2011-04-20 introspection: scan gmenu-tree.c Now that we're actually adding gtk-doc. M libmenu/Makefile.am commit 0877f894a6c74f0dc7522e9cb93cc223097d1494 Author: Colin Walters Date: 2011-04-18 Document a few functions M libmenu/gmenu-tree.c commit bd78be7ad777f70d2390309507162f5dc267ea2f Author: Colin Walters Date: 2011-04-18 gmenu_tree_entry_get_parent: New function Earlier we moved this down to GMenuTreeDirectory, but it turns out gnome-shell does expect to be able to get the parent of a GMenuTreeEntry. In the future I want to nuke that code, but for now just readd this functionality. M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit 94b2ea48a5221bd6dc82b8b468bb85ea6d420e57 Author: Colin Walters Date: 2011-04-18 layout: Use thread-default main context for callbacks Rather than hardcoding g_idle_add(); this gives us future flexibility for thread support. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/menu-layout.c commit 52f9f7017779b6691e2b3f46f6c24e37f219abbf Author: Colin Walters Date: 2011-04-17 Remove gmenu_tree_directory_get_tree() This causes a circular reference internally, and API consumers can just keep track of it easily enough externally. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit 5d1e03adc206f52dec82f2b5e8831022321cb1f8 Author: Colin Walters Date: 2011-04-17 Switch to gslice for most data This is more efficient for the small items we have here. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c commit 4f47a654d91cc3b08d46ef518a42c7f484f01be3 Author: Colin Walters Date: 2011-04-17 Rename gmenu_tree_get_menu_file() to gmenu_tree_get_menu_path() Document it and clean it up. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M util/test-menu-spec.c commit 13920c91868f77a964b4498b00072563608f583e Author: Colin Walters Date: 2011-04-17 Further propagate GError for gmenu_tree_load_sync() We had some GError use internally; clean things up so we propagate it more consistently to the top of gmenu_tree_load_sync(). https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c commit 8ecb1aa5d762d25f787002dd001e92e404efabe9 Author: Colin Walters Date: 2011-04-17 Add explicit gmenu_tree_load_sync() Rather than having _get_root_directory() be lazy, require users to explicitly load via this function (or in the future, an async variant). https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M util/test-menu-spec.c commit a2bda1462b6b46b1c8e47a19977f15c294226ef9 Author: Colin Walters Date: 2011-04-17 Lower gmenu_tree_item_get_parent to gmenu_tree_directory_get_parent Introspection doesn't know about the GMenuTreeItem "subclassing", so we would have to duplicate the _get_parent method on all subclasses - but in practice it only seems to be used on directories, so just lower it there. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M util/test-menu-spec.c commit 14c163c8a8d35fe2daa9c0973495fb4462a3ddec Author: Colin Walters Date: 2011-04-17 GMenuTreeItem: Register boxed types, drop user data This was a hack for the static Python bindings, no longer necessary after we register proper boxed types for the structures. Convert the refcount to an atomic integer too; the _unref may be called from a garbage collector thread in bindings. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit 8eaf04da66be9437c518ac21e27cbbb67abcd3f5 Author: Colin Walters Date: 2011-04-17 Rename gmenu_tree_item_get_type() to _get_item_type() The _get_type() namespace suffix is reserved for GType. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M util/test-menu-spec.c commit 474b86aac925d7b45d3bbbaba9111719ca0d9b8a Author: Colin Walters Date: 2011-04-17 Replace monitor API with a simple "changed" signal So much simpler... https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M util/test-menu-spec.c commit 21672a2d0ee94a9588fc15cf0cd4c5ffdfc818c1 Author: Colin Walters Date: 2011-04-17 Convert to GObject, drop static Python bindings GMenuTree is now a GObject. Drop the static Python bindings, since introspection gives us coverage of most of the API now. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M Makefile.am M configure.ac M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M libmenu/menu-monitor.c D python/Makefile.am D python/gmenu.c M util/gnome-menus-ls.py M util/test-menu-spec.c commit 0a7e4736d221ada2167a064c8b4aa9710a2e04bf Author: Colin Walters Date: 2011-04-17 Drop GMenuTree caching and support for absolute paths This is work towards converting to GObject; the API to create a tree is now just gmenu_tree_new(). First, the internal caching makes things very complex for little gain - gnome-shell only creates one GMenuTree, and gnome-panel could pretty easily be converted to do so. In a Google Code Search, I couldn't find anyone using absolute paths for menus, and looking through the revision history, I don't see a rationale for it. So, just drop it too. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M python/gmenu.c M util/test-menu-spec.c commit 903c144be9527f048fa1389c39872d0f22740b62 Author: Colin Walters Date: 2011-04-17 GMenuTreeFlags: Register with GType https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit d660a95756c99fe053ffd4fbaf523008868f5a67 Author: Colin Walters Date: 2011-04-17 Fold sorting into GMenuTreeFlags There's only two sorts right now, and so we can make one the default and select the other with the flags. Drop the ability to set the sort at runtime; this never was compatible with the current GMenuTree caching, and also I'm trying to move GMenuTree towards being immutable. M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M python/gmenu.c commit 4d00dcf9ce31b248c61dc66430b881ba32e2d611 Author: Colin Walters Date: 2011-04-16 Rebase DesktopEntry on GDesktopAppInfo The main motivation for this work is to avoid gnome-shell having to read all .desktop files *twice* - once from gnome-menus, and once from gio (when doing MIME assocation etc.) This patch replaces almost all of the accessors for GMenuTreeEntry with the simple gmenu_tree_entry_get_app_info(). Note this patch depends on patches from (see bug 647967). https://bugzilla.gnome.org/show_bug.cgi?id=647968 M configure.ac M libmenu/Makefile.am M libmenu/desktop-entries.c M libmenu/desktop-entries.h M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M python/Makefile.am M python/gmenu.c M util/Makefile.am commit 8a01f3c268a1515fb4e9ee8c924dae20a0880bb1 Author: Colin Walters Date: 2011-04-16 desktop-entries.c: Split structure explicitly between .desktop and .directory This is code cleaup preparatory work for rebasing DesktopEntry on GDesktopAppInfo. These two cases are different; make this explicit via structure subclassing of a common base structure. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/desktop-entries.c commit 5a936c77ebb7ffddbc4e282662bb2d5f62a8a814 Author: Colin Walters Date: 2011-04-16 DesktopEntry: Clean up structure, make TryExec evaluation lazy This is preparatory work for rebasing DesktopEntry on top of GDesktopAppInfo. First, it doesn't make sense to represet a random subset of booleans as flags; just flatten these into a bitfield. Move the refcount to be a plain guint at top. Second, previously we were calling g_find_program_in_path when creating a .desktop file, even if the caller wasn't interested in whether the TryExec succeeded. Make this lazy. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/desktop-entries.c commit ea008b417c02e8238f58d2d419d01129c2de9226 Author: Colin Walters Date: 2011-04-16 DesktopEntry: Make basename const reference Avoids another malloc block. https://bugzilla.gnome.org/show_bug.cgi?id=647968 M libmenu/desktop-entries.c commit 6cf363f9eaf4ba8ea736ca0a9e8d427226f381f6 Author: Friedel Wolff Date: 2011-07-07 Add Zulu (zu) to LINGUAS M po/LINGUAS commit 756d19762d1793ebe80df661328a1c7a510b9773 Author: Priscilla Mahlangu Date: 2011-07-07 New translation for Zulu (zu) A po/zu.po commit 5c896c6418cbc6111c823cca5401204bd62c16dc Author: Ihar Hrachyshka Date: 2011-06-25 Updated Belarusian translation. M po/be.po commit 9841d10ecf88b816ea18f186b64d4f1798f0c21a Author: Carles Ferrando Date: 2011-05-29 [l10n]Updated Catalan (Valencian) translation M po/ca@valencia.po commit 7336104da09a01db012c6d7e4d11abc3bac2f4e8 Author: Vincent Untz Date: 2011-04-26 release: post-release bump to 3.0.2 M configure.ac commit 582b78f2d085130fb63537c8e7b1120ff77c9979 Author: Vincent Untz Date: 2011-04-26 release: 3.0.1 M NEWS M configure.ac commit 1febd5e57900e931b9aa53774a8c3caaff4f6a2a Author: Theppitak Karoonboonyanan Date: 2011-04-25 Updated Thai translation. M po/th.po commit df2f20a03a78d23665148c608b4955bb4702c2d9 Author: Anousak Souphavanh Date: 2011-04-19 l10n: Added Lao translation for gnome-menus M po/LINGUAS A po/lo.po commit 2a436ad5101f3a05a029ffaded8d60c412686540 Author: Vincent Untz Date: 2011-04-04 release: post-release bump to 3.0.1 M configure.ac commit 8f288a1114e95adf98f8186cb309e5cacad66105 Author: Vincent Untz Date: 2011-04-04 release: 3.0.0 M NEWS M configure.ac commit a153239bdf7126154ada0b7e22bf827860cad330 Author: Jamil Ahmed Date: 2011-04-04 Updated Bengali translation M po/bn.po commit 381752ab7db377bdabcfda08ab90353ce78770f7 Author: Jordi Serratosa Date: 2011-04-04 [l10n]Fixes on Catalan translation M po/ca.po commit 61593b848a8f03694a7963a0cb796aa06b82330c Author: Nguyễn Thái Ngọc Duy Date: 2011-04-02 Updated Vietnamese translation M po/vi.po commit 5d9e2b6e441b907ca9724ab3fdc02fc32fa12205 Author: Nguyễn Thái Ngọc Duy Date: 2011-04-02 po/vi.po: import from Damned Lies M po/vi.po commit e8d7b8fb9d128ac39e3e0f1dd6a8e96c7ce18e75 Author: krishnababu k Date: 2011-04-01 Updated Telugu translations done by praveen M po/te.po commit 4fb0ed4d0e7a4fb40e56af6d462467bd16d4c512 Author: Vincent Untz Date: 2011-03-30 layout: Show administration tools and old capplets in Other Right now, administration tools and capplets that used to be in the Control Center are not accessible in any way. With this patch, they appear in Other. While this is not perfect, this will make them accessible until we find the right solution. To do this, we just exclude .desktop files that match panels from the Control Center instead of excludings the Settings category, which is too broad. https://bugzilla.gnome.org/show_bug.cgi?id=645061 M layout/applications.menu commit 7c73245fcbd5feaf66df50ee6ca5e8c9132a11aa Author: Abduxukur Abdurixit Date: 2011-03-27 Added UG translation M po/ug.po commit d2bd20e2e09fa4791da9a9881d77d58f31328ec9 Author: Sense Hofstede Date: 2011-03-18 Updated Frisian translation M po/fy.po commit de31041b34a03b1438407a5604a0d416ea791e31 Author: Khaled Hosny Date: 2011-03-07 Updated Arabic translation M po/ar.po commit 819557fd56cd9a867bc1ed66955b70c823292b71 Author: Vincent Untz Date: 2011-03-06 release: post-release bump to 2.91.92 M configure.ac commit 764cf265fac8b7ee574d045b44431fe7cfbd4852 Author: Vincent Untz Date: 2011-03-06 release: 2.91.91 M NEWS M configure.ac commit 8e256fa080eadccecea4823f688974da34ed3790 Author: Daniel Korostil Date: 2011-03-01 Uploaded Ukranian M po/uk.po commit 715a80efbe9d2be0f329979e13073b0ece9241af Author: Changwoo Ryu Date: 2011-02-27 Updated Korean translation M po/ko.po commit 2966b4886b300a0bba438242fa5f44ac9f16f1c0 Author: Vincent Untz Date: 2011-02-23 editor: Fix to work with latest pygi https://bugzilla.gnome.org/show_bug.cgi?id=643019 M simple-editor/GMenuSimpleEditor/maindialog.py M simple-editor/GMenuSimpleEditor/menufilewriter.py M simple-editor/GMenuSimpleEditor/menutreemodel.py commit 8c66c8ad72ab512bc194cf16eadb7bf76696d817 Author: Friedel Wolff Date: 2011-02-07 Updated translation for Afrikaans (af) M po/af.po commit 9792ac69297dc003f5ba4d9461e15874ac1a6908 Author: Vincent Untz Date: 2011-02-04 build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS This is used by gnome-autogen.sh, and we need it when aclocal.m4 is to be rebuilt by make, to avoid losing some aclocal paths. Also, don't set ACLOCAL_AMFLAGS in configure. M Makefile.am M configure.ac commit 6223b261d5a46ac170567ca4d5c0a00a07f64d43 Author: Pavol Klačanský Date: 2011-02-02 Updated Slovak translation M po/sk.po commit 668835a8d12d1dd5c88e3bc0fdd44eb6a63272e3 Author: Vincent Untz Date: 2011-02-02 release: post-release bump to 2.91.90 M configure.ac commit c24f0b2ada3123141049ca579d080245a923b88a Author: Vincent Untz Date: 2011-02-02 release: 2.91.6 M NEWS M configure.ac commit 8c2c9b554fdbbd10769c6028a51e230e362b9b4c Author: Vincent Untz Date: 2011-02-02 build: Fix distcheck (missing file in POTFILES.in) M po/POTFILES.in commit b68bcd27f44ce2c494f6e3cd9695890b9c02af04 Author: Vincent Untz Date: 2011-02-01 layout: Drop settings.menu It doesn't fit in the GNOME 3 world, where we use gnomecc.menu. D desktop-directories/InternetAndNetwork.directory.in D desktop-directories/LookAndFeel.directory.in M desktop-directories/Makefile.am D desktop-directories/Settings-System.directory.in D desktop-directories/Settings.directory.in D desktop-directories/X-GNOME-Menu-System.directory.in M layout/Makefile.am D layout/settings.menu M po/POTFILES.in commit 9ff2b267f4ae08ec38a2eb49c9de7f6778708d22 Author: Fran Diéguez Date: 2011-01-27 QA of Galician translations M po/gl.po commit 81dcfb9938e49083eddf545ec4ad919885a041c8 Author: Gheyret T.Kenji Date: 2010-12-23 Added UG translation M po/ug.po commit 340f2aa06c57705e9c3c7dcc62abccfa583ed2c8 Author: Mattias Põldaru Date: 2010-12-20 [l10n] Updated Estonian translation M po/et.po commit 31c1309040172956c84a6123460e7254221ac2eb Author: Nguyễn Thái Ngọc Duy Date: 2010-12-19 po/vi.po: import some translations from Ubuntu/Maverick M po/vi.po commit faf02643fb23eb2ca0ef08b75cd77e1cae0237ab Author: Gheyret T.Kenji Date: 2010-11-20 Added UG translation M po/ug.po commit f921bd15a02ee98d8ad2a5301135f096e0a0621f Author: Mahyar Moghimi Date: 2010-11-19 Updating Persian Translation M po/fa.po commit eb15998cee9614522a4a6018249aa449a5b9ead0 Author: Gheyret T.Kenji Date: 2010-11-13 Added UG translation M po/ug.po commit 5062b41c9ede06f1dfaa030a72201d7cb24e28d4 Author: Carles Ferrando Date: 2010-10-29 Updated Catalan (Valencian) translation M po/ca@valencia.po commit cfaef75741125ab692e4154dcf9ceda8b554c26d Author: Vincent Untz Date: 2010-10-09 build: Update git.mk from pango M git.mk commit 9cbd519531eaacb61cc686c13dce94cc5efb2fb2 Author: Vincent Untz Date: 2010-10-06 editor: Remove useless import M simple-editor/GMenuSimpleEditor/maindialog.py commit 6a776912dd1c963644b0291dbf8726ef1ec116ee Author: Vincent Untz Date: 2010-10-06 introspection: Tell g-ir-scanner what are the prefixes This means we now require gobject-introspection 0.9.5. M configure.ac M libmenu/Makefile.am commit 5092245c4fe1449bee93b8923e370d7db339f40f Author: Vincent Untz Date: 2010-10-06 libmenu: Do not send multiple notifications for one file change We emit notifications in the idle loop, which enables us to compress multiple notifications: this way, we can check if there is already a notification for a directory. We do this at the CachedDir level because it enables us to get one notification for a file rename, for example. But we also need it at the MenuLayout level to be sure to compress notifications accross multiple directories. It could be argued that we only need the latter, but I like it this way :-) https://bugzilla.gnome.org/show_bug.cgi?id=172046 M libmenu/entry-directories.c M libmenu/menu-layout.c commit 2e394806107ccbf0a3b822ab299042ea441c721e Author: Vincent Untz Date: 2010-10-06 editor: Forgot to remove "import pygtk" :-) M simple-editor/GMenuSimpleEditor/main.py commit adb08fee8c3677e539b9d1ca8fab9be1c4bf14b9 Author: Vincent Untz Date: 2010-10-06 editor: Remove has_separator property It's gone in new GTK+. M simple-editor/gmenu-simple-editor.ui commit cd550ce70f391ba3511800a1e100213bc3ff6c45 Author: Vincent Untz Date: 2010-10-06 editor: port to pygobject-based introspection bindings https://bugzilla.gnome.org/show_bug.cgi?id=626256 M simple-editor/GMenuSimpleEditor/main.py M simple-editor/GMenuSimpleEditor/maindialog.py M simple-editor/GMenuSimpleEditor/menufilewriter.py M simple-editor/GMenuSimpleEditor/menutreemodel.py commit ce014ee2884f134bcd9764043a58eb32294062ed Author: Kikongo Translation Team Date: 2010-09-27 Added Kikongo translation M po/LINGUAS A po/kg.po commit 15056451271dc5faf31ee2161cdb5696773275c5 Author: Vincent Untz Date: 2010-09-27 release: post-release bump to 2.30.5 M configure.ac commit 9c269a6850ca8c97edc1e41419d8f7778574c84f Author: Vincent Untz Date: 2010-09-27 release: 2.30.4 M NEWS M configure.ac commit 90a58de1f3a7381b26206be39624a3d40d8ffb07 Author: Vincent Untz Date: 2010-09-27 misc: Rename --enable-deprecations to --enable-deprecation-flags This is a better name for this configure option, since it's really about enabling the use of the deprecation flags, not allowing the use of deprecated API. M configure.ac commit f1da5abb7c1783134cfa485b323aedb4f5bc2465 Author: Vincent Untz Date: 2010-09-27 introspection: Associate .gir with pkg-config file M libmenu/Makefile.am commit fbd3e2c9f8fb8de4c975367f30b84121478da7d2 Author: Vincent Untz Date: 2010-09-23 libmenu: Clear cache of desktop entries set when files are added/removed When installing or removing an application, we get a notification of change. However, the menu tree still contained the same content. We were simply not clearing the cache containing the list of desktop entries when a file got added or removed, meaning that we always got the same list of desktop entries. (Note that it didn't affect gnome-panel, it's unclear why) https://bugzilla.gnome.org/show_bug.cgi?id=630410 M libmenu/entry-directories.c commit 54af0ebf8863955c0641670343ac57900092f104 Author: Torstein Winterseth Date: 2010-09-22 Updated Norwegian Nynorsk translation. M po/nn.po commit b8874d1d36c9b7d448b4958af5b71f2fa3606984 Author: Vincent Untz Date: 2010-09-20 build: Update all Makefile.am to more recent standards M Makefile.am M desktop-directories/Makefile.am M layout/Makefile.am M libmenu/Makefile.am M python/Makefile.am M simple-editor/GMenuSimpleEditor/Makefile.am M simple-editor/Makefile.am M util/Makefile.am commit 7060e3c48a391c0fa96e57879575e333c3a54e67 Author: Vincent Untz Date: 2010-09-20 misc: Update instructions for commit messages We're switching to "tag:" instead of "[tag]". M ChangeLog commit 22642577f7324349b3681bc58e32004820236066 Author: Takayuki KUSANO Date: 2010-09-20 Updated Japanese translation M po/ja.po commit feeb6b4d64f2d3e5e0f284aa3e1bfd625a627b1f Author: Daniel Martinez Date: 2010-09-18 Updated Aragonese translation M po/an.po commit 6010094c40eb65965622141cb09fec3a0c8b31d3 Author: Baurzhan Muftakhidinov Date: 2010-09-15 Updated Kazakh translation M po/kk.po commit fe36b5b5371404ea96a46ac6d6b4a003f54d9828 Author: Vincent Untz Date: 2010-09-14 release: post-release bump to 2.30.4 M configure.ac commit 721b241e2c5449003238d333d03063fdfe7b3aa1 Author: Vincent Untz Date: 2010-09-14 release: 2.30.3 M NEWS M configure.ac commit 328cff2e2951e817a6e999b3a3a8b563f07cd778 Author: Vincent Untz Date: 2010-09-08 [misc] Update AUTHORS, HACKING, MAINTAINERS, README Nothing new, but make sure this is up-to-date. Also tweak a bit autogen.sh and Makefile.am to make them look similar in all my modules. M AUTHORS M HACKING M MAINTAINERS M Makefile.am M README M autogen.sh M gnome-menus.doap commit 4cfd7db5d1ac221bc1397854a04dc40a654f1188 Author: Vincent Untz Date: 2010-09-08 [misc] Update license files to latest text Note that this doesn't change the license. The license text was updated for the latest FSF address, for example. M COPYING M COPYING.LIB commit bd02ce500383aa04914fda89900af93cdb33809d Author: Vincent Untz Date: 2010-09-08 [build] Rename configure.in to configure.ac M autogen.sh R100 configure.in configure.ac commit 8b14b78f279bad26580387b69a3274ba1197f66b Author: Dirgita Date: 2010-08-04 Updated Indonesian translation M po/id.po commit d524140a28c92719bdcc81df207c38c3c96052c0 Author: Pablo Castellano Date: 2010-08-03 Update git.mk from pango M git.mk commit d0cbd37e93980bae0781704765c56009913b0204 Author: Gheyret Tohti Date: 2010-08-03 Updated Uyghur translation M po/ug.po commit 784b664c760d655ae306d2d5d718231a1d09333f Author: Fran Diéguez Date: 2010-07-20 Updated Galician translations M po/gl.po commit 1100aed1ec5863ebfa80e51ca7f07e2b964459dd Author: Sense Hofstede Date: 2010-07-18 Fix forgotten copyright notices in the Frisian translations. M po/fy.po commit e29c70ada73e7f029423361da318685d517cbd2b Author: Sense Hofstede Date: 2010-07-18 Updated Frisian translation and added it to the LINGUAS file M po/LINGUAS A po/fy.po commit ce67a8b1603bb878131c23b625cf48b44ea8c477 Author: Reuben Potts Date: 2010-07-07 Added Manx translation M po/LINGUAS A po/gv.po commit 5e30e13fd5923befda0372473f64a81b98b35f92 Author: Baurzhan Muftakhidinov Date: 2010-07-02 Updated Kazakh translation for gdm M po/kk.po commit 2054996af842e6df1726e58d81a569f03e30d75f Author: Vincent Untz Date: 2010-06-30 [editor] Better fix for XDG_MENU_PREFIX support in editor The previous fix was partly wrong, because the menu file referenced in the created user menu file was not using the prefix. So instead of letting the library handle XDG_MENU_PREFIX, we handle it ourselves everywhere. M simple-editor/GMenuSimpleEditor/menufilewriter.py M simple-editor/GMenuSimpleEditor/menutreemodel.py commit ac425c5ac9e386fd171801496503d591d5c5ade2 Author: Vincent Untz Date: 2010-06-30 [editor] Respect XDG_MENU_PREFIX when writing user menu file https://bugzilla.gnome.org/show_bug.cgi?id=623197 M simple-editor/GMenuSimpleEditor/menufilewriter.py commit e8a7198465e090f3e35fc1ac328800909574801f Author: Kristjan Schmidt Date: 2010-06-23 Updated Esperanto translation M po/eo.po commit 0e25cc961e1814cb2b6e6e2b9172a649f5542a50 Author: Vincent Untz Date: 2010-06-22 [release] post-release bump to 2.30.3 M configure.in commit 3ec065b74712c99d1cdde955e864f203afccb41b Author: Vincent Untz Date: 2010-06-22 [release] 2.30.2 M NEWS M README M configure.in commit 320453668ea791f1d7c9f11d84363bfbae63fb25 Author: Yaakov Selkowitz Date: 2010-06-15 [build] Do not dist gir_DATA GIR files contain a shared-library attribute which varies per platform, and therefore must not be disted; see bug 621611 for rationale. https://bugzilla.gnome.org/show_bug.cgi?id=621724 M libmenu/Makefile.am commit 612aeb7cd40f57757a733d0805a52f6a6a000152 Author: Fran Diéguez Date: 2010-06-13 Updated Galician translations M po/gl.po commit 7e1332e718118f16ab451a622d40ec3afde79c2b Author: Matej Urbančič Date: 2010-05-21 Updated Slovenian translation M po/sl.po commit f93cca66736b876b8739fb900b51c82e22c7aead Author: Thomas Thurman Date: 2010-05-16 Updated Shavian translation M po/en@shaw.po commit 0928101b34ac6bc6e7da5c8bd52d39af43a9f38f Author: Thomas Thurman Date: 2010-05-12 Updated Shavian transliteration M po/en@shaw.po commit a66c03d1771a15ffe054e9e64ff5183bda951bcf Author: Peteris Krisjanis Date: 2010-04-24 Updated Latvian translation. M po/lv.po commit 498f225b6f9a4a146a534bacdc8b8b665cf71d95 Author: Daniel Martinez Date: 2010-04-24 Added Aragonese translation M po/LINGUAS A po/an.po commit 5b8ae6e132b31a0a0f14021ef6cf2fc2794bc87e Author: Carles Ferrando Date: 2010-04-21 Updated Catalan (Valencian) translation M po/ca@valencia.po commit 7408013978ba989af175f2ca17526fec4eea49c6 Author: Shankar Prasad Date: 2010-04-21 Updated Kannada translations M po/kn.po commit 20d4732caf167f54c376d34184ca7fdcf7d834b7 Author: Jordi Serratosa Date: 2010-04-02 Fixes to Catalan translation M po/ca.po commit a08bbc660cd320245ea4f3ccab4c33261e83dc7b Author: Christian Kirbach Date: 2010-03-31 Updated German translation M po/de.po commit ffbddbf28289a4ac72b284e3cc6f4db04cf0b43e Author: Wouter Bolsterlee Date: 2010-03-30 Dutch translation updated by Wouter Bolsterlee M po/nl.po commit 8d9f3db359acde4395645a0ea95c48567e5d79f4 Author: Reşat SABIQ Date: 2010-03-30 Updated Crimean Tatar (Crimean Turkish) translation M po/crh.po commit fe6b717216cb93b05abc547fd11c550d9d4f4f4e Author: Vincent Untz Date: 2010-03-30 [release] post-release bump to 2.30.1 M configure.in commit ada97a6e81d2f282796938269da7280dc5a8c83f Author: Vincent Untz Date: 2010-03-30 [release] 2.30.0 M NEWS M README M configure.in commit 2d0068dc1859b3adf21cfcc47a23aa00fc7d4502 Author: Kostas Papadimas Date: 2010-03-28 Updated Greek translation M po/el.po commit b7d6ee4f3f252b57a85787043fa3506d1640fa05 Author: Inaki Larranaga Murgoitio Date: 2010-03-23 Updated Basque language M po/eu.po commit e74ebd36d267033054e6bf15851da0f88d12eb3a Author: Badral Sanligiin Date: 2010-03-23 Updated Mongolian translation M po/mn.po commit 1bec0581f480c3e8b485be1453de389083feff5c Author: David Planella Date: 2010-03-17 Updated Catalan translation as per fixes discussed on the translation mailing list M po/ca.po commit 1253c82ed7ba774cbad7794c06d31249bf591c37 Author: Vincent Untz Date: 2010-03-15 [libmenu] Never ignore Menuname nodes from DefaultLayout If a Menuname node applies to a subdirectory that appears because of inlining, we generally want to ignore it. However, if this Menuname node comes from a DefaultLayout, then it should really be applied. M libmenu/gmenu-tree.c commit 7dba2d5302b539e24131e669e2db26f3c16e1547 Author: Vincent Untz Date: 2010-03-15 [libmenu] Fix layout processing for Menuname nodes Because of the scope of a variable, no submenu were matching Menuname nodes in the layouts, making all the Menuname nodes non-working. https://bugzilla.gnome.org/show_bug.cgi?id=612585 M libmenu/gmenu-tree.c commit c48304179db938f7336223f99ead95dda6044f7a Author: Changwoo Ryu Date: 2010-03-13 Updated Korean translation M po/ko.po commit 87f03667154f5c77548506218c57020e37d04c81 Author: Vincent Untz Date: 2010-03-09 [build] Add configure summary M configure.in commit 9fbaa3d7f76ffb4076216d231acf39da0331e0bc Author: Vincent Untz Date: 2010-03-08 [release] post-release bump to 2.30.0 M configure.in commit 076f8c42ce3e46c3b5cb761a3cd65c6f1e0a55a2 Author: Vincent Untz Date: 2010-03-08 [release] 2.29.92 M NEWS M README M configure.in commit d50ff15f43bc2311fbd06bd9664ae9571fd550ea Author: Vincent Untz Date: 2010-03-08 [libmenu] Add gobject-introspection support https://bugzilla.gnome.org/show_bug.cgi?id=598406 M Makefile.am M autogen.sh M configure.in M libmenu/Makefile.am commit d3135a15585afcb8d597fae05beadfaf1c743238 Author: Vincent Untz Date: 2010-03-04 [misc] Do not call bindtextdomain() and friends in test-menu-spec.c We decided to not make this application translatable in commit 25c10ed7, so we don't need those calls. M util/test-menu-spec.c commit 57e825050cf8eafb970c8ddd2dc9c66885d25ce3 Author: Nikos Charonitakis Date: 2010-02-25 Updated Greek translation M po/el.po commit 274a633ddb053a70e26278308a6fb52ef933e608 Author: Pavol Klačanský Date: 2010-02-23 Updated Slovak translation M po/sk.po commit 41d1ce2320c26dce1677e0624c36119ec88e6823 Author: Vincent Untz Date: 2010-02-22 [release] post-release bump to 2.29.92 M configure.in commit 5eaf95e2c9e7755332a7c586eef34726244290dd Author: Vincent Untz Date: 2010-02-22 [release] 2.29.91 M NEWS M README M configure.in commit ca24481c06829c7382d20ac7ee2283e22b908451 Author: Vincent Untz Date: 2010-02-22 [misc] Add translator comment for Personal https://bugzilla.gnome.org/show_bug.cgi?id=610661 M desktop-directories/Personal.directory.in commit 25c10ed70c8125516537b3b731dff1c559bcab94 Author: Vincent Untz Date: 2010-02-22 [misc] Do not make the string test-menu-spec.c translatable This is only a test program that doesn't get installed, so there's no point in making translators work on the strings there. https://bugzilla.gnome.org/show_bug.cgi?id=609441 M po/POTFILES.in A po/POTFILES.skip M util/test-menu-spec.c commit 8f52b3c312da587fb29590559cb50370787f6116 Author: Fran Diéguez Date: 2010-02-15 Updated Galician Translation M po/gl.po commit ef1383eda9480c96ac2e5d958342c98ab1be41cb Author: Torstein Adolf Winterseth Date: 2010-01-28 Updated Norwegian Nynorsk translation M po/nn.po commit a0a398d77aa2ea28d267f106880e0df1417d8fab Author: Vincent Untz Date: 2010-01-27 [release] post-release bump to 2.29.90 M configure.in commit 2c37a7cbdd9d6f7e9f1ccfb0d2979da897e9668e Author: Vincent Untz Date: 2010-01-27 [release] 2.29.6 M NEWS M README M configure.in commit a462be862680ee3051eef3ca238f5bc405640e16 Author: Jamil Ahmed Date: 2010-01-24 Updated Bengali translation M po/bn.po commit fdafd8c07a65e65fdf6f2e7d358b7eb2b14d01eb Author: Aron Xu Date: 2010-01-24 Update Simplified Chinese translation. M po/zh_CN.po commit 89309a8bb1e76209e147180a3fe2fd15307d6012 Author: Vincent Untz Date: 2010-01-15 [libmenu] Do not count non-inlining submenus as inlining with header When computing if a submenu should be inlined, we use the number of items in the subsubmenus. It was always assuming that inlining with a header would be used, because of misuse of the will_inline_header field. M libmenu/gmenu-tree.c commit 4b51a77fcbc1a2c3e94945c4b92a65559f7e5996 Author: Vincent Untz Date: 2010-01-14 [libmenu] Support inline alias of an inline alias M libmenu/gmenu-tree.c commit cd1d0a199110ca94266c3e8b928e61d12cd2aac3 Author: Vincent Untz Date: 2010-01-14 [libmenu] Add real support for inline aliases during layout processing It looks like the inline aliases were not really tested before... All the processing of the layout info (merge_subdir_by_name, merge_entry_by_id, merge_subdirs, merge_entries, merge_subdirs_and_entries) was completely ignoring the fact that some subdirs or entries might be aliases, and therefore need a different processing. This is now done correctly, and we have a merge_alias() function to do the right thing when an alias is detected. Also, this simplifies quite a bit the sorting of subdirs or entries since we always need to check the types of the items we compare, so we can get rid of gmenu_tree_directory_compare and gmenu_tree_entry_compare. M libmenu/gmenu-tree.c commit cda451cec61345d357cbc26e5a5dfd102f476ea5 Author: Vincent Untz Date: 2010-01-14 [libmenu] Fix miscalulation for inlining when inline_header = true When inline_header = true for a subdirectory, the length of the content of the parent directory was miscomputed: instead of adding the length of the subdirectory, it was just replacing the current length with the length of the subdirectory. Also fix a typo in a comment M libmenu/gmenu-tree.c commit b6dc7a2443ef3d8fef1a1175532124882e95d03b Author: krishnababu k Date: 2009-12-02 Updated telugu translation M po/te.po commit 696867378e99b410c1803412c7f894c99b386f64 Author: Thomas Thurman Date: 2009-10-31 Shavian translation M po/LINGUAS A po/en@shaw.po commit 4c76410de345e06b879c85fa015659286f42c240 Author: Nils-Christoph Fiedler Date: 2009-10-22 Updated Low German translation M po/nds.po commit 5f2c53bd3fbd4b39707609955f445c96eb9b5fb3 Author: Reşat SABIQ Date: 2009-10-21 Update for Crimean Tatar (Crimean Turkish) translation M po/crh.po commit bde6cabd440da28d25983e762ed6b71849da918f Author: Leonid Kanter Date: 2009-10-20 Updated Russian translation M po/ru.po commit 72f4ede1ab9bbcfa29affda98e1fcfecdfcf87ef Author: Gil Forcada Date: 2009-10-06 Updated Catalan translation M po/ca.po commit e1c00f83d903581233e7e15655916b4079b3e500 Author: Sveinn í Felli Date: 2009-10-02 Updated Icelandic translation M po/is.po commit 5aff8025f08164699721084857a5321ed2a45abe Author: Vincent Untz Date: 2009-10-01 [release] post-release bump to 2.28.1 M configure.in commit 1d899c5b7bafb9ea01e0f407df7acb2b0d6432f4 Author: Vincent Untz Date: 2009-10-01 [release] 2.28.0.1 M NEWS M README M configure.in commit 9d8e52a9a3e495f1e8e50a61f89510a03a4d31c9 Author: Vincent Untz Date: 2009-10-01 [build] Link the python binding to libpython Thanks to Frederic Crozat for spotting this. D acinclude.m4 A m4/python.m4 M python/Makefile.am commit 117273842932a6fb24143926513474c28e3595b4 Author: Frederic Crozat Date: 2009-09-29 [libmenu] Make sure to use a value when sorting items during a merge The name variable was not assigned any value... M libmenu/gmenu-tree.c commit 5713f8e66b0fe3791a57555ebd12ddb076176cd9 Author: Vincent Untz Date: 2009-09-21 [release] post-release bump to 2.28.1 M configure.in commit ddc11bf8f9d279cc2578c074ccb2c85a837e4ba7 Author: Vincent Untz Date: 2009-09-21 [release] 2.28.0 M NEWS M README M configure.in commit 87d43c2dd053ae3cb16e53341db2cb60ae348cf9 Author: Amitakhya Phukan Date: 2009-09-21 Updating Assamese translations M po/as.po commit a44cc5ae04856e05300dc189cab1a9e0ea0d7697 Author: Amitakhya Phukan Date: 2009-09-21 Updating Assamese translations M po/as.po commit e6a5afde9de461ccbc45556ca7720d0b9e1c63a8 Author: Shankar Prasad Date: 2009-09-21 Updated Kannada(kn) translation M po/kn.po commit dc324804a5105c78f5fded62232d7f83976dec2d Author: Petr Kovar Date: 2009-09-21 Updated Czech translation M po/cs.po commit c7045e1d8937e7730cde99e87dce31ccb3474d76 Author: Rajesh Ranjan Date: 2009-09-20 maithili update, translated by Sangeeta Kumari M po/mai.po commit 3e5f8caa3f659f4a3ea7730ea79af98c639379ac Author: Daniel Nylander Date: 2009-09-19 Updated Swedish translation M po/sv.po commit 8af7dc29b7ccf039422d70c38f3927d1e493e726 Author: Luca Ferretti Date: 2009-09-18 Added Italian translation M po/it.po commit b46ad5eb16a78883c09ebddcf09634368052ac72 Author: krishnababu k Date: 2009-09-17 Updated Telugu Translation M po/te.po commit 9f35303a5dbb43c2f024d001de95dd58402e4519 Author: Maxim V. Dziumanenko Date: 2009-09-17 Added Ukrainian translation M po/uk.po commit 9f656630180c4328bfe95e325c4e2afbf61a22d4 Author: Niels-Christoph Fiedler Date: 2009-09-16 Updated German translation M po/nds.po commit 3989f3da21c0b72c2161c4476620e992ca533a02 Author: Adi Roiban Date: 2009-09-16 Updated Romanian translation M po/ro.po commit a9f05d49e0e31e5cd7ec6ca6e835b3de438f3033 Author: Rajesh Ranjan Date: 2009-09-16 hindi update by Rajesh Ranjan M po/hi.po commit 19d5f458acc6001cee1446caa39163f3369af273 Author: Gintautas Miliauskas Date: 2009-09-15 Updated Lithuanian translation. M po/lt.po commit 1102f0542b4df782708eb857e638bfd5966aa7dc Author: Ask H. Larsen Date: 2009-09-13 Updated Danish translation M po/da.po commit da99034888d5191a27e3029cbad6c73c7e52e10a Author: Philip Withnall Date: 2009-09-12 Updated British English translation M po/en_GB.po commit 67c6af706c287319a7d5c73cf86d5209fd89f44f Author: Chao-Hsiung Liao Date: 2009-09-13 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit ebd7a9aaa45fb4b43ac7e5b35e45412ddd55dc9d Author: Ani Date: 2009-09-12 Updaeted Malayalam Translations M po/ml.po commit 37d761d18917ba9167c2be84c8fd5c6948ff3139 Author: Matej Urbančič Date: 2009-09-12 Updated Slovenian translation M po/sl.po commit 333ce6b4509b8137c085171b730b92f0d2870c7b Author: Sandeep Shedmake Date: 2009-09-11 Updated Marathi Translations M po/mr.po commit 068006c9639123b7c7fe47855f5e1801c78c7dd0 Author: A S Alam Date: 2009-09-10 updating for Punjabi M po/pa.po commit 7411701b1e806aa8f283ea9868d165ab150ac2c7 Author: Baris Cicek Date: 2009-09-10 Updated Turkish translation. M po/tr.po commit eb43a84b5a1b55f1743e9d0b9aee036a72962b17 Author: Vincent Untz Date: 2009-09-09 [build] Generate bzip2 tarballs and use foreign automake option M configure.in commit 4d35bde7e67f6b59c108ebc8615a342cb93cbd17 Author: Vincent Untz Date: 2009-09-09 [release] post-release bump to 2.28.0 M configure.in commit 908771796bad88ce49158f951bd7ca40c51b256b Author: Vincent Untz Date: 2009-09-09 [release] 2.27.92 M NEWS M README M configure.in commit f1a8145230fc24f47f4818f39839aafe5b911c37 Author: Takayuki KUSANO Date: 2009-09-08 Updated Japanese translation M po/ja.po commit 0178e1acc5aeca2e05ddfcf67e8f03e8ee82eff6 Author: Vincent Untz Date: 2009-09-08 [misc] Bump version to 2.27.92 M configure.in commit db81a7f1194e435b538ab6710d752276fb1c7135 Author: Vincent Untz Date: 2009-09-07 [editor] Use display name instead of name M simple-editor/GMenuSimpleEditor/menutreemodel.py commit d3fdd0ba4133c66e670561bca5b1bf4dd1a8feea Author: Vincent Untz Date: 2009-09-07 [libmenu,python] Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() This is needed for users of gnome-menus that display applications by strings obtained via get_display_name(), since the order of entry changes if strings are different. The default is to keep the sort order by name. At the moment, the only other option is to use a sort by display name. Bindings for python are added too. M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h M python/gmenu.c commit 4b007ffddf4cfd58d508a8c24d49ca8724753bb0 Author: Vincent Untz Date: 2009-09-07 [python] Fix accidental swap between display_name and generic_name M python/gmenu.c commit 22b78e8b3cbc5d68638a1729728b682a4ce1d10b Author: Vincent Untz Date: 2009-09-07 [python] Add bindings for get_generic_name() and get_display_name() M python/gmenu.c commit e539c64e99a000b3a89a53bb5a6233a6b16ed96a Author: Vincent Untz Date: 2009-09-07 [libmenu] Add gmenu_tree_entry_get_display_name() API This API returns the content of the X-GNOME-FullName key if available, and fallbacks to Name. M libmenu/desktop-entries.c M libmenu/desktop-entries.h M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit 9767b9094ef22034be948f289473726e922e1d28 Author: Gabor Kelemen Date: 2009-09-07 Hungarian translation updated M po/hu.po commit c2e0a3cedf6ceded675e6d6b8368d98dc8e64716 Author: Rodrigo L. M. Flores Date: 2009-08-30 Updated Brazilian Portuguese mailing list address. M po/pt_BR.po commit e5c016f25d380332029e4b4d78ebc795fcc06e27 Author: Mario Blättermann Date: 2009-08-30 Updated German translation M po/de.po commit aadd320b39ccd5a713b2fc9f5fb85d894141c61f Author: Miloš Popović Date: 2009-08-29 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 900767c9056455409c0ad674d17959b50b1a0f49 Author: Runa Bhattacharjee Date: 2009-08-28 Updated Bengali India Translations M po/bn_IN.po commit 66913548e742cc1a8c138fccce9302b88fe5eae9 Author: Duarte Loreto Date: 2009-08-27 Updated Portuguese translation M po/pt.po commit 4dbf30628a5f29f8eb0b85c65ffd5b9b0caa5177 Author: Claude Paroz Date: 2009-08-26 Updated French translation M po/fr.po commit bcf479be8e2b92c26becafe004a0f1b1c62af679 Author: Inaki Larranaga Murgoitio Date: 2009-08-26 Updated Basque language M po/eu.po commit 5ee416dd4c7b0ddb11c7c38581bf293b3b9352dd Author: Luca Ferretti Date: 2009-08-26 Updated Italian translation M po/it.po commit a02a132ed3b18f156bf2c7e965c3075685f72759 Author: Tomasz Dominikowski Date: 2009-08-25 Updated Polish translation M po/pl.po commit 6f55d2289a2a30d03db2bf40c31f79474ff952c0 Author: Frédéric Péters Date: 2009-08-22 Remove deprecated Encoding key from desktop file M simple-editor/gmenu-simple-editor.desktop.in commit 4771bdb6af1b29f10ba39706cb2b63433d1f0480 Author: Andre Klapper Date: 2009-08-24 Change nds_NFE to nds as discussed on irc M po/LINGUAS R100 po/nds_NFE.po po/nds.po commit 539360b4cfa0c26b884c9811acd15d943a7574a0 Author: Sweta Kothari Date: 2009-08-24 Updated Gujarati Translations M po/gu.po commit 28501f2afe901298d74760362f47bb7f67107699 Author: Changwoo Ryu Date: 2009-08-23 Update Korean translation M po/ko.po commit b2b842dbd5fd8687562d0961ad62391d5f72004f Author: Mario Blättermann Date: 2009-08-22 Added Low German to LINGUAS M po/LINGUAS commit 4694660b8ebac75d9c72ef1de5654bd031a9062e Author: Mario Blättermann Date: 2009-08-22 Added Low German translation A po/nds_NFE.po commit 9dc36cf2b049dbca649c92911f29644b073f031b Author: Khaled Hosny Date: 2009-08-20 Updated Arabic translation M po/ar.po commit 895ba3af6f107e61cc6a4414746d94ba3df38a8f Author: Alexander Shopov Date: 2009-08-14 Updated Bulgarian translation M po/bg.po commit 761e44b26fd2315f8823d3b5f2347346f1ef9eb0 Author: Manoj Kumar Giri Date: 2009-08-13 Updated Oriya Translation M po/or.po commit c49f4bb691fd51039add261b9a19c5b45bbbd0d5 Author: Antón Méixome Date: 2009-08-12 Updated Galician translation M po/gl.po commit 3ed6cedb4154fa399f48b036088fa703291d28d9 Author: Krix Apolinário Date: 2009-08-12 Updated Brazilian Portuguese translation. M po/pt_BR.po commit 3f85e31f5fbb7e3e77ed8459af8b18f071ed3767 Author: Kjartan Maraas Date: 2009-08-04 Updated Norwegian bokmål translation. M po/nb.po commit ed5f86151fd103c446535bc8d1ed3d80604e2899 Author: Seán de Búrca Date: 2009-07-29 Updated Irish translation M po/ga.po commit 6b5cd5918a318712237b5fc511fe122a1229a29b Author: Denis Arnaud Date: 2009-07-29 Updated breton translation M po/br.po commit c6f657e60f70bb848b70b9462591a38c973b4010 Author: drtvasudevan Date: 2009-07-29 Updated Tamil translation M po/ta.po commit 458924440a7f69c64272ddeb9fbe1999ac70bbcd Author: drtvasudevan Date: 2009-07-29 Updated Tamil translation M po/ta.po commit 3d9f5ce3d34839e2342692a849838c9e7503c588 Author: Denis Arnaud Date: 2009-07-29 Updated breton translation M po/br.po commit ea7245e45238b380a8ba11ee8dabc67775e49c6f Author: Vincent Untz Date: 2009-07-29 [misc] Update commit guidelines for referencing bugs M ChangeLog commit 374cdd09e33122d6a7f06eec9748130b3c85f9fe Author: Vincent Untz Date: 2009-07-28 [release] post-release bump to 2.27.90 M configure.in commit e399908c171a0add6ab6febd405b5121b3772fd2 Author: Vincent Untz Date: 2009-07-28 [release] 2.27.5 M NEWS M README M configure.in commit 2bb16693175f59d28c8a798d50ffb9b462c916f3 Author: Denis Arnaud Date: 2009-07-28 Updated breton translation M po/br.po commit b9cbf41d7c93ad8f18a5b9162dbd85a9e2774efa Author: Aron Xu Date: 2009-07-26 Updated Simplified Chinese translation. M po/zh_CN.po commit 0aed3c9a813e79ad57ec335e2aa410beb5d23991 Author: Theppitak Karoonboonyanan Date: 2009-07-23 Updated Thai translation. M po/th.po commit 83e66d9b0487b0be48ea935801d500e9857a4ae5 Author: Vincent Untz Date: 2009-07-21 [build] Set m4/ as macro dir M Makefile.am M configure.in commit 34c1fcb2306df9ca22634a82e75865eda1031769 Author: Vincent Untz Date: 2009-07-21 [build] Use silent-rules instead of shave for quiet build M configure.in D m4/shave.m4 D shave-libtool.in D shave.in M simple-editor/GMenuSimpleEditor/Makefile.am M simple-editor/Makefile.am commit 8ca7e0223b9f0e935889c146bfb5378bfeadf0ea Author: Ilkka Tuohela Date: 2009-07-19 Updated Finnish translation M po/fi.po commit b8fa21a37017f3fe5e333a616434c5b489e7f333 Author: Vincent Untz Date: 2009-07-15 [release] post-release bump to 2.27.5 M configure.in commit c17916822f13accf78dfc4d1f3ef8bc398e398f5 Author: Vincent Untz Date: 2009-07-15 [release] 2.27.4 M NEWS M README M configure.in commit d49ae45dc30c3fbafded146e5fbccbe23215316b Author: Daniel Nylander Date: 2009-07-07 Updated Swedish translation M po/sv.po commit 0b7478a5de36192e3bc31576c7e8114a3a6dbed3 Author: Yaron Shahrabani Date: 2009-07-04 Updated Hebrew translation M po/he.po commit 8bddaf2076e094043189a20c36bf66b8c3813921 Author: Vincent Untz Date: 2009-06-27 [libmenu] Sort inlined items unless inline_header is used We also strip duplicate entries in a menu when we do such a sort. This is actually not a trivial task since it means we have to correctly preprocess all inline data before using the layout -- else, we'd try to sort items while a layout has been used, which is too late (since you can specify that you want mixed entries and directories, eg; or even entries or directories in a specified order). We make sure to evaluate the inline data at the deepest first, so we can correctly propagate as much inline items as possible to the top. http://bugzilla.gnome.org/show_bug.cgi?id=490483 M libmenu/gmenu-tree.c commit 0b1f053e07d1d4c081a58303cfe7ed6b583ed966 Author: Jorge Gonzalez Date: 2009-06-27 Updated Spanish translation M po/es.po commit 7a6b5b5a292357357f4458820b6e8f851472c592 Author: Vincent Untz Date: 2009-06-26 [libmenu] Do not always inherit parent DefaultLayout attributes We should not use the parent DefaultLayout attributes when there no DefaultLayout children for the child but there are DefaultLayout attributes for the child. Ie, if the child has , then it used to keep inheriting the parent DefaultLayout attributes, and then possibly lose the inline="true". M libmenu/gmenu-tree.c commit 89ab14f5fd34d18ef1591baf1000f5197344cd92 Author: Vincent Untz Date: 2009-06-26 [libmenu] Fix DefaultLayout attributes not being inherited The submenus were not inheriting the DefaultLayout attributes (eg, all the inline parameters) of their parent when there was no child to the DefaultLayout of their parent. Concretely, this was ignored for submenus: while this should have behaved like: M libmenu/gmenu-tree.c commit 6f948049c368cad02b713332430b98c5daa11b5e Author: Mattias Põldaru Date: 2009-06-25 Updating Estonian translation M po/et.po commit 80f5477a91e11630403d60b701658c7ae242c7d7 Author: Claude Paroz Date: 2009-06-21 Add translator comment M simple-editor/GMenuSimpleEditor/main.py commit fc7e3ebf3266a47de4dc96a2fc938e01848eb53d Author: Claude Paroz Date: 2009-06-21 Fix POTFILES.in M po/POTFILES.in commit dca731f53b3686436cc94cf2704035419c03b7e8 Author: Robert Staudinger Date: 2009-05-07 [libmenu] Add API to access GenericName http://bugzilla.gnome.org/show_bug.cgi?id=581887 M libmenu/desktop-entries.c M libmenu/desktop-entries.h M libmenu/gmenu-tree.c M libmenu/gmenu-tree.h commit d504fabf22e5303abd631e5a868fb5f45f4c7b05 Author: Pedro Fragoso Date: 2009-06-21 [editor] Port to GtkBuilder (with a few tweaks by me to make it work) http://bugzilla.gnome.org/show_bug.cgi?id=580158 M po/POTFILES.in M simple-editor/GMenuSimpleEditor/config.py.in M simple-editor/GMenuSimpleEditor/main.py M simple-editor/GMenuSimpleEditor/maindialog.py M simple-editor/Makefile.am D simple-editor/gmenu-simple-editor.glade A simple-editor/gmenu-simple-editor.ui commit fecc2847cf75048a6fe41c7423ac1e705a32b12b Author: Vincent Untz Date: 2009-06-21 [editor] Add --help and --version arguments http://bugzilla.gnome.org/show_bug.cgi?id=552989 M simple-editor/GMenuSimpleEditor/main.py commit db6d999b0ada473a3124a14dd83ed7ccb2375474 Author: Seán de Búrca Date: 2009-05-24 Updated Irish translation M po/ga.po commit 0aa50a649aa76ea95f2cda225a87448e8a16b69c Author: Inash Zubair Date: 2009-05-23 Added Divehi translation M po/LINGUAS A po/dv.po commit 569e4835258906ca51b6b32e062cb3f860e5aeac Author: Michael Meeks Date: 2009-05-21 [libmenu] Add a cache for listing the desktop files When processing a layout, we get the list of desktop files from a set of directories. It turns out that we nearly always use the same set of directories, so adding a one-entry cache makes it possible to avoid computing things again and again. I changed Michael's patch a bit, mainly to empty the cache when the last GMenuTree is unref'ed. Closes: bgo#498749 M libmenu/entry-directories.c M libmenu/entry-directories.h M libmenu/gmenu-tree.c commit 020085ed0a4086509ede57eb4fb480bbdbb5c79a Author: Vincent Untz Date: 2009-05-02 Update commit messages guidelines M ChangeLog commit 4900c5713c5caf69d4d476023fb5638fb9d60a17 Author: Vincent Untz Date: 2009-04-27 Use git.mk from pango to autogenerate .gitignore files M Makefile.am M desktop-directories/Makefile.am A git.mk M layout/Makefile.am M libmenu/Makefile.am M python/Makefile.am M simple-editor/GMenuSimpleEditor/Makefile.am M simple-editor/Makefile.am M util/Makefile.am commit c11452a831ab1ecf15ccb516492740980bda7c18 Author: Vincent Untz Date: 2009-04-27 Remove .cvsignore files D .cvsignore D desktop-directories/.cvsignore D layout/.cvsignore D libmenu/.cvsignore D po/.cvsignore D python/.cvsignore D simple-editor/.cvsignore D simple-editor/GMenuSimpleEditor/.cvsignore D util/.cvsignore commit 5fa8af519c166de0a0abd4d9cf0e396540270b4f Author: Vincent Untz Date: 2009-04-27 Use shave to improve build log readability See http://git.lespiau.name/cgit/shave/tree/README for more details. M configure.in A m4/shave.m4 A shave-libtool.in A shave.in M simple-editor/GMenuSimpleEditor/Makefile.am M simple-editor/Makefile.am commit 22e86da4dfd79d8f2084bce3537607fa2b9bd40e Author: Vincent Untz Date: 2009-04-26 Fix doap file to have mail address as URL (mailto:) M gnome-menus.doap commit 1e3078b3ef1f58c7f6e8878ff0836d312c3e57dc Author: Vincent Untz Date: 2009-04-24 Make autogen.sh more modern. M autogen.sh commit 2f4ef97ac8153a1460b2a1404c4f622712b3db81 Author: Vincent Untz Date: 2009-04-22 Add doap file A gnome-menus.doap commit e5c0da200efb4a82d8478d45c62959b848085d77 Author: Vincent Untz Date: 2009-04-22 ename ChangeLog files to ChangeLog.pre-git M ChangeLog C100 ChangeLog ChangeLog.pre-git R100 po/ChangeLog po/ChangeLog.pre-git commit 71593a96a06add451182f6b2bf848daaae3d37a0 Author: Miquel Esplà Date: 2009-04-21 Added Valencian-Catalan translation M po/LINGUAS A po/ca@valencia.po commit 44190fe0edccfe82eeed523af572bcda3cb55dab Author: Vincent Untz Date: 2009-04-13 post-release bump to 2.26.2 2009-04-14 Vincent Untz * configure.in: post-release bump to 2.26.2 svn path=/trunk/; revision=1017 M ChangeLog M configure.in M po/ChangeLog