changelog
- Fri, 01 Jan 2021 02:39:09 -0600
- by Gary Kramlich <grim@reaperworld.com> [Fri, 01 Jan 2021 02:39:09 -0600] rev 40676
- Remove the icon from the statusbox. I'm not sure exactly how this will work in the future, but we'll tackle it much differently when we're ready to bring it back.
Testing Done:
Compiled and ran locally.
Reviewed at https://reviews.imfreedom.org/r/317/
- Fri, 01 Jan 2021 01:34:28 -0600
- by Gary Kramlich <grim@reaperworld.com> [Fri, 01 Jan 2021 01:34:28 -0600] rev 40675
- Bump the meson requirement to 0.52.0
Testing Done:
Compiled locally with meson 0.56.0
Reviewed at https://reviews.imfreedom.org/r/318/
- Thu, 31 Dec 2020 22:00:36 -0600
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Thu, 31 Dec 2020 22:00:36 -0600] rev 40674
- Add a wrapper around the mdns interface implementation.
This might seem weird, but it's preparation to do more implementation work on Windows. Possibly also macOS, as it's weird that Avahi appears to be used and not Apple's version.
Testing Done:
Compile on both, and run on Linux.
Reviewed at https://reviews.imfreedom.org/r/315/
- Tue, 29 Dec 2020 00:37:08 -0600
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Tue, 29 Dec 2020 00:37:08 -0600] rev 40673
- Add underscore in Meson sources lists.
Except for zephyr, which will be done in /r/302.
Testing Done:
Compile only.
Reviewed at https://reviews.imfreedom.org/r/312/
- Tue, 29 Dec 2020 00:27:38 -0600
- by Arkadiy Illarionov <qarkai@gmail.com> [Tue, 29 Dec 2020 00:27:38 -0600] rev 40672
- Reduce some code duplication
* Add find_buddy.
* Remove redundant pending_zloc call since local_zephyr_normalize is idempotent.
Testing Done:
Compile.
Reviewed at https://reviews.imfreedom.org/r/310/
- Tue, 22 Dec 2020 03:49:19 -0600
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Tue, 22 Dec 2020 03:49:19 -0600] rev 40671
- Fix setting audio test pipeline volume.
The element setting goes from 0 to 10, with 1 being full volume and anything
above being overdriven. The widget goes from 0-100, so multiplying by 10 is way
outside the limits.
Testing Done:
Changing the volume bar in the preferences window no longer produces a bunch of overflow warnings.
Reviewed at https://reviews.imfreedom.org/r/309/
- Tue, 22 Dec 2020 00:23:48 -0600
- by Gary Kramlich <grim@reaperworld.com> [Tue, 22 Dec 2020 00:23:48 -0600] rev 40670
- Add an active-provider-changed signal to PurpleCredentialManager
Testing Done:
Compiled and ran the unit tests.
Reviewed at https://reviews.imfreedom.org/r/307/
- Tue, 22 Dec 2020 00:19:36 -0600
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Tue, 22 Dec 2020 00:19:36 -0600] rev 40669
- Fix Windows builds and tests
* Make math library optional.
As the comment says, it should be optional on Windows and Haiku, but the check defaults to required.
* Don't make `unistd.h` required.
* Disable transparency plugin build as it's very busted.
* Add missing headers to fix compile on Windows.
* Use a fixed pref key for test plugin loading instead of `TEST_DATA_DIR`.
The latter is an absolute path, and thus unsuitable as a preference key, since it will not start with `/` on Windows.
* Add a missing pref initialization on Windows.
Testing Done:
Compiled and run tests on Windows.
Reviewed at https://reviews.imfreedom.org/r/308/
- Mon, 21 Dec 2020 23:17:45 -0600
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Mon, 21 Dec 2020 23:17:45 -0600] rev 40668
- Delete some now-unused networking bits
* Remove several unnecessary networking headers and types.
* Remove some unused Windows networking wrappers.
Testing Done:
Compile only
Reviewed at https://reviews.imfreedom.org/r/306/
- Mon, 21 Dec 2020 21:45:26 -0600
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Mon, 21 Dec 2020 21:45:26 -0600] rev 40667
- Replace inet_ntoa with gio calls.
Testing Done:
Compile only.
Reviewed at https://reviews.imfreedom.org/r/304/