Commit Graph
100 Commits
Author SHA1 Message Date
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
David Kocik 092a9f80b6 notifications: avoid collision with gizmos on same position by moving to left 2020-10-02 10:27:31 +02:00
David Kocik ec6599da98 notifications: sla supports outside error appearing/disappearing 2020-10-02 10:27:31 +02:00
David Kocik 6a46708608 fix in ConfigWizard.cpp 2020-10-01 09:46:00 +02:00
David Kocik b8cf929532 Merge branch 'dk_notifications' into master 2020-10-01 09:31:02 +02:00
David Kocik 661534042b notifications: changed some plater warnings into errors, fixed not showing plater warnings in preview. 2020-10-01 09:30:11 +02:00
David Kocik a47178557f notification orange color for hypertext 2020-10-01 09:30:11 +02:00
David Kocik 11344083c8 Merge branch 'dk_filaments' into master 2020-10-01 09:29:18 +02:00
David Kocik 43f122b5ee Filament selection in configuration wizard:
compatible printers in html window, bug fixes.
2020-10-01 09:28:17 +02:00
David Kocik 2647dd1d5d Merge branch 'dk_instances' into master 2020-09-25 15:13:31 +02:00
David Kocik 54fbbb1a23 InstanceCheck: typo in DBus function name 2020-09-25 15:13:01 +02:00
David Kocik fe208f7535 Merge branch 'dk_instances' into master 2020-09-24 17:19:46 +02:00
David Kocik 8ea4b5fd78 instance check - bug fixes and refactoring based on code review. 2020-09-24 17:19:19 +02:00
David Kocik 3967a7ac7e Merge branch 'dk_filaments' into master 2020-09-01 18:00:54 +02:00
David Kocik 6033e69906 filaments selecting: sorting via printer, showing printers for filament 2020-09-01 18:00:12 +02:00
David Kocik 83a6e45df5 Merge branch 'dk_notifications' into master 2020-09-01 15:58:56 +02:00
David Kocik 3984326ee3 notification init() at first render, not notification creation. Hopefully a fix of issue #4647. 2020-09-01 15:57:49 +02:00
David Kocik a81afce1b8 notifications not showing slicing finished when error 2020-09-01 15:57:48 +02:00
David Kocik bca60821d8 notifications: plater warning refactor 2020-09-01 15:57:48 +02:00
David Kocik 25fb569017 notifications: plater warning not visible in preview 2020-09-01 15:57:48 +02:00
David Kocik 2455df4017 notifiactions: new icons + deleting old warnings&errors 2020-09-01 15:57:48 +02:00
David Kocik f202d11e35 Merge branch 'dk_notifications' 2020-08-03 15:50:12 +02:00