------------------------------------------------------------------- Fri May 25 14:25:55 UTC 2012 - vuntz@opensuse.org - Update to version 3.4.0: + Build system improvements. + Updated translations. - Changes from version 3.3.92: + Various updates for gnome-shell API changes (dock, native-window-placement). + local-install is now a make rule, not a shell script. + Updated translations. - Changes from version 3.3.90: + System wide installation via "make install" is possible again. + alternate-tab: can now pre-activate the selected window. + auto-move-windows, workspace-indicator and example gained new preference dialogs. + workspace-indicator: fixed a bug wrt focus stealing prevention. + Updated translations. - Changes from version 3.3.5: + Improvements to the build system and convenience module, making it easier for other extensions to use, and bringing it up to date with gnome-shell changes. + All extensions were ported to the Lang.Class framework (except xrandr-indicator, which is pending GDBus merge). + alternate-tab and dock were slightly refactored to clean up some old code. - Changes from version 3.3.4: + native-window-placement: fixed native-window-placement with custom button layout. + windowsNavigator: - improved styling of tooltips. - fixed when used with the numeric keypad. + Updated translations. - Changes from version 3.3.3: + alternative-status-menu no longer conflicts with other extensions in the user menu. + dock: - the default value of hide-effect is now move. - if autohide is disabled, now it pushes maximized windows aside. - updated to match current core shell styling. + drive-menu: changed to use media-eject icon instead of media-optical. + native-window-placement: position stategy setting was removed. + windowsNavigator: fixed to work with azerty keyboards. + Various other minor bug fixes. + Updated translations. - Changes from version 3.3.2: + All extensions are now self-contained, including l10n and settings. + Introduce a convenience module that can be shared among all extensions. + You can know build an installable zip file with make zip-file. + alternative-status-menu, alternate-tab: fix for master shell. + apps-menu: no longer shows NoDisplay apps - Changes from version 3.2.1: + alternate-tab: both modes now work with gnome-shell 3.2. + dock: added "move" hide effect. + systemMonitor: - now it enables/disables properly. - improved styling. + Various other bug fixes. + Updated translations. - Add gnome-common BuildRequires and call to ./autogen.sh in %setup as the tarball we have is generated with "git archive" (no tarball is published anymore upstream). - Drop gnome-shell-extensions-fix-popup-menus.patch and gnome-shell-extensions-make-dock-extension-work.patch: fixed upstream. - Rename gnome-shell-extension-alt-status-menu subpackage to gnome-shell-extension-alternative-status-menu, following upstream name change of the extension. Add appropriate Provides/Obsoletes for smooth upgrades. - Only package the alternative-status-menu extension, as we want to avoid packaging extensions we don't ship by default. Users can get other extensions from https://extensions.gnome.org instead: + Remove subpackages for other extensions: gnome-shell-extension-alternate-tab, gnome-shell-extension-apps-menu, gnome-shell-extension-auto-move-windows, gnome-shell-extension-dock, gnome-shell-extension-drive-menu, gnome-shell-extension-gajim, gnome-shell-extension-native-window-placement, gnome-shell-extension-places-menu, gnome-shell-extension-systemMonitor, gnome-shell-extension-user-theme, gnome-shell-extension-windows-navigator, gnome-shell-extension-workspace-indicator, gnome-shell-extension-xrandr-indicator. + Add Obsoletes for all those dropped subpackages to gnome-shell-extensions-common, to help have smooth upgrades. + Remove main subpackage, as it makes no sense anymore since we don't build all the extensions anymore. Move README.SUSE to the gnome-shell-extensions-common subpackage instead. + Update README.SUSE to mention that other extensions are available on https://extensions.gnome.org. + Remove pkgconfig(gnome-desktop-3.0) and pkgconfig(libgtop-2.0) BuildRequires as they were only needed for other extensions. + Pass --enable-extensions=alternative-status-menu instead of --enable-extensions=all to only build the alternative-status-menu extension. ------------------------------------------------------------------- Fri Oct 29 09:31:01 UTC 2011 - rbrownccb@opensuse.org - Make it easier to install individual extensions without installing all of them: + This was happening because of the lang subpackage Recommends that was bringing the main subpackage, which in term was bringing all extensions through Recommends. + Create a gnome-shell-extensions-common subpackage and use it as a basis for the translations, by renaming the lang subpackage to gnome-shell-extensions-common-lang. + Replace gnome-shell Requires and lang Recommends in all extensions subpackages with a Requires on gnome-shell-extensions-common which leads to the same result. ------------------------------------------------------------------- Thu Oct 20 14:23:41 UTC 2011 - malcolmlewis@opensuse.org - Add gnome-shell-extensions-fix-popup-menus.patch: the dock popup menus weren't working because a signal had been renamed ('popup' -> 'open-state-changed') (bgo#661484). - Add gnome-shell-extensions-make-dock-extension-work.patch: without this patch, dock is invisible, but reacts on mouse clicks. ------------------------------------------------------------------- Mon Oct 3 20:12:10 CEST 2011 - malcolmlewis@opensuse.org - Update to version 3.2.0: + Various updates for gnome-shell API changes. - Changes from version 3.1.91: + Update for gnome-shell API changes in gajim. - Changes from version 3.1.90: + All extensions have been ported to the new extension system (including live enable/disable). + xrandr-indicator no longer requires a specific gjs version. + windowsNavigator fixed for more than 2 workspaces. + Updated translations. - Drop gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch: fixed upstream. - Drop gnome-common BuildRequires and call to autogen.sh: we're not using a git checkout anymore. - Add intltool BuildRequires: it was implicitly brought in by gnome-common before. ------------------------------------------------------------------- Tue Aug 9 10:20:16 CEST 2011 - dimstar@opensuse.org - Update to version 3.1.4: + New: A menu for changing workspace (workspace-indicator) + systemMonitor: lower the requirement on libgtop + auto-move-windows: open overview when last window on last workspace is closed + dock: implement autohiding, with various configurable effects + alternate-tab: more configurable implementations available + native-window-placement: don't rearrange the windows when the workspace switcher is shown/hidden + update for gnome-shell 3.1.4 API changes. - Re-enable the systemMonitor extension, as the requirements were lowered. Remove build_systemMonitor define as the issue has been resolved. - Add new recommended sub-package for workspace-indicator. - Add pkgconfig(libgtop-2.0) BuildRequires for systemMonitor. - Add gobject-introspection BuildRequires in order to get typelib() Requires for the packages. - Remove bogus libgtop Requires from the systemMonitor package. ------------------------------------------------------------------- Thu Jul 21 09:25:54 CEST 2011 - vuntz@opensuse.org - Fix various typos and other small issues in summaries and descriptions. ------------------------------------------------------------------- Fri Jul 8 20:45:41 UTC 2011 - malcolmlewis@opensuse.org - Update to version 3.1.3: + New extensions added: - drive-menu: A menu for removable drives. - apps-menu: A GNOME 2 like menu for apps. - places-menu: A GNOME 2 like menu for places. - native-window-placement: Additional configurability for the window layout in the overview, including a mechanism similar to KDE4. - systemMonitor: A message tray indicator for CPU and memory usage (uses libgtop). + user-theme: Fixed resetting theme and support themes installed in /usr/share/themes. + alternative-status-menu: ported to gnome-shell master. + dock: ported to gnome-shell master, make position configurable (can be left or right). + Updated translations. - Disable systemMonitor for now, with a %build_systemMonitor macro. It requires libgtop >= 2.28.4 which is not available. - Add schema requirements to dock extension. - Change License field from GPLv2+ to GPL-2.0+ to conform with spdx.org identifier. - Dropped %build_drive_menu macro as it is now part of the 3.1.x tarball. - Add gnome-shell-extensions-fix-zero-length-warning-for- stylesheets.patch, reported upstream as bgo#654274. ------------------------------------------------------------------- Tue May 24 11:36:07 CEST 2011 - dimstar@opensuse.org - Update to version 3.0.2: + bgo#647386: reverting of user-theme to default + bgo#647599: support globally installed themes + Added license and README + Updated translations. - Disable drive menu extension for now, with a %build_drive_menu macro. It was in git, but is not part of the 3.0.x tarballs. ------------------------------------------------------------------- Sat Apr 30 15:42:10 UTC 2011 - malcolmlewis@opensuse.org - Update based on git commit f016b95 (which is nearly 3.0.1): + Add drive-menu extension. ------------------------------------------------------------------- Thu Apr 28 23:22:32 CEST 2011 - vuntz@opensuse.org - Remove fdupes BuildRequires and call to %fdupes as we package each extension in its own subpackage. ------------------------------------------------------------------- Thu Apr 28 16:13:25 UTC 2011 - malcolmlewis@opensuse.org - Update based on git commit b223396 (which is nearly 3.0.1): + Add Alternative Status Menu extension + Add Gajim extension + Add user-theme extension + AlternateTab: make it work with the mouse + AutoMoveWindows: modify workspace management to only remove empty workspaces at end. + Dock: lower the actor to the bottom. + windowsNavigator: - support current gnome-shell - correct restore focus - Split out extensions into subpackages, with gnome-shell-extensions having a Recommends for each of them. ------------------------------------------------------------------- Tue Feb 22 20:39:45 UTC 2011 - dimstar@opensuse.org - Initial package, based on git commit b289b0f.