Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-02-28 16:55:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-02-28 16:55:40 +0300
commit3a28b819c05fd7dedde46abc082dab760b0892ff (patch)
tree8b23411824dee1afd9b46338227df5008eea0aed
parentf84cc9c2128db790877fbdf19875d716db6b5b83 (diff)
parentfb29255410ce0e1d544a2797ac4074a7af6a8868 (diff)
Merge branch 'prep_v1.3.3' into 'master'v1.3.3
Remmina release v.1.3.3 See merge request Remmina/Remmina!1807
-rw-r--r--CHANGELOG.md400
-rw-r--r--CMakeLists.txt2
-rw-r--r--data/theme/ChallengerDeep.colors23
-rw-r--r--data/theme/Chester.colors23
-rw-r--r--data/theme/Dark+.colors23
-rw-r--r--data/theme/Framer.colors23
-rw-r--r--data/theme/Hopscotch.256.colors23
-rw-r--r--data/theme/Hopscotch.colors23
-rw-r--r--data/theme/Kolorit.colors23
-rw-r--r--data/theme/Lab Fox.colors23
-rw-r--r--data/theme/Nocturnal Winter.colors23
-rw-r--r--data/theme/Operator Mono Dark.colors23
-rw-r--r--data/theme/Relaxed.colors23
-rw-r--r--data/theme/UltraViolent.colors23
-rw-r--r--data/theme/Unikitty.colors23
-rw-r--r--data/theme/Whimsy.colors23
-rw-r--r--data/theme/cyberpunk.colors23
-rw-r--r--data/theme/idea.colors23
-rw-r--r--data/theme/lovelace.colors23
-rw-r--r--data/theme/primary.colors23
-rw-r--r--data/theme/rebecca.colors23
21 files changed, 649 insertions, 190 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d2cf3dd5..0ac90916c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,41 @@
Current Remmina changelog, see CHANGELOG.archive.md for old releases.
+## [v1.3.3](https://gitlab.com/Remmina/Remmina/compare/v1.3.3)
+
+* Fix “Utranslated” typo + XHTML 1.0 strictness + move div CSS rule in style block [!1785](https://gitlab.com/Remmina/Remmina/merge_requests/1785) *@DevDef*
+* Revert autoclosed <script> tags. It seems to be badly surported [!1786](https://gitlab.com/Remmina/Remmina/merge_requests/1786) *@DevDef*
+* Remmina connection window refactoring [!1787](https://gitlab.com/Remmina/Remmina/merge_requests/1787) *@antenore*
+* Adding Serial and parallel ports sharing [!1788](https://gitlab.com/Remmina/Remmina/merge_requests/1788) *@antenore*
+* Translation of the new strings [!1790](https://gitlab.com/Remmina/Remmina/merge_requests/1790) *@DevDef*
+* Update de.po [!1789](https://gitlab.com/Remmina/Remmina/merge_requests/1789) *@OzzieIsaacs*
+* Updating zh_CN.po from Zheng Qian [!1792](https://gitlab.com/Remmina/Remmina/merge_requests/1792) *@antenore*
+* L10N Updating Italian translations [!1793](https://gitlab.com/Remmina/Remmina/merge_requests/1793) *@antenore*
+* RemminaMain window refactoring - Removing deprecated functions. [!1794](https://gitlab.com/Remmina/Remmina/merge_requests/1794) *@antenore*
+* Update fr.po [!1795](https://gitlab.com/Remmina/Remmina/merge_requests/1795) *@DevDef*
+* Fix #1836 implementing the correct message panel when authenticating [!1796](https://gitlab.com/Remmina/Remmina/merge_requests/1796) *@antenore*
+* Make ssh tunnel pwd user manageable and public key import [!1798](https://gitlab.com/Remmina/Remmina/merge_requests/1798) *@giox069*
+* Update tr.po turkish translation [!1799](https://gitlab.com/Remmina/Remmina/merge_requests/1799) *@TeknoMobil*
+* Translate 3 new strings [!1800](https://gitlab.com/Remmina/Remmina/merge_requests/1800) *@DevDef*
+* Vnci fixes [!1801](https://gitlab.com/Remmina/Remmina/merge_requests/1801) *@antenore*
+* Update fr.po [!1802](https://gitlab.com/Remmina/Remmina/merge_requests/1802) *@DevDef*
+* Translate new strings to German [!1803](https://gitlab.com/Remmina/Remmina/merge_requests/1803) *@jweberhofer*
+* Fix Yes/No inversion [!1805](https://gitlab.com/Remmina/Remmina/merge_requests/1805) *@DevDef*
+* Update Danish translation [!1804](https://gitlab.com/Remmina/Remmina/merge_requests/1804) *@scootergrisen*
+
## [v1.3.2](https://gitlab.com/Remmina/Remmina/tags/v1.3.2) (2019-01-31)
-- Change rcw size allocation wait algorithm, see issue #1809 (by Giovanni Panozzo)
-- Fix a couple of VNCI crashes, see issue #1821 (by Giovanni Panozzo)
-- Fix spice authentication, issue #1820 (by Giovanni Panozzo)
-- Update translations script fixes (by Antenore Gatta)
-- Add a missing end point in an SSH error message (by Davy Defaud)
-- Complete the French translation (by Davy Defaud)
-- New strings for it.po (by Giovanni Panozzo)
-- Remmina Translations Statistics (by Antenore Gatta)
-- Remmina Translation Report (by Antenore Gatta)
-- Cosmetics fixes: (by Antenore Gatta & Davy Defaud)
-- Development Documentation fixes (by Antenore Gatta)
+* Change rcw size allocation wait algorithm, see issue #1809 (by Giovanni Panozzo)
+* Fix a couple of VNCI crashes, see issue #1821 (by Giovanni Panozzo)
+* Fix spice authentication, issue #1820 (by Giovanni Panozzo)
+* Update translations script fixes (by Antenore Gatta)
+* Add a missing end point in an SSH error message (by Davy Defaud)
+* Complete the French translation (by Davy Defaud)
+* New strings for it.po (by Giovanni Panozzo)
+* Remmina Translations Statistics (by Antenore Gatta)
+* Remmina Translation Report (by Antenore Gatta)
+* Cosmetics fixes: (by Antenore Gatta & Davy Defaud)
+* Development Documentation fixes (by Antenore Gatta)
## [v1.3.1](https://gitlab.com/Remmina/Remmina/tags/v1.3.1) (2019-01-28)
@@ -29,178 +51,178 @@ typographic errors and translations.
### List of changes
-- Updated author files (Antenore Gatta)
-- Version bump (Antenore Gatta)
-- Merge branch 'german-translation' into 'master' (Davy Defaud)
-- Updated german translation (Johannes Weberhofer)
-- Updated translations (Antenore Gatta)
-- Fixed pot generation (Antenore Gatta)
-- Fixed LINGUAS format (Antenore Gatta)
-- Merge branch 'typographic_fixes' into 'master' (Antenore Gatta)
-- Use uppercase for VNC, SSH, SFTP and RDP protocol names (Davy Defaud)
-- Gettextize more SSH error messages (Davy Defaud)
-- Replace single quotes by true apostrophes (Davy Defaud)
-- Replace all triple points by ellipsis characters (Davy Defaud)
-- Remove space before colons in English strings (Davy Defaud)
-- Fix English typo transmittion → transmission (Davy Defaud)
-- Fix a bad indent (spaces instead of a tab) (Davy Defaud)
-- Merge branch 'vnc-blocks-after-clipboard' into 'master' (Giovanni Panozzo)
-- VNC: prevent client from blocking when remote clipboard is changed (Wolfgang Scherer)
-- Merge branch 'master' into 'master' (Davy Defaud)
-- Updated ru.po for more human-like language (TreefeedXavier)
-- Merge branch 'patch-5' into 'master' (Davy Defaud)
-- Performance improvement (Antenore Gatta)
-- Update tr.po (Serdar Sağlam)
-- Bump documentation version (Antenore Gatta)
-- Update tr.po (Serdar Sağlam)
-- Fixing docker image (Antenore Gatta)
-- Update tr.po (Serdar Sağlam)
-- Update tr.po (Serdar Sağlam)
-- Update tr.po (Serdar Sağlam)
-- Update tr.po (Serdar Sağlam)
-- Add background class to message panel (Giovanni Panozzo)
-- Merge branch 'css_fix' into 'master' (Giovanni Panozzo)
-- Fix password field focusing, see issue #1811 (Giovanni Panozzo)
-- Fix CSS of message panel and tab page (Giovanni Panozzo)
-- Merge branch 'master' of gitlab.com:Remmina/Remmina (Antenore Gatta)
-- Logo documentation (Antenore Gatta)
-- Merge branch 'italian-strings' into 'master' (Davy Defaud)
-- Remove the duplicate of the first header line (Davy Defaud)
-- Some strings for it.po (Giovanni Panozzo)
-- Merge branch 'rcw_fixess' into 'master' (Giovanni Panozzo)
-- rcw fixes for fullscreen mode (Giovanni Panozzo)
-- all rows translated (Serdar Sağlam)
-- Merge branch 'master' of https://gitlab.com/Remmina/Remmina (Giovanni Panozzo)
-- Fix border appearing in VIEWPORT_FULLSCREEN_MODE when not needed (Giovanni Panozzo)
-- Merge branch '1813-a-few-fixes-improvements-for-the-po-files' into 'master' (Davy Defaud)
-- Fix scrolling in VIEWPORT_FULLSCREEN_MODE (Giovanni Panozzo)
-- Correctly reparent MessagePanel when moving a tab (Giovanni Panozzo)
-- Make ftb visible before connecting (Giovanni Panozzo)
-- Add the missing plural forms of a translation (yet to be translated…) (Davy Defaud)
-- Add missing format specification in a Spanish translation string (Davy Defaud)
-- Fix missing language code in po some file headers (Davy Defaud)
-- Merge branch 'patch-4' into 'master' (Antenore Gatta)
-- Update tr.po (Serdar Sağlam)
-- Merge branch 'blackmp' into 'master' (Antenore Gatta)
-- remove black background (Antenore Gatta)
-- Merge branch 'issue-1809' into 'master' (Giovanni Panozzo)
-- Set notebook current page to 1st page on new cnnwin (Giovanni Panozzo)
-- Merge branch 'issue1810-icons' into 'master' (Antenore Gatta)
-- Removed edit-delete.svg from the repository (Antenore Gatta)
-- Merge branch 'issue1810-icons' into 'master' (Antenore Gatta)
-- Removed edit-delete icon - fixes #1810 (Antenore Gatta)
-- Merge branch 'patch-1' into 'master' (Antenore Gatta)
-- flatpak: update spice-gtk from 0.35 to 0.36 (Denis Ollier)
-- Translate the two new strings recently added (Davy Defaud)
+* Updated author files (Antenore Gatta)
+* Version bump (Antenore Gatta)
+* Merge branch 'german-translation' into 'master' (Davy Defaud)
+* Updated german translation (Johannes Weberhofer)
+* Updated translations (Antenore Gatta)
+* Fixed pot generation (Antenore Gatta)
+* Fixed LINGUAS format (Antenore Gatta)
+* Merge branch 'typographic_fixes' into 'master' (Antenore Gatta)
+* Use uppercase for VNC, SSH, SFTP and RDP protocol names (Davy Defaud)
+* Gettextize more SSH error messages (Davy Defaud)
+* Replace single quotes by true apostrophes (Davy Defaud)
+* Replace all triple points by ellipsis characters (Davy Defaud)
+* Remove space before colons in English strings (Davy Defaud)
+* Fix English typo transmittion → transmission (Davy Defaud)
+* Fix a bad indent (spaces instead of a tab) (Davy Defaud)
+* Merge branch 'vnc-blocks-after-clipboard' into 'master' (Giovanni Panozzo)
+* VNC: prevent client from blocking when remote clipboard is changed (Wolfgang Scherer)
+* Merge branch 'master' into 'master' (Davy Defaud)
+* Updated ru.po for more human-like language (TreefeedXavier)
+* Merge branch 'patch-5' into 'master' (Davy Defaud)
+* Performance improvement (Antenore Gatta)
+* Update tr.po (Serdar Sağlam)
+* Bump documentation version (Antenore Gatta)
+* Update tr.po (Serdar Sağlam)
+* Fixing docker image (Antenore Gatta)
+* Update tr.po (Serdar Sağlam)
+* Update tr.po (Serdar Sağlam)
+* Update tr.po (Serdar Sağlam)
+* Update tr.po (Serdar Sağlam)
+* Add background class to message panel (Giovanni Panozzo)
+* Merge branch 'css_fix' into 'master' (Giovanni Panozzo)
+* Fix password field focusing, see issue #1811 (Giovanni Panozzo)
+* Fix CSS of message panel and tab page (Giovanni Panozzo)
+* Merge branch 'master' of gitlab.com:Remmina/Remmina (Antenore Gatta)
+* Logo documentation (Antenore Gatta)
+* Merge branch 'italian-strings' into 'master' (Davy Defaud)
+* Remove the duplicate of the first header line (Davy Defaud)
+* Some strings for it.po (Giovanni Panozzo)
+* Merge branch 'rcw_fixess' into 'master' (Giovanni Panozzo)
+* rcw fixes for fullscreen mode (Giovanni Panozzo)
+* all rows translated (Serdar Sağlam)
+* Merge branch 'master' of https://gitlab.com/Remmina/Remmina (Giovanni Panozzo)
+* Fix border appearing in VIEWPORT_FULLSCREEN_MODE when not needed (Giovanni Panozzo)
+* Merge branch '1813-a-few-fixes-improvements-for-the-po-files' into 'master' (Davy Defaud)
+* Fix scrolling in VIEWPORT_FULLSCREEN_MODE (Giovanni Panozzo)
+* Correctly reparent MessagePanel when moving a tab (Giovanni Panozzo)
+* Make ftb visible before connecting (Giovanni Panozzo)
+* Add the missing plural forms of a translation (yet to be translated…) (Davy Defaud)
+* Add missing format specification in a Spanish translation string (Davy Defaud)
+* Fix missing language code in po some file headers (Davy Defaud)
+* Merge branch 'patch-4' into 'master' (Antenore Gatta)
+* Update tr.po (Serdar Sağlam)
+* Merge branch 'blackmp' into 'master' (Antenore Gatta)
+* remove black background (Antenore Gatta)
+* Merge branch 'issue-1809' into 'master' (Giovanni Panozzo)
+* Set notebook current page to 1st page on new cnnwin (Giovanni Panozzo)
+* Merge branch 'issue1810-icons' into 'master' (Antenore Gatta)
+* Removed edit-delete.svg from the repository (Antenore Gatta)
+* Merge branch 'issue1810-icons' into 'master' (Antenore Gatta)
+* Removed edit-delete icon - fixes #1810 (Antenore Gatta)
+* Merge branch 'patch-1' into 'master' (Antenore Gatta)
+* flatpak: update spice-gtk from 0.35 to 0.36 (Denis Ollier)
+* Translate the two new strings recently added (Davy Defaud)
## [v1.3.0](https://gitlab.com/Remmina/Remmina/tags/v1.3.0) (2019-01-18)
### Most notable
-- Use window resolution #1 (by Giovanni Panozzo)
-- rcw_preopen complete (by Giovanni Panozzo)
-- RDP: new global parameter rdp_map_keycode (by Giovanni Panozzo)
-- Use decimal instead of hex on rdp keycode map (by Giovanni Panozzo)
+* Use window resolution #1 (by Giovanni Panozzo)
+* rcw_preopen complete (by Giovanni Panozzo)
+* RDP: new global parameter rdp_map_keycode (by Giovanni Panozzo)
+* Use decimal instead of hex on rdp keycode map (by Giovanni Panozzo)
### Translations
-- Adding basic script to update the po files (by Antenore Gatta)
-- Added remmina.pot (by Antenore Gatta)
-- Change es_VE.po header (Language-Team and Language) (by Antenore Gatta)
-- Fixed some Italian translations (by Antenore Gatta)
-- Fixing es_VE Spanish #1797 (by Antenore Gatta)
-- French translation update for v1.3.0 (by Davy Defaud)
-- Improving i18n subsystem (by Antenore Gatta)
-- Russian translation updated (fully translated) (by TreefeedXavier)
-- Translations - Fixing errors reported in the issue #1797 (by Antenore Gatta)
-- Update Hungarian translation (by Meskó Balázs)
-- Update de.po (by Ozzie Isaacs)
-- Update tr.po (by Serdar Sağlam)
-- Updated german translation (by Ozzie Isaacs)
-- Updated ru.po (by TreefeedXavier)
-- Updated translators list ru.po (by TreefeedXavier)
-- Updating da.po (by Antenore Gatta)
-- Updating po translation files (by Antenore Gatta)
-- Updating translation credits (by Antenore Gatta)
+* Adding basic script to update the po files (by Antenore Gatta)
+* Added remmina.pot (by Antenore Gatta)
+* Change es_VE.po header (Language-Team and Language) (by Antenore Gatta)
+* Fixed some Italian translations (by Antenore Gatta)
+* Fixing es_VE Spanish #1797 (by Antenore Gatta)
+* French translation update for v1.3.0 (by Davy Defaud)
+* Improving i18n subsystem (by Antenore Gatta)
+* Russian translation updated (fully translated) (by TreefeedXavier)
+* Translations - Fixing errors reported in the issue #1797 (by Antenore Gatta)
+* Update Hungarian translation (by Meskó Balázs)
+* Update de.po (by Ozzie Isaacs)
+* Update tr.po (by Serdar Sağlam)
+* Updated german translation (by Ozzie Isaacs)
+* Updated ru.po (by TreefeedXavier)
+* Updated translators list ru.po (by TreefeedXavier)
+* Updating da.po (by Antenore Gatta)
+* Updating po translation files (by Antenore Gatta)
+* Updating translation credits (by Antenore Gatta)
### Other enhancements and fixes
-- Added xrdp friendly options Closes #1742 (by Antenore Gatta)
-- Adding language detection (by Antenore Gatta)
-- Auth panel widget placement (by Antenore Gatta)
-- CSS modifications to adapt to stock Gnome and Gtk themes (by Antenore Gatta)
-- Correctly set focus after rcw_preopen (by Giovanni Panozzo)
-- Deprecates dynamic_resolution_width and height cfg params (by Giovanni Panozzo)
-- Disable glyph cache by default (by Antenore Gatta)
-- Fix crash when showing password panel (by Giovanni Panozzo)
-- Fix gtk_window_present_with_time() time (by Giovanni Panozzo)
-- Fixed build for the flatpak (by Antenore Gatta)
-- Fixed missing icons (by Antenore Gatta)
-- Gtk deprecation and CSS restzling (by Antenore Gatta)
-- Gtk icon cache update during install phase (by Antenore Gatta)
-- Icons and gtk fixes for rcw_reopen (by Antenore Gatta)
-- Make menu items paintable by the application (by Antenore Gatta)
-- Open connection window before connecting (by Giovanni Panozzo)
-- Prevent toolbar signals while reconfiguring toolbar (by Giovanni Panozzo)
-- RDP fixes: remove redundant rfi->width/rfi->height and more (by Giovanni Panozzo)
-- RDP: correctly destroy rfi->surface during a desktop resize (by Giovanni Panozzo)
-- RDP: move gdi_resize() to a better place (by Giovanni Panozzo)
-- RDP: remove unneeded OrderSupport struct init (by Giovanni Panozzo)
-- Remove deprecated floating toolbar toplevel window (by Giovanni Panozzo)
-- Search box clear icon (by Giovanni Panozzo)
-- Update CONTRIBUTING.md (by Antenore Gatta)
-- Update README.md (by Antenore Gatta)
-- Update toolbar button handling (by Giovanni Panozzo)
-- Updated CSS to have black background in fullscreen (by Antenore Gatta)
-- Updated sponsor list (by Antenore Gatta)
-- Updated wiki URLs (by Antenore Gatta)
-- Updating Doxygen config (by Antenore Gatta)
-- Updating coyright for year 2019 (by Antenore Gatta)
-- VNC: Fix possible crash during connection (by Giovanni Panozzo)
-- allow closing tab after error message panel is shown (by Giovanni Panozzo)
-- flatpak: update freerdp from 2.0.0-rc3 to 2.0.0-rc4 (by Denis Ollier)
-- flatpak: update gnome sdk from 3.28 to 3.30 (by Denis Ollier)
-- flatpak: update libssh from 0.8.5 to 0.8.6 (by Denis Ollier)
-- flatpak: update libvncserver from 0.9.11 to 0.9.12 (by Denis Ollier)
-- flatpak: update nx-libs from 3.5.99.16 to 3.5.99.17 (by Denis Ollier)
-- flatpak: update six from 1.11.0 to 1.12.0 (by Denis Ollier)
+* Added xrdp friendly options Closes #1742 (by Antenore Gatta)
+* Adding language detection (by Antenore Gatta)
+* Auth panel widget placement (by Antenore Gatta)
+* CSS modifications to adapt to stock Gnome and Gtk themes (by Antenore Gatta)
+* Correctly set focus after rcw_preopen (by Giovanni Panozzo)
+* Deprecates dynamic_resolution_width and height cfg params (by Giovanni Panozzo)
+* Disable glyph cache by default (by Antenore Gatta)
+* Fix crash when showing password panel (by Giovanni Panozzo)
+* Fix gtk_window_present_with_time() time (by Giovanni Panozzo)
+* Fixed build for the flatpak (by Antenore Gatta)
+* Fixed missing icons (by Antenore Gatta)
+* Gtk deprecation and CSS restzling (by Antenore Gatta)
+* Gtk icon cache update during install phase (by Antenore Gatta)
+* Icons and gtk fixes for rcw_reopen (by Antenore Gatta)
+* Make menu items paintable by the application (by Antenore Gatta)
+* Open connection window before connecting (by Giovanni Panozzo)
+* Prevent toolbar signals while reconfiguring toolbar (by Giovanni Panozzo)
+* RDP fixes: remove redundant rfi->width/rfi->height and more (by Giovanni Panozzo)
+* RDP: correctly destroy rfi->surface during a desktop resize (by Giovanni Panozzo)
+* RDP: move gdi_resize() to a better place (by Giovanni Panozzo)
+* RDP: remove unneeded OrderSupport struct init (by Giovanni Panozzo)
+* Remove deprecated floating toolbar toplevel window (by Giovanni Panozzo)
+* Search box clear icon (by Giovanni Panozzo)
+* Update CONTRIBUTING.md (by Antenore Gatta)
+* Update README.md (by Antenore Gatta)
+* Update toolbar button handling (by Giovanni Panozzo)
+* Updated CSS to have black background in fullscreen (by Antenore Gatta)
+* Updated sponsor list (by Antenore Gatta)
+* Updated wiki URLs (by Antenore Gatta)
+* Updating Doxygen config (by Antenore Gatta)
+* Updating coyright for year 2019 (by Antenore Gatta)
+* VNC: Fix possible crash during connection (by Giovanni Panozzo)
+* allow closing tab after error message panel is shown (by Giovanni Panozzo)
+* flatpak: update freerdp from 2.0.0-rc3 to 2.0.0-rc4 (by Denis Ollier)
+* flatpak: update gnome sdk from 3.28 to 3.30 (by Denis Ollier)
+* flatpak: update libssh from 0.8.5 to 0.8.6 (by Denis Ollier)
+* flatpak: update libvncserver from 0.9.11 to 0.9.12 (by Denis Ollier)
+* flatpak: update nx-libs from 3.5.99.16 to 3.5.99.17 (by Denis Ollier)
+* flatpak: update six from 1.11.0 to 1.12.0 (by Denis Ollier)
## [v1.2.32.1](https://gitlab.com/Remmina/Remmina/tags/v1.2.32.1) (2018-11-14)
-- Add desktop-gnome-platform and fix themes in SNAP, fixes issue #1730 and fixes missing SNAP localization (Giovanni Panozzo)
-- Fix SNAP icon (Giovanni Panozzo)
-- flatpak: update libssh from 0.8.2 to 0.8.3 (Denis Ollier)
-- flatpak: update libssh from 0.8.3 to 0.8.4 (Denis Ollier)
-- flatpak: update libssh from 0.8.4 to 0.8.5 (Denis Ollier)
-- flatpak: update lz4 from 1.8.2 to 1.8.3 (Denis Ollier)
-- flatpak: update pyparsing from 2.2.0 to 2.2.1 (Denis Ollier)
-- flatpak: update pyparsing from 2.2.1 to 2.2.2 (Denis Ollier)
-- flatpak: update pyparsing from 2.2.2 to 2.3.0 (Denis Ollier)
-- Implement smartcard name setting. Should fix #1737 (Antenore Gatta)
-- man+help: elaborate on file types of -connect and -edit cmd line options (Mikkel Kirkgaard Nielsen)
-- RDP: add FREERDP_ERROR_SERVER_DENIED_CONNECTION message (Giovanni Panozzo)
-- Removing X11Forwarding code as it is wrong and causing issues (Antenore Gatta)
-- Update fix tr.po (Serdar Sağlam)
+* Add desktop-gnome-platform and fix themes in SNAP, fixes issue #1730 and fixes missing SNAP localization (Giovanni Panozzo)
+* Fix SNAP icon (Giovanni Panozzo)
+* flatpak: update libssh from 0.8.2 to 0.8.3 (Denis Ollier)
+* flatpak: update libssh from 0.8.3 to 0.8.4 (Denis Ollier)
+* flatpak: update libssh from 0.8.4 to 0.8.5 (Denis Ollier)
+* flatpak: update lz4 from 1.8.2 to 1.8.3 (Denis Ollier)
+* flatpak: update pyparsing from 2.2.0 to 2.2.1 (Denis Ollier)
+* flatpak: update pyparsing from 2.2.1 to 2.2.2 (Denis Ollier)
+* flatpak: update pyparsing from 2.2.2 to 2.3.0 (Denis Ollier)
+* Implement smartcard name setting. Should fix #1737 (Antenore Gatta)
+* man+help: elaborate on file types of -connect and -edit cmd line options (Mikkel Kirkgaard Nielsen)
+* RDP: add FREERDP_ERROR_SERVER_DENIED_CONNECTION message (Giovanni Panozzo)
+* Removing X11Forwarding code as it is wrong and causing issues (Antenore Gatta)
+* Update fix tr.po (Serdar Sağlam)
## [v1.2.32](https://gitlab.com/Remmina/Remmina/tags/v1.2.32) (2018-10-06)
-- Avoid to save last_success property if stats are not enabled. @antenore
-- GW auth data was saved in the server auth data. @antenore
-- Do not register socket plugins when X11 is not available. @antenore
-- Screenshot enhancements. @antenore
-- RDP GW authentication. @antenore
-- Adding global preference for search bar visibility. @antenore
-- Allow wayland backend again when GTK >= 3.22.27. @giox069
-- tr.po @TeknoMobil
-- Add option to honour https_proxy and http_proxy environment variable. @antenore
-- Force program name to app id. @antenore
-- Printing builds flags with remmina --full-version command option. @antenore
-- New plugin Simple Terminal. @antenore
-- Fix KB grabbing when switching workspace. @giox069
-- Dealing correcthly with some deprecations, getting rid of most of G_GNUC_BEGIN_IGNORE_DEPRECATIONS. @antenore
-- Improving file type hadling. @antenore
-- Adding error check on remmina_pref_save. @antenore
-- Many bug fixing as usual.
+* Avoid to save last_success property if stats are not enabled. @antenore
+* GW auth data was saved in the server auth data. @antenore
+* Do not register socket plugins when X11 is not available. @antenore
+* Screenshot enhancements. @antenore
+* RDP GW authentication. @antenore
+* Adding global preference for search bar visibility. @antenore
+* Allow wayland backend again when GTK >= 3.22.27. @giox069
+* tr.po @TeknoMobil
+* Add option to honour https_proxy and http_proxy environment variable. @antenore
+* Force program name to app id. @antenore
+* Printing builds flags with remmina --full-version command option. @antenore
+* New plugin Simple Terminal. @antenore
+* Fix KB grabbing when switching workspace. @giox069
+* Dealing correcthly with some deprecations, getting rid of most of G_GNUC_BEGIN_IGNORE_DEPRECATIONS. @antenore
+* Improving file type hadling. @antenore
+* Adding error check on remmina_pref_save. @antenore
+* Many bug fixing as usual.
## [v1.2.31.4](https://gitlab.com/Remmina/Remmina/tags/v1.2.31.4) (2018-08-24)
@@ -208,17 +230,17 @@ This is a bug fixing release.
**Fixed bugs:**
-- Fix KB grabbing when switching workspace.
-- Fix some possible crashes when reading a remminafile.
-- Fixes a crash deleting XDMCP profile.
-- Fixing libssh deprecations.
+* Fix KB grabbing when switching workspace.
+* Fix some possible crashes when reading a remminafile.
+* Fixes a crash deleting XDMCP profile.
+* Fixing libssh deprecations.
**Implemented enhancements:**
-- Improving file type hadling.
-- flatpak: update libssh from 0.7.5 to 0.8.1
-- flatpak: update freerdp from 2.0.0-rc2 to 2.0.0-rc3
-- Snap: update to libssh 0.8.0.
+* Improving file type hadling.
+* flatpak: update libssh from 0.7.5 to 0.8.1
+* flatpak: update freerdp from 2.0.0-rc2 to 2.0.0-rc3
+* Snap: update to libssh 0.8.0.
## [v1.2.31.3](https://gitlab.com/Remmina/Remmina/tags/v1.2.31.3) (2018-08-14)
@@ -226,13 +248,13 @@ This is a bug fixing release.
**Fixed bugs:**
-- Do not send stats if the remmina.pref file is read-only.
-- cmake: include libssh_threads only when available.
-- Set program class to REMMINA_APP_ID, fixes #1706.
+* Do not send stats if the remmina.pref file is read-only.
+* cmake: include libssh_threads only when available.
+* Set program class to REMMINA_APP_ID, fixes #1706.
**Implemented enhancements:**
-- Implement send ctrl+alt+fn keys. Closes #1707.
+* Implement send ctrl+alt+fn keys. Closes #1707.
## [v1.2.31.1](https://gitlab.com/Remmina/Remmina/tags/v1.2.31.1) (2018-07-31)
@@ -240,14 +262,14 @@ This is a bug fixing release.
**Fixed bugs:**
-- Cannot minimize in fullscreen mode.
-- Crash with the RDP plugin.
-- Missing manual pages for Debian.
+* Cannot minimize in fullscreen mode.
+* Crash with the RDP plugin.
+* Missing manual pages for Debian.
**Closed issues:**
-- Minimize window doesn't minimize the window [\#1696](https://gitlab.com/Remmina/Remmina/issues/1696)
-- Minimize window button is disable, after connecting to RDS [\#1700](https://gitlab.com/Remmina/Remmina/issues/1700)
+* Minimize window doesn't minimize the window [\#1696](https://gitlab.com/Remmina/Remmina/issues/1696)
+* Minimize window button is disable, after connecting to RDS [\#1700](https://gitlab.com/Remmina/Remmina/issues/1700)
## [v1.2.31](https://gitlab.com/Remmina/Remmina/tags/v1.2.31) (2018-07-28)
@@ -256,10 +278,10 @@ integrations, therefore this changelog is quite short than usually.
Notables changes since the last release are:
-- Custom color schemes per profile for the SSH plugin (@denk_mal).
-- Flatpak updates and fixes (@larchunix)
-- Kiosk mode with integration in the login manager (@antenore).
-- New Icons (@antenore and @larchunix).
-- SFTP tool password fixes (@Feishi).
-- Several fixes around RDP and compilations issues (@giox069 and @larchunix).
+* Custom color schemes per profile for the SSH plugin (@denk_mal).
+* Flatpak updates and fixes (@larchunix)
+* Kiosk mode with integration in the login manager (@antenore).
+* New Icons (@antenore and @larchunix).
+* SFTP tool password fixes (@Feishi).
+* Several fixes around RDP and compilations issues (@giox069 and @larchunix).
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ce1abb24..4846ebb20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,7 +211,7 @@ endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "3")
-set(REMMINA_VERSION_REVISION "2")
+set(REMMINA_VERSION_REVISION "3")
#set(REMMINA_VERSION_SUFFIX "1")
#set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
diff --git a/data/theme/ChallengerDeep.colors b/data/theme/ChallengerDeep.colors
new file mode 100644
index 000000000..eee68254c
--- /dev/null
+++ b/data/theme/ChallengerDeep.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #1e1c31
+cursor = #fbfcfc
+foreground = #cbe1e7
+color0 = #141228
+color1 = #ff5458
+color2 = #62d196
+color3 = #ffb378
+color4 = #65b2ff
+color5 = #906cff
+color6 = #63f2f1
+color7 = #a6b3cc
+color8 = #565575
+color9 = #ff8080
+color10 = #95ffa4
+color11 = #ffe9aa
+color12 = #91ddff
+color13 = #c991e1
+color14 = #aaffe4
+color15 = #cbe3e7
+colorBD = #b6e6f7
+colorIT =
+colorUL =
diff --git a/data/theme/Chester.colors b/data/theme/Chester.colors
new file mode 100644
index 000000000..2447fdd2a
--- /dev/null
+++ b/data/theme/Chester.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #2c3643
+cursor = #b4b1b1
+foreground = #ffffff
+color0 = #080200
+color1 = #fa5e5b
+color2 = #16c98d
+color3 = #ffc83f
+color4 = #288ad6
+color5 = #d34590
+color6 = #28ddde
+color7 = #e7e7e7
+color8 = #6f6b68
+color9 = #fa5e5b
+color10 = #16c98d
+color11 = #feef6d
+color12 = #278ad6
+color13 = #d34590
+color14 = #27dede
+color15 = #ffffff
+colorBD = #ffffff
+colorIT =
+colorUL =
diff --git a/data/theme/Dark+.colors b/data/theme/Dark+.colors
new file mode 100644
index 000000000..ce538e32d
--- /dev/null
+++ b/data/theme/Dark+.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #0e0e0e
+cursor = #ffffff
+foreground = #cccccc
+color0 = #000000
+color1 = #cd3131
+color2 = #0dbc79
+color3 = #e5e510
+color4 = #2472c8
+color5 = #bc3fbc
+color6 = #11a8cd
+color7 = #e5e5e5
+color8 = #666666
+color9 = #f14c4c
+color10 = #23d18b
+color11 = #f5f543
+color12 = #3b8eea
+color13 = #d670d6
+color14 = #29b8db
+color15 = #e5e5e5
+colorBD = #ffffff
+colorIT =
+colorUL =
diff --git a/data/theme/Framer.colors b/data/theme/Framer.colors
new file mode 100644
index 000000000..cbe37a9ee
--- /dev/null
+++ b/data/theme/Framer.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #111111
+cursor = #fcdc08
+foreground = #777777
+color0 = #141414
+color1 = #ff5555
+color2 = #98ec65
+color3 = #ffcc33
+color4 = #00aaff
+color5 = #aa88ff
+color6 = #88ddff
+color7 = #cccccc
+color8 = #414141
+color9 = #ff8888
+color10 = #b6f292
+color11 = #ffd966
+color12 = #33bbff
+color13 = #cebbff
+color14 = #bbecff
+color15 = #ffffff
+colorBD = #fefdbf
+colorIT =
+colorUL =
diff --git a/data/theme/Hopscotch.256.colors b/data/theme/Hopscotch.256.colors
new file mode 100644
index 000000000..282f9ed0e
--- /dev/null
+++ b/data/theme/Hopscotch.256.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #322931
+cursor = #b9b5b8
+foreground = #b9b5b8
+color0 = #322931
+color1 = #dd464c
+color2 = #8fc13e
+color3 = #fdcc59
+color4 = #1290bf
+color5 = #c85e7c
+color6 = #149b93
+color7 = #b9b5b8
+color8 = #797379
+color9 = #dd464c
+color10 = #8fc13e
+color11 = #fdcc59
+color12 = #1290bf
+color13 = #c85e7c
+color14 = #149b93
+color15 = #ffffff
+colorBD = #b9b5b8
+colorIT =
+colorUL =
diff --git a/data/theme/Hopscotch.colors b/data/theme/Hopscotch.colors
new file mode 100644
index 000000000..5eb2198e9
--- /dev/null
+++ b/data/theme/Hopscotch.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #322931
+cursor = #b9b5b8
+foreground = #b9b5b8
+color0 = #322931
+color1 = #dd464c
+color2 = #8fc13e
+color3 = #fdcc59
+color4 = #1290bf
+color5 = #c85e7c
+color6 = #149b93
+color7 = #b9b5b8
+color8 = #797379
+color9 = #fd8b19
+color10 = #433b42
+color11 = #5c545b
+color12 = #989498
+color13 = #d5d3d5
+color14 = #b33508
+color15 = #ffffff
+colorBD = #b9b5b8
+colorIT =
+colorUL =
diff --git a/data/theme/Kolorit.colors b/data/theme/Kolorit.colors
new file mode 100644
index 000000000..6d2055b47
--- /dev/null
+++ b/data/theme/Kolorit.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #1d1a1e
+cursor = #c7c7c7
+foreground = #efecec
+color0 = #1d1a1e
+color1 = #ff5b82
+color2 = #47d7a1
+color3 = #e8e562
+color4 = #5db4ee
+color5 = #da6cda
+color6 = #57e9eb
+color7 = #ededed
+color8 = #1d1a1e
+color9 = #ff5b82
+color10 = #47d7a1
+color11 = #e8e562
+color12 = #5db4ee
+color13 = #da6cda
+color14 = #57e9eb
+color15 = #ededed
+colorBD = #ff5b82
+colorIT =
+colorUL =
diff --git a/data/theme/Lab Fox.colors b/data/theme/Lab Fox.colors
new file mode 100644
index 000000000..d5977f059
--- /dev/null
+++ b/data/theme/Lab Fox.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #2e2e2e
+cursor = #7f7f7f
+foreground = #ffffff
+color0 = #2e2e2e
+color1 = #fc6d26
+color2 = #3eb383
+color3 = #fca121
+color4 = #db3b21
+color5 = #380d75
+color6 = #6e49cb
+color7 = #ffffff
+color8 = #464646
+color9 = #ff6517
+color10 = #53eaa8
+color11 = #fca013
+color12 = #db501f
+color13 = #441090
+color14 = #7d53e7
+color15 = #ffffff
+colorBD = #ffffff
+colorIT =
+colorUL =
diff --git a/data/theme/Nocturnal Winter.colors b/data/theme/Nocturnal Winter.colors
new file mode 100644
index 000000000..26ed7cecb
--- /dev/null
+++ b/data/theme/Nocturnal Winter.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #0d0d17
+cursor = #e6e5e5
+foreground = #e6e5e5
+color0 = #4d4d4d
+color1 = #f12d52
+color2 = #09cd7e
+color3 = #f5f17a
+color4 = #3182e0
+color5 = #ff2b6d
+color6 = #09c87a
+color7 = #fcfcfc
+color8 = #808080
+color9 = #f16d86
+color10 = #0ae78d
+color11 = #fffc67
+color12 = #6096ff
+color13 = #ff78a2
+color14 = #0ae78d
+color15 = #ffffff
+colorBD = #e8e8e8
+colorIT =
+colorUL =
diff --git a/data/theme/Operator Mono Dark.colors b/data/theme/Operator Mono Dark.colors
new file mode 100644
index 000000000..27cce6c50
--- /dev/null
+++ b/data/theme/Operator Mono Dark.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #191919
+cursor = #fcdc08
+foreground = #c3cac2
+color0 = #5a5a5a
+color1 = #ca372d
+color2 = #4d7b3a
+color3 = #d4d697
+color4 = #4387cf
+color5 = #b86cb4
+color6 = #72d5c6
+color7 = #ced4cd
+color8 = #9a9b99
+color9 = #c37d62
+color10 = #83d0a2
+color11 = #fdfdc5
+color12 = #89d3f6
+color13 = #ff2c7a
+color14 = #82eada
+color15 = #fdfdf6
+colorBD = #fefdbf
+colorIT =
+colorUL =
diff --git a/data/theme/Relaxed.colors b/data/theme/Relaxed.colors
new file mode 100644
index 000000000..e5a41e828
--- /dev/null
+++ b/data/theme/Relaxed.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #353a44
+cursor = #d9d9d9
+foreground = #d9d9d9
+color0 = #151515
+color1 = #bc5653
+color2 = #909d63
+color3 = #ebc17a
+color4 = #6a8799
+color5 = #b06698
+color6 = #c9dfff
+color7 = #d9d9d9
+color8 = #636363
+color9 = #bc5653
+color10 = #a0ac77
+color11 = #ebc17a
+color12 = #7eaac7
+color13 = #b06698
+color14 = #acbbd0
+color15 = #f7f7f7
+colorBD = #d9d9d9
+colorIT =
+colorUL =
diff --git a/data/theme/UltraViolent.colors b/data/theme/UltraViolent.colors
new file mode 100644
index 000000000..f96357e74
--- /dev/null
+++ b/data/theme/UltraViolent.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #242728
+cursor = #c1c1c1
+foreground = #c1c1c1
+color0 = #242728
+color1 = #ff0090
+color2 = #b6ff00
+color3 = #fff727
+color4 = #47e0fb
+color5 = #d731ff
+color6 = #0effbb
+color7 = #e1e1e1
+color8 = #636667
+color9 = #fb58b4
+color10 = #deff8c
+color11 = #ebe087
+color12 = #7fecff
+color13 = #e681ff
+color14 = #69fcd3
+color15 = #f9f9f5
+colorBD = #ffffff
+colorIT =
+colorUL =
diff --git a/data/theme/Unikitty.colors b/data/theme/Unikitty.colors
new file mode 100644
index 000000000..a2443f32a
--- /dev/null
+++ b/data/theme/Unikitty.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #ff8cd9
+cursor = #bafc8b
+foreground = #0b0b0b
+color0 = #0c0c0c
+color1 = #a80f20
+color2 = #bafc8b
+color3 = #eedf4b
+color4 = #145fcd
+color5 = #ff36a2
+color6 = #6bd1bc
+color7 = #e2d7e1
+color8 = #434343
+color9 = #d91329
+color10 = #d3ffaf
+color11 = #ffef50
+color12 = #0075ea
+color13 = #fdd5e5
+color14 = #79ecd5
+color15 = #fff3fe
+colorBD = #000000
+colorIT =
+colorUL = #38a276
diff --git a/data/theme/Whimsy.colors b/data/theme/Whimsy.colors
new file mode 100644
index 000000000..3e612e0f2
--- /dev/null
+++ b/data/theme/Whimsy.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #29283b
+cursor = #b3b0d6
+foreground = #b3b0d6
+color0 = #535178
+color1 = #ef6487
+color2 = #5eca89
+color3 = #fdd877
+color4 = #65aef7
+color5 = #aa7ff0
+color6 = #43c1be
+color7 = #ffffff
+color8 = #535178
+color9 = #ef6487
+color10 = #5eca89
+color11 = #fdd877
+color12 = #65aef7
+color13 = #aa7ff0
+color14 = #43c1be
+color15 = #ffffff
+colorBD = #ffffff
+colorIT =
+colorUL =
diff --git a/data/theme/cyberpunk.colors b/data/theme/cyberpunk.colors
new file mode 100644
index 000000000..c796b439c
--- /dev/null
+++ b/data/theme/cyberpunk.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #332a57
+cursor = #21f6bc
+foreground = #e5e5e5
+color0 = #000000
+color1 = #ff7092
+color2 = #00fbac
+color3 = #fffa6a
+color4 = #00bfff
+color5 = #df95ff
+color6 = #86cbfe
+color7 = #ffffff
+color8 = #000000
+color9 = #ff8aa4
+color10 = #21f6bc
+color11 = #fff787
+color12 = #1bccfd
+color13 = #e6aefe
+color14 = #99d6fc
+color15 = #ffffff
+colorBD = #ffffff
+colorIT =
+colorUL =
diff --git a/data/theme/idea.colors b/data/theme/idea.colors
new file mode 100644
index 000000000..a21fe0dbe
--- /dev/null
+++ b/data/theme/idea.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #202020
+cursor = #bbbbbb
+foreground = #adadad
+color0 = #adadad
+color1 = #fc5256
+color2 = #98b61c
+color3 = #ccb444
+color4 = #437ee7
+color5 = #9d74b0
+color6 = #248887
+color7 = #181818
+color8 = #ffffff
+color9 = #fc7072
+color10 = #98b61c
+color11 = #ffff0b
+color12 = #6c9ced
+color13 = #fc7eff
+color14 = #248887
+color15 = #181818
+colorBD = #e6e6e6
+colorIT =
+colorUL =
diff --git a/data/theme/lovelace.colors b/data/theme/lovelace.colors
new file mode 100644
index 000000000..b0b5df4b9
--- /dev/null
+++ b/data/theme/lovelace.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #1d1f28
+cursor = #c574dd
+foreground = #fdfdfd
+color0 = #282a36
+color1 = #f37f97
+color2 = #5adecd
+color3 = #f2a272
+color4 = #8897f4
+color5 = #c574dd
+color6 = #79e6f3
+color7 = #fdfdfd
+color8 = #414458
+color9 = #ff4971
+color10 = #18e3c8
+color11 = #ff8037
+color12 = #556fff
+color13 = #b043d1
+color14 = #3fdcee
+color15 = #bebec1
+colorBD = #ffffff
+colorIT =
+colorUL =
diff --git a/data/theme/primary.colors b/data/theme/primary.colors
new file mode 100644
index 000000000..202eed3a4
--- /dev/null
+++ b/data/theme/primary.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #ffffff
+cursor = #000000
+foreground = #000000
+color0 = #000000
+color1 = #db4437
+color2 = #0f9d58
+color3 = #f4b400
+color4 = #4285f4
+color5 = #db4437
+color6 = #4285f4
+color7 = #ffffff
+color8 = #000000
+color9 = #db4437
+color10 = #0f9d58
+color11 = #f4b400
+color12 = #4285f4
+color13 = #4285f4
+color14 = #0f9d58
+color15 = #ffffff
+colorBD = #000000
+colorIT =
+colorUL = #596181
diff --git a/data/theme/rebecca.colors b/data/theme/rebecca.colors
new file mode 100644
index 000000000..7aa47c62c
--- /dev/null
+++ b/data/theme/rebecca.colors
@@ -0,0 +1,23 @@
+[ssh_colors]
+background = #292a44
+cursor = #b89bf9
+foreground = #e8e6ed
+color0 = #12131e
+color1 = #dd7755
+color2 = #04dbb5
+color3 = #f2e7b7
+color4 = #7aa5ff
+color5 = #bf9cf9
+color6 = #56d3c2
+color7 = #e4e3e9
+color8 = #666699
+color9 = #ff92cd
+color10 = #01eac0
+color11 = #fffca8
+color12 = #69c0fa
+color13 = #c17ff8
+color14 = #8bfde1
+color15 = #f4f2f9
+colorBD = #ccccff
+colorIT =
+colorUL = #596181