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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-20PresetUpdater: Don't display new Slic3r version notifications multiple times ↵Vojtech Kral
for the same version
2018-04-20PresetUpdater: Use PID in cache tmp filenamesVojtech Kral
2018-04-19Fix alpha legacy dir detection, Fix SemVer value ctorVojtech Kral
2018-04-18ConfigWizard: Add reset option, fixesVojtech Kral
Fix mock vendors
2018-04-17Display app update notification with the main frameVojtech Kral
2018-04-17PresetUpdater: Notify about Slic3r updatesVojtech Kral
2018-04-17ConfigWizard & updating: Fixes & cleanupsVojtech Kral
2018-04-17PresetUpdater: Fix: Compare versions when installing indicesVojtech Kral
2018-04-16Fix: Avoid the infamous `major` & `minor` macros on GCCVojtech Kral
2018-04-16Merge branch 'config_snapshots' into updatingVojtech Kral
2018-04-16Updating: Detect legacy datadir, remove conflicting presetsVojtech Kral
2018-04-13Merged with Vojtech's branchbubnikv
2018-04-13Version's compatibility with Slic3r extended with pre-releasebubnikv
compatibility check: A release Slic3r is not compatible with alpha and beta configs, a beta Slic3r is not compatible with alpha configs, but is compatible with beta configs etc.
2018-04-13Configuration updates downloadingVojtech Kral
2018-04-13Configuration update application at startupVojtech Kral
2018-04-12Semver fixes, misc fixesVojtech Kral
2018-04-11ConfigWizard: Make bundle installation more intelligent, fixesVojtech Kral
2018-04-11Fixed parsing of the config index.bubnikv
2018-04-10Merge remote-tracking branch 'origin/updating' into config_snapshotsbubnikv
2018-04-10Initial implementation of the config snapshot dialog.bubnikv
2018-04-06Initial implementation of configuration snapshotting.bubnikv
2018-04-06Apply printer model / variant preferences when loading presetsVojtech Kral
2018-04-06AppConfig: Support for vendor / model / variant enable stateVojtech Kral
2018-04-06ConfigWizard: Basic structure / WIPVojtech Kral
2018-04-05Semver: Semantic version parsing and arithmeticsVojtech Kral
2018-04-04Octoprint (#804)Vojtech Kral
* Octoprint progress dialog * Fix curl version on Windows
2018-03-16why is strlen() defined by different include on different systems?bubnikv
2018-03-16Missing include on Linux/GCCbubnikv
2018-03-16Fixed the previous commit on Linux: The older GCC we are usingbubnikv
on our Debian build server does not support C++11 <codecvt>, so the utf8 to utf16 conversion was replaced with Boost counterparts.
2018-03-16Implements SPE-159 "substitute accented letters with non-accented ones"bubnikv
2018-03-15Octoprint (#796)Vojtech Kral
* Octoprint: GUI for CA file, improvements * Octoprint: Add GUI for Bonjour lookup, bugfixes * Octoprint: Bonjour browser: Cleanup Perl interaction * Octoprint: Bonjour: Perform several broadcast, UI fixes * Octoprint: Add files to localization list * Http: Disable CA File setting on SSL backends that don't support it
2018-03-05WIP: Bonjour: TXT + improvementsVojtech Kral
2018-03-05WIP: BonjourVojtech Kral
2018-03-05WIP: OctoPrintVojtech Kral
2018-03-05Http client via libcurlVojtech Kral