summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.0.20.0.2Mike Gabriel2018-11-09119-120/+224
|
* Update translation files.Mike Gabriel2018-11-09118-612/+612
|
* src/rda.h: Include rda_supported_technologies.h from local folder.Mike Gabriel2018-11-091-1/+1
|
* debian/control: Add B-D: libgirepository1.0-dev.Mike Gabriel2018-11-061-0/+1
|
* debian/rules: Explicitly enable introspection support.Mike Gabriel2018-11-061-0/+1
|
* src/rda_supported_technologies.h.in: Generate header file that knows what ↵Mike Gabriel2018-11-054-2/+52
| | | | RDA technologies are supported after build.
* Translated using Weblate (Bulgarian)Kamen2018-11-041-9/+11
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/librda Translate-URL: https://hosted.weblate.org/projects/arctica-framework/librda/bg/
* debian/*: Add gir1.2-rda-1.0 bin:package.Mike Gabriel2018-11-023-0/+19
|
* src/Makefile.am: Always compile rda_x2go.c and rda_ogon.c files. This ↵Mike Gabriel2018-11-021-2/+2
| | | | partially reverts 9f217413.
* automake: Add GObject Introspection support.Mike Gabriel2018-11-022-0/+27
|
* src/rda.c: Don't fail if no remote technology is enabled at configure time.Mike Gabriel2018-11-021-5/+4
|
* src/rda_*.c: White-space fix at end of file.Mike Gabriel2018-11-022-2/+2
|
* configure.ac: For the configure summary, set enable_<rdp-type>=no if not ↵Mike Gabriel2018-11-021-0/+4
| | | | explicitly enabled.
* Translated using Weblate (Russian)Daniel D McNaughton2018-10-311-10/+13
| | | | | | | Currently translated at 75.0% (3 of 4 strings) Translation: Arctica Framework/librda Translate-URL: https://hosted.weblate.org/projects/arctica-framework/librda/ru/
* Merge branch 'rbuj-defines'Mike Gabriel2018-10-221-4/+2
|\ | | | | | | Attributes GH PR #2: https://github.com/ArcticaProject/librda/pull/2
| * librda_la_SOURCES: add conditional sourcesrbuj2018-10-221-3/+2
| |
| * Fix defines: WITH_X2GO_AWARENESS, WITH_OGON_AWARENESSrbuj2018-10-121-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are always enabled: - Edit debian/rules - Remove --enable-x2go or --enable-ogon line - Run $ debuild -b -uc -us - Check config.log e.g. $ cat config.log | grep WITH_X2GO_AWARENESS | #define WITH_X2GO_AWARENESS /**/ | #define WITH_X2GO_AWARENESS /**/ $ cat config.log | grep WITH_OGON_AWARENESS | #define WITH_OGON_AWARENESS /**/ | #define WITH_OGON_AWARENESS /**/ $ cat debian/rules .. override_dh_auto_configure: dh_auto_configure $(DHFLAGS) -- \ --disable-silent-rules \ --enable-x2go \ $(NULL)
* | Merge branch 'rbuj-sources'Mike Gabriel2018-10-221-3/+2
|\ \ | |/ |/| | | Attributes GH PR #3: https://github.com/ArcticaProject/librda/pull/3
| * librda_la_SOURCES: add conditional sourcesrbuj2018-10-131-3/+2
|/
* Translated using Weblate (Spanish)Ricardo A. Hermosilla Carrillo2018-10-111-9/+11
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/librda Translate-URL: https://hosted.weblate.org/projects/arctica-framework/librda/es/
* Translated using Weblate (Swedish)Kristoffer Grundström2018-10-021-9/+12
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/librda Translate-URL: https://hosted.weblate.org/projects/arctica-framework/librda/sv/
* Translated using Weblate (Ukrainian)Володимир Бриняк2018-09-281-10/+12
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/librda Translate-URL: https://hosted.weblate.org/projects/arctica-framework/librda/uk/
* Translated using Weblate (Belarusian)Viktar Vauchkevich2018-09-201-10/+12
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/librda Translate-URL: https://hosted.weblate.org/projects/arctica-framework/librda/be/
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2018-09-131-9/+13
| | | | | | | Currently translated at 50.0% (2 of 4 strings) Translation: Arctica Framework/librda Translate-URL: https://hosted.weblate.org/projects/arctica-framework/librda/nb/
* Add COPYING file (LGPL-2+).Mike Gabriel2018-09-111-0/+481
|
* release 0.0.10.0.1Mike Gabriel2018-09-082-2/+114
|
* debian/copyright: Add .pot file to copyright.Mike Gabriel2018-09-081-1/+2
|
* debian/rules: Typo fix.Mike Gabriel2018-09-081-1/+1
|
* debian/control: Use GH URLs in Vcs-*: fields.Mike Gabriel2018-09-081-2/+2
|
* debian/copyright: Use secure URL in Format: field.Mike Gabriel2018-09-081-1/+1
|
* debian/control: Add pkg-config to B-Ds.Mike Gabriel2018-09-081-0/+1
|
* debian/control: Bump Standards-Version: to 4.2.1. No changes needed.Mike Gabriel2018-09-081-1/+1
|
* debian/rules: Keep --with-autoreconf, as we build with DH compat level 9 ↵Mike Gabriel2018-09-081-1/+1
| | | | (for stretch compatibility).
* po/de.po: Update German translation.Mike Gabriel2018-09-081-4/+4
|
* po/: Merge new .pot template into translation files.Mike Gabriel2018-09-08117-468/+936
|
* po/librda.pot: Update translation template.Mike Gabriel2018-09-081-4/+8
|
* debian/copyright: Update copyright attributions.Mike Gabriel2018-09-081-0/+2
|
* debian/rules: Enable X2Go and Ogon awareness. Enable all hardening build flags.Mike Gabriel2018-09-081-1/+14
|
* configure.ac: Replace deprecated by AC_HELP_STRING by AS_HELP_STRING.Mike Gabriel2018-09-081-1/+1
|
* configure.ac et al.: Make it possible to enable/disable awareness for the ↵Mike Gabriel2018-09-086-0/+60
| | | | supported remote desktop technologies at build time.
* configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves ↵Mike Gabriel2018-09-081-1/+1
| | | | FTBFS on Ubuntu 16.04).
* src/*.h: Fix file names in comment header.Mike Gabriel2018-09-082-2/+2
|
* debian/control: Add B-D: gobject-introspection.Mike Gabriel2018-09-081-0/+1
|
* Ogon RDP support: initial draft to support Ogon RDP as remote desktop ↵Mike Gabriel2018-07-024-0/+153
| | | | technology.
* src/rda_x2go.c: Some tab stop fixes.Mike Gabriel2018-06-281-8/+8
|
* src/rda.c: Report a desktop session as local, if XDG_SEAT env var is set in ↵Mike Gabriel2018-06-281-4/+10
| | | | the session. Good enough for a start, I guess.
* src/rda_x2go.c: Use g_spawn_command_line_sync() for suspending/terminating ↵Mike Gabriel2018-06-271-31/+15
| | | | X2Go Sessions.
* src/rda.pc.in: Make people use <rda/rda.h> in include headers, rather than ↵Mike Gabriel2018-06-271-1/+1
| | | | <rda.h>.
* src/rda.h: Fix prototype for rda_session_suspend(). Add prototype for ↵Mike Gabriel2018-06-271-1/+4
| | | | rda_session_terminate().
* initial draft of the RDA shared libraryMike Gabriel2018-06-27146-0/+4929