Revisions of waybar

Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1029666 from Filippo Bonazzi's avatar Filippo Bonazzi (fbonazzi) (revision 77)
Mention recent patch addition by name in changelog to get to Factory
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1012105 from Chris Bradbury's avatar Chris Bradbury (chrBrd) (revision 76)
- Add upstream patch 1617 to fix build with fmt>=9.0.0
- Use Catch2 < 3.0 due to upstream incompatibility with Catch2 >= 3.0
buildservice-autocommit accepted request 981093 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 75)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 980691 from Arnav Singh's avatar Arnav Singh (Arnavion) (revision 74)
- Recreate source tarball with submodules downloaded as before.
  Otherwise the clock module was replaced with the simpleclock module
  because libdate subproject was missing.
buildservice-autocommit accepted request 978941 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 73)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 978870 from Denys Kondratenko's avatar Denys Kondratenko (stdden) (revision 72)
- Update to 0.9.13:
  * use moon phases for backlight format-icons #1478
  * Use user-defined mode when toggling visibility rather than resetting to default #1479
  * sway/language: Load exotic xkb rules too #1480
  * Battery module. Gamepads support #1481
  * Hide/Unhide temperature module when "format*" is empty. #1485 
  * feat: added network speed in Bytes #1489
  * Upower module #1484
  * Add option to display week number on calendar #1315
  * Upower fixes #1493
  * Battery module support for rk817 #1495 
  * Waybar. Issue#1068. Double/Triple events #1499
  * refactor: change enum ipc_command_type to uint32_t #1516
  * Add disabled bluetooth style #1518
  * #1315. Add option to display week number on calendar #1492
  * Sway/window: Only update icon from main thread #1522
  * sway/window: Allow the user to change the size of the app icon #1523
  * bar: don't set layer-shell anchor for edges when width is not 'auto' #1524
  * Replace sleep_until with sleep_for to prevent clock from getting stuck with system time adjustment #1500
  * Show hidden bar #1510
  * Backlight: avoid crash on getting brightness fails #1530
  * Add a config to set a timeout for the idle_inhibitor module #1454
  * network: calculate bandwidth for current interface #1527
  * feat: extend bluetooth module #1540
  * Add classes to individual keyboard state labels #1551
  * Calendar module: localization issue #1552
  * Prevent segfault in getCpuFrequency #1563
  * Issue#1556. Battery module: a lot of warnings when battery dissapears #1557
  * Gamemode Module #1554
  * Calendar module: localization issue #1552 #1555
  * sway/window: Add heuristics for finding icons #1525
  * River Window Module #1562
buildservice-autocommit accepted request 960704 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 71)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 70)
- Update to 0.9.12:
  * Update network.cpp
  * Fixed English mechanics: grammar, punctuation, and styling.

- Update to 0.9.11:
  * Update waybar-sway-window.5.scd
  * refactor: disable icon by default
  * man: document icon in sway/window module
  * Feature Clock: show list of time in other timezones in a tooltip
buildservice-autocommit accepted request 959817 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 69)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 68)
- Update to 0.9.10:
  * avoid use-after-free in lambda
  * style.css: add fontawesome to beginning of font list
  * Fix remaining posix compatability issues in keyboard_state
  * Don't use gnu extensions which are too new for debian and ubuntu
  * Make error messages portable
  * Improve keyboard_state error messages
  * limit cpu load figure to 2 points
  * Add 1 to songPosition in the MPD module
  * fix #1431: audio output does not update on unplug
  * move Glib ustring format helper to utils
  * remove duplicated string manipulation methods
  * ltrim and rtrim take argument by const-ref
  * make functions in header file inline
  * Update man page clock module - tooltip
  * Fix disabled tooltip on clock module
  * Update spotify example to work on copy paste
  * Properly initialize distance_scrolled members.
  * Fix Typo in Example for sway/mode
  * Add config option "reverse-direction"
  * use pack_end instead of pack_start
  * sway/language: fix segmentation fault for layouts not found in XKBContext
  * Show application icon when using sway window module
  * battery: read status with spaces
  * Use locale when formatting clock
  * fix(man): add missing newlines to wlr docs.
  * created a hotfix for libfmt-8.1.0 and above
  * removed commented useless runtime errors
  * changing want_route_dump to default to true, since we say we have gwaddr support
  * maybe we shouldn't actually runtime error, but still doing a check
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 955440 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 67)
- Use g++-11 when building in Backports/Leap 15.4 since otherwise
  the compiler is too old.
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 66)
- Update to 0.9.9:
  * resources: don't break tray icon checkboxes via CSS
  * chore: add `tzdata` to the alpine builder
  * fix(util): make waybar_time formatter compatible with fmt 8.1.0
  * chore: bump supported fmt ver to 7.0.0
  * fix: match sway workspace order with sway one
  * fix: Missing tasks
  * Add `fixed-center` option
  * add to network module - signalStrengthApp shows what applications can run at current signal strength
  * change frequency to GHz
  * change signal strength to penalize overly strong signals
  * man: Add waybar-inhibitor man page
  * Add logind feature, with its 'inhibitor' module
  * bar: Fix crash when unplugging HDMI
  * Adjust max wifi strength that is possible
  * Allow sink in addition to source for pulse icon
  * feat(bar): allow customization of bar modes
  * fix(swaybar-ipc): avoid unnecessary copy of struct swaybar_config
  * mediaplayer.py: Exit properly on SIGPIPE
  * Checking if emoji byte doesn't get out of bounds
  * Add {flag} format replacement
  * fix(bar): handle ipc connection errors.
  * Fix sort
  * fix(swaybar-ipc): better logs
  * doc: document swaybar ipc options, `ipc` and `id`
  * river/tags: Add possibility for mouse clicks
  * Ensure MPD volume is not negative
  * Fix divide by zero (#1303)
  * Fix Clock crash on empty string in timezones field
  * sway/window: include floating_nodes when considering window count for class
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 936745 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 65)
- Declare g++ >= 8 is needed for building.
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 64)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 63)
  * Fix incorrect tray icon scaling
  * Don't start if graphical-session is not running
  * feat(tray): handle Status property
  * feat(tray): handle scroll events
  * feat(tray): fallback to Title for items without ToolTip
  * feat(tray): implement tooltips (text only) for tray items
  * refactor(tray): infer changed properties from signal name
  * fix(tray): ignore unused WindowId property
  * Fix blurry tray icons for HiDPI displays
  * Remove unused variable
  * Add man page for keyboard_state module
  * Search for device automatically if none given
  * Add default style
  * Update css class when locked/unlocked
  * Add more configuaration
  * Basic keyboard state module
  * Fix pulseaudio icon name compilation error
  * pulseaudio: Control currently running sink
  * Support per-device icon in pulseaudio
  * Improve sway/language
  * Do not fail to parse a multi-bar config
  * libfmt >=8.0.0 compatibility
  * Add include man section
  * Workaround for circular imports
  * Proper formatting
  * Add recursive config includes
  * fix(util): protect std::condition_variable methods from pthread_cancel
  * network: Fix mix use of default and state specific format
  * network: Fix one case where default route is deleted without notification
  * network: Handle ip route priority
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 62)
- Remove waybar-0.9.7-fmt-compat.patch: upstreamed
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 61)
- Update to 0.9.8:
  * https://github.com/Alexays/Waybar/compare/0.9.7...0.9.8
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 60)
  Add waybar-0.9.7-fmt-compat.patch
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 59)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 58)
Displaying revisions 61 - 80 of 137
openSUSE Build Service is sponsored by