Revisions of xfce4-notifyd

buildservice-autocommit accepted request 1194461 from M K's avatar M K (tux93) (revision 89)
baserev update by copy to link target
M K's avatar M K (tux93) accepted request 1194065 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 88)
- update to 0.9.6:
  * Use shared_module() for panel plugin meson build
  * Fix menu being destroyed before item activation handlers running
  * Translation Updates
- update to 0.9.5:
  * Add an option to set the minimum width of notification windows
  * Fix include issue with meson build
  * Only emblem the panel plugin icon when theme lacks the 'new' variant
  * Destroy and recreate the panel menu every time it's popped up
  * Add meson build files
  * Fix uninitialized field warning
  * Move NOTIFICATIONS_SPEC_VERSION out of the build system
  * Remove redundant positioning code from Wayland path
  * Use different layer-shell anchors on Wayland
  * build: clang: Silence -Wcast-align
  * common: Explicitly depend on gio-unix-2.0
  * Fix positioning on Wayland in multi-monitor setups
  * Set output on layer-shell surface on Wayland
  * Fix active-monitor notification positioning on Wayland
  * Translation Updates
- Rebase xfce4-notifyd-relax-x11-version.patch
buildservice-autocommit accepted request 1146298 from Maurizio Galli's avatar Maurizio Galli (mauriziogalli) (revision 87)
baserev update by copy to link target
Maurizio Galli's avatar Maurizio Galli (mauriziogalli) accepted request 1145580 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 86)
- update to 0.9.4:
  * Clarify why the symbolic icons don't go in symbolic/status
  * Fix icons directory names
  * Fall back to monitor 0 if no primary monitor set
  * Add a fallback for drawing the unread notification emblem
  * Remove redundant icon embleming code
  * Fix opacity on notification hover
  * Translation Updates
buildservice-autocommit accepted request 1126796 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 85)
baserev update by copy to link target
Manfred Hollstein's avatar Manfred Hollstein (manfred-h) committed (revision 84)
Manfred Hollstein's avatar Manfred Hollstein (manfred-h) committed (revision 83)
Manfred Hollstein's avatar Manfred Hollstein (manfred-h) accepted request 1126785 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 82)
- relax branding requires (remove -release), so we can use 
  xfce4-branding-openSUSE based branding. (bsc#1217193 bsc#1216470)
Manfred Hollstein's avatar Manfred Hollstein (manfred-h) accepted request 1126592 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 81)
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut over systemd-mini.
buildservice-autocommit accepted request 1125234 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 80)
baserev update by copy to link target
Manfred Hollstein's avatar Manfred Hollstein (manfred-h) committed (revision 79)
Manfred Hollstein's avatar Manfred Hollstein (manfred-h) accepted request 1125228 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 78)
- update to 0.9.3:
  * Make the DELETE with LIMIT/OFFSET query work
  * Make the text in the 'Clear log' dialog less crowded
  * Set a transient parent on the 'Clear log' dialog if possible
  * 'Clear log' dialog's initial focus should be on the 'Cancel'
    button
  * Drop required xdt-autogen version to 4.18.1
  * Simplify markup sanitizing code a little
  * Re-escape text in GMarkupParser text handler
  * Sanitize instead of validating body text markup
  * Translation Updates: Catalan, Portuguese (Brazil)

  - Translation Updates
buildservice-autocommit accepted request 1120282 from Maurizio Galli's avatar Maurizio Galli (mauriziogalli) (revision 77)
baserev update by copy to link target
Maurizio Galli's avatar Maurizio Galli (mauriziogalli) accepted request 1120016 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 76)
- Add xfce4-notifyd-relax-x11-version.patch, see boo#1216516
- Add minimum version expected for package xdg-dev-tools.
- fix all packaging warnings
buildservice-autocommit accepted request 1114995 from Maurizio Galli's avatar Maurizio Galli (mauriziogalli) (revision 75)
baserev update by copy to link target
Maurizio Galli's avatar Maurizio Galli (mauriziogalli) accepted request 1113388 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 74)
- Update to 0.9.2:
  * (Hopefully) actually fix settings migration code
  * (Hopefully) fix enum setting migration code
- Add --enable-systemd when calling configure
- Update to 0.9.1:
  * Make the XDG autostart file attempt a systemd start first
  * Only include the SystemdService= line if systemd support is
    enabled
  * Clean up some conditionals in configure.ac
  * Go back to installing the XDG autostart file by default
  * Allow installing systemd service file even if systemd is not
    installed
- Update to 0.9.0:
  * Add missing sanity check
  * I18n: Update po/LINGUAS list
  * wayland: put windows on overlay layer, not top
  * Set window theme before placing window
  * Set initial window position before realizing windows
  * Avoid storing NULL app IDs in the app ID count hashtable
  * Simplify dbus/systemd service dir logic in configure.ac
  * Fix typos in README
  * Install D-Bus and systemd files under $prefix by default
  * Fix distcheck when run as non-root
  * Use pkg-config to find default systemd user unit directory
  * Change default systemd user path from /lib/... to /usr/lib/...
  * Change options for installing startup files
  * Add positioning options top-center and bottom-center
  * Simplify notification placement code
  * Stop using GtkCornerType; migrate setting to enum nick
  * Move log level settings from int to enum nick string
  * Move datetime format setting from int to enum nick string
  * Have a single entry point for setting migrations
  * Fix incorrect enum value for apps log level
  * Use registered enum types for config->enum mapping
  * Move enums to common, use glib-mkenums
  * Use new XDT feature macros
  * Don't log duplicate entries when updating an existing notification
  * Clean up logic in notify_notify()
  * Correctly update critical notifications while in DnD mode
  * Fix incorrect casts in GTree foreach functions
  * Remove expire/fade timeout source removal hacks
  * Missed a spot to reset fade/slide
  * Allow slideout when no fadeout
  * Only start fade timeout if no existing handle
  * Only start expiration timeout if no existing handle
  * Ensure timeout sources are removed in _window_dispose()
  * Move log dbus signal emissions to XfceNotifyDaemonLog
  * Remove expire and fade sources before emitting closed signal
  * Emit NotificationClosed when not showing notification
  * Consolidate the window movement code
  * Add option to show notifications on all monitors
  * Migrate the primary-monitor setting to a string-based enum
  * Translation Updates
buildservice-autocommit accepted request 1069391 from Maurizio Galli's avatar Maurizio Galli (mauriziogalli) (revision 73)
baserev update by copy to link target
Maurizio Galli's avatar Maurizio Galli (mauriziogalli) accepted request 1068129 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 72)
- Update to 0.8.2:
  * Remove WM_TAKE_FOCUS from WM_PROTOCOLS for notification windows
  * Add pref to change what fields are shown in notifications
  * Fix a use-after-free with a notification's app ID
  * Fix plural forms missing from translatable strings
  * Fix weird formatting mistake in configure.ac
  * Remove support for xfce4-panel 4.12.
  * Reduce gettext requirement to 0.20.
  * Simplify notification placement code
  * Add assertion to ensure no window with new ID exists in the tree
  * Fix possible index out of bounds issue
  * Don't compare uints like char pointers
  * Support default actions
  * Add option to allow gauge notifications to ignore DnD
  * Don't move notifications on mouse-over
  * If urgency updated, start/stop expiration
  * Close all non-urgent notifications when DnD is activated
  * Add a missing $(AM_V_GEN)
  * Remove intltool in favor of plain gettext
  * Use pkg-config to find gdbus-codegen
  * Don't hide glib-genmarshal behind MAINTAINER_MODE
  * Use glib-compile-resources instead of xdt-csource
  * Don't require xdt-csource for dist tarball builds
  * Translation Updates
buildservice-autocommit accepted request 1066848 from M K's avatar M K (tux93) (revision 71)
baserev update by copy to link target
M K's avatar M K (tux93) accepted request 1066326 from Manfred Hollstein's avatar Manfred Hollstein (manfred-h) (revision 70)
- Update to 0.8.1:
  * Set 1.5s timeouts for the log dbus proxy
  * Move log dbus server to its own object/file
  * Wrap queue item struct creation with a function
  * Improve old log migration error reporting
  * Delete old log file if it was empty
  * Clean up old log action parsing loop
  * Print a message if log db is busy or locked
  * Plug memleak when not sending log changed signal
  * Use GStrvBuilder instead of constructing one manually
  * Handle empty strings from DBus
  * Limit notification body to 2 lines in plugin menu
  * Remove old legacy support options from configure
  * Ensure gdbus-codegen doesn't generate too-new code
  * Clean up generate code and deprecate Quit method
  * Make all notification log access go through dbus
  * Drop old gtk 3.0 themes (3.20 themes are always used)
  * Clean up build system
  * Add hidden setting to restore override-redirect behavior
  * Remove ChangeLog make target
  * Markdownify and update the readme
  * Disconnect from GtkIconTheme::changed when plugin destroyed
  * Load main panel icon with _load_symbolic() variant
  * Restore log viewer's scrolled window shadow-type
  * Update icon when icon-theme changes
  * Fix incorrect signal handler connections in settings dialog
  * Translation Updates
Displaying revisions 1 - 20 of 89
openSUSE Build Service is sponsored by