YuSanka
48bbd2d22a
Added new files to MackList
2018-04-20 15:02:54 +02:00
Vojtech Kral
e0421a3ba6
PresetUpdater: Don't display new Slic3r version notifications multiple times for the same version
2018-04-20 14:53:11 +02:00
YuSanka
669b0b68ab
Added missed files to commit
2018-04-20 13:27:25 +02:00
YuSanka
1e1bf03f61
Added reset buttons description
2018-04-20 12:58:07 +02:00
Vojtech Kral
134a083662
Merge branch 'config_snapshots' into updating
2018-04-20 11:08:23 +02:00
Vojtech Kral
93a902a757
PresetUpdater: Fix double free from Perl
2018-04-20 11:06:12 +02:00
Vojtech Kral
9b5480b7ba
PresetUpdater: Use PID in cache tmp filenames
2018-04-20 11:05:00 +02:00
bubnikv
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
Vojtech Kral
2e61420747
Sync index file
2018-04-19 18:31:14 +02:00
Vojtech Kral
d671e06c32
Fix alpha legacy dir detection, Fix SemVer value ctor
2018-04-19 18:29:19 +02:00
Vojtech Kral
bdaf1b01be
ConfigWizard: Fix reset checkbox
2018-04-19 16:49:22 +02:00
YuSanka
88dadcec78
Added tooltips for reverse buttons
...
* Corrected default size of undo buttons for GTK
* Experiment with rich tooltips
2018-04-19 16:20:30 +02:00
Enrico Turri
ad4cd05850
Fixed hovering while panning/rotating camera
2018-04-19 13:31:50 +02:00
YuSanka
7083f58326
Added lock icons to system presets in ComboBoxes.
...
Added right event handling if informative string is selected in ComboBoxes
2018-04-19 12:08:59 +02:00
bubnikv
d1580f67df
Fix of the previous commit. Once the Slic3r::GUI::Tab was rewritten
...
from Ref<TabIface> to TabIface*, Perl takes ownership and the Tab is
being incorrectly deleted by the background threads.
2018-04-18 18:57:34 +02:00
Vojtech Kral
c3c9ebdd12
Fix wxPerl warning annoyance
2018-04-18 18:48:32 +02:00
bubnikv
8ab62d702c
Fixed memory leak of TabIface.
...
Added documentation of the XS interface on how the Ref<> and Clone<>
wrappers work.
2018-04-18 18:06:07 +02:00
YuSanka
f38f0edaaf
Cleaned code from commented code
2018-04-18 14:15:13 +02:00
bubnikv
fa97a86751
Implemented merging of system profiles from various vendors.
2018-04-18 13:35:51 +02:00
YuSanka
3ca2dfbc1d
Added some performance changes
2018-04-18 13:32:21 +02:00
Vojtech Kral
0711f84ea0
Add version check & preset update options to Preferences
2018-04-18 12:33:07 +02:00
Vojtech Kral
81c6ad3ab7
ConfigWizard: Add reset option, fixes
...
Fix mock vendors
2018-04-18 11:40:43 +02:00
Enrico Turri
c9e4c831c2
Axes with fixed size in 3D previews
2018-04-18 10:17:22 +02:00
Enrico Turri
2ef164eeef
Fixed cut contours in cut dialog 3D view
2018-04-18 09:44:49 +02:00
Vojtech Kral
c884f3b213
Display app update notification with the main frame
2018-04-17 17:11:56 +02:00
Vojtech Kral
df03b8e4e8
PresetUpdater: Notify about Slic3r updates
2018-04-17 16:59:53 +02:00
Enrico Turri
61ee633cd2
Fixed color specular component in shaders
2018-04-17 16:16:25 +02:00
Enrico Turri
3bedcf4413
Tweaks in generation of rendering geometry for preview toolpaths. Fixes #240 and #348
2018-04-17 15:04:14 +02:00
Vojtech Kral
6286c9ee7c
ConfigWizard & updating: Fixes & cleanups
2018-04-17 11:54:59 +02:00
bubnikv
5e6cc5ddcb
Updated max_print_height of PrusaResearch.ini
2018-04-17 11:06:15 +02:00
bubnikv
98785e47b1
Removed the
...
"The Wipe Tower currently supports only:\n"
"- first layer height 0.2mm\n"
"- layer height from 0.15mm to 0.35mm\n"
message as the new wipe tower is more generic.
2018-04-17 10:55:58 +02:00
bubnikv
a05c440263
Fixed potential crashes due to the Perl worker thread releasing
...
memory allocated by the GUI thread.
2018-04-17 10:55:18 +02:00
bubnikv
3b0eb6b786
Merge remote-tracking branch 'origin/updating' into cpp_ui_optimization
2018-04-17 10:38:02 +02:00
Vojtech Kral
b506aa11fa
PresetUpdater: Fix: Compare versions when installing indices
2018-04-17 10:28:32 +02:00
YuSanka
d254c39a77
Added "smart" setting of label color
2018-04-17 10:15:48 +02:00
Lukas Matena
d7dc04eb57
Removed parameter filament_cooling_time (fixed value of 14s for now)
2018-04-17 08:18:12 +02:00
Vojtech Kral
37cf839b27
ConfigWizard: Fix regression
2018-04-16 18:33:33 +02:00
Vojtech Kral
d26c8e5336
Fix: Avoid the infamous major
& minor
macros on GCC
2018-04-16 17:43:23 +02:00
Vojtech Kral
214ad2925b
Merge branch 'master' into updating
2018-04-16 17:32:58 +02:00
Vojtech Kral
7710b541da
Merge branch 'config_snapshots' into updating
2018-04-16 17:00:31 +02:00
Vojtech Kral
c733e3151b
Updating: Detect legacy datadir, remove conflicting presets
2018-04-16 16:55:24 +02:00
YuSanka
6e870e8466
Merge remote-tracking branch 'origin/cpp_ui_optimization' into profile_changes_reset
2018-04-16 14:30:10 +02:00
YuSanka
5d39126989
Changes to performance.
2018-04-16 13:43:01 +02:00
Lukas Matena
2726267748
Bugfix: validation of equal layering rejected even some valid configurations
2018-04-16 11:47:35 +02:00
bubnikv
c18b28e27c
Implemented caching of often rendered bitmaps on the Tab UI.
2018-04-16 11:03:08 +02:00
bubnikv
b881ae936f
Updated preset from Jindra.
2018-04-13 18:36:52 +02:00
bubnikv
eb58e29245
Merge remote-tracking branch 'origin/profile_changes_reset'
2018-04-13 18:31:19 +02:00
YuSanka
215c2082d3
Decorated "bed_shape" and "compatible_printers" labels
2018-04-13 18:22:06 +02:00
bubnikv
5d363c1bb9
Removed printf debugging output
2018-04-13 17:25:36 +02:00
bubnikv
913cdef297
Merge remote-tracking branch 'origin/scene_manipulators'
2018-04-13 16:54:22 +02:00