Juan Linietsky
864c0e84de
line/col label was changing size with each cursor move, forcing the GUI to resize upwards and costing considerably CPU usage.
...
It has been changed so it won't resize the UI when modified.
This will make the code editor feel a lot smoother.
2016-07-09 14:56:08 -03:00
Rémi Verschelde
d23d40cfbd
Merge pull request #5612 from TheHX/collision-polygon-plugin
...
Fix CollisionPolygon gizmo showing error icons instead of the 3d handles
2016-07-09 18:27:29 +02:00
Franklin Sobrinho
7cad11e108
Fix CollisionPolygon gizmo showing error icons instead of the 3d handles
2016-07-09 13:18:16 -03:00
Rémi Verschelde
48bdaaa560
Merge pull request #5609 from eska014/help-search-titles
...
Fix help search dialog titles
2016-07-09 18:15:02 +02:00
Juan Linietsky
b0f0ae0723
Finally fixes the infamous bug #4444 , hoping to never see you again.
...
Closes #4444 .
2016-07-09 12:12:03 -03:00
Juan Linietsky
90f8a3bd29
properly generate tangents only upon request, closes #5580
2016-07-09 11:53:27 -03:00
Juan Linietsky
2980b27bef
do not show help on multi node selection, array editing, etc, closes #5550
2016-07-09 11:46:59 -03:00
Juan Linietsky
15d52d6c95
Cleaned up preview generation thread, fixes #5499
2016-07-09 11:20:40 -03:00
eska
af395cea42
Fix help search dialog titles
2016-07-09 16:12:15 +02:00
Rémi Verschelde
3a70d4a072
Merge pull request #5589 from akien-mga/pr-unused-var
...
Removing some more unused vars and dead code
2016-07-09 14:33:30 +02:00
Rémi Verschelde
d7dd10a1a2
Cleanup: drop ImportSettingsDialog, replaced by contextual actions
...
Note that it was already commented out.
2016-07-08 17:09:36 +02:00
Rémi Verschelde
f40f360a2c
Remove unused variables (fourth pass) + dead code
...
Also fix a potential regression from 3fcb9b1ec1
.
2016-07-08 16:47:55 +02:00
Rémi Verschelde
dc58be9f35
ScenesDock: Fix regression in tree generation
...
Was a regression from 3fcb9b1ec1
.
Fixes #5590 .
2016-07-08 09:15:43 +02:00
Juan Linietsky
d8c31e0e74
remove warnings if a script is missing and can't be opened
2016-07-07 21:27:20 -03:00
Juan Linietsky
a1d841e6f7
do not allow removal of groups that come from instanced/inherited scene, closes #5505
2016-07-07 20:50:42 -03:00
Rémi Verschelde
454b210242
Remove unused variables (third pass) + dead code
...
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
2016-07-07 23:16:21 +02:00
Rémi Verschelde
3fcb9b1ec1
Removed unused variables (second pass) + dead code
...
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
2016-07-07 23:15:59 +02:00
Rémi Verschelde
1b9433594e
SceneTreeDock: Fix wrong argument in _has_visible_children
...
Seen while checking for unused variables, which `child` was.
2016-07-07 08:37:38 +02:00
Rémi Verschelde
779bf6eca3
Merge pull request #5577 from vnen/improve-quickopen-listing
...
Improve quick open sorting
2016-07-07 07:47:10 +02:00
Juan Linietsky
7c1ab42571
Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422
2016-07-06 23:46:04 -03:00
Juan Linietsky
a78226c32c
Only allow built-in scripts to be edited when the scene they belong to is loaded, closes #5403
2016-07-06 20:36:37 -03:00
George Marques
1bc8d1900f
Improve quick open sorting
...
Perfect matches and substrings will be shown first. Similar matches will
be at the bottom. When they score is the same they're shown in the natural
file system order.
2016-07-06 19:29:15 -03:00
Rémi Verschelde
e4b7a45a38
Initialize the SSL certificates in the project manager
2016-07-06 20:50:07 +02:00
Rémi Verschelde
628b0a9375
Revert "Fix return type for EditorResourcePreview::check_for_invalidation"
...
This reverts commit 716dfa67a3
, since it was later
fixes differently with c6b55e45e9256bb41b2d045d8c61d1946de881b1...
2016-07-05 07:28:53 +02:00
Juan Linietsky
c6b55e45e9
added missing return value
2016-07-04 21:08:44 -03:00
Rémi Verschelde
ca6d52cd68
Merge pull request #5548 from TheHX/fix-plugin-spatial-event
...
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons
2016-07-04 23:37:56 +02:00
Rémi Verschelde
9731da3280
Merge pull request #5547 from TheHX/fix-addons-disabling
...
Fix addon disabling
2016-07-04 23:36:58 +02:00
Rémi Verschelde
716dfa67a3
Fix return type for EditorResourcePreview::check_for_invalidation
2016-07-04 19:45:14 +02:00
Franklin Sobrinho
22cf80eede
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons
2016-07-04 11:03:22 -03:00
Franklin Sobrinho
f97ff474d5
Fix addon disabling
2016-07-04 10:43:07 -03:00
Juan Linietsky
1e095cf397
fix to the fix, and removed some conflicting shorcuts
2016-07-03 19:50:52 -03:00
Juan Linietsky
7e50a9a2e8
Avoid settings from being lost when opening project manager.
...
Probably fixes many issues of this kind, like missing shortcuts or other settings
2016-07-03 19:14:58 -03:00
Rémi Verschelde
ac157f8c05
Merge pull request #5530 from Paulb23/shortcut_search
...
Added search to shortcut config
2016-07-03 19:27:53 +02:00
Rémi Verschelde
e0c7ffc65a
Merge pull request #5508 from djrm/spatial_editor_shortcuts
...
Added spatial editor shortcuts
2016-07-03 19:17:01 +02:00
Rémi Verschelde
f866a79388
Merge pull request #5506 from vnen/enhance-quickopen-search
...
Improve Quick Open search
2016-07-03 19:13:28 +02:00
Rémi Verschelde
37ec0ad35c
Merge pull request #5504 from djrm/canvas_item_editor_shortcuts
...
Canvas item editor shortcuts
2016-07-03 19:13:10 +02:00
Juan Linietsky
6442dfb73b
Added proper resource preview cache invalidation, fixes #5342
2016-07-03 13:16:10 -03:00
Paulb23
bb2a456456
Added search to shortcut config
2016-07-03 14:07:16 +01:00
Juan Linietsky
8cbb154466
Color picker was getting too much focus, made it get not as much focus.
...
This abuse of focus was the original culprit of #5354
2016-07-01 10:55:35 -03:00
Juan Linietsky
a41a70ea3e
Many fixes to scene tree node dragging, closes #5341
2016-06-30 23:19:44 -03:00
Juan Linietsky
54571e94ac
Fixes to import plugin, closes #5318
2016-06-30 22:37:25 -03:00
Juan Linietsky
b9326e3f2b
Properly show the sample and play it back, also closes #5288
2016-06-30 18:29:47 -03:00
Juan Linietsky
ffbc2e56c9
Fix some bugs in diraccess, closes #5288
2016-06-30 18:23:39 -03:00
Daniel J. Ramirez
96c9f11aad
Added spatial editor shortcuts
...
for now it does not support the emulate numpad setting
2016-06-30 15:54:34 -05:00
George Marques
ab93c38335
Improve Quick Open search
...
Makes it sort by similarity with best match on top
2016-06-30 15:52:30 -03:00
Paulb23
050a514799
Fixed signal connection prints when moving docks, issue 5498
2016-06-30 15:12:14 +01:00
Rémi Verschelde
0233c69bdc
Merge pull request #5474 from samuelgrigolato/tile-map-idx
...
Add tile index prefixes in tile map editor plugin
2016-06-30 08:06:54 +02:00
Rémi Verschelde
3fc115e433
Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-size
...
Fix issue when switching between FileSystem and other editor docks
2016-06-30 08:04:36 +02:00
Rémi Verschelde
da2f7e3c38
Merge pull request #5419 from djrm/shortcuts
...
Shortcuts for script switching in script Mode
2016-06-30 08:04:26 +02:00
Rémi Verschelde
a3dec742e9
Merge pull request #5462 from volzhs/fix-pm-warning
...
remove the warning of instances in use at Project manager exit
2016-06-30 07:58:16 +02:00