File plank.changes of Package plank
-------------------------------------------------------------------
Tue Sep 8 08:35:50 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.10.0:
* Clean up and review appearances of DockItem in API an prefer
DockElement.
* Make the item for the dock-itself really special with its own
setting.
* Pass-through event on scroll/click to have a proper timestamps
for WindowControl.* calls (lp#1167787, lp#1431556).
* Handle invalid item on runtime (lp#1444830).
* Fix LogLevel naming (Logger.FATAL -> Logger.ERROR,
Logger.ERROR -> Logger.CRITICAL).
* Make DockItem abstract.
* Add frame_time to AnimatedRenderer with conditional use of
GdkFrameClock (gtk+ >= 3.8).
* Add RTL support (lp#1455892).
* Add DODGE_ACTIVE hide-mode.
* Conditional use of GtkStack instead of GtkNotebook in
preferences-dialog (gtk+ >= 3.10).
* Drop conditional dependency on gnome-common (and rely on
autoconf-archive).
* Add icon-zoom hover-effect (lp#707650).
* Don't use pressure reveal for absolute input devices
(lp#1349506).
* Force indicating running applications (lp#1406282).
-------------------------------------------------------------------
Sat May 9 16:49:14 UTC 2015 - jengelh@inai.de
- Add gpg signature; ensure dependencies from configure.ac
are listed; set RPM groups
-------------------------------------------------------------------
Sat May 2 12:21:34 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.9.1:
* Use selected-focused background-color from current gtk-theme.
* Add FileDockItem.with_file() and expose OwnedFile.
* plank.pc: Add pkgdatadir and missing dependency on libbamf3.
* Add special theme "Gtk+" which looks in current gtk-theme.
* Only show window-list and use "Close All" for more than one
window.
* lib: Handle DesktopAppInfo constructors returning NULL.
* Don't hide while obstructed by one of our dialogs.
* Fallback on "application-default-icon" only, otherwise use the
internal default icon.
* Do not allow multiple dockitems pointing to the same
application/launcher.
* Fix gee assert triggered in handle_name_owner_changed.
* Require --enable-new-dtags support.
* Update manpage.
* Fix updating item-positions in panel-mode.
* Accept all supported URIs.
* Allow opening dropped files while LockItems is true.
* Handle additional mouse-events for gtk+ 3.14+ to restore old
behaviour while the dock-menu is shown.
* Clean up and remove unused public API of position-manager.
* Increase hover-window delay to 200ms.
* Use ActionGroup/ActionMap capabilities to provide global-menu
functions.
* Port AbstractMain to inherit directly from Gtk.Application.
* Add simple preferences dialog (hidden in Pantheon environments).
* Fix some HiDPI issues.
* Fix DockContainer destructor name (Fix build with valac
0.27/git-master).
* Make use of Gdk.EVENT_PROPAGATE and Gdk.EVENT_STOP.
* Compatibility for BSD, use replacement for sys/prctl.h.
* Request gee-0.8 without an automatic fallback to gee-1.0.
* positionmanager: Alignment should have same meaning for dock
and items START and END were treated differently resulting in
a contradicting settings-behaviour of Aligment and
ItemsAlignment.
* Fix broken virtual LauncherEntry-items.
* Fix menu-position with gtk+ 3.15+.
* Fix enable/disable pressure-reveal on runtime.
* Output information for more enabled features.
* Fix some sensitivity assignments in preferences dialog.
* Add standard set of easing-functions.
* Animate addition and removal for items (increase ItemMoveTime
of Default theme to 450ms).
* Add "hide-delay" setting.
* Add "window-dodge" hide-mode.
* Add DBusManager to provide some remotely accessible actions.
* Increase default ItemMoveTime to 450ms.
* settings: Save display-plug-name as "Monitor" which dock should
be shown on.
* Refactor and split up draw_item(), draw final internal
dock-buffer on window-context at (0,0).
* Trap XErrors caused by Wnck/Cairo.
* Optimize application-default-icon.svg and replace poof.png with
newly created poof.svg.
* Do not stop motion-events by default.
* Add support for loading icons with "resource://"-uris.
* Generally watch for changes of the "Launcher"-file.
* Refactor dealing with monitor-/size-changes to catch
races-conditions.
* Reverse ordering of menu-items for top-docks.
* Add support for coverage analysis using gcov and lcov.
* Start to improve coverage of tests.
* Various API changes and refactoring, see full Changelog for
details.
* Initialize i18n as suggested here,
https://developer.gnome.org/glib/stable/glib-I18N.html#glib-I18N.description
* Draw/unhide the dock on login when there are no windows.
* Explictly request/specify the FileMonitor-type which is needed.
* Don't apply addition-animation to all items on startup.
* Update translations.
- Remove GPG signature for simplification.
- Remove dead plank-branding dependency.
- Change group to System/GUI/Other.
- Spec cleanup.
-------------------------------------------------------------------
Wed Dec 31 14:37:17 UTC 2014 - mailaender@opensuse.org
- update to version 0.7.1
-------------------------------------------------------------------
Sun May 15 23:06:40 UTC 2014 - jengelh@inai.de
- initial package (version 0.6.0) for build.opensuse.org