Commit Graph
100 Commits
Author SHA1 Message Date
Vojtech Kral ffc5a43c33 More fixes in the Readme 2019-04-08 13:05:45 +02:00
Vojtech Kral 7e32f2df71 Implement per-screen DPI on Windows, DPI change event, wxDialog & wxFrame mixin base classes 2019-04-08 11:34:46 +02:00
Vojtech Kral 5eca68eeeb Readme: Add logo link 2019-04-08 10:16:50 +02:00
Vojtech Kral ecbf4b51eb Tidy up Readme a little bit 2019-04-08 10:14:05 +02:00
Vojtech Kral 5977d7fcfa Merge pull request #2083 from lf-/readme-update2
Initial fixes on README to bring it up to date with Prusa changes
2019-04-08 10:11:16 +02:00
Vojtech Kral 814471c890 doc: Fix line break issue 2019-04-08 10:09:35 +02:00
Vojtech Kral a8a2125069 Windows deps & build doc: Fix msbuild parallelism, cf. #2078 2019-04-08 10:04:40 +02:00
Vojtech Kral edebfe5345 Merge pull request #2078 from lf-/doc-note
Add a note for users of newer VS versions in build guide
2019-04-08 09:20:35 +02:00
Vojtech Kral 70ce79c86e SLA export: Finalize filename when exporting & uploading,
set correct project name when uploading
2019-04-04 13:10:11 +02:00
Vojtech Kral 251747e6fa GLGizmoCut: Scale input field 2019-04-04 12:31:13 +02:00
Vojtech Kral 703b9bda32 imgui: Fix scaling 2019-04-03 16:39:28 +02:00
Vojtech Kral c99fe20504 imgui: Yet another font size fix 2019-04-03 16:31:49 +02:00
Vojtech Kral 1979baf619 imgui: Fix font size and scaling on Windows 2019-04-02 15:28:14 +02:00
Vojtech Kral 9d5eb2cd48 Fix build 2019-04-02 10:56:30 +02:00
Vojtech Kral c542413962 imgui: More refactoring, cut gizmo window positioning 2019-04-02 10:36:24 +02:00
Vojtech Kral 145b8fd0df Firmware updater: Improve logging 2019-04-02 10:33:37 +02:00
Vojtech Kral 75990923f7 Firmware updater: Support for CW1 2019-04-02 10:33:37 +02:00
Vojtech Kral 88cc93cdc9 imgui: Refactor font size, font initialization 2019-04-01 14:28:39 +02:00
Vojtech Kral 3cfb234e86 imgui: Get font size from wxWidgets, fix #2043 2019-03-29 14:58:32 +01:00
Vojtech Kral 1e9e378659 Fix string access in Preferences.cpp 2019-03-27 13:53:00 +01:00
Vojtech Kral 734d57a714 Fix build on MSVC with PCH off 2019-03-27 12:14:34 +01:00
Vojtech Kral 8dbbfc140b Merge pull request #2005 from SijmenSchoon/fix-assertions
Fix tree-related assertions on startup on Linux
2019-03-27 11:29:32 +01:00
Vojtech Kral 937f6112ce imgui: Fix assert caused by set_language() while new frame is open 2019-03-26 17:57:54 +01:00
Vojtech Kral dc30242cad doc: Building on Windows: Add more detail 2019-03-26 16:38:13 +01:00
Vojtech Kral d0171b5687 doc: typo 2019-03-26 09:54:05 +01:00
Vojtech Kral ba66f34c45 Build: Add an option to choose GTK version on Linux, fix #1937 2019-03-25 15:50:57 +01:00
Vojtech Kral ccafc43874 deps: Link wxWidgets against system zlib on Unix 2019-03-25 15:39:12 +01:00
Vojtech Kral aca2ffcdfb doc: Warn about build dir being too nested on Windows 2019-03-25 15:07:03 +01:00
Vojtech Kral ea6e6023f9 deps: Fix: remove dep_libpng 2019-03-25 12:31:14 +01:00
Vojtech Kral 8e2ec38670 deps: Remove libpng 2019-03-25 11:44:07 +01:00
Vojtech Kral 6c7120a291 Build: Fix libz dependency required by libcurl 2019-03-25 11:40:45 +01:00
Vojtech Kral 456d09be76 Fix out of bounds selection in ObjectList, fix #1890 2019-03-18 16:19:19 +01:00
Vojtech Kral aaf5c6c663 MsgDialog: Make resizable 2019-03-14 14:54:12 +01:00
Vojtech Kral 5c9cede9bf Fix HiDPI in Bonjour Dialog 2019-03-14 14:46:31 +01:00
Vojtech Kral 2c49dcb9be Bonjour: Add txt key-val extraction, filtering based on printer tech 2019-03-14 14:46:31 +01:00
Vojtech Kral 5255f79789 Fix crash on exit, pt2 2019-03-14 09:44:11 +01:00
Vojtech Kral 88f93a0b44 imgui: Slider style 2019-03-13 14:58:38 +01:00
Vojtech Kral 3c62c0d595 imgui: Fix mouse button state while dragging 2019-03-13 14:58:38 +01:00
Vojtech Kral 09c9f567f2 Fix crash on exit 2019-03-12 11:10:30 +01:00
Vojtech Kral 4e510dc3e7 PostProcessor on Unix: Execute using default shell #1908
escape gcode path, collect stderr
2019-03-12 11:10:30 +01:00
Vojtech Kral 9522cd1d4f OnInit: Move preset loading out of EVT_IDLE/once, remove temp workaround of sidebar scrollbar 2019-03-12 11:10:30 +01:00
Vojtech Kral 857b68a82a PrintHost: Fix host type configuration, refactor, fix #1687 2019-03-05 16:12:15 +01:00
Vojtech Kral bd725a47f4 PrintHost: Don't offer print start for SL1 2019-03-05 16:12:15 +01:00
Vojtech Kral 96d09ce0ad Bonjour: Fix: Set Query ID to zero, no ID checking in responses. Fix #1864 2019-03-05 16:12:15 +01:00
Vojtech Kral 82352c1314 imgui: Refactor combo boxes. Fix #1895 #1868 2019-03-05 15:28:53 +01:00
Vojtech Kral 0c44cceaa1 Fix modal dialogs screwing comboboxes on Mac 2019-03-01 13:15:21 +01:00
Vojtech Kral b642784e91 Fix close/cancel button accel problems on Mac 2019-03-01 13:15:20 +01:00
Vojtech Kral b7941345d1 avrdude: Fix serial port handle leak in many places 2019-03-01 13:15:20 +01:00
Vojtech Kral a61a72cc94 avrdude: Fix serial timeout on Windows 2019-03-01 13:15:20 +01:00
Vojtech Kral bc1aaaa146 avrdude: Fix string encoding handling on Windows 2019-03-01 13:15:20 +01:00
Vojtech Kral c426c99af0 avrdude: Build avrdude-slic3r by default 2019-03-01 13:15:20 +01:00
Vojtech Kral ffd7a3d933 avrdude: Use a minimalistic embedded conf instead of an external file 2019-03-01 13:15:20 +01:00
Vojtech Kral fba4d109c8 avrdude: Add a Windows-aware fopen 2019-03-01 13:15:20 +01:00
Vojtech Kral a2ce4c00de avrdude: ser_posix: Add timeout in ser_send(), refactoring 2019-03-01 13:15:20 +01:00
Vojtech Kral 7067cef812 imgui: Take orange color radiance down a notch 2019-02-25 17:45:04 +01:00
Vojtech Kral 3aee6ddc4c Attempt to fix 3D scene popup menu on Linux 2019-02-25 10:35:51 +01:00
Vojtech Kral 0e1e87e0ad Update preset bundle 2019-02-22 17:26:25 +01:00
Vojtech Kral 4f63f65d3d Firmware Updater: Handle messages in non-UTF-8 encoding on Windows 2019-02-22 16:11:14 +01:00
Vojtech Kral 91ccdb0a4d Firmware Updater: Log avrdude arguments 2019-02-22 16:11:13 +01:00
Vojtech Kral 77c309f4cb imgui: Fix assert in new_frame() 2019-02-22 14:52:32 +01:00
Vojtech Kral 49d131be4d PresetUpdater: Offer update even if bundle not found in index 2019-02-22 14:35:07 +01:00
Vojtech Kral 46ed5505da Fix string conversion in ObjectList 2019-02-22 14:34:50 +01:00
Vojtech Kral 14b4685ecb Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogs 2019-02-21 19:00:50 +01:00
Vojtech Kral 051ca410f6 More input handling fixes 2019-02-21 19:00:50 +01:00
Vojtech Kral bf699462c3 imgui: Attempt to fix Tab key 2019-02-21 13:17:26 +01:00
Vojtech Kral 1b30ac1f89 Fix Preview legend scaling 2019-02-21 12:20:06 +01:00
Vojtech Kral 478032ad28 imgui: Fix char input handling 2019-02-20 16:55:00 +01:00
Vojtech Kral 47e04ec8e5 imgui: Tweak style 2019-02-20 16:12:41 +01:00
Vojtech Kral 1045b43d4f imgui: Input fixes 2019-02-20 16:12:41 +01:00
Vojtech Kral 5de52b7da4 imgui: Fix keyboard modifiers on Mac 2019-02-20 16:12:41 +01:00
Vojtech Kral 2de814d478 Imgui: Implement keyboard input, fix #1797 2019-02-20 16:12:41 +01:00
Vojtech Kral 08f1459ab7 Printhost: Persist upload path & start print checkbox (re-add lost code)
Fixes #1219
Fixes #1004
Fixes #1106
Fixes #1678
2019-02-19 14:49:17 +01:00
Vojtech Kral 365f5297b1 Fix build: Missing include 2019-02-18 13:54:20 +01:00
Vojtech Kral aaeeef6d9c Fix build: Missing include 2019-02-18 12:33:32 +01:00
Vojtech Kral 59300b61c5 Update profiles 2019-02-15 15:38:41 +01:00
Vojtech Kral e6f7af64a7 PresetUpdater: Fix a race condition 2019-02-15 15:38:26 +01:00
Vojtech Kral d8c7966bec PresetUpdater: Don't fail as hard if version not found in index #1821
GUI_App: Add OnExceptionInMainLoop handler
2019-02-15 15:38:13 +01:00
Vojtech Kral eb643a1f52 Http: Fix logging 2019-02-15 15:35:13 +01:00
Vojtech Kral dbfdcaa489 Update printer icons 2019-02-13 11:56:56 +01:00
Vojtech Kral cfe0bd6ce1 ConfigWizard: Cap width, clarify select buttons 2019-02-12 11:01:15 +01:00
Vojtech Kral 94dc86ec72 ConfigWizard: Cap width on large screens 2019-02-12 10:11:00 +01:00
Vojtech Kral 5a2a39c3ab Fix window geometry shenanigans 2019-02-12 10:11:00 +01:00
Vojtech Kral 8da7ef41c0 Infer printer family for pre-existing printers 2019-02-12 10:11:00 +01:00
Vojtech Kral 7d969a6f36 ConfigWizard: Bugfixes 2019-02-12 10:11:00 +01:00
Vojtech Kral b0f54e5709 ConfigWizard refactoring 2019-02-12 10:11:00 +01:00
Vojtech Kral 6ab6829b8d doc: Add SLIC3R_WX_STABLE to Linux build doc #1779 2019-02-06 09:23:20 +01:00
Vojtech Kral c3ea735bc8 Fix usage of CallAfter vs modal dialogs in slic3r.cpp, fix #1778 2019-02-05 18:13:48 +01:00
Vojtech Kral 87ae061061 Fix build: Stray semicolon 2019-02-04 16:57:11 +01:00
Vojtech Kral f7529dbef5 Tab: Update print host address and cafile properly, fix #1687 2019-01-29 17:11:07 +01:00
Vojtech Kral a99c823401 Build: MSVC 2017 compat (w/o xs code - Perl unit tests) 2019-01-29 17:11:07 +01:00
Vojtech Kral 2159273a1e Mac: Retina OpenGL: Fix toolbar mouse hover 2019-01-24 20:03:12 +01:00
Vojtech Kral 7d30323f46 Mac: Retina OpenGL: Fix imgui windows, right-click menu, misc 2019-01-24 20:03:12 +01:00
Vojtech Kral 3df1ed8f6b Mac: Retina OpenGL: Fix ImGui font switch, dynamic switching, toolbar fixes 2019-01-24 20:03:12 +01:00
Vojtech Kral d1c569dd57 Mac: Implement Retina for the 3D scene, fix #97 2019-01-24 20:03:12 +01:00
Vojtech Kral 28f1a6f256 Build: Fix wx-config status message 2019-01-24 20:00:00 +01:00
Vojtech Kral 24d736f736 PrintHostDialogs: Disable smart substitutions on Mac 2019-01-24 19:58:16 +01:00
Vojtech Kral d3fa82e41b Fix assert on empty datadir 2019-01-23 14:39:19 +01:00
Vojtech Kral fde299bf80 I18N: wx 3.0 back-compat for translations with context, fix #1694 2019-01-23 09:52:34 +01:00
Vojtech Kral a85db038be Fix usage of is_trivially_copyable on older GCC (for real this time) 2019-01-22 12:16:11 +01:00
Vojtech Kral d5f47cbcad Fix usage of is_trivially_copyable on older GCC 2019-01-22 10:42:16 +01:00