Commit Graph

23 Commits

Author SHA1 Message Date
423fb73b1f OSX specific, needed after update of Xcode to 12.2 with OSX SDK 11.1,
where we have issues with false positives of address sanitizer
https://github.com/google/sanitizers/wiki/AddressSanitizerContainerOverflow#false-positives
Setting ASAN_OPTIONS=detect_container_overflow=0 inside Info.plist
2021-01-20 09:21:16 +01:00
d805c253d5 Bumped up minimum required OSX version from 10.9 to 10.10 due to
an update of wxWidgets, which do not compile cleanly on 10.9 without
further patching.
2021-01-19 15:59:29 +01:00
2042846a2d PrusaGcodeviewer.desktop icon (#5555)
Linux: update PrusaGcodeviewer.desktop icon
2020-12-22 16:50:34 +01:00
f8b9b2e4f8 Changing directory for Flatpak related files. 2020-10-27 13:04:16 +01:00
33417c3999 Add gcodeviewer desktop file
Also install it with `make install`
2020-10-27 08:45:04 +01:00
dacd0b9628 Add the desktop file for Linux desktops 2020-10-19 14:44:45 +02:00
8e6613ff19 OSX: Changing gcode in Info.plist to Viewer mode, not Editor 2020-10-05 17:25:27 +02:00
2c86c6e68b Alessandro's name spelling fix (README, manifests) 2020-09-22 20:45:59 +02:00
9112f6a207 WIP: prusa-gcodeviewer command line wrapper to start the PrusaSlicer
in standalone G-code viewer mode.
Linux and OSX stuff will follow.
2020-09-01 16:56:12 +02:00
1ed94fe8f9 Copyright year incremented (AboutDialog, manifests) 2020-03-06 16:06:21 +01:00
342544c139 OSX handler for 3dconnexion drivers 2020-01-21 14:44:20 +01:00
51d6baa861 Deleted lines to disable dark mode when compiled against the latest OSX SDK 2019-12-12 14:43:13 +01:00
c1ec11f3b6 Trying to disable dark mode when compiled against the latest OSX SDK
as we are not yet ready for that.
2019-11-11 15:16:20 +01:00
40d409e2e3 Fixed version info of the Win32 builds. 2019-05-23 18:05:28 +02:00
c657edd2e0 Fix of the previous commit. 2019-05-13 15:22:03 +02:00
1ccaaf7499 Further renaming to PrusaSlicer 2019-05-13 15:14:33 +02:00
95041ea550 WIP: Renaming to PrusaSlicer.
Removed the obsolte icons.
2019-05-13 12:13:28 +02:00
92f2790867 Updated OSX Info.plist template 2019-04-15 18:13:59 +02:00
31edb6082e Harmonized the application naming. 2019-04-15 16:14:19 +02:00
c3340d7bcc WIP: HiDPI support - 3D scene on Windows / Linux
HiDPI support on Windows - enabled in manifest.
2019-02-04 21:41:10 +01:00
f6bfbc31d7 Updated OSX manifest to reference input / output files.
Bundled OSX icon files for STL/AMF/3MF/gcode
2019-01-09 13:08:00 +01:00
f97b325274 Build: Fix install targets, add SLIC3R_FHS, check resource dir on GUI_App init
Fix #1515
2019-01-07 17:25:12 +01:00
6a0b43f909 Added various manifests,
added auto generation of includes and manifests from version and build
variables,
resurrected SLIC3R_LOGLEVEL env var.
2018-09-24 11:53:05 +02:00