Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-01-06Implementation of the Preferences option "Ask for unsaved changes in project"YuSanka
2022-01-05Moved Odaki's implemetation of searching for end of utf8 sequence to ↵David Kocik
separate function. + Fix of 0xC0 in trailer bytes followup on fff862a5ae4b013f9a4ca20161b514f7fb0574e8
2022-01-05Fix garbled text in Hintodaki
Fixed a problem where CJK characters at the end or beginning of a line were sometimes not displayed correctly.
2022-01-05Refactoring of GLCanvas3D::check_volumes_outside_state() to prevent assert ↵enricoturri1966
while using SLA printer
2022-01-05Fix of #7618 (Crash in the multi-material segmentation when a negative ↵Lukáš Hejl
volume was used on painted areas of a model.)
2022-01-05Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerenricoturri1966
2022-01-05#7647 - Re-enabled 'Export to STL' command for volumes. It was working in ↵enricoturri1966
2.3.3 and got disabled somehow.
2022-01-05Some beatification for Sliced Info: "Used Filament" is moved to the first placeYuSanka
2022-01-05MSW-specific: FirmwareDialog: Fixed color of the text when firmware flashing ↵YuSanka
is done + Deleted some commented code
2022-01-04Cancelling "fix by netfabb" may leave output file handler to a temp fileVojtech Bubnik
opened. This is fixed now. Fixes Memory leak when exporting to netfabb and cancelling #7632
2022-01-04Follow up to ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/229df98386e5bd9ba7e2006059ac7ac0c78a88be - fixed non-MSW builds
2022-01-04MSW specific: Highlight a focused buttonsYuSanka
Fix for #7564 - Button in focus is not highlighted anymore in PS 2.4 (accessibility issue)
2022-01-04Fixes for localization of the PrusaSlicer - 2.4.0YuSanka
* Added some missed phrases. * Added some missed files to the list.txt * Fix for https://github.com/prusa3d/PrusaSlicer/issues/7114 - Reword of the "Ask for unsaved changes..." * Fix for https://github.com/prusa3d/PrusaSlicer/issues/7542 - Added localization for default buttons Yes/No Note: For some default buttons/labels/dialogs/... is used localization in wxWidgets. But dictionaries have to contain this strings, otherwise texts wouldn't be localized. "wxWidgets/local" contains dictionaries for all this default phrases. So, a copy of this field is added as a "wx_local" field to the "resources/localization" field. And a "gettext_concat_wx_po_with_po" script is written to concatenate strings from wx_local/lang_code.po to resources/localization/lang_code/PrusaSlicer_lang_code.po. So, to create a MO file from updated PO we have to execute "gettext_concat_wx_po_with_po" and only then execute a "gettext_po_to_mo" script.
2022-01-04#7550 - Fixed error message when trying to import an invalid stl for ↵enricoturri1966
commands 'Reload from disk' and 'Replace with STL'
2022-01-03One more speedup of place on faceLukas Matena
2022-01-03Fix of slow place on face on complex models #7587Lukas Matena
2022-01-03Fixed conflicts after merge with dev branchenricoturri1966
2022-01-03Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_color_classenricoturri1966
2021-12-23MSW specific: Highlight a focused buttonsYuSanka
Fix for #7564 - Button in focus is not highlighted anymore in PS 2.4 (accessibility issue)
2021-12-23Merge remote-tracking branch 'origin/master' into devYuSanka
2021-12-22Code refactoring for Highlighter classYuSanka
2021-12-22Options from the "Preferences" dialog added to the SearchYuSanka
Some code refactoring: * use GUI_App::open_preferences() on all places where it's needed * Preferences Dialog is an attribute of a ManeFrame class and created just ones during the MainFrame creation now. * Created class Highlighter. Use it in Preferences and Tab
2021-12-22Fixed warningenricoturri1966
2021-12-22Fixed build of test_color.cpp on non-Windows OSsenricoturri1966
2021-12-22Fixed warningenricoturri1966
2021-12-22Fixed build on non-Windows OSsenricoturri1966
2021-12-22Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_color_classenricoturri1966
2021-12-22Tech ENABLE_COLOR_CLASSES - 1st installment -> Introduction of classes ↵enricoturri1966
ColorRGB and ColorRGBA to unify color data definition and manipulation
2021-12-21Fixed FDM support generator for object layers lower than minimumversion_2.4.0Vojtech Bubnik
layer height enabled for an extruder.
2021-12-21Fix of Can't add Filament in RC2 #7544Vojtech Bubnik
2021-12-21Fixed crash in send system info dialog due to empty prerelease string.Vojtech Bubnik
2021-12-20Follow-up to 942c6ea7d89a0473b4f2b5529c516316b0b44b6b - an assert is commented.YuSanka
Note: value can be equal to zero, when move.type==Travel
2021-12-20Non-MSW specific: Fixed a default focus for message dialogYuSanka
See https://twitter.com/ZMelmed/status/1472678454168539146
2021-12-20Follow-up to 2e250c1463c5d8e8bc94d0769e3e82d648e99e3bVojtech Bubnik
2f638058570197aa2832d0343148741ad6dbba6b The issue was caused by 2e250c1463c5d8e8bc94d0769e3e82d648e99e3b that did not do the binning of floating values well for small numbers, small numbers were rounded to zero. The new code now rounds to two significant digits similarly to sprintf(buf, "%.2g", value)
2021-12-20#7522 - Fixed toolpaths height calculation for ironing extrusion roleenricoturri1966
2021-12-20Fixes setting tool on reprapfirmware (#7536)Raphael Sobik
The if branch already contains the correct code for RepRapFirmware, but the condition misses the check for the RapRapFirmware flavour.
2021-12-20Fixed crash when exporting G-code with no extrusions generatedVojtech Bubnik
for printable object. Fixed by cancelling slicing process and emitting an exception to show a notification. Fixes carsh #7538
2021-12-17Fixed use of an uninitialized variable in TriangleSelector caused the cursor ↵Lukáš Hejl
radius in TriangleSelector to be mistakenly reset after undo.
2021-12-17Squashed commit of the following:YuSanka
commit 79e58944b3c08e429d7dbb6592d0b758fbc9c3c4 Author: YuSanka <yusanka@gmail.com> Date: Fri Dec 17 14:38:49 2021 +0100 Localization: Fixed some phrases for RU dictionary (see last comments to https://github.com/prusa3d/PrusaSlicer/pull/7501) + Fixed no needed formatting in CA dictionary commit 44536ecebc41551a8129650cf882d2aefccbe1a5 Merge: 47df9458f 96485a044 Author: YuSanka <yusanka@gmail.com> Date: Fri Dec 17 14:26:01 2021 +0100 Merge branch 'master' of https://github.com/AndylgTom/Slic3r into AndylgTom-master commit 96485a044a51d97828b7e77cfd8af12e7bb35152 Author: Andy <andylg@yandex.ru> Date: Thu Dec 16 23:41:46 2021 +0700 Update PrusaSlicer_ru.po Пофиксил указанные замечания commit 52f7b9e5b62895dfab906150e25b6da4d260fcc1 Author: AndylgTom <andylg@yandex.ru> Date: Wed Dec 15 15:56:31 2021 +0700 Russian localization update for PrusaSlicer-2.4.0-rc Russian localization update for PrusaSlicer-2.4.0-rc+win64-202112141553 Please check those lines where there are three questions "???". There are 12 such lines. Обновление русской локализации для PrusaSlicer-2.4.0-rc+win64-202112141553 Прошу проверить те строки, где встречаются три вопроса "???". Таких строк 12. commit 387ca46d8a101ee9b01963c379bef7bca45f0dfb Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:53:08 2021 +0700 Update PrusaSlicer_ru.po commit ddef2cd1ef728be28aae62e9269fa3e65d8a1d32 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:49:59 2021 +0700 Update PrusaSlicer_ru.po commit 94e3946875865f141aff61fabcc121d81775b0ac Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:20:53 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 0e97fd9e4ee92d1c2d525401d3294cf9b872bc27 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:20:27 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit fc452d215ec6d724794a1799d297cc31fe412234 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:18:05 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 702b0f5a322d122cb028b748ae044c5d88b0ef24 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:14:32 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 3b56531fb06bbb49a620154524a1a75371ea73e5 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:13:19 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 0d5fcd9d801e4ff0aeb432f61f730d68a12bb9a5 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:13:01 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 0e0047d0742ba597b8854f8a9bc72002c9e429ce Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:11:06 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 0d3ec8517034df62ebd0923bbc05f3c63d316684 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:10:42 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 596df1a6909e58cbbb6b0bbc1a30cbfaff2460e2 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 11:10:10 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 2086358438670eebe51f7241a59bea1dbcce9eda Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 00:36:19 2021 +0700 Update PrusaSlicer_ru.po USB-разъём commit e2adfc752742861f2242caa7db893e317d3e4382 Author: Andy <andylg@yandex.ru> Date: Thu Jan 14 00:20:01 2021 +0700 Update PrusaSlicer_ru.po нить -> пруток commit 3db9c2f678e5bb3f56a7192e66b75a7852c66b60 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 23:10:22 2021 +0700 Update PrusaSlicer_ru.po commit 6f8a9de9247334e2ec683a234feb10371c1dc0e6 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 23:01:41 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 57c0ad1c27c70bb3d18403c067a3842f598bd191 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 23:00:03 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 8db333ac63e8962efd0bcf3efbc632164172be95 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 22:41:27 2021 +0700 Update PrusaSlicer_ru.po commit e7cdc325209e187c8fec54bf02606172e3bd3b89 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 22:38:56 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 943c514d8c5f8000174dfe51e6c5feead5849b67 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 22:17:26 2021 +0700 Update PrusaSlicer_ru.po Выбор\... commit d83a85f2418f24d8793c90ab0e705003c739a4e0 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 22:08:26 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 792849721a975d7bbd8b99f23e0584d31042766b Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:44:58 2021 +0700 Update PrusaSlicer_ru.po commit ef19ef3030b79045bc0e1f483530b8cd7a1da11d Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:41:25 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit a21dee7052f1c79853c9316a1a9b5bfe3d716428 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:33:15 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 07f3da91472824409fdf95cf4660959ad652c334 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:32:21 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit e1f948b37955b88209c087d52ff20e1bc6640683 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:20:31 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit d74900bacac7ba9eb340dcd07b36098d23369e64 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:19:35 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit d64d56191d924b897b030a03a791741c6be07657 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:18:39 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 49f071ec9d22dbecb47102e0f658cc137f9b9639 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:17:51 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 2af9eaad0016ec6c9c4f4b4cef1658d6f16a3e08 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:17:11 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit b0042f9077d803bb1fdb04abb3d844b0291411e9 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:16:22 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit dddfd61936ae9f09ef757e7e76af07cfb375f028 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:14:52 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 7466bbc37d971dbe67b072f2d7350393c196a4e5 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:14:21 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 759130b8116eaec794fd964edcee49d0d62f291d Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:13:34 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit c66d33000be4c6625d754e9066dc7ac930ae59da Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:12:33 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit cb75e4bf61161bf2ed75998ae13b63a1990310ad Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:10:06 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 65d0167bc2f1d8937edfd3c91f28ba1005d885cf Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:09:05 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 4c43e1c28f61976324cbbad3d89277d3e9abe051 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:07:35 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit a75b38ada68240e0df9dfb754eab08651775ea41 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:06:25 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit ed56a52747483262440e0331ec2d8518e1f81dc2 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:05:15 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit c1f2f58d1d0f888f875f0db0d0580f3063f0e178 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:04:43 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit e4e6519006c23f0a7d0029db41c2ed6ed4ff918a Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:03:53 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit fb7de82d9d672040ac632c2fe9d3c69c67da85a8 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:03:11 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit ce2182117d5e3f2e76c2ab0ffc0f9bd2ccf97f37 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:02:10 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit e46e0584e21c72116a866c7c20275e32ce387315 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:01:43 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit fa1dfe5add4dde9e73561d15568720321b8edbc7 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:00:49 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 17a6da79188fbd7878b3007016e0313f193e6a67 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 21:00:18 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 00d675e20e79915f46a8ace8ef4f5d3c19f84fec Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:59:22 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 0d60f4db0b20350f75d1b2c804b9f89b23784b4c Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:58:50 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 29218c1cc1c154b0be3545ddde67eafce4af01c7 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:58:24 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit a051c50e4bdd7c6b6e69d86e231eddfe7e2f3e1b Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:57:44 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit ea7d25cd85f934c6a59eac5afe5fcbc93c496b3a Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:56:43 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 40382f84cd8c3673ce7e3f6a21811308bb271cf5 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:56:06 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 481f96827a7f0ce1d3ad256b3966642d59272fcf Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:53:29 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 372052034ab50618232507663da6ff411c244d38 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:52:47 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 11eb973a47a77b3b1b392a6534b0575d5c6e2fa3 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:51:51 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit c363477b2b84f3065f65b5fd5f4e4c1fd51a09f7 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:50:33 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 732fbf1d9cdb8b185c6a4bc423d0fd9a386e52a1 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:49:51 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 36e88e76aaaa4e106e483330f3a2a4c9d89c48d7 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:49:25 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit dbc1f2eeab9a2b15bf09779960feff881c8d788c Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:48:32 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 1ca4e35ffd4dca4d779e91886134ee1cef5b294c Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:47:50 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 209779fcd6f008f827b2a1991bad74ed010514e6 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:46:59 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 29bc1b370b444e51ebe0a3e66139f3bc833ea4ce Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:46:03 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit cea039e9a60f5808be296fff69e43ea27b6a2714 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:45:18 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit be48ee82d2a066df2dc6e4daaa2876a962ae4804 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:44:48 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit f61990e12db90385a66e992d55f4cd9b10b907b8 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:44:15 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 0aadf3d551f3abbca81af1daf6956fc7fce9affe Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:43:44 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 2ae2e9402bc39717f4804089b4466e77c0dff18a Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:43:13 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 4cdea4b9fa6911140e1a6c68f8084ac85181dab8 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:42:44 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 2289cc62215ceee9825787348a2cb12c3cd8327f Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:42:27 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit f8e844f43ff98c61b1dc1b31bef614a45b63651b Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:42:02 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 45d11889748eedfb6fe868b33af4d155dca98bd6 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:41:35 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit e1a5b07c12a889996243353e97f6c2794d62e569 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:40:43 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 679fe59818b5e797140ef6d52966461f1496bbe6 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:39:50 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit abdb6d17d51e73075ae15e107abf4d3af0d950d5 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:38:44 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 1c55ed72425bd7329d26f26a3ddad12b109aaeb5 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:38:13 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit d1cdff3ee7fb3f5079a4a393f0cad7871c22d9ee Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:38:03 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 49e22e3341dfba5064b1ea6ee2e9e7e315385cc8 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 20:37:06 2021 +0700 Update resources/localization/ru/PrusaSlicer_ru.po Co-authored-by: Oleksandra Yushchenko <yusanka@gmail.com> commit 74620d591da0742350b3b41952a66354f0f63c96 Author: Andy <andylg@yandex.ru> Date: Tue Jan 12 16:36:41 2021 +0700 Update PrusaSlicer_ru.po commit c220687f7e1d21798dd90d1be15e62decda548fb Author: AndylgTom <andylg@yandex.ru> Date: Sun Jan 10 03:00:24 2021 +0700 Updating the Russian translation PrusaSlicer-2.3.0-rc3 Updating the Russian translation PrusaSlicer-2.3.0-rc3 by Andylg
2021-12-17GUI_ObjectList: Get list of the loaded files before a taking of Undo/Redo ↵YuSanka
snapshot + Fixed localization for the "Post processing" description line
2021-12-17Merge remote-tracking branch 'origin/et_fix_7464' into devenricoturri1966
2021-12-17Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_fix_7464et_fix_7464enricoturri1966
2021-12-17Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into devenricoturri1966
2021-12-17Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into devenricoturri1966
2021-12-17Merge pull request #7513 from prusa3d/fs_VS_filtersFilip Sykala
add VS filter by subdir
2021-12-16Importing newer configuration data: Fixed compiler warning,Vojtech Bubnik
improved error reporting when deleting old cache and vendors directory.
2021-12-16Follow-up to acee3ff1f98ddff7c3a97a72f97fa20c88b4440dVojtech Bubnik
Fixed crash when changing modifier type on a circular printbed
2021-12-16Fix for switch Dark/Light mode when preset settings are in separate dialog.YuSanka
Set new color for title bar, tab bar and all scroll bars for settings dialog
2021-12-16Fixed crash when changing modifier type on a circular printbedenricoturri1966
2021-12-16Fixed call to take_snapshot() in ObjectList::load_subobject()enricoturri1966