Commit Graph
100 Commits
Author SHA1 Message Date
David Kocik 2964421618 Merge branch 'dk_wizard' into master 2021-02-10 17:05:41 +01:00
David Kocik cb2d6e320a Wizard: buttons for printer selection 2021-02-10 17:00:41 +01:00
David Kocik 2e6138561a missing ifdef 2021-01-27 11:43:48 +01:00
David Kocik c02385b115 missing ifdef 2021-01-27 10:58:52 +01:00
David Kocik 9c820d170e Merge branch 'dk_injection' into master 2021-01-27 10:42:04 +01:00
David Kocik fa2568a5e3 Check loading of blacklisted dlls and show warning dialog at startup. Also show these dlls in sysinfo dialog. 2021-01-27 10:40:38 +01:00
David Kocik df59f9497a request frame with delay when new notification pushed 2021-01-07 13:33:05 +01:00
David Kocik c61a6289c5 update notification before erasing finished ones 2021-01-07 13:16:23 +01:00
David Kocik f43b34fb57 wxWakeUpIdle when render timer ends to ensure idle function spawns and triggers rendering 2021-01-07 12:54:53 +01:00
David Kocik 99f5dfbde7 Added error-checking for child.wait() call during removable drive ejection (to prevent #5507)
Mark Ejection as failed if the wait() function fails. It seems that it is not simply possible
to retrieve the exit code of the process in that case (although it usually finishes sucessfully).
2020-12-22 12:18:30 +01:00
David Kocik 593c397b19 Missing init() call at notification render 2020-12-19 09:22:40 +01:00
David Kocik 2fa5828023 Merge branch 'dk_hover_eject' into master 2020-12-18 15:49:21 +01:00
David Kocik b5de1456a0 Keyboard shortcut at notification hover - eject sd 2020-12-18 15:48:59 +01:00
david kocik b1095adc18 follow up of commit c9da06e44a 2020-12-17 09:51:45 +01:00
David Kocik 642223dadc Merge branch 'dk_notifications' into master 2020-12-16 17:44:31 +01:00
David Kocik 99747f8f25 Changed requested time of rendering for timed notification to full duration. Commented unused code. 2020-12-16 17:43:51 +01:00
David Kocik 3ae40139b3 render timer 2020-12-16 14:15:12 +01:00
David Kocik 0592d15c50 render timer draft 2020-12-16 14:15:12 +01:00
David Kocik 26755eb1d1 Merge branch 'dk_instances' into master 2020-12-14 19:26:58 +01:00
David Kocik 159dde511e Changed condition for showing Open new instance item in dock icon menu (mac). Fix of #5463. 2020-12-14 19:26:25 +01:00
David Kocik 2b3d9359d4 Typo in preferences string about single instace 2020-12-13 21:21:18 +01:00
David Kocik 789e1611a3 Merge branch 'dk_copy_file' into master 2020-12-11 15:34:56 +01:00
David Kocik 25531d7c00 rename single instance setting in preferences 2020-12-11 15:34:09 +01:00
David Kocik c8bc5d80f2 Merge branch 'dk_copy_file' into master 2020-12-11 08:41:18 +01:00
David Kocik 43c424e82b export finished to hdd notification got fadeout after 20 sec 2020-12-11 08:40:40 +01:00
David Kocik 85c4ee52d2 Merge branch 'dk_copy_file' into master 2020-12-11 08:12:11 +01:00
David Kocik 03028bb23e Improved exception throwing at copy file in preset updater 2020-12-10 19:39:47 +01:00
David Kocik b589b9ce9c Merge branch 'dk_upload' into master 2020-12-10 11:05:25 +01:00
David Kocik 8522c06812 cleanup 2020-12-10 11:02:46 +01:00
David Kocik 3523bb421f Ongoing uploads while exiting dialog
Ongoing uploads while exiting dialog

Ongoing uploads while exiting dialog
2020-12-10 11:02:46 +01:00
David Kocik 489c750451 Merge branch 'dk_update' into master 2020-12-09 11:06:00 +01:00
David Kocik 3f11b7dea5 GLCanvas on_idle changes to do updates on notifications correctly. Changed updating separators in GLToolbar. 2020-12-09 11:05:21 +01:00
David Kocik 2659ac567a Timeout in requesting renders at notification fadeout. 2020-12-09 11:05:21 +01:00
David Kocik 921bd59ddb Merge branch 'dk_copy_file' into master 2020-12-02 12:12:51 +01:00
david kocik ae926bd1ed error_code in boost::filesystem::space to ensure the drive exists. Fix of #5354 2020-12-02 12:12:24 +01:00
David Kocik c2cfa800fe Changed translation of "Exporting finished" in brazilian portuges as the original was stating fail state. #5314 2020-12-01 15:31:11 +01:00
David Kocik 27243c0785 Merge branch 'dk_copy_file' into master 2020-12-01 13:05:31 +01:00
David Kocik d47e6bfd5c Stop showing Exporting finished notification after exporting error. 2020-12-01 13:04:19 +01:00
David Kocik 245e791181 Merge branch 'dk_copy_file' into master 2020-12-01 12:09:40 +01:00
David Kocik 994b69f19b cleanup 2020-12-01 12:06:10 +01:00
David Kocik 247f3a7dbe Set boost to use utf8 for system messages (in cmake). Fix of #5180. 2020-12-01 12:06:10 +01:00
David Kocik 6beb493255 Logging level at LoadFromOtherInstanceEvent 2020-11-28 10:56:42 +01:00
David Kocik d8272d92d6 Merge branch 'dk_instances' into master 2020-11-27 12:56:30 +01:00
David Kocik a650801b80 call correct load_files at MacOpenFiles 2020-11-27 12:54:37 +01:00
David Kocik 59628d0221 Merge branch 'dk_copy_file' into master 2020-11-26 17:16:11 +01:00
David Kocik cbe0b4f0f1 Change log level of boost::filesystem::permisions error code message. Now it shouldnt bother like in #5254 2020-11-26 17:15:26 +01:00
David Kocik 3d78ae9271 Instance check on windows: concider whole window name when searching for another instance 2020-11-25 12:28:10 +01:00
David Kocik 95d65f9f30 Documentation for NotificationManager 2020-11-23 16:42:03 +01:00
David Kocik d855015e2f Merge branch 'dk_eject' into master 2020-11-20 09:43:59 +01:00
David Kocik a0239a7509 close export finished notification after eject atempt 2020-11-20 09:43:16 +01:00
David Kocik 5f97b2512b Merge remote-tracking branch 'aegean-odyssey/ao_profile_resources_patch' into master 2020-11-19 19:02:32 +01:00
David Kocik 8cfec758d4 Merge branch 'dk_eject' into master 2020-11-19 15:58:40 +01:00
David Kocik c6e9b48db5 eject debug log 2020-11-19 15:57:38 +01:00
David Kocik 2ea00cf916 Merge branch 'dk_filaments' into master 2020-11-17 15:08:19 +01:00
David Kocik 16dd7c74f1 boost canonical fix at instance check. Hopefully a fix of #4973 2020-11-17 15:03:34 +01:00
David Kocik 1e12b99338 fix of segfault on startup at SplashScreen::SetText 2020-11-17 14:43:52 +01:00
David Kocik 4ad30ecdc0 Merge branch 'dk_filaments' into master 2020-11-11 16:10:38 +01:00
David Kocik 0a4ce079e8 escape_ampersand function and changed order of printer names and pictures in config wizard 2020-11-11 16:08:27 +01:00
David Kocik 70b19d2f5d Merge branch 'dk_notifications' into master 2020-11-10 09:23:16 +01:00
David Kocik 422ad1c5bf Callback stored at std::function for notification hyperlink. Notification progress bar draft. 2020-11-10 09:22:47 +01:00
David Kocik 560aef05c7 Merge branch 'dk_eject' into master 2020-11-09 15:16:09 +01:00
David Kocik 3163f506c2 imgui README.md prev commit hash 2020-11-09 15:15:30 +01:00
David Kocik 870aba8d15 Large notification buttons and icons 2020-11-09 15:15:30 +01:00
David Kocik 95d808f7c4 Merge branch 'dk_filaments' into master 2020-11-05 17:44:21 +01:00
David Kocik e9295e268a config wizard printer selection - changed vertical spacing 2020-11-05 17:43:40 +01:00
David Kocik 5d16c5f466 imgui README.md updated 2020-11-04 13:48:30 +01:00
David Kocik 3ca3a544a8 New Export Finished notification showing path and opening containing folder. Fix of #4917. Fixed wrongly grayed eject button in File menu. Hopefully fix of ctrl shortcut of tooltips at sidebar. 2020-11-04 09:29:08 +01:00
David Kocik 15a75ec6b0 prevent notifications moving left when in preview 2020-10-27 09:39:58 +01:00
David Kocik 8e20515060 added namespace boost::placeholders to indentify _1, hopefully fix of #4983 2020-10-27 09:16:09 +01:00
David Kocik 454b26c672 Merge branch 'dk_eject' 2020-10-23 18:35:56 +02:00
David Kocik 64f6499db5 Fix of empty error string. No testing errors for boost::filesystem::permission. 2020-10-23 18:35:32 +02:00
David Kocik 8b647ab41b fix of copy_file_inner 2020-10-23 15:36:32 +02:00
David Kocik cb2f751aed missing header 2020-10-23 11:19:31 +02:00
David Kocik 1d138e6e02 Merge branch 'dk_eject' into master 2020-10-23 10:19:00 +02:00
David Kocik 115cbd4650 aditional information to FAIL_COPY_FILE error message and changed bools controlling Export finished notification 2020-10-23 10:18:14 +02:00
David Kocik a623630614 exportToRemovableFinished notification fix in simple mode 2020-10-23 10:10:15 +02:00
David Kocik 068a254ef0 configuration wizard: added Checked information to sorting algortihm on filaments page. Fix of #4922 2020-10-20 10:35:48 +02:00
David Kocik 2cb86a7cd4 Merge branch 'dk_instances' into master 2020-10-16 10:50:15 +02:00
David Kocik 0aced42f64 OSX dock menu item start new instance visibility 2020-10-16 10:49:15 +02:00
David Kocik 1b2dcabf94 fix of OSX dock menu items 2020-10-15 19:40:57 +02:00
David Kocik 4ec5ea34bf OSX dock menu items 2020-10-15 18:53:35 +02:00
David Kocik 650bbb3484 Merge branch 'dk_instances' into master 2020-10-15 15:41:08 +02:00
David Kocik 7531da603b boost::filesystem::canonical at non windows instance check path to binary 2020-10-15 15:22:46 +02:00
David Kocik d87ca6bdc1 bring_forward on recieved other instance msg 2020-10-15 09:52:29 +02:00
David Kocik 6eee0c043c order of checking lockfile in instance check 2020-10-14 18:17:42 +02:00
David Kocik c47d4cdc03 Merge branch 'dk_instances' into master 2020-10-14 14:47:38 +02:00
David Kocik 83bd7ce7ab instance check - command line analysis - not return if only 1 argument 2020-10-14 14:46:52 +02:00
David Kocik d7686d7e6a Merge branch 'dk_instances' into master 2020-10-14 09:40:54 +02:00
David Kocik 2f5bce3d53 bug fix std::optional on mac 2020-10-14 09:26:06 +02:00
David Kocik 5e80dda623 instance check - not calling bring_forward imidietly after recieving msg on OSX 2020-10-14 08:52:18 +02:00
David Kocik 3fd03c3a2d Merge branch 'dk_instances' into master 2020-10-14 08:49:31 +02:00
David Kocik 453408143f switching from slicer to gcode viewer - unlocking lock file 2020-10-14 08:48:38 +02:00
David Kocik 2854f753a6 Merge branch 'dk_instances' into master 2020-10-12 16:03:47 +02:00
David Kocik 4b224359ef starting prusaslicer from gcode viewer and vice versa, by menus or by stl drop on icon. Bring gcode viewer forward after start. 2020-10-12 15:26:19 +02:00
David Kocik 6a12e75194 Merge branch 'dk_instances' into master 2020-10-05 15:12:17 +02:00
David Kocik 785839685e instance check: do not perform for gcode viewer 2020-10-05 14:55:31 +02:00
David Kocik b9d8f30eeb Merge branch 'dk_filaments' into master 2020-10-05 09:49:28 +02:00
David Kocik 878fac4c44 filament selection: bug fix - * sign is again visible at profiles 2020-10-05 09:48:55 +02:00
David Kocik 2b24a21098 Correct strings in configWizard 2020-10-04 21:11:56 +02:00
David Kocik 0435993309 Merge branch 'dk_notifications' into master 2020-10-02 10:28:06 +02:00