Vojtech Bubnik
367681c4f0
Slight rewording of the keyboard shortcuts dialog.
2020-12-12 09:11:10 +01:00
enricoturri1966
90768f9c8c
Fixes and tweaks in keyboard shortcuts dialog
2020-12-09 14:03:30 +01:00
Vojtěch Bubník
0bb7ed7402
Merge pull request #4734 from wavexx/fix_new_instance_shortcut
...
Use Ctrl+Shift+I to open a new instance instead of Ctrl+I
2020-12-07 11:28:03 +01:00
enricoturri1966
0778bcd5c9
Replace F5 with Ctrl+Shift+R as shortcut key for reload from disk commands on MAC
2020-12-07 08:39:43 +01:00
YuSanka
c16221dc8c
Localization: Fixed some phrases. Updated POT and NL dictionary.
2020-12-04 13:08:48 +01:00
enricoturri1966
d0483b2473
Follow-up of 6ae1a10614 - Fixed typo
2020-12-01 10:17:35 +01:00
enricoturri1966
3ccd122727
#5333 - Reworked navigation of preview's sliders using the keyboard
2020-12-01 08:33:06 +01:00
YuSanka
3bc30d868e
Refactoring:
...
1. Use C++ style cast instead of C style
2. Deleted unused code from Search
2020-11-26 14:34:54 +01:00
enricoturri1966
282e453ce7
Enabled tech ENABLE_CTRL_M_ON_WINDOWS -> Added customizable support for legacy CTRL+M settings dialog on Windows in preference dialog
2020-11-26 11:00:24 +01:00
enricoturri1966
ab2f4f6766
ENABLE_GCODE_VIEWER set as default in:
...
SysInfoDialog.cpp
Selection hpp/cpp
Preferences.cpp
GUI_Utils.hpp
KBShortcutsDialog.cpp
2020-11-18 13:04:34 +01:00
YuSanka
3c80c09ade
Localization : Next phrases corrections and update for PrusaSlicer.pot
2020-11-06 12:14:19 +01:00
YuSanka
c204e90ecc
Localization:
...
Some phrases are corrected in the code
The POT-file is updated
2020-11-05 22:17:49 +01:00
YuSanka
649d2aad72
Fixed a Dialog position under OSX
...
Always set parent for the Dialog, if we want to see the Dialog in the same display as a parent.
Dialog will be shown in the primary monitor otherwise.
+ fixed a draw of the canvas legend when we move application between Retina and non-Retina displays
2020-11-05 11:53:16 -08:00
enricoturri1966
bff9106042
Tech ENABLE_CTRL_M_ON_WINDOWS [Experimental] to re-enable imgui dialog for settings of 3DConnexion devices (CTRL+M) on Windows
2020-11-03 08:41:04 +01:00
enricoturri1966
f1ee29c009
Setting dialog for 3DConnexion device (CTRL+M) enabled on MAC
2020-10-26 11:35:53 +01:00
enricoturri1966
90db060f03
ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS set as default
2020-10-22 11:01:30 +02:00
enricoturri1966
c40556fb8a
Follow-up of 68a7e5ce41 -> Updated keyboard shortcuts dialog
2020-10-22 10:08:16 +02:00
enricoturri1966
e76fd25ce9
New icons for standalone gcode viewer
2020-10-21 13:49:39 +02:00
Yuri D'Elia
0daa24a6bd
Use Ctrl+Shift+I to open a new instance instead of Ctrl+I
...
"Open new instance" overrider the "import" shortcut.
Use Ctrl+Shift+I for new instance, which is definitely less important
than importing new models.
Also document the shortcut in the Keyboard shortcuts dialog.
Fixes #4711
2020-10-14 20:51:21 +02:00
enricoturri1966
dd1976cac0
#4864 - Fixed collapse sidebar using Shift+Tab
2020-10-13 11:31:12 +02:00
Yuri D'Elia
e494d89524
Document Shift+Tab in menus and shortcuts dialog
2020-10-12 09:16:08 +02:00
Yuri D'Elia
e01576a4e3
Document "Tab" in the keyboard shortcuts dialog
2020-10-12 09:16:08 +02:00
enricoturri1966
9d3ca1ca4f
ENABLE_SLOPE_RENDERING set as default
...
Slope rendering active only when using Gizmo FDM supports
2020-10-02 15:43:39 +02:00
enricoturri1966
fb1c75d898
Updated Sys Info dialog, About dialog, Keyboard shortcuts dialog for gcode viewer
2020-09-11 08:03:13 +02:00
enricoturri1966
77787e36ad
Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default
2020-09-10 08:49:50 +02:00
enricoturri1966
0b88b32141
GCode viewer using the proper layout when started as a standalone application
2020-09-08 11:40:06 +02:00
enricoturri1966
886731a6d4
Code cleanup
2020-09-01 09:28:02 +02:00
enricoturri1966
52b8298e6d
ENABLE_GCODE_VIEWER -> KBShortcutsDialog shows only related tabs when gcode viewer state is active
2020-08-21 11:50:05 +02:00
enricoturri1966
c332b9aff5
GCodeViewer -> Estimated printing times shown in the legend
2020-08-06 10:15:34 +02:00
enricoturri1966
90b78deae6
Refactoring to allow to quickly build the various options to show the estimated printing time in gcode viewer scene
2020-08-05 15:43:46 +02:00
enricoturri1966
dfea278a70
GCodeProcessor -> Extended import of config data from gcode saved by PrusaSlicer
2020-08-03 08:46:32 +02:00
enricoturri1966
32e5d73a53
GCodeViewer -> Added imgui dialog for estimated printing times
2020-07-08 13:33:50 +02:00
enricoturri1966
2aad5e5f8d
ENABLE_GCODE_VIEWER -> Updated keyboard shortcuts dialog
2020-06-09 08:37:24 +02:00
Lukas Matena
e8e004ab5e
Fixed few warnings
2020-05-26 16:06:11 +02:00
YuSanka
2d7f3fa6ba
Search: Implemented SearchDialog.
...
Search window on Plater: set flag SelectAll for search line
2020-04-22 15:46:23 +02:00
Enrico Turri
8422b56faf
Follow-up of 095062e371 -> 3DConnexion settings dialog (Ctrl+M) shown only on Linux (not Mac)
2020-03-31 15:30:24 +02:00
Enrico Turri
1a872f769b
3DConnexion settings dialog (Ctrl+M) shown only on Mac
2020-03-31 14:16:53 +02:00
enricoturri1966
abfbcd5d17
Fixed conflicts after merge with master
2020-03-16 08:09:52 +01:00
enricoturri1966
0647e9c850
New tech ENABLE_SLOPE_RENDERING - 1st installment of rendering objects colored by facets slope
2020-03-13 15:09:07 +01:00
Enrico Turri
11eb5de734
Follow-up of 4a59a45d51 -> missed cleanup
2020-03-13 13:20:38 +01:00
David Kocik
4ab8d47f78
keyboard and file menu shortcuts for save to sd card and eject
2020-03-06 15:35:47 +01:00
YuSanka
cfc0192cb2
Added a shortcut to the tooltip for a "Send to printer" button (related to #3667 )
...
+ Localization: fixed some phrases
2020-02-19 10:59:05 +01:00
Enrico Turri
b455225cd9
New keyboard shortcuts dialog -> Bigger default size
2020-02-12 15:02:22 +01:00
Enrico Turri
84c9134221
New keyboard shortcuts dialog -> Scrollable pages and resizable dialog
2020-02-12 11:25:36 +01:00
Enrico Turri
2bfac736b7
New keyboard shortcuts dialog -> Fixed items order and use wxNotebook on top
2020-02-12 08:49:56 +01:00
Enrico Turri
39e28abba2
Rework of keyboard shortcut dialog layout -> use wxChoicebook
2020-02-11 15:12:35 +01:00
Enrico Turri
e75394ef6f
Rework of keyboard shortcut dialog layout -> use wxNotebook at left
2020-02-11 15:01:32 +01:00
Enrico Turri
68594b82a0
Rework of keyboard shortcut dialog layout -> use wxNotebook on top
2020-02-11 14:39:27 +01:00
Enrico Turri
b7929443fc
Rework of keyboard shortcut dialog layout -> use wxListbook at left
2020-02-11 14:33:19 +01:00
Enrico Turri
b7835a882c
Rework of keyboard shortcut dialog layout -> use wxListbook on top
2020-02-11 14:27:44 +01:00