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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-30Simplified version for validation need to show user agreementAleksei S
CURA-4501
2017-10-30Show Add Machine dialog after User Agreement dialog is closedLipu Fei
CURA-4501
2017-10-30Fixed code commentsMark
CURA-4501
2017-10-25Fix the OpenGL shader for older (legacy?) OpenGL. As the grid shader was no ↵daid
longer working.
2017-10-16Fix ANOTHER broken string freeze with plugin browser menu itemGhostkeeper
This is annoying. Contributes to issue CURA-4341.
2017-10-16Forgot ellipsesGhostkeeper
Contributes to issue CURA-4341.
2017-10-16Fix another broken string freeze with plugin browser menu itemGhostkeeper
This is getting annoying. Contributes to issue CURA-4341.
2017-10-16Fix broken string freeze with plugin browser menu itemGhostkeeper
This is getting annoying. Contributes to issue CURA-4341.
2017-10-16Fix one more fractional pixel offset affecting text placementfieldOfView
2017-10-16Change renderType for TextInput elementsfieldOfView
Unlike Label elements, which are defined to use Text.NativeRendering, TextInput uses Qt text rendering by default. This can lead to differences in font rendering between input fields and other texts.
2017-10-13Change mainwindow name to Ultimaker CuraMark
2017-10-12Changed back to previous commitA.Sasin
2017-10-12Added text.elideRight on SidebarSimpleA.Sasin
2017-10-12Merge branch '3.0' of github.com:Ultimaker/cura into 3.0A.Sasin
2017-10-12Add missing translations from broken string freezeGhostkeeper
These texts were added later after the strings were frozen. Bad! But this is the German translation for it, retrieved from a secondary speaker here at the office. Contributes to issue CURA-4341.
2017-10-12Improved end g-codeGhostkeeper
This one removes the hair at the end of this print a bit better. Contributes to issue EM-1859.
2017-10-12Merge branch '3.0' of github.com:Ultimaker/cura into 3.0A.Sasin
2017-10-11Changed parseInt to Math.floorMark
2017-10-11Merge branch '3.0' of https://github.com/Ultimaker/Cura into 3.0ChrisTerBeke
2017-10-11Change Text to Label and cast all sizes to intMark
CURA-4437
2017-10-11Fix order of commented-out translationsGhostkeeper
Apparently it's not allowed to put a comment halfway through a translation item. Contributes to issue CURA-4341.
2017-10-11Delete unused cura.po fileGhostkeeper
To crevent ponfusion. Contributes to issue CURA-4341.
2017-10-11Add translations out-of-band for string freeze violationsGhostkeeper
These texts were added after the string freeze. Bad! We've now translated half of these with a native speaker in the office, and the other half via Google and some clever copying from existing translations. Contributes to issue CURA-4341.
2017-10-11Fix mistake in verb vs. noun of 'Print'Ghostkeeper
The translator misunderstood this. It's not 'to print the details', but 'details of the print'. Contributes to issue CURA-4341.
2017-10-11Fix mistaken negationGhostkeeper
The translator read this one wrong. Contributes to issue CURA-4341.
2017-10-11Add missing strings for broken string freezeGhostkeeper
Bad. Bad! Contributes to issue CURA-4341.
2017-10-10Merge branch '3.0' of github.com:Ultimaker/cura into 3.0A.Sasin
2017-10-10Fix long text display in mode toggle buttonsLipu Fei
CURA-4341
2017-10-10Fix "Print Speed" text width for some translationsLipu Fei
CURA-4341
2017-10-10Fix auto-adjust for "Print Setup" textLipu Fei
CURA-4341
2017-10-10Remove mistakenly translated setting labelsGhostkeeper
Not all labels were translated so it looked very inconsistent. Using a bunch of fun regular expressions, I filtered out all translations that were actually translated and left them in but commented out. There were also a lot that were exactly the same as the original English, so I've just emptied those translations. Contributes to issue CURA-4341.
2017-10-10Revert "Adjust column width for Materials "Print Settings" page"A.Sasin
This reverts commit 7b6faf0030d9455f772c364ce4c9f16ae0bf1e21.
2017-10-10Adjust column width for Materials "Print Settings" pageLipu Fei
CURA-4428
2017-10-06Add out-of-band translationsGhostkeeper
These strings were added too late, after the string freeze. Now I have to figure out the translations from a secondary source... Contributes to issue CURA-4341.
2017-10-06Update Polish translationsGhostkeeper
I removed a double space somewhere but otherwise it was excellent. Contributes to issue CURA-4341.
2017-10-06Add out-of-band translations for too late stringsGhostkeeper
These strings were added after the string freeze. We obtained them from a different translator. Contributes to issue CURA-4341.
2017-10-06Fix headers of Portuguese translation filesGhostkeeper
The language and country codes are not in the file format specification. Contributes to issue CURA-4341.
2017-10-06Merge branch '3.0' of https://github.com/Patola/Cura into Patola-3.0Ghostkeeper
2017-10-06Give warning if using some patterns with gradualGhostkeeper
Cross, Cross 3D, Concentric and Concentric 3D don't work well with Gradual Infill. Lines and zigzag don't work well with Gradual Support Infill (in addition to the previously mentioned patterns) since they aren't alternating in support. Contributes to issue CURA-4095.
2017-10-06Updated brazilian portuguese stringsCláudio Sampaio (Patola)
2017-10-06Move robot to the leftLipu Fei
CURA-4416
2017-10-06Update splash screenLipu Fei
CURA-4416
2017-10-06Merge branch '3.0' of https://github.com/Ultimaker/Cura into 3.0ChrisTerBeke
2017-10-06Merge branch 'TheAssasin-master' into 3.0ChrisTerBeke
2017-10-06Fix top/bottom speed for CPE+ faster profilesGhostkeeper
I think these were some typos or mistakes in someone's spreadsheet.
2017-10-05Merge branch 'gradual_infill' into 3.0ChrisTerBeke
2017-10-05Fixes for infill slider gradual reset - CURA-4397ChrisTerBeke
2017-10-05Gradual infill stepping 1 by 1 and remembering previous value - CURA-4397Diego Prado Gesto
2017-10-05Use more descriptive function nameLipu Fei
CURA-4411
2017-10-05Merge branch '3.0' of https://github.com/Ultimaker/Cura into 3.0ChrisTerBeke