56f0c8fe93
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-06-04 09:25:12 +02:00
dab2652cb5
Fixed preference dialog behavior
2018-06-04 09:24:48 +02:00
4df0b94b79
Beta bugfixes ( #931 )
...
* Fix: Function signature in avrdude
* Fix: Remove mockup vendor bundles
* Fix: Make ConfigWizard error handling more friendly
* Fix: Opening the datadir in AppImage-based Slic3r
2018-06-04 09:07:29 +02:00
360b34944d
ErrorDialog: Fix size and message encoding
2018-05-22 14:33:37 +02:00
b694f1ac89
One day I will fix it!
2018-05-21 23:40:17 +02:00
512b6dfd88
Yet another fix of the previous commit.
2018-05-21 23:24:18 +02:00
6b4fe7975f
Fix of the previous commit: When asking the operating system to open
...
the datadir using the platform specific file explorer, enquote
and escape the path.
2018-05-21 22:10:38 +02:00
7b4aeef40c
Moved the "Flash firmware" menu to "Configuration",
...
removed the "Check for updates" from the "Configuration" menu,
added an "Open file explorer at the datadir" item to the Help menu.
2018-05-21 21:04:03 +02:00
0a328789ef
Fixed compilation on Linux.
2018-05-21 18:58:22 +02:00
33f21422e6
Added friendly names to serial ports, added automatic selection of Prusa's printers in the firmware updater dialog
2018-05-21 18:58:22 +02:00
e1930d57f3
Firmware updater: Disable dictionary flashing menu entry for the time being
2018-05-21 18:58:22 +02:00
af360d7097
Firmware updater GUI
2018-05-21 18:58:22 +02:00
07817c8ee5
avrdude: Compilation on Windows/MSVC
2018-05-21 18:58:22 +02:00
11a00b025f
avrdude integration basics (WIP)
2018-05-21 18:58:20 +02:00
deabeaaa7f
Aligned frequently changing parameters according to presets settings on the Plater tab.
...
Fixed missing adding of the Filaments preset settings(for multy material case) to the right_panel
2018-05-20 23:58:09 +02:00
20b83c5b53
Save the Canonical Language Name instead of the Enumerator to the Slic3r.ini
2018-05-03 09:21:01 +02:00
16d5faac20
Preparations to the localization update & new Slic3rPE.pot
2018-05-02 16:06:35 +02:00
6d34db352d
Merge branch 'updating' of https://github.com/prusa3d/Slic3r into updating
2018-04-30 16:30:23 +02:00
2d4cac0018
Added ability to change color of the labels of the system or modified values
2018-04-30 16:29:13 +02:00
5624b8afd2
Add a new error dialog
2018-04-30 14:34:47 +02:00
6d38943222
Fix & refactor legacy datadir dialog
2018-04-27 12:29:18 +02:00
4d07b63b5a
Merge remote-tracking branch 'origin/profile_changes_reset' into updating
2018-04-26 12:47:32 +02:00
b3859c49c1
Updated description preset line for each type of presets...
...
Disabled m_btn_delete_preset for default and system presets.
Enabled update of the current preset if it was modified and selected again.
2018-04-26 12:40:17 +02:00
166ee4c2c8
Export of print config enabled as default in save file dialog when exporting to amf and 3mf files
2018-04-25 15:31:37 +02:00
91db0a6e05
Merge remote-tracking branch 'origin/profile_changes_reset' into updating
2018-04-25 13:53:22 +02:00
cfac6c0ebb
Aligned printer settings on Plater tab
2018-04-25 11:10:34 +02:00
62d67d35ec
Merge branch 'profile_changes_reset' into updating
2018-04-24 18:15:23 +02:00
fea5603409
PresetUpdater: Bundle incompatibility / Slic3r downgrade scnario
2018-04-24 18:06:42 +02:00
ab397e5ce1
Added SnapshotDB::snapshot_with_vendor_preset() utility function
...
to find out whether there has ever been a snapshot taken with a given
configuration version.
Implemented an "on snapshot" flag, which indicates, whether the current
state equals to some snapshot. If so, a new snapshot is not taken
in upgrade / downgrade case.
2018-04-20 10:26:23 +02:00
3ca2dfbc1d
Added some performance changes
2018-04-18 13:32:21 +02:00
81c6ad3ab7
ConfigWizard: Add reset option, fixes
...
Fix mock vendors
2018-04-18 11:40:43 +02:00
6286c9ee7c
ConfigWizard & updating: Fixes & cleanups
2018-04-17 11:54:59 +02:00
214ad2925b
Merge branch 'master' into updating
2018-04-16 17:32:58 +02:00
7710b541da
Merge branch 'config_snapshots' into updating
2018-04-16 17:00:31 +02:00
c733e3151b
Updating: Detect legacy datadir, remove conflicting presets
2018-04-16 16:55:24 +02:00
eb58e29245
Merge remote-tracking branch 'origin/profile_changes_reset'
2018-04-13 18:31:19 +02:00
b79692c35e
Merge remote-tracking branch 'remotes/origin/wipe_tower_improvements'
2018-04-13 16:43:35 +02:00
82890ec815
Removed some obsolete Perl binding.
...
Added Version Index "version" method.
Implemented automatic selection of default_print_profile and
default_filament_profile, when the print / filament profiles are
not compatible with the selected printer profile.
Fixed selection of a printer profile, if the currently selected
printer profile becomes invisible.
2018-04-13 14:49:33 +02:00
120c1978ae
Cleaned code
2018-04-13 12:35:04 +02:00
b030791384
Semver fixes, misc fixes
2018-04-12 09:33:17 +02:00
da2878958b
Wizard runs from the new Config menu,
...
snapshots could be rolled back / forward.
2018-04-11 12:21:15 +02:00
4275b15dcd
Merge remote-tracking branch 'origin/updating' into config_snapshots
2018-04-10 16:46:15 +02:00
0694fad016
Initial implementation of the config snapshot dialog.
2018-04-10 16:27:42 +02:00
a541f5dfe1
Fix of the fix
2018-04-10 11:43:04 +02:00
32c4cddb91
Ported the AboutDialog to C++, thanks @alexrj for the work.
...
New "configuration" menu over the snapshots, user preferences etc.
2018-04-09 17:03:37 +02:00
388deb71ab
Adapt settings label colors to light vs dark UI themes
2018-04-09 14:46:19 +02:00
90a8ef8e9f
Cleanup
2018-04-06 15:17:02 +02:00
e53949f2c8
Apply printer model / variant preferences when loading presets
2018-04-06 13:24:02 +02:00
3fcf194e39
ConfigWizard: Basic structure / WIP
2018-04-06 13:23:49 +02:00
7253028d79
Merge branch 'master' into wipe_tower_improvements
2018-04-06 12:33:12 +02:00