0e0e528ea4
Cleanup: pep8
2014-09-17 18:36:17 +10:00
ffea67ca57
Updates/fixes for new UI messages.
2014-07-23 20:59:40 +02:00
17f6d8337d
Usual UI messages fixes.
2014-06-30 20:48:02 +02:00
131d388d81
Usual UI message handling...
2014-06-09 21:52:10 +02:00
3a41797df4
Usual UI messages tweaks.
2014-05-26 20:12:03 +02:00
1c2e6de969
Usual typo and style fixes in UI messages...
2014-05-12 23:08:31 +02:00
42fca2f145
Usual UI messages fixes...
2014-03-31 21:15:56 +02:00
9d45431a35
Follow Blender slangs! ;)
2014-03-25 21:17:04 +01:00
7698322846
Usual UI messages fixes...
2014-03-19 15:25:32 +01:00
aea00c7a81
Code cleanup: style
2014-02-13 08:52:12 +11:00
52f2c8aec5
Add support for new "bl_category" member (new panels "tabs" system).
2014-01-23 22:30:18 +01:00
aeca473a41
Usual UI messages fixes.
2014-01-21 20:18:07 +01:00
d9634122f6
More slangs and other spellchecking exceptions...
2013-12-16 21:26:48 +01:00
a5c7b9202b
i18n module cleanup: remove hack used during svn -> git transition phase!
2013-11-25 22:00:14 +01:00
995d4d803a
Maintenance: Shebang lines fix for some python scripts
2013-11-18 20:41:22 +11:00
84daa57188
Update i18n tools for new build_hash...
2013-11-04 18:26:56 +00:00
4edffbf54f
More complete handling of printf formatting in msgid/msgstr checks.
...
(That commit, r60813, should never have been done to 2.69 branch, will revert it there, sorry :/ ).
2013-10-19 14:28:32 +00:00
6e9c3a9abf
i18n utils: check not only that the number of printf markers are the same in msgid and msgstr, but also that they are of the same type and order. Sorry, should have done that from the beginning... :/
...
This should prevent any bug like [#37095 ] Timeline crash when chose any keying set then press keyframe-insert, to appear again.
2013-10-17 06:52:26 +00:00
83b2eefd09
Usual UI messages fixes...
2013-09-09 20:22:01 +00:00
Lukas Toenne
771906bc09
Fix for #36387 , User Preferences "Addons" panel bogs down the whole interface.
...
The addons panel draw function calls addon_utils.modules() which in turn retrieves a list of fake modules from the script paths every time. This can become costly when network paths are included for
addons. Solution is to put the scanning process into a dedicated "refresh" function and disable it in frequently called draw and filter functions, i.e. in these cases the cached addons_fake_modules list
will be used instead.
Note that this may lead to invalid addon lists if script paths are changed (which is not working 100% without restart anyway according to Campbell). For this there is now a "Refresh" operator button in
the addons preferences. If necessary and feasible such forced refreshes can be added later too.
2013-08-28 06:36:54 +00:00
a567dd20c0
More "relpath" try/except protection...
2013-08-18 15:17:33 +00:00
0214dac604
Usual edits/fixes to new UI messages...
2013-08-06 14:55:00 +00:00
20d6cd008b
Style cleanup of UI messages.
...
Mostly, "weight groups" -> "vertex groups", and usual case/endpoints/typos/etc.
As a remainder, please read http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#UI_Messages before writing UI messages!
2013-07-16 13:12:58 +00:00
2085a42e52
pep8 cleanup
2013-06-27 03:05:19 +00:00
5bd5e69e98
Add back nl_NL to enabled tranlations, as we now have a (very limited) start of it.
2013-06-17 19:49:06 +00:00
2091eca962
Usual UI messages style edits...
2013-06-17 10:01:35 +00:00
b0b634adeb
Do not report formatting mismatch between org and translation when message is fuzzy (but "fix" it anyway if asked so).
2013-04-29 18:22:22 +00:00
5c5ecc3465
Usual UI messages fixes...
2013-04-29 14:09:19 +00:00
fba67abf7a
Restore usage of difflib's quick_ratio()... Don't actually know what happens here, my tests with timeit showed it much slower than ratio(), but real-life says the contrary...
2013-04-19 16:23:02 +00:00
01ffbab8f5
Some i18n tools fixes (I'm ashamed...), and merge func for I18nMessages objects.
2013-04-18 15:26:22 +00:00
4587ecd45b
More i18n tools tweaks:
...
* Remove difflib's quick_ratio() call, from quick tests looks it is four times slower than ratio(), and yet it gives the same results...
* Moved code to find all po's in a dir into its own func (will be used by i18n addon tools too).
2013-04-18 11:09:25 +00:00
0e4b092c2d
More fixes for addon i18n messages management.
2013-04-12 12:19:50 +00:00
6382f6bedd
Various edits preparing addons' translations tools (not everything yet functionnal/tested, though).
...
Also workaround a nasty bug, where unregistered py classes remain listed in relevant __subclasses__() calls, which would lead to crash with python addons i18n tools (main translation was not affected, as messages extracting tools are executed in a brand new "factory startup" Blender ;) ).
2013-04-09 08:56:35 +00:00
4a66bf8f4a
Usual typo fixes... ;)
2013-04-07 10:21:22 +00:00
932820499a
Usual typo fixing...
2013-04-02 07:27:39 +00:00
8e3d590b76
code cleanup: python/pep8 and double-promotion warnings.
2013-03-28 19:33:14 +00:00
c54fba6a11
I18n: fix/enhance how predefined contexts are handled in py code. Now they should be specified by an attribute with the same name as the one in bpy.app.translations.contexts named tuple (i18n_contexts.default, .id_windowmanager, etc.).
...
This way, i18n message extracting code is now able to get the right context!
2013-03-28 15:03:47 +00:00
b4bd43e022
I18n: various "new data translation" fixes...
2013-03-26 14:33:53 +00:00
4cb9414b39
I18n: use id_windowmanager context for keymap idnames. Solves some issues with those names (notably "Clip" one, and "Screen" too) in some translations. Also move "Key" as "Keyboard" (opposed to "Keyframe") to same context.
2013-03-25 11:35:42 +00:00
72a3714695
Update to i18n tools (new [CTX_]DATA_ macros, and some more exceptions to spell check...).
2013-03-25 08:30:38 +00:00
e45da6f40a
Small changes/additions to i18n tools.
2013-03-19 15:49:53 +00:00
4857d62ac6
More i18n tools cleanup. Also do not import nl in trunk currently (void translation)!
2013-03-19 10:11:41 +00:00
fbbbb90af3
Some renaming/cleanup in i18n tools.
2013-03-19 08:33:24 +00:00
66c7b54a88
Usual minor UI messages fixes.
2013-03-18 18:43:22 +00:00
f09f2d1c31
Fix more UI i18n issues (reported by Leon Cheung).
2013-03-11 15:01:03 +00:00
4daef64986
Fix more UI i18n issues (reported by Leon Cheung and Lockal).
...
We have a glicth with colormanagement's spaces descriptions, though, looks like they are clamped at 64 chars (see raw space), will see that later, if it’s solvable.
2013-03-11 09:06:49 +00:00
6da449b86c
More UI message i18n fixes and improvements...
...
Fix for keyingsets tips, and make them (and a few others) findable by i18n messages extracting code (for some reasons, their bl_rna.description are void???).
2013-03-10 17:42:08 +00:00
874b692e80
More UI message i18n fixes and improvements...
...
Rendering messages are now translatable.
2013-03-10 16:55:01 +00:00
7a94ad9408
More UI message i18n fixes and improvements...
2013-03-10 16:14:29 +00:00
462e4bee87
More tweaks (gaining about ten seconds for each po in update branches process!).
2013-03-01 14:28:38 +00:00