Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/CMakeLists.txt: Silence some more Vala warnings | Robert Tari | 2024-05-19 | 1 | -5/+5 |
| | |||||
* | Use different code path for Lomiri notifications | Robert Tari | 2023-11-28 | 3 | -2/+16 |
| | |||||
* | src, tests: fix -Wint-to-pointer-cast and a chance of test crashpersonal/peat-psuwit/protected-superclass | Ratchanan Srirattanamet | 2023-11-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Turns the constructor of `VolumeControl` and `VolumeWarning` from `internal` to `protected`. This makes Vala emits C declaration of constructors, which is required by the test's mocks extending these classes, in the external header. Without them, the mocks' C code would then consider them "implicitly declared", and will assume they return `int` instead of a pointer. If the returned address happened to be higher than `INT_MAX`, the code will consider the returned address negative and sign-extend it when casting to a pointer, corrupting it. As for "unprivating" these constructors, this is an internal static library anyway. No libraries or headers are installed from this package. This change is invisible from outside. | ||||
* | Drop custom notification hints | Robert Tari | 2023-09-09 | 3 | -20/+5 |
| | |||||
* | src/, tests/: update references to renamed notification hints | Ratchanan Srirattanamet | 2023-01-17 | 3 | -8/+8 |
| | | | | | | | | | | More notification hints have been renamed. So update to follow it. - x-canonical-private-synchronous -> x-lomiri-private-synchronous - x-canonical-private-icon-only -> x-lomiri-private-icon-only - x-canonical-truncation -> x-lomiri-truncation (which Lomiri has compatibility with the former name, so keep in the mocked capabilities) | ||||
* | tests/CMakeLists.txt Add TEST_INCLUDE_DIRS to include-directories | Sergey Chupligin | 2022-06-13 | 1 | -0/+1 |
| | | | | Fixes: https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/80 | ||||
* | release 22.2.022.2.0 | Mike Gabriel | 2022-02-18 | 1 | -0/+0 |
| | |||||
* | Fix build warnings | Robert Tari | 2022-02-18 | 4 | -15/+18 |
| | |||||
* | Whitespace fix | Robert Tari | 2022-02-18 | 1 | -299/+299 |
| | |||||
* | Clean up compilation flags | Robert Tari | 2022-02-17 | 1 | -2/+1 |
| | |||||
* | Make Lomiri features configurable at build time | Robert Tari | 2022-02-17 | 5 | -9/+9 |
| | |||||
* | Fix cppcheck warnings | Robert Tari | 2021-12-09 | 12 | -44/+71 |
| | |||||
* | Whitespace fix | Robert Tari | 2021-12-09 | 4 | -966/+966 |
| | |||||
* | Fix qt5_use_modules warning | Robert Tari | 2021-12-08 | 4 | -24/+24 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/72 | ||||
* | license headers: Stop using the '©' character. | Mike Gabriel | 2021-11-22 | 18 | -21/+21 |
| | |||||
* | tests/*: Use one spelling for "Canonical Ltd." in copyright headers. | Mike Gabriel | 2021-11-22 | 25 | -25/+25 |
| | | | | | | | | | Some license headers use "Canonical, Ltd." while others use "Canonical Ltd." as copyright holder. The correct form is the latter, so this change adjusts the spelling accordingly. This unification helps with generating debian/copyright files via scripts. | ||||
* | tests/integration/Copy of test-sound.wav: Drop superfluous file. | Mike Gabriel | 2021-11-19 | 1 | -0/+0 |
| | |||||
* | release 0.9.00.9.0 | Mike Gabriel | 2021-11-17 | 1 | -0/+0 |
| | |||||
* | Clean up schema detection and conditional code | Robert Tari | 2021-11-15 | 4 | -7/+9 |
| | |||||
* | Drop org.ayatana.AccountsService.Sound | Robert Tari | 2021-11-12 | 11 | -55/+26 |
| | |||||
* | Drop data/org.ayatana.sound.gschema.xml | Robert Tari | 2021-11-10 | 2 | -8/+7 |
| | |||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 2 | -9/+9 |
| | |||||
* | Drop local gmenuharness, use it from the system | Robert Tari | 2021-11-08 | 1 | -5/+5 |
| | |||||
* | tests/service-mocks/media-player-mpris-mock/CMakeLists.txt: Rename ↵ | Robert Tari | 2021-11-08 | 1 | -1/+1 |
| | | | | com.ubuntu.AccountsService.SecurityPrivacy | ||||
* | Use 'ayatana' namespace for unit tests. | Robert Tari | 2021-11-08 | 14 | -22/+22 |
| | |||||
* | Rename HAS_UT_ACCTSERVICE_SOUND_SETTINGS | Robert Tari | 2021-11-08 | 6 | -6/+6 |
| | |||||
* | Rename com.ubuntu.AccountsService.Sound | Mike Gabriel | 2021-11-08 | 8 | -10/+10 |
| | |||||
* | Rename HAS_UBUNTU_SOUND_SCHEMA | Robert Tari | 2021-11-08 | 2 | -2/+2 |
| | |||||
* | Rename com.ubuntu.sound | Robert Tari | 2021-11-08 | 2 | -3/+3 |
| | |||||
* | Rename UNITY_API* | Robert Tari | 2021-11-05 | 1 | -1/+1 |
| | |||||
* | Rename x-canonical-value-bar-tint | Robert Tari | 2021-11-05 | 2 | -6/+11 |
| | |||||
* | Rename com.ubuntu.touch.AccountsService.Sound to ↵ | Robert Tari | 2021-11-01 | 1 | -1/+3 |
| | | | | com.lomiri.touch.AccountsService.Sound | ||||
* | Whitespace fix | Robert Tari | 2021-11-01 | 1 | -84/+84 |
| | |||||
* | Raname x-canonical properties to x-ayatana | Robert Tari | 2021-10-27 | 2 | -4/+4 |
| | |||||
* | Fix undefined VALA_EXTERN | Robert Tari | 2021-10-21 | 1 | -0/+1 |
| | |||||
* | tests/CMakeLists.txt: Suppress -Wdiscarded-qualifiers on media-player-mock.c | Robert Tari | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Update Ayatana IDO names | Robert Tari | 2021-10-18 | 3 | -65/+65 |
| | |||||
* | integration-test: provide a temporary HOME directory to the test | Ratchanan Srirattanamet | 2021-08-12 | 2 | -13/+17 |
| | | | | | | | | | | A couple of things in the integration-test rely on having a HOME directory. Provide a temporary HOME for the test and its child, which both prevents polluting the building user's HOME and allow the test to run where HOME=/nonexistent (i.e. autobuilder). Also remove the exception not to run the integration test inside the (Canonical's) Jenkins, as it's not relevant anymore. | ||||
* | Disable failing tests that cannot be fixed now | Mike Gabriel | 2021-08-10 | 4 | -29/+29 |
| | | | | | | | | | | | | | | | - tests/volume-control-test.cc:BasicObject - tests/indicator-test.cc:PhoneMenu - tests/indicator-test.cc:DesktopMenu - tests/indicator-test.cc:BaseActions - tests/notifications-test.cc:StreamChanges - tests/notifications-test.cc:IconTesting - tests/notifications-test.cc:ServerRestart - tests/notifications-test.cc:HighVolume - tests/notifications-test.cc:MenuHide - tests/notifications-test.cc:ExtendendVolumeNotification - tests/notifications-test.cc:TriggerWarning - tests/integration/test-indicator.cpp:All tests | ||||
* | tests/CMakeLists.txt: Set '-no-pie' linker option for all unit tests linker ↵ | Mike Gabriel | 2021-08-05 | 2 | -0/+9 |
| | | | | calls. | ||||
* | Suppress Vala C warnings | Robert Tari | 2021-08-05 | 1 | -1/+5 |
| | |||||
* | Add us to the copyright header | Robert Tari | 2021-08-04 | 1 | -0/+2 |
| | |||||
* | tests/dbus-types/org.freedesktop.DBus.Properties.xml: Fix annotation | Robert Tari | 2021-08-04 | 1 | -1/+1 |
| | |||||
* | tests/CMakeLists.txt: Add libdbustest-1 include path | Robert Tari | 2021-08-04 | 1 | -0/+1 |
| | |||||
* | tests/CMakeLists.txt: Suppress discarded qualifiers warning | Robert Tari | 2021-08-04 | 1 | -0/+2 |
| | |||||
* | Drop --thread from vala_init | Robert Tari | 2021-08-04 | 1 | -1/+0 |
| | |||||
* | Whitespace fix | Robert Tari | 2021-08-04 | 1 | -52/+52 |
| | |||||
* | release 0.8.20.8.2 | Mike Gabriel | 2021-01-28 | 1 | -0/+0 |
| | |||||
* | Port from Unity8 to Lomiri (URL Dispatcher and API). | Mike Gabriel | 2021-01-12 | 3 | -12/+12 |
| | |||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 5 | -421/+421 |
| |