- 03 Aug, 2022 2 commits
-
-
Nicolas Fella authored
Only the main include should be used https://gitlab.com/accounts-sso/libaccounts-glib/-/blob/master/libaccounts-glib/ag-account-service.h\#L30
-
Nicolas Fella authored
-
- 17 Mar, 2020 1 commit
-
-
- 07 Mar, 2020 1 commit
-
-
Alberto Mardegan authored
This can be simplified once libaccounts-glib offers some options to disable all non essential build features.
-
- 18 Sep, 2019 1 commit
-
-
Alberto Mardegan authored
Increment also the library version, since new APIs have been added.
-
- 12 Sep, 2019 1 commit
-
-
Dan Vrátil authored
Modern compilers warn about using 0 instead of nullptr for pointers.
-
- 17 Jun, 2019 1 commit
-
-
Alberto Mardegan authored
There's no need to use the latest devel image anymore.
-
- 11 Jun, 2019 1 commit
-
-
Aleix Pol authored
-
- 12 May, 2018 1 commit
-
-
Corentin Noël authored
-
- 27 Feb, 2017 1 commit
-
-
Elvis Angelaccio authored
Service types can have descriptions, but the Qt api doesn't currently allow to get them. This commit adds a new description() method in the ServiceType class. A test case with the new method has also been added.
-
- 24 Feb, 2017 2 commits
-
-
Elvis Angelaccio authored
Services can have descriptions, but the Qt api doesn't currently allow to get them. This commit adds a new description() method in the Service class. A test case with the new method has also been added.
-
Alberto Mardegan authored
-
- 28 Sep, 2016 1 commit
-
-
Alberto Mardegan authored
-
- 27 Sep, 2016 1 commit
-
-
Alberto Mardegan authored
Also wrap Application::supportsService()
-
- 16 May, 2016 1 commit
-
-
Alberto Mardegan authored
-
- 13 May, 2016 1 commit
-
-
Alberto Mardegan authored
-
- 06 Nov, 2015 1 commit
-
-
Alberto Mardegan authored
-
- 27 Oct, 2015 1 commit
-
-
Alberto Mardegan authored
Since this library is just a thin wrapper around libaccounts-glib, it makes little sense to have debug messages in here: debugging can be activated on libaccounts-glib, if needed.
-
- 01 Oct, 2015 6 commits
-
-
Alberto Mardegan authored
With Qt5, we can use the .qmake.conf file to store the location of the build tree.
-
Alberto Mardegan authored
Remove include file, use QSignalSpy whenever possible, align coding style.
-
Alberto Mardegan authored
-
Alberto Mardegan authored
-
Alberto Mardegan authored
-
Alberto Mardegan authored
-
- 30 Sep, 2015 3 commits
-
-
Daniele E. Domenichelli authored
This generates a file that contains a strings like if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}" ) instead of if(${PACKAGE_VERSION} VERSION_LESS ${PACKAGE_FIND_VERSION} ) and therefore work also if PACKAGE_FIND_VERSION is not defined, i.e. if the user wants to find the package without specifying the version, i.e. find_package(AccountsQt5) Without the quotation marks, this generates an "Unknown arguments specified" fatal error.
-
Alberto Mardegan authored
-
Albert Astals Cid authored
Add const & Some QLatin1String -> QStringLiteral Do not ignore .arg() result call reserve() with known list length clazy: https://quickgit.kde.org/?p=clazy.git
-
- 11 Sep, 2015 1 commit
-
-
Alberto Mardegan authored
-
- 14 Aug, 2015 1 commit
-
-
Mikko Harju authored
The "use-dbus" is a boolean g_object property, with actual type of gboolean, and gboolean is typedef int. g_object_get is a variadic function (no static type checking), and stores the queried value through pointer-to-int. If sizeof(bool) happens to be less than sizeof(int) and the stack variable useDBus is packed tightly, this can lead to stack corruption. Compiling the lib with -fstack-protector immediately pointed out the problem.
-
- 22 May, 2015 2 commits
-
-
Alberto Mardegan authored
This caused a GCC warning when in pedantic mode.
-
Alberto Mardegan authored
-
- 05 Sep, 2014 2 commits
-
-
-
Alberto Mardegan authored
Tests can now be run with a command like: make check WRAPPER="valgrind --leak-check=full"
-
- 15 Aug, 2014 1 commit
-
-
Alberto Mardegan authored
-
- 14 Aug, 2014 1 commit
-
-
Alberto Mardegan authored
Expose the libaccounts-glib's "no-dbus" API as a constructor parameter in Accounts::Manager.
-
- 14 Mar, 2014 2 commits
-
-
Alberto Mardegan authored
-
Alberto Mardegan authored
-
- 10 Mar, 2014 1 commit
-
-
Alberto Mardegan authored
The Application, Service and ServiceType classes already implement this check. For some reason it was just missing in the Provider class.
-
- 05 Mar, 2014 2 commits
-
-
Alberto Mardegan authored
Add Qt bindings for the ag_provider_get_domains_regex() method.
-
Alberto Mardegan authored
-