David Sparer
0cb4a2cfcc
Merge pull request #1309 from mRemoteNG/lang_fix
...
German language fixes
2019-02-17 14:15:13 -06:00
Faryan Rezagholi
c6d6c2323c
fixed genus of Logfile
2019-02-17 19:38:34 +01:00
Faryan Rezagholi
d65c52f6ea
merge develop into lang_fix
2019-02-17 19:36:38 +01:00
Faryan Rezagholi
aef9f98095
some more tweaks
2019-02-15 23:14:50 +01:00
Sean Kaim
e143c6b5b4
resharper code reformat (to allow standard code style going forward)
2019-02-15 16:47:56 -05:00
Faryan Rezagholi
c570c1c0eb
replaced "Protokolldatei" with "Logfile"
2019-02-15 22:02:58 +01:00
Sean Kaim
4bc3fe0c1b
Use .editorconfig to code style/formatting
2019-02-15 15:59:09 -05:00
Faryan Rezagholi
1f46339900
removed newline
2019-02-15 21:57:09 +01:00
Faryan Rezagholi
a4f354161d
removed "..."
2019-02-15 21:55:17 +01:00
Faryan Rezagholi
8a7bc4583b
fixed typo in language resource string
2019-02-14 19:08:02 +01:00
Faryan Rezagholi
8468a3de7c
fixed unnatural wording
2019-02-14 18:53:07 +01:00
Faryan Rezagholi
e4ff7b43f2
fixed capitalization on one word; translated overlooked word
2019-02-13 23:14:38 +01:00
Faryan Rezagholi
220396d016
renamed proxy settings category from miscellaneous to proxy as there was already a categroy named miscellaneous
2019-02-13 21:24:53 +01:00
Faryan Rezagholi
91f01abbae
fixed some more inconsistencies/missing strings in german translation
2019-02-13 09:57:28 +01:00
Faryan Rezagholi
7eda617af9
added/fixed german translation
2019-02-12 22:53:24 +01:00
Faryan Rezagholi
595a22efc3
made hardcoded text on buttons translatable
2019-02-12 22:53:10 +01:00
Faryan Rezagholi
d2578e5be5
made hardcoded strings on updates options page translatable, fixes #785
2019-02-12 22:18:51 +01:00
Sean Kaim
0cd1485f85
Merge pull request #1243 from farosch/rearrange_menu_items
...
rearranged items and added/replaced icons
2019-02-11 17:26:29 -05:00
Sean Kaim
ab1dcd0e45
Merge branch 'develop' into pr/1243
2019-02-11 17:23:10 -05:00
Sean Kaim
8281f488f3
Merge pull request #1258 from mRemoteNG/RemoveMagicLib
...
Remove magic lib
2019-02-09 19:24:03 -05:00
Camilo Alvarez
c4a1879ae9
Remove IsSimpleDropSink restores item sorting for #1266
...
#1266 was generated by OLV ignoring some sink cusotmizations by using the IsSimpleDropSink flag
2019-02-08 23:55:04 -05:00
Sean Kaim
fcc51b591e
Merge branch 'develop' into RemoveMagicLib
2019-02-08 17:22:15 -05:00
Sean Kaim
1b44334361
Merge pull request #1276 from farosch/quick_connect
...
Set focus to textbox instead of connecting,
2019-02-08 17:21:04 -05:00
Sean Kaim
7ec677f021
conditinally focus
2019-02-08 17:20:30 -05:00
Sean Kaim
89055d2ae9
Remove outdated/incorrect translations for strErrorFipsPolicyIncompatible
...
These will need to be re-translated.
2019-02-08 16:43:43 -05:00
Sean Kaim
7393159f26
Missed the settings file from previous commit
2019-02-08 16:42:50 -05:00
Sean Kaim
dda2b4af11
Allow FIPS check to be overridden.
...
Fixes #222
2019-02-08 16:42:21 -05:00
Sean Kaim
7e1bc19a13
cleanup white space
2019-02-08 16:02:11 -05:00
Sean Kaim
650f1df0ee
break out expand/collapse on connection tree
...
Fixes #1273
2019-02-08 15:59:52 -05:00
Sean Kaim
f7bfa82517
Dispose calls Close & Whitespace cleanup
2019-02-08 12:09:31 -05:00
Camilo Alvarez
b0bf31b29c
Remove deadlock in #1247
...
#1247 was caused by a loop of the putty control calling the tab dispose and back again. Created a flag to indicate the ConnectionTab that the closing process was called by the protocol and not the user.
2019-02-07 17:39:40 -05:00
Sean Kaim
54bb9a8f5a
minor code cleanup
2019-02-07 15:58:01 -05:00
Sean Kaim
7a38c1055a
typo and link fix
2019-02-07 14:38:14 -05:00
Camilo Alvarez
cda557b6fb
Avoid null pointers when race conditions or faults are present in protocol closing
...
Avoid some of the detected faults
2019-02-06 17:53:05 -05:00
Camilo Alvarez
e1fc272e1c
new tabs are created in current panel
...
Added current panel to TabHelper, new tabs are created in the current panel
2019-02-06 11:58:24 -05:00
Camilo Alvarez
aa9b32a383
Changed refocusing method for rdp tabs
...
Solve bug reported by Joe Cefoli on gitter
2019-02-06 11:27:40 -05:00
Camilo Alvarez
c836e29d2f
Screenshots correctly taken from windowed tab
...
Screenshots can be taken from undock tabs, created helper tab singleton class to make it easy to determine the current tab in the DPS - mremote model
2019-02-05 20:50:13 -05:00
Camilo Alvarez
39b919c38a
Improves RDP tab focus
...
Improves rdp tab focus by passing active to focus event between rdp client and DPS tab
2019-02-05 20:24:39 -05:00
Camilo Alvarez
4b8d06dfe8
Improvement in protocol to tab focus
...
Tabs are focused now when mouse is clicked inside of the connetiontab, before clicking inside ssh window, for example, will not highlight the tab.
2019-01-29 23:30:40 -05:00
Camilo Alvarez
b3cfcc1a5e
Screenshot only taken from ConnectionTab area
...
Screenshots contained dockstrip area (the tab name with the x icon), now they are only limited to the ConnectionTab area
2019-01-29 23:19:33 -05:00
Faryan Rezagholi
41f1a65ce6
fixed position of ok button (was 1px off)
2019-01-28 20:16:39 +01:00
Sean Kaim
f8800384e0
Merge branch 'develop' into RemoveMagicLib
2019-01-25 17:15:57 -05:00
Sean Kaim
765bb3886d
full path to cert
2019-01-25 16:53:17 -05:00
Sean Kaim
1768104d47
add rlease config and decrypt cert later
2019-01-25 16:46:17 -05:00
Sean Kaim
ab2f4b339a
faster build targets?
2019-01-25 16:26:52 -05:00
Sean Kaim
531b1dfa33
build script for signing
2019-01-25 15:50:49 -05:00
Sean Kaim
935719fd43
Merge branch 'develop' into RemoveMagicLib
2019-01-25 15:29:08 -05:00
Sean Kaim
120d928402
use relative path
2019-01-25 15:28:54 -05:00
Sean Kaim
6ad29aaf3c
Merge branch 'develop' into RemoveMagicLib
2019-01-25 14:55:14 -05:00
Sean Kaim
ea48c6d68c
appveyor publish
2019-01-25 14:54:52 -05:00