SHA256
1
0
forked from pool/nemo
Alexei Sorokin 2016-05-21 13:30:28 +00:00 committed by Git OBS Bridge
parent 6c17c9288d
commit b21485f8c5

View File

@ -1,18 +1,35 @@
-------------------------------------------------------------------
Sat May 21 13:21:24 UTC 2016 - mailaender@opensuse.org
- Update to version 3.0.2
* Fixed build
* fix action i18n scripts to write utf-8
* nemo-icon-view: include nemo-application.h needed in nemo_icon_view_add_file for: nemo_application_set_cache_flag nemo_application_get_singleton
* nemo-pathbar: use gint for slider_width instead of gint16 silences an incorrect pointer type warning.
* nemo-list-view.c: don't explicitly unref columns anymore - they'll get handled when the tree view is destroyed.
* nemo-icon-container.c: Re-enable desktop type-to-select feature. Also make a couple fixes on the positioning logic for this little popup. Where possible, it will avoid overlapping panels.
* desktop windows: maximize instead of relying on gdk for monitor workarea - it's inaccurate for anything but the primary monitor.
* nemo-icon-container.c: special case desktop windows for search popup - now that we can rely on the window being the correct size to account for panels, we can reliably position this popup off of those panels.
* prefs: Don't try to hardcode a minimum size for the preferences dialog
* Use g_themed_icon_new instead of g_themed_icon_new_with_default_fallbacks.
* nemo-window.c: As of 9cb9c48f59baa we maximize the desktop containers to make sure they use the correct work area as set by muffin. This started causing the window state 'maximized' key to be set to true when opening a new nemo window. This corrects that issue, using disable_chrome as an indicator to ignore the window - only the desktop windows set this true.
- Update to version 3.0.2:
* Fix build.
* Fix action i18n scripts to write UTF-8.
* nemo-icon-view: Include nemo-application.h needed in
nemo_icon_view_add_file for: nemo_application_set_cache_flag,
nemo_application_get_singleton.
* nemo-pathbar: Use gint for slider_width instead of gint16
silences an incorrect pointer type warning.
* nemo-list-view.c: Don't explicitly unref columns anymore
they'll get handled when the tree view is destroyed.
* nemo-icon-container.c: Re-enable desktop type-to-select feature.
Also make a couple fixes on the positioning logic for this
little popup. Where possible, it will avoid overlapping panels.
* desktop windows: Maximise instead of relying on gdk for monitor
workarea it's inaccurate for anything but the primary monitor.
* nemo-icon-container.c: Special case desktop windows for search
popup now that we can rely on the window being the correct
size to account for panels, we can reliably position this popup
off of those panels.
* prefs: Don't try to hardcode a minimum size for the
preferences dialog.
* Use g_themed_icon_new instead of
g_themed_icon_new_with_default_fallbacks.
* nemo-window.c: As of 9cb9c48 we maximise the desktop
containers to make sure they use the correct work area as set
by muffin. This started causing the window state 'maximized'
key to be set to true when opening a new nemo window.
This corrects that issue, using disable_chrome as an indicator
to ignore the window only the desktop windows set this true.
-------------------------------------------------------------------
Thu May 12 09:54:43 UTC 2016 - sor.alexei@meowr.ru