Commit Graph

55 Commits

Author SHA1 Message Date
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
Enrico Turri
7930e60a97 1st installment of object/instance labels in 3D scene 2020-01-28 13:15:21 +01:00
Enrico Turri
2399d964de ENABLE_3DCONNEXION_DEVICES tech set as default 2019-10-11 15:51:36 +02:00
Enrico Turri
869d1ca48d ENABLE_3DCONNEXION_DEVICES - Added imgui dialog to edit 3Dconnexion device parameters 2019-10-02 15:55:26 +02:00
bubnikv
873c741906 Don't localize debugging texts. 2019-08-27 13:39:47 +02:00
bubnikv
039e4bbcff Improved wording of some UI texts and tooltips. 2019-08-27 11:39:51 +02:00
YuSanka
5b860a2338 Added missed include for OSX build 2019-08-23 13:58:12 +02:00
YuSanka
55afc08a0f Resize of the KBShortcutsDialog according to the display size 2019-08-23 13:22:29 +02:00
YuSanka
734e020cf0 KBShortcutsDialog is changed to ScrollWindow 2019-08-23 09:44:03 +02:00
Yuri D'Elia
a4ab108709 Add 'L' as a legend toggle shortcut in preview 2019-08-08 10:04:05 +02:00
tamasmeszaros
0254534c68 Add new entry to keyboard shortcuts for 'arrange selection' 2019-08-06 16:53:17 +02:00
Enrico Turri
f1d285c7b3 Tech ENABLE_RENDER_PICKING_PASS extended so that user can switch between picking pass texture rendering and regular rendering by pressing [T] key 2019-06-27 11:25:04 +02:00
Enrico Turri
3ddfef7347 Key K set as camera type toggle and updated keyboard shortcuts dialog 2019-06-19 14:33:09 +02:00
Enrico Turri
8c3d0a5d28 Updated shortcut dialog with new scale to fit print volume command 2019-05-24 15:53:15 +02:00
bubnikv
b4f729435c Fix of New assertion failure with 2.0.0rc #2250
Calls to Dialog::Close() after Dialog::EndModal() were removed.
2019-05-16 16:06:57 +02:00
YuSanka
6dc86ce37f Deleted unnecessary size settings 2019-05-15 16:01:40 +02:00
Enrico Turri
d06e487913 Updated keyboard shortcuts dialog 2019-05-14 15:16:37 +02:00
bubnikv
95041ea550 WIP: Renaming to PrusaSlicer.
Removed the obsolte icons.
2019-05-13 12:13:28 +02:00
bubnikv
820200be67 Some more localization improvmenets. 2019-05-09 18:18:21 +02:00
bubnikv
88a60c7b29 Some textation improvements, renamed Silent mode to Stealth. 2019-05-09 15:39:15 +02:00
bubnikv
7715725991 Merge branch 'master' into vb_wold_object_manipulation 2019-05-04 20:59:57 +02:00
YuSanka
03dba475e8 Localization improvements 2019-05-04 02:07:07 +02:00
bubnikv
d60a5c53f8 Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation 2019-04-26 17:42:51 +02:00
YuSanka
2b39a4df96 Added msw_buttons_rescale() - Function for a scaling Dialog's buttons under MSW 2019-04-25 15:09:12 +02:00
YuSanka
0da12d08fd Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
- cleaned code from commented parts
 - rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
bubnikv
fbf6dd5af9 WIP: Transformations of an instance in world coordinate system
from the side panel.
2019-04-24 11:01:59 +02:00
YuSanka
6f3fbe34bb Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi 2019-04-18 15:24:50 +02:00
YuSanka
895d6874b7 Overrided on_dpi_changed() for some Dialogs:
AboutDialog, ConfigSnapshotDialog, FirmwareDialog, SysInfoDialog

+ set correct fonts for KBShortcutsDialog
2019-04-18 15:05:17 +02:00
YuSanka
aae9bc0367 Overrided on_dpi_changed() for some Dialogs:
BedShapeDialog, KBShortcutsDialog, ConfigWizard, Preferences
2019-04-18 02:03:40 +02:00
Enrico Turri
37a2c8ec0d Fixed typo in shortcuts dialog 2019-04-16 13:53:57 +02:00
Enrico Turri
cfabd6ceab Ctrl+C and Ctrl+V for Copy and Paste refactored in the same way as Ctrl+A for Select All 2019-04-16 13:47:37 +02:00
bubnikv
31edb6082e Harmonized the application naming. 2019-04-15 16:14:19 +02:00
Vojtech Kral
b7a3f8de30 Fix SVG & bitmap scaling on Mac depending on Retina scaling 2019-04-09 15:16:10 +02:00
bubnikv
3bb76e6881 Changed the hot key in the keyboard shortcuts dialog for plater
Ctrl+Left mouse for selection.
2019-04-09 10:46:32 +02:00
YuSanka
8dc3dc3d4b Icon updating for all application 2019-04-08 11:10:57 +02:00
YuSanka
369cda4cd3 Added scaling for more some dialogs
+ Set size for mode buttons
2019-02-11 14:14:35 +01:00
YuSanka
774f4096e2 Fixed scaling of the controls and InfoDialogs (Sys and About) 2019-02-06 10:13:27 +01:00
YuSanka
daa450b8aa Merge remote-tracking branch 'origin/master' into ys_hdpi 2019-02-04 10:38:23 +01:00
YuSanka
042b206a2e Fixed "hard_code" setting of the size for the Sidebar and Tabs
+ Fixed assert after config_wizard changing
2019-02-04 10:35:16 +01:00
bubnikv
f3cbf783bb OSX specific: The Command short keys over the 3D scene toolbars
are now shown with the OSX "Command" symbols, not as "Ctrl+"
2019-02-03 11:10:25 +01:00
YuSanka
89e2732b06 Updated KBShortcutsDialog 2019-01-31 13:21:33 +01:00
YuSanka
40ecbce8c7 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-01-21 13:05:59 +01:00
YuSanka
ee1e590858 L10n improvements 2019-01-21 12:34:28 +01:00
Enrico Turri
9d32328264 Added shortcut strings to gizmos and toolbars tooltips 2019-01-16 11:51:30 +01:00
Vojtech Kral
efa704bb0b PrintHost: Add upload queue keyboard shortcut 2019-01-10 17:52:14 +01:00
Vojtech Kral
fd6e003093 KBShortcutsDialog: Add symbols for Command and Option on Mac 2018-12-21 12:48:30 +01:00