| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
waiting for arbitrary time intervals
|
|
|
|
| |
method calls
|
|
|
|
| |
and bus events
|
|
|
|
| |
happy on vivid
|
|
|
|
| |
combinations
|
| |
|
|
|
|
| |
fixture into a reusable header.
|
| |
|
| |
|
|
|
|
| |
event types, etc
|
| |
|
| |
|
|
|
|
| |
notifications are blacklisted
|
| |
|
|
|
|
| |
internals to finish bootstrapping
|
|
|
|
| |
disable it
|
| |
|
|\
| |
| |
| | |
Attributs GH PR #43: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/43
|
|/
|
|
| |
is performed.
|
|\
| |
| |
| | |
Attributes GH PR #42: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/42
|
|/
|
|
|
|
| |
- README.md: Update documentation
- INSTALL.md: Add file
- INSTALL: Drop old file
|
|\
| |
| |
| | |
Attributes GH PR #41: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/41
|
|/
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/34
|
|\
| |
| |
| | |
Attributes GH PR #40: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/40
|
|/
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/36
|
|\
| |
| |
| | |
Attributes GH PR #39: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/39
|
|/
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/12
|
|
|
|
| |
have been resolved.
|
|\
| |
| |
| | |
Attributes GH PR #38: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/38
|
|/
|
|
| |
ayatana_common_utils_ellipsize + add GSettings watcher for max-menu-text-length.
|
| |
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #35: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/35
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
explicitly declared constructor.
Resolves issues like these:
```
In file included from /rootdir/tests/test-actions.cpp:22:
In file included from /rootdir/tests/state-fixture.h:23:
In file included from /rootdir/tests/test-dbus-fixture.h:23:
In file included from /rootdir/tests/glib-fixture.h:29:
In file included from /usr/include/gtest/gtest.h:62:
/usr/include/gtest/internal/gtest-internal.h:472:44: error: call to implicitly-deleted default constructor of 'ActionsFixture_DesktopOpenCalendarApp_Test'
Test* CreateTest() override { return new TestClass; }
^
/rootdir/tests/test-actions.cpp:188:1: note: in instantiation of member function 'testing::internal::TestFactoryImpl<ActionsFixture_DesktopOpenCalendarApp_Test>::CreateTest' requested here
TEST_F(ActionsFixture, DesktopOpenCalendarApp)
^
/usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/include/gtest/internal/gtest-internal.h:1565:15: note: expanded from macro 'GTEST_TEST_'
new ::testing::internal::TestFactoryImpl<GTEST_TEST_CLASS_NAME_( \
^
/rootdir/tests/test-actions.cpp:188:1: note: explicitly defaulted function was implicitly deleted here
/usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/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/include/gtest/internal/gtest-internal.h:1533:3: note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
test_suite_name##_##test_name##_Test
^
<scratch space>:101:1: note: expanded from here
ActionsFixture_DesktopOpenCalendarApp_Test
^
/rootdir/tests/test-actions.cpp:188:1: note: default constructor of 'ActionsFixture_DesktopOpenCalendarApp_Test' is implicitly deleted because base class 'ActionsFixture' has a deleted default constructor
/usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/include/gtest/internal/gtest-internal.h:1542:9: note: expanded from macro 'GTEST_TEST_'
: public parent_class { \
^
/rootdir/tests/test-actions.cpp:26:23: note: default constructor of 'ActionsFixture' is implicitly deleted because base class 'ayatana::indicator::datetime::StateFixture' has a deleted default constructor
class ActionsFixture: public StateFixture
^
/rootdir/tests/state-fixture.h:36:21: note: default constructor of 'StateFixture' is implicitly deleted because base class 'TestDBusFixture' has a deleted default constructor
class StateFixture: public TestDBusFixture
^
/rootdir/tests/test-dbus-fixture.h:33:5: note: explicitly defaulted function was implicitly deleted here
TestDBusFixture() =default;
^
/rootdir/tests/test-dbus-fixture.h:70: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;
^
```
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
alarm-queue-simple.h.
Addresses this issue occuring when building with clang++:
/usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/ext/new_allocator.h:150:23: error: no matching constructor for initialization of 'ayatana::indicator::datetime::EdsEngine'
{ ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Provide default EdsEngine constructor for autotests.
* Temporary disable DST related tests. Something strange happens there.
* Do not create locale datetime for more reliable result on non-UTC systems.
* Specify audio_url for sample Alarms.
Fixes AyatanaIndicators/ayatana-indicator-datetime#32
|
| | |
|
| |
| |
| |
| | |
'enable_lcov' to 'ENABLE_COVERAGE' (both defaulting to 'OFF').
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| | |
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/33
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (34 of 34 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/oc/
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 97.0% (33 of 34 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/hu/
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
explicitly declared constructor.
Resolves issues like these:
```
In file included from /rootdir/tests/test-actions.cpp:22:
In file included from /rootdir/tests/state-fixture.h:23:
In file included from /rootdir/tests/test-dbus-fixture.h:23:
In file included from /rootdir/tests/glib-fixture.h:29:
In file included from /usr/include/gtest/gtest.h:62:
/usr/include/gtest/internal/gtest-internal.h:472:44: error: call to implicitly-deleted default constructor of 'ActionsFixture_DesktopOpenCalendarApp_Test'
Test* CreateTest() override { return new TestClass; }
^
/rootdir/tests/test-actions.cpp:188:1: note: in instantiation of member function 'testing::internal::TestFactoryImpl<ActionsFixture_DesktopOpenCalendarApp_Test>::CreateTest' requested here
TEST_F(ActionsFixture, DesktopOpenCalendarApp)
^
/usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/include/gtest/internal/gtest-internal.h:1565:15: note: expanded from macro 'GTEST_TEST_'
new ::testing::internal::TestFactoryImpl<GTEST_TEST_CLASS_NAME_( \
^
/rootdir/tests/test-actions.cpp:188:1: note: explicitly defaulted function was implicitly deleted here
/usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/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/include/gtest/internal/gtest-internal.h:1533:3: note: expanded from macro 'GTEST_TEST_CLASS_NAME_'
test_suite_name##_##test_name##_Test
^
<scratch space>:101:1: note: expanded from here
ActionsFixture_DesktopOpenCalendarApp_Test
^
/rootdir/tests/test-actions.cpp:188:1: note: default constructor of 'ActionsFixture_DesktopOpenCalendarApp_Test' is implicitly deleted because base class 'ActionsFixture' has a deleted default constructor
/usr/include/gtest/gtest.h:2381:3: note: expanded from macro 'TEST_F'
GTEST_TEST_(test_fixture, test_name, test_fixture, \
^
/usr/include/gtest/internal/gtest-internal.h:1542:9: note: expanded from macro 'GTEST_TEST_'
: public parent_class { \
^
/rootdir/tests/test-actions.cpp:26:23: note: default constructor of 'ActionsFixture' is implicitly deleted because base class 'ayatana::indicator::datetime::StateFixture' has a deleted default constructor
class ActionsFixture: public StateFixture
^
/rootdir/tests/state-fixture.h:36:21: note: default constructor of 'StateFixture' is implicitly deleted because base class 'TestDBusFixture' has a deleted default constructor
class StateFixture: public TestDBusFixture
^
/rootdir/tests/test-dbus-fixture.h:33:5: note: explicitly defaulted function was implicitly deleted here
TestDBusFixture() =default;
^
/rootdir/tests/test-dbus-fixture.h:70: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;
^
```
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
alarm-queue-simple.h.
Addresses this issue occuring when building with clang++:
/usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/ext/new_allocator.h:150:23: error: no matching constructor for initialization of 'ayatana::indicator::datetime::EdsEngine'
{ ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
|
| | |
|