| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
cppcheck test was failing both locally for me and on CI:
.../src/adbd-client.cpp:128:80: style: C-style pointer casting [cstyleCast]
g_debug("%s thread %p creating a client socket to '%s'", G_STRLOC, (void*)g_thread_self(), socket_path.c_str());
^
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes the following build error under musl libc:
../../../tests/utils/qmain.cpp: In function 'int main(int, char**)':
../../../tests/utils/qmain.cpp:47:5: error: 'bindtextdomain' was not declared in this scope
47 | bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
| ^~~~~~~~~~~~~~
../../../tests/utils/qmain.cpp:48:5: error: 'textdomain' was not declared in this scope
48 | textdomain(GETTEXT_PACKAGE);
| ^~~~~~~~~~
|
|\
| |
| |
| | |
Attributes GH PR #50: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/50
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CMake's documentation says [1]:
> Do not list the output in more than one independent target that may
> build in parallel or the two instances of the rule may conflict
> (instead use the add_custom_target() command to drive the command and
> make the other targets depend on that one).
Because gschemas.compiled will be referenced multiple times
independently, a level of redirection is needed to prevent CMake from
generating the rule for the file multiple times.
This is encountered in ayatana-indicator-power as well, and fixed in a
similar way [2].
[1] https://cmake.org/cmake/help/latest/command/add_custom_command.html#generating-files
[2] https://github.com/AyatanaIndicators/ayatana-indicator-power/commit/9a90f932e51db486b166dd38f00e4186e40a1aee
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #49: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/49
|
| | |
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #48: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/48
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #41: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/41
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #47: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/47
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #45: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/45
|
|/
|
|
|
|
|
|
|
| |
Previously it was pointing to the path
/usr/libexec/ayatana-indicator-display-service
instead of
/usr/libexec/ayatana-indicator-display/ayatana-indicator-display-service
Align the implementation with ayatana-indicator-datetime
|
|\
| |
| |
| | |
Attributes GH PR #46: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/46
|
| | |
|
|/
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/43
|
|\
| |
| |
| | |
Attributes GH PR #44: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/44
|
|/
|
|
| |
Fixes #42
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (6 of 6 strings)
Translation: Ayatana Indicators/Display Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/eo/
|
|\
| |
| |
| | |
Attributes GH PR #40: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/40
|
|/
|
|
|
|
|
|
| |
unit tests.
Additionally, internationalize the org.ayatana.display GSettings schema.
Fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/39
|
|
|
|
| |
AUTHORS: Add file.
|
| |
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #38: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/38
|
|/ |
|
|
|
|
|
|
|
| |
Currently translated at 16.6% (1 of 6 strings)
Translation: Ayatana Indicators/Display Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/mk/
|
|\
| |
| |
| | |
Attributes GH PR #37: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/37
|
|/
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/8
|
|\
| |
| |
| | |
Attributes GH PR #36: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/36
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #35: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/35
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #34: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/34
|
| |
| |
| |
| | |
installed.
|
| | |
|
| | |
|
|/|
| |
| |
| | |
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/33
|
|/
|
|
| |
- Making the problematic parts "const" produce even more warnings, so I'm considering this a false positive and disabling it
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #32: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/32
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #31: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/31
|