Recommended update for xfce4-docklike-plugin, xfce4-notes-plugin

This update for xfce4-docklike-plugin, xfce4-notes-plugin fixes the following issues:

Changes in xfce4-docklike-plugin:

- Update to version 0.4.2

* Wnck: Add missing sanity check
* Settings: Use different colors for active and inactive indicators
* Use FDO compliant icon name
* Fix blurry icons/thumbnails when UI scale > 1
* GroupMenu: Make sure the window is the right size for each popup
* Group: Stop timeouts in destructor
* Fix pending source when GroupMenu is destroyed
* Settings: Bound icon sizes
* SettingsDialog: Fix deprecated icon names
* Remove unused project files
* Remove contrib directory
* GroupMenu: Re-popup if windows are added/removed when shown
* Update preview widgets on "showPreviews" setting change
* Helpers: Always stop timeout before starting a new one
* Wnck: Always update unactivated window state
* Group: Do not filter out skip-tasklist windows when activated
* Group: Do not manually mark window as activated when activating group
* Group: Update active state when adding windows
* Group: Remove useless class member states
* AppInfos: Use also app names for matching
* Use g_debug for debug logs
* Replace FALSE with false
* Replace NULL with nullptr
* Release data as much as possible on XfcePanelPlugin::free-data signal
* Wnck: Do not check for active window in init
* Fix remaining raw pointers not released
* Manage group button lifetime in Group
* Revert "Reset pointer when group button is destroyed"
* Wnck: Use std::shared_ptr to manage memory allocation of GroupWindows
* Dock: Use std::shared_ptr to manage memory allocation of Groups
* AppInfos: Use std::shared_ptr to manage memory allocation
* AppInfos: Wrap raw pointers into std::unique_ptr
* GroupMenuItem: Fix crash when closing window with preview enabled
* Revert "group: Fix crash when middle-clicking an item with preview
enabled"
* Store pinned apps as ids instead of paths
* Wnck: Fix memory leaks
* Theme: Fix memory leaks
* SettingsDialog: Fix memory leaks
* Settings: Fix memory leaks
* Helpers: Fix memory leaks
* GroupMenuItem: Fix memory leaks
* Group: Fix memory leaks
* Dock: Fix memory leaks
* Fix previous commit
* Appinfos: Fix some memory leaks
* Update TODO
* AppInfos: Honor XDG_DATA_HOME also when editing item
* AppInfos: Properly honor XDG base dir spec
* group: Detach menu from button and destroy when hidden (Fixes #20)
* Fix cplusplus.StringChecker warning from scan-build 16.0.6
* Use glib functions for memory allocation
* build: Fix -Wunused-function warnings
* build: Fix -Wdangling-else warnings
* build: Fix -Wsequence-point warnings
* build: Fix -Wsign-compare warnings
* build: Fix -Wmaybe-uninitialized warnings
* build: Fix -Wshadow warnings
* build: Fix -Wmissing-declarations warnings
* group-menu-item: Refresh preview less often
* group: Fix missing dnd icon
* group: Fix crash when middle-clicking an item with preview enabled
* Reset pointer when group button is destroyed
* helpers: Reset source id when removed
* app-infos: Get translated app name (Fixes #67)
* Fix help button icon to be same as other plugins
* Added middle mouse button do nothing option
* Added closedir call to prevent too many open files error (Fixes #54)
* Fix copyright info
* Translation Updates

Changes in xfce4-notes-plugin:

- Update to version 1.11.0

* Update copyright year
* Make default notes names in singular form
* Start numbering the notes with 1
* Rework Xnp.Window.insert_note()
* Use separate icon for logo
* Make menu icon themed
* Notes path change: handle case when both apps are running
* Rework Xnp.Application.update_notes_path()
* Don't ask when deleting a group with one blank note
* Fix notebook tab prelight
* Focus previous notes window when hiding a window
* Rework Xnp.Application.show_hide_notes()
* Avoid focus loss when removing a group
* Avoid focus loss for note windows
* Store "skip-taskbar-hint" property in Xnp.Application
* Rewrite links processing code
* Switch to previous page after deleting current note
* Merge delete_note with delete_current_note
* Use separate icon names for panel, tray and application
* Switch to rDNS icon naming scheme
* Fix segfault when pressing Ctrl+W on empty group
* Use default values for externally created groups
* Rework notes window switching processing
* Handle empty group window titles
* Add notes path setting
* Slightly change the design of settings dialog
* Fix Xfconf "notes-path" property handling
* Fix background color of title bar when renaming a group
* Reduce frequency of saving windows configuration
* Undo/redo: make cursor position behavior natural
* Fix the logic of "move-cursor" signal detection
* Remember windows focus order
* Rework access to Xnp.Application.window_list from Xnp.Window
* Escape window title for markup parser
* Save windows configuration before group reloading
* Make transition to new version seemless
* Update tags immediately after loading a note
* Slightly improve undo/redo processing
* Simplify code
* Allow note tabs to be moved between groups
* New method: Xnp.Window.get_tab_evbox()
* New method: Xnp.Window.get_note()
* New property: Xnp.Window.current_note
* Rework Xnp.Window.n_pages
* Save windows configuration when in system tray mode
* Rework application termination sequence
* Simplify save_windows_configuration()
* Prevent possible data loss when saving notes
* Fix mouse cursor behavior after clicking on a link
* Refuse to create/delete notes on file system errors
* Handle errors when renaming a note
* Report errors when creating/deleting notes
* Select note before deletion request
* Delete note with middle mouse click on tab
* Handle errors when creating a group
* Handle errors when deleting a group
* Handle errors when renaming a group
* Add error popup if note could not be saved
* Save notes only when changed
* Overwrite windows configuration only when changed
* Save current note on page switching or focus loss
* Don't overwrite notes on program start up
* Add titles to dialog windows
* Make title text color independent of gtk theme
* Make title bar arrows respond to mouse scroll events
* Replace mouse button numbers with constants
* Set default icon name for application
* Use pure gtk style when selecting "GTK+" color
* Separate color css to a separate Gtk.CssProvider
* Make titlebar customized
* Simplify access to notebook pages
* Rename note with double click on tab
* Cleanup
* Add icons to dialog windows
* Fix notebook tab names for new notes
* Don't change the title label sensitivity
* Add a note about possibility of css customization
* Allow resizing notes window from the top border
* Change accelerators hexa values to symbolic names
* Reset timeout_background when timer reaches end
* Make 'GTK+' background color work
* Bring back the choice of background color
* Add support for ~/.config/gtk-3.0/gtk.css
* Fix background color of disabled arrow
* Get rid of ~/.config/xfce4/notes/xfce4-notes.css
* Rename gtk-main.css -> gtk.css
* Add support for system wide css customizations
* Unite update_css() and update_style_context()
* Move data files to $(datadir)/xfce4/notes
* Derive hypertext link color from theme
* Redraw main menu icon on mouse enter/leave events
* Allow user to customize main menu icon
* Add support for custom css
* Replace 'Remove' with 'Quit' in application menu
* Don't overwrite xfce4-notes.css without a need
* Reload css instead of adding it over and over again
* Move resource files to xfce4/notes subdirectory
* Auto create config directory
* Replace Gdk.Color with Gdk.RGBA
* Don't use stock gtk elements to create menu
* Simplify menu creation
* Gtk.Image.from_stock() -> Gtk.Image.from_icon_name()
* Bring menu icons back
* Change authors order
* Translation Updates

Fixed bugs
Selected Binaries
openSUSE Build Service is sponsored by