- Dec 28, 2021
-
-
Sébastien Blin authored
Change-Id: I93ca7b6b66d650c3c3d361d9ce073ae028c8723d
-
- Jul 24, 2018
-
-
Change-Id: I92ead715a1a8e47a71e53f223cd010a846f8821c Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Oct 23, 2017
-
-
Sébastien Blin authored
Change-Id: I23bcb3c481d56e16373c2b4b017d94ca50293737 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Jun 03, 2016
-
-
aviau authored
Now that D-Bus interface files are installed by the Ring daemon, there is no need to duplicate them in this repository. This patch introduces a new cmake flag: -DRING_XML_INTERFACES_DIR, which can be used to specify the directory containing the D-Bus interface files. If the flag is not specified, we look for the following directories, in order: - ${RING_BUILD_DIR}/../bin/dbus This should work in most cases, where we are building against the project directory. - ${CMAKE_INSTALL_PREFIX}/share/dbus-1/interfaces This is where D-Bus interface files should be installed, as per the freedesktop website[1]. 1. https://dbus.freedesktop.org/doc/dbus-api-design.html#interface-files Change-Id: I8e8476c1276a1dbb0af2197a2d2d8efff2724f4e Tuleap: #688
-
- Sep 14, 2015
-
-
Guillaume Roguez authored
This patch adds support to Qt translation using TS files. It adds also transifex configuration file to support transifex web translation service, and remove old GNU gettext support. See https://www.transifex.com/savoirfairelinux/ring Issue: #78928 Change-Id: I24150fd072796e8658f8e5a2ed6ee477c9e85a18
-
- Jun 10, 2015
-
-
Alexandre Lision authored
Change-Id: Id36782245ae97e71cd5338dc3ccc5a1b1c8d81bf
-
- Jun 05, 2015
-
-
Alexandre Lision authored
Change-Id: If4dceac0bfc7862514b543a2e2e91aaa2ed76959
-
- Jan 19, 2015
-
-
Alexandre Lision authored
When compiling for OSX (or any system other than Linux) we won't use dbus. This commit removes the need to include QtDBus module.
-
- Jan 15, 2015
-
-
Alexandre Lision authored
Update namespaces Link on libring Fix pollEvents (misplaced) Add FindRing.cmake Update INSTALL (simplify OSX build)
-