| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- data/ayatana-indicator-display.desktop.in: Add file
- data/CMakeLists.txt: Add XDG autostart section
|
|
|
|
| |
This reverts commit fb3029c0a3121b83f1bca05006e5f95512c709e2.
|
|\
| |
| |
| | |
Attributes GH PR #21: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/21
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/26
|
|/
|
|
|
|
|
|
| |
- src/rotation-lock.cpp: Fix double declaration of create_desktop_menu
- tests/CMakeLists.txt: Add uninitDerivedMemberVar and unmatchedSuppression suppressions to cppcheck
- tests/unit/rotation-lock-test.cpp: Fix and expand test
fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/24
|
| |
|
|\
| |
| |
| | |
Attribute GH PR #23: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/23
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #20: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/20
|
|/
|
|
|
|
|
|
| |
- src/rotation-lock.cpp: Add missing rotation lock section to menu
Fix wrong action parameter type
- src/rotation-lock.cpp: Add missing GVariantType to g_simple_action_new_stateful
|
|\
| |
| |
| | |
Attributes GH PR #19: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/19
|
|/
|
|
|
|
|
| |
- data/org.ayatana.indicator.rotation_lock: Add desktop profile
- src/rotation-lock.cpp: Create separate functions and icon for Desktop
- CMakeLists.txt: Add libayatana-common dependency
- src/main.cpp: Run the ADBD handler on Lomiri only
|
|\
| |
| |
| | |
Attributes GH PR #17: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/17
|
|/ |
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #15: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/15
|
| |
| |
| |
| | |
--suppress parameters.
|
| |
| |
| |
| | |
debugging.
|
| |
| |
| |
| | |
is used.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
explicitly declared constructor.
Resolves issues like these:
In file included from /rootdir/tests/unit/rotation-lock-test.cpp:20:
In file included from /rootdir/tests/utils/test-dbus-fixture.h:22:
In file included from /rootdir/tests/utils/glib-fixture.h:30:
In file included from /usr/src/googletest/googletest/include/gtest/gtest.h:62:
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:472:44: error: call to implicitly-deleted default constructor of 'RotationLockFixture_CheckIndicator_Test'
Test* CreateTest() override { return new TestClass; }
^
/rootdir/tests/unit/rotation-lock-test.cpp:46:1: note: in instantiation of member function 'testing::internal::TestFactoryImpl<RotationLockFixture_CheckIndicator_Test>::CreateTest' requested here
TEST_F(RotationLockFixture, CheckIndicator)
^
/usr/src/googletest/googletest/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1565:15: note: expanded from macro 'GTEST_TEST_'
new ::testing::internal::TestFactoryImpl<GTEST_TEST_CLASS_NAME_( \
^
/rootdir/tests/unit/rotation-lock-test.cpp:46:1: note: explicitly defaulted function was implicitly deleted here
/usr/src/googletest/googletest/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1544:5: note: expanded from macro 'GTEST_TEST_'
GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() = default; \
^
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1533:3: note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
test_suite_name##_##test_name##_Test
^
<scratch space>:198:1: note: expanded from here
RotationLockFixture_CheckIndicator_Test
^
/rootdir/tests/unit/rotation-lock-test.cpp:46:1: note: default constructor of 'RotationLockFixture_CheckIndicator_Test' is implicitly deleted because base class 'RotationLockFixture' has a deleted default constructor
/usr/src/googletest/googletest/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h:1542:9: note: expanded from macro 'GTEST_TEST_'
: public parent_class { \
^
/rootdir/tests/unit/rotation-lock-test.cpp:24:28: note: default constructor of 'RotationLockFixture' is implicitly deleted because base class 'TestDBusFixture' has a deleted default constructor
class RotationLockFixture: public TestDBusFixture
^
/rootdir/tests/utils/test-dbus-fixture.h:32:5: note: explicitly defaulted function was implicitly deleted here
TestDBusFixture() =default;
^
/rootdir/tests/utils/test-dbus-fixture.h:69:36: note: default constructor of 'TestDBusFixture' is implicitly deleted because field 'service_dirs' of const-qualified type 'const std::vector<std::string>' (aka 'const vector<basic_string<char>>') would not be initialized
const std::vector<std::string> service_dirs;
^
2 warnings and 1 error generated.
|
| | |
|
| |
| |
| |
| | |
--suppress=unusedFunction. Be less strict and make the cppcheck pass.
|
| | |
|
| |
| |
| |
| | |
(which is one of our unit tests).
|
|/
|
|
| |
to (void*).
|
|
|
|
|
|
|
| |
Updated by "Update LINGUAS file" hook in Weblate.
Translation: Ayatana Indicators/Display Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
|
| |
|
|
|
|
|
|
|
| |
Updated by "Update LINGUAS file" hook in Weblate.
Translation: Ayatana Indicators/Display Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
|
|
|
|
|
|
|
| |
Updated by "Update LINGUAS file" hook in Weblate.
Translation: Ayatana Indicators/Display Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
|
| |
|
|
|
|
|
|
|
| |
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/id/
|
|
|
|
| |
coverage enablement is enabled via CMAKE_BUILD_TYPE=coverage env var.
|
|
|
|
|
|
|
| |
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/hu/
|
|
|
|
|
|
|
| |
Updated by "Update LINGUAS file" hook in Weblate.
Translation: Ayatana Indicators/Display Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 83.3% (5 of 6 strings)
Translation: Ayatana Indicators/Display Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/sc/
|
|
|
|
|
|
|
| |
Updated by "Update LINGUAS file" hook in Weblate.
Translation: Ayatana Indicators/Display Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/display-applet/
|
| |
|
| |
|
| |
|
| |
|
| |
|