Rémi Verschelde
a1a57bc369
Merge pull request #5309 from nounoursheureux/master
...
Fix the joystick vibration on Linux
2016-06-20 11:09:52 +02:00
Wilhem Barbier
5d95072879
Remove the vibration effect from the joystick when stopping
2016-06-20 11:01:07 +02:00
Wilhem Barbier
913e3206db
Fix the joystick vibration timestamp
2016-06-20 09:57:23 +02:00
Rémi Verschelde
d4359b2d09
Merge pull request #5308 from MarianoGnu/issues
...
ShaderEditor fixes
2016-06-20 08:35:33 +02:00
Rémi Verschelde
225fbe0a90
isim: Sync with iphone files list
...
Should fix broken build due to Appirater.
2016-06-20 08:31:42 +02:00
Rémi Verschelde
9b2f8afcc2
i18n: Sync translations from Weblate
2016-06-20 08:17:04 +02:00
Rémi Verschelde
17f7065944
i18n: Improve a couple English strings
2016-06-20 08:08:23 +02:00
Juan Linietsky
5e816fd8c8
Property reporty base type when a function fails, fixes #4581 probably also closes other issues
2016-06-20 01:15:02 -03:00
MarianoGNU
0f1a717c64
Remove unused connection. ShaderEditor should'nt handle ShaderGraphs.
...
Fixes #4678 && #4745
2016-06-20 00:50:33 -03:00
Juan Linietsky
6e9e57beaa
-Added ability to disable overwrite warning on file dialog, fixes #4545
2016-06-20 00:38:13 -03:00
Juan Linietsky
00bc06b50b
Make sure that scripts are reloaded if needed when they enter editing, fixes #4456
2016-06-19 22:07:07 -03:00
Juan Linietsky
0db02f26b6
-Added options for scene import plugin to keep materials and user-added tracks to animations, please test! closes #4425
2016-06-20 00:20:30 -03:00
Juan Linietsky
eff0bd2d48
Merge pull request #5304 from djrm/shortcuts
...
switch tabs using ctrl+tab and ctrl-shift-tab, added shortcuts for scene tree dock
2016-06-19 18:05:53 -03:00
Daniel J. Ramirez
bcd55503b4
Added shortcuts to scene tree dock
2016-06-19 14:35:20 -05:00
Daniel J. Ramirez
753d86f27a
Switch tabs using CTRL+TAB and CTRL+SHIFT+TAB
2016-06-19 14:32:49 -05:00
Rémi Verschelde
3e0966cfc3
Merge pull request #5303 from vnen/fix-delete-layout
...
Fix layout menu labels and shortcuts
2016-06-19 20:09:59 +02:00
George Marques
4ee9a10332
Fix layout menu labels and shortcuts
2016-06-19 14:53:27 -03:00
Rémi Verschelde
64717a54e1
Merge pull request #5301 from DimOkGamer/update_rus_loc_with_48a7216
...
Update of Russian translation (commit 48a7216
)
[ci skip]
2016-06-19 19:46:01 +02:00
Rémi Verschelde
725b9c8c05
Merge pull request #5302 from djrm/new_icons
...
Added loop interpolation and track trigger icons
2016-06-19 18:58:38 +02:00
Rémi Verschelde
618d34463d
Merge pull request #5298 from Paulb23/caret_draw_focus
...
Text Edit no longer draws caret on focus loss
2016-06-19 18:58:31 +02:00
Rémi Verschelde
7bdccc1911
Merge pull request #5292 from J08nY/external-lib-update
...
External lib update: libogg, libvorbis, libtheora
2016-06-19 18:58:22 +02:00
Daniel J. Ramirez
07b6195a33
Added loop interpolation and track trigger icons
2016-06-19 11:36:05 -05:00
DimOkGamer
a1fcc4c33a
Update of Russian translation (commit 48a7216
)
2016-06-19 19:24:38 +03:00
George Marques
5cb31f6d5b
Replace 'or'/'and' keywords
...
Some compilers do not like this.
2016-06-19 12:36:50 -03:00
Paulb23
8cbd0b9ae3
Text Edit no longer draws caret on focus loss
2016-06-19 16:11:16 +01:00
George Marques
66e7ddb55b
Improve code completion search
...
- List completion by subsequence match.
- Case insensitive.
- Sort completion list by similarity.
2016-06-19 11:43:47 -03:00
George Marques
831ae2d510
Fix TextEdit cursor position after undo remove text
...
It was going to where the text started, now it goes to where the text
ends.
2016-06-19 11:43:47 -03:00
George Marques
d3dff93e33
Add docs for String.bigrams() and String.similarity(text)
2016-06-19 11:43:47 -03:00
George Marques
1b8d0a16b7
Add similarity comparison to String
...
Uses the Sorensen-Dice coefficient to calculate similarity. This also adds
String.bigrams() as a convenience function needed by the comparison.
2016-06-19 11:39:01 -03:00
Rémi Verschelde
f47d7b27cb
Merge pull request #5294 from hubbyist/master
...
Clarification about "Enter" and "Return" keys confusion for programmers from web background
[skip ci]
2016-06-19 15:58:04 +02:00
Rémi Verschelde
0cf4bba6e2
Merge pull request #5293 from Paulb23/ttr_add_font_extention
...
Made .fnt warning translatable
2016-06-19 15:57:05 +02:00
J08nY
214f316cf9
libtheora: New version 1.1.1
2016-06-19 15:37:58 +02:00
J08nY
644e9076bb
libvorbis: New version 1.3.5
2016-06-19 15:37:49 +02:00
Mehmet Durgel
92fc3fa536
Clarification about enter keys confusion
...
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript).
Added additional explanation about this issue.
Related to #4595
2016-06-19 16:34:11 +03:00
Paulb23
0454e1d6cb
Made .fnt warning translatable
2016-06-19 14:33:42 +01:00
Paulb23
35ffa56e17
Added editor file dialog shortcuts
2016-06-19 14:22:41 +01:00
Juan Linietsky
f84ffb9bed
-Setting script in multi node edit works, closes #4442
2016-06-19 10:13:26 -03:00
J08nY
98f23d27a4
libogg: New version 1.3.2
2016-06-19 14:39:38 +02:00
Rémi Verschelde
37d1bf4d53
i18n: Also sync incomplete translations from Weblate
...
It is simpler to sync everything from Weblate and to maybe delete incomplete translations
before building release binaries, than to try to cherry-pick changes (which leads to painful
merge conflicts on Weblate's git repo
2016-06-19 14:32:08 +02:00
Rémi Verschelde
48a7216f99
i18n: Update and merge translation templates
...
Also switched the wrapping length to 79 chars instead of 80,
which seems to be what Weblate uses by default (as well as Poedit).
2016-06-19 14:13:31 +02:00
Rémi Verschelde
425962a3aa
i18n: Add translators credits in the PO headers
2016-06-19 14:13:31 +02:00
Rémi Verschelde
361c8b1dc6
i18n: Sync translations with Weblate
...
Only synced translation with > 50% completion.
2016-06-19 14:13:31 +02:00
Rémi Verschelde
42cbdc26b8
Merge pull request #5290 from djrm/new_icons
...
Added missing icons for some nodes
2016-06-19 13:11:07 +02:00
Rémi Verschelde
8a27835bca
Merge pull request #5285 from brakhane/fix-memset
...
fix memset calls
2016-06-19 13:10:29 +02:00
Rémi Verschelde
e76f744c36
Merge pull request #5283 from djrm/remove_prints
...
Removed lots of prints
2016-06-19 13:10:23 +02:00
Rémi Verschelde
df202127e3
Merge pull request #5281 from J08nY/useless-preprocessor
...
Fix #5263 : Useless preprocessor condition
2016-06-19 13:09:25 +02:00
Rémi Verschelde
b9f944ed5c
Merge pull request #5271 from neikeq/pr-issue-1004
...
LineEdit cursor fixes and improvements
2016-06-19 13:06:31 +02:00
Rémi Verschelde
1923733ec8
Merge pull request #5268 from brakhane/fix-floating-bug
...
correctly parse floats in scientific notation (Fix #5267 )
2016-06-19 13:05:00 +02:00
Rémi Verschelde
c7b425ed9c
Merge pull request #5259 from neikeq/pr-textedit-zoom
...
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down
2016-06-19 13:04:20 +02:00
Rémi Verschelde
c9498e12a5
Merge pull request #5243 from Geequlim/editor-themes
...
Clean up editor theme creation
2016-06-19 13:01:02 +02:00