Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translated using Weblate (Belarusian) | Viktar Vauchkevich | 2018-09-20 | 1 | -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øy | 2018-09-13 | 1 | -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 Gabriel | 2018-09-11 | 1 | -0/+481 |
| | |||||
* | release 0.0.10.0.1 | Mike Gabriel | 2018-09-08 | 2 | -2/+114 |
| | |||||
* | debian/copyright: Add .pot file to copyright. | Mike Gabriel | 2018-09-08 | 1 | -1/+2 |
| | |||||
* | debian/rules: Typo fix. | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | debian/control: Use GH URLs in Vcs-*: fields. | Mike Gabriel | 2018-09-08 | 1 | -2/+2 |
| | |||||
* | debian/copyright: Use secure URL in Format: field. | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | debian/control: Add pkg-config to B-Ds. | Mike Gabriel | 2018-09-08 | 1 | -0/+1 |
| | |||||
* | debian/control: Bump Standards-Version: to 4.2.1. No changes needed. | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | debian/rules: Keep --with-autoreconf, as we build with DH compat level 9 ↵ | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | | | | (for stretch compatibility). | ||||
* | po/de.po: Update German translation. | Mike Gabriel | 2018-09-08 | 1 | -4/+4 |
| | |||||
* | po/: Merge new .pot template into translation files. | Mike Gabriel | 2018-09-08 | 117 | -468/+936 |
| | |||||
* | po/librda.pot: Update translation template. | Mike Gabriel | 2018-09-08 | 1 | -4/+8 |
| | |||||
* | debian/copyright: Update copyright attributions. | Mike Gabriel | 2018-09-08 | 1 | -0/+2 |
| | |||||
* | debian/rules: Enable X2Go and Ogon awareness. Enable all hardening build flags. | Mike Gabriel | 2018-09-08 | 1 | -1/+14 |
| | |||||
* | configure.ac: Replace deprecated by AC_HELP_STRING by AS_HELP_STRING. | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | configure.ac et al.: Make it possible to enable/disable awareness for the ↵ | Mike Gabriel | 2018-09-08 | 6 | -0/+60 |
| | | | | supported remote desktop technologies at build time. | ||||
* | configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves ↵ | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | | | | FTBFS on Ubuntu 16.04). | ||||
* | src/*.h: Fix file names in comment header. | Mike Gabriel | 2018-09-08 | 2 | -2/+2 |
| | |||||
* | debian/control: Add B-D: gobject-introspection. | Mike Gabriel | 2018-09-08 | 1 | -0/+1 |
| | |||||
* | Ogon RDP support: initial draft to support Ogon RDP as remote desktop ↵ | Mike Gabriel | 2018-07-02 | 4 | -0/+153 |
| | | | | technology. | ||||
* | src/rda_x2go.c: Some tab stop fixes. | Mike Gabriel | 2018-06-28 | 1 | -8/+8 |
| | |||||
* | src/rda.c: Report a desktop session as local, if XDG_SEAT env var is set in ↵ | Mike Gabriel | 2018-06-28 | 1 | -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 Gabriel | 2018-06-27 | 1 | -31/+15 |
| | | | | X2Go Sessions. | ||||
* | src/rda.pc.in: Make people use <rda/rda.h> in include headers, rather than ↵ | Mike Gabriel | 2018-06-27 | 1 | -1/+1 |
| | | | | <rda.h>. | ||||
* | src/rda.h: Fix prototype for rda_session_suspend(). Add prototype for ↵ | Mike Gabriel | 2018-06-27 | 1 | -1/+4 |
| | | | | rda_session_terminate(). | ||||
* | initial draft of the RDA shared library | Mike Gabriel | 2018-06-27 | 146 | -0/+4929 |