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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-07Cleanup: pep8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
This feature is better handled by specialized tools.
2017-11-29Cleanup: Python importsCampbell Barton
Split over lines to diff more easily.
2017-11-08I18n: add Hausa languages, since we now have a few messages translated. ;)Bastien Montagne
2017-10-04Fix i18n messages extraction script, and a few more UI messages...Bastien Montagne
2017-10-03Some UI/messages fixes.Bastien Montagne
2017-07-24Cleanup: trailing spaceCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-28Usual i18n/message tweaks & fixes.Bastien Montagne
2017-04-24Usual i18n/UI messages fixes and cleanup.Bastien Montagne
2016-12-14Usual UI messages/i18n fixes/tweaks.Bastien Montagne
2016-10-13Usual UI/i18n tweaks & fixes.Bastien Montagne
2016-08-30Usual i18n/UI messages fixes...Bastien Montagne
2016-08-26Fix T49158: Untranslatable elements in UI.Bastien Montagne
We cannot skip 'collections clesse' when generating i18n messages from RNA, some of them are visible and UI...
2016-08-23Usual i18n/UI messages fixes.Bastien Montagne
2016-08-23Fix T49150: make new 'operator categories' in search menu i18n-aware.Bastien Montagne
2016-08-16First set of UI/i18n messages fixes (mostly new GP code).Bastien Montagne
2016-07-19Usual i18n/UI messages fixes...Bastien Montagne
2016-06-28Usual i18n/UI messages cleanup & fixes.Bastien Montagne
2016-06-01Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).Bastien Montagne
2016-03-04Fix typo in 'Vietnamese' language label (must have sneaked in while adding ↵Bastien Montagne
Basque one, grr).
2016-03-01Add Basque (Euskara) new language.Bastien Montagne
Nothing critical, but would be nice to backport this to 2.77.
2016-02-15Usual i18n tweaks...Bastien Montagne
2016-02-09Fix T47371 - add access to 'static' enum items.Bastien Montagne
Some dynamic enums, which do not need a valid context pointer, have their 'itemf' callback always called. This is annoying for introspection tools (like the ones generating translations, or API documentation), because it means they never have access to all possible options (enum items). So now, there is also an `enum_items_static` accessor to get only statically-defined enum items. Note: only i18n tools take advantage of this currently, others are still to be updated. Reviewers: campbellbarton, sergey Differential Revision: https://developer.blender.org/D1782
2016-02-02Usual i18n/UI message fixes...Bastien Montagne
2016-01-19Usual i18n/UI messages tweaks.Bastien Montagne
2016-01-14Usual fixes and tweaks for UI messages.Bastien Montagne
2016-01-14Fix broken i18n messages extracting script with new py code.Bastien Montagne
Some py devs are way too smart for our own good... :P
2016-01-04Usual i18n fixes...Bastien Montagne
2015-12-14Usual i18n fixes, and cleanup: fix 'randomise' -> 'randomize' spelling in code.Bastien Montagne
2015-09-28i18n extraction tools: keep even better order of entries in PO files.Bastien Montagne
Important to avoid too much changes, especially on the git repo (we are still getting way too much changes there currently...).
2015-08-25Usual i18n messages fixes. Also had to update i18n scripts to new BLT module...Bastien Montagne
2015-07-14Usual i18n messages fixes...Bastien Montagne
2015-06-15Usual minor i18n/UI messages fixes.Bastien Montagne
2015-06-13Translations utils: add needed bits to update git repo together with svn trunk.Bastien Montagne
2015-06-03I18n extract: better handling of commandline args.Bastien Montagne
2015-05-31Python: avoid mutable default param valuesCampbell Barton
D1328 by @yedpodtrzitko
2015-05-29Fix wrong 'check context' handling in addon i18n messages generator.Bastien Montagne
Reported (with patch) by yedpodtrzitko (yed podtrzitko), thanks a bunch! Differential Revision: https://developer.blender.org/D1327
2015-05-25I18n message extractor script: py code: do not consider strings inside ↵Bastien Montagne
'Compare' AST nodes. Otherwise, we'd get 'MOVIE' from `text="Build Proxy / Timecode" if clip.source == 'MOVIE' else "Build Proxy")`...
2015-04-20I18n: Add Vietnamese language.Bastien Montagne
2015-04-13Cleanup: do not use _reportf() when not doing any string formating!Bastien Montagne
Also usual minor i18n messages stuff...
2015-04-06UI i18n cleanup...Bastien Montagne
And some general style cleanup as well (line length...).
2015-03-16I18n: update for new akward algo names in UI messages...Bastien Montagne
2015-02-28I18n: Do not skip Polish anymore, translation work has started on it.Bastien Montagne
2015-02-16UI messages fixes and cleanup.Bastien Montagne
2015-02-13cleanupCampbell Barton
2015-01-29cleanup: pep8Campbell Barton
also remove empty class parenthesis
2015-01-28cleanup: py importsCampbell Barton
2015-01-19I18n tools minor update.Bastien Montagne