juha
|
db51e758b5
|
Cleanup and comments
git-svn-id: trunk@51470 -
|
2016-02-01 21:04:59 +00:00 |
|
juha
|
deeef8296e
|
IdeIntf: Create also Constraints.OnChange handler when clicked in Object Inspector. Issue #29562.
git-svn-id: trunk@51469 -
|
2016-02-01 21:04:53 +00:00 |
|
juha
|
95534c8596
|
IdeIntf: Remove an incorrect test about Bitmap from TIDEMenuItem.ConsistencyCheck.
git-svn-id: trunk@51459 -
|
2016-01-30 12:42:04 +00:00 |
|
juha
|
bc4da6f46d
|
IdeIntf: Make a freed BitMap Nil.
git-svn-id: trunk@51451 -
|
2016-01-30 10:47:10 +00:00 |
|
juha
|
915691f819
|
Object Inspector: Remember last active property. Issue #29510, patch from Balázs Székely.
git-svn-id: trunk@51440 -
|
2016-01-28 23:17:12 +00:00 |
|
ondrej
|
c8a766f1e1
|
ideintf: menuintf: fix corrupted menu layout due to invisible parent sections.
(Probably regression from r50986 #800f102b46.)
git-svn-id: trunk@51421 -
|
2016-01-26 13:21:28 +00:00 |
|
juha
|
850ec52c41
|
Object Inspector: Deal with different widgetset sorting rules when selecting next value for a Class Combobox. Issue #29503.
git-svn-id: trunk@51419 -
|
2016-01-26 12:44:50 +00:00 |
|
ondrej
|
86b7cdb5d3
|
ideintf: menuintf: update current section even if the sections in front need update.
Solves issue #29311 and probably also a lot of different "TIDEMenuSection.UpdateNeedTopSeparator inconsistency" issues.
git-svn-id: trunk@51418 -
|
2016-01-25 22:15:26 +00:00 |
|
juha
|
468a5a31d3
|
IdeIntf: Reduce debug msgs in TPropertyEditorHook. Rename a variable.
git-svn-id: trunk@51417 -
|
2016-01-25 20:04:49 +00:00 |
|
juha
|
cf3a735d93
|
Object Inspector: Align only "normal" CheckBox vertically, not CheckBoxThemed. Issue #29412.
git-svn-id: trunk@51416 -
|
2016-01-25 19:50:21 +00:00 |
|
juha
|
6c55ef9be7
|
Object Inspector: Set next value also when double-clicking a ComboBox with Class values. Issue #29503.
git-svn-id: trunk@51410 -
|
2016-01-25 16:08:57 +00:00 |
|
ondrej
|
b69d0962f6
|
designer: forward unhandled keys from designer to OI. Issue #29488
git-svn-id: trunk@51398 -
|
2016-01-24 10:58:59 +00:00 |
|
ondrej
|
64d6d494f8
|
IDEIntf, AnchorDocking: make ResetSplitters public and use it in TMainIDEBar.InitPaletteAndCoolBar. Related to issue #28096
git-svn-id: trunk@51338 -
|
2016-01-19 13:24:14 +00:00 |
|
juha
|
30a53a3bb8
|
OI: Use normal CheckBox as Boolean editor until problems with CheckBoxThemed are solved. Issues #29406 and #29412.
git-svn-id: trunk@51304 -
|
2016-01-16 12:14:46 +00:00 |
|
bart
|
363ef73d76
|
ObjectInspector: fix wrong ifdef.
git-svn-id: trunk@51303 -
|
2016-01-15 22:12:21 +00:00 |
|
bart
|
2adb9b25c1
|
IDEIntf: use decimal point always in property editor for floating point values.
git-svn-id: trunk@51253 -
|
2016-01-11 15:36:52 +00:00 |
|
mattias
|
12677f044a
|
IDEIntf: fixed compiling with FPC 2.6.4
git-svn-id: trunk@51251 -
|
2016-01-11 14:20:22 +00:00 |
|
ondrej
|
798ce08c42
|
IDEIntf: fixed compilation error introduced in r51233 #3a1c8fac99
git-svn-id: trunk@51245 -
|
2016-01-10 21:48:52 +00:00 |
|
ondrej
|
3a1c8fac99
|
IDE, IDEIntf: add icons to project files in recent drop-down menu
git-svn-id: trunk@51233 -
|
2016-01-10 11:59:33 +00:00 |
|
maxim
|
e66b53063e
|
Translations: Hungarian translation update by Péter Gábor, bug #29351
git-svn-id: trunk@51220 -
|
2016-01-06 23:24:43 +00:00 |
|
ondrej
|
56e2b65b29
|
ideintf: fix autosize ShortCutPropertyEditor. Issue #29266
git-svn-id: trunk@51173 -
|
2016-01-03 20:38:23 +00:00 |
|
ondrej
|
dae6a4f4b0
|
ideintf: use registered editing class in DefaultComponentClass. Issue #29201
git-svn-id: trunk@51161 -
|
2016-01-03 14:43:33 +00:00 |
|
ondrej
|
7fcc772645
|
designer, ideintf: rename TPropHookType htMouse* to htDesignerMouse*
git-svn-id: trunk@51156 -
|
2016-01-03 13:35:38 +00:00 |
|
maxim
|
317076652c
|
Translations: French translation update by Gilles Vasseur, bugs #29291, #29315
git-svn-id: trunk@51146 -
|
2016-01-03 12:22:56 +00:00 |
|
ondrej
|
cdfb590aee
|
ideintf, designer: add MouseDown and MouseUp event handlers for designer
git-svn-id: trunk@51144 -
|
2016-01-03 12:06:07 +00:00 |
|
juha
|
59e349c1ae
|
Bug fix for OnEditorFilter (was not called for sub TPersistent). From Maciej.
git-svn-id: trunk@51090 -
|
2015-12-31 09:07:51 +00:00 |
|
juha
|
f4b38428a6
|
Allow to use any class with RTTI for RunTimeTypeInfoControls (previously only using descendants of TPersistent was legal). Now is possible to use any ORM system with RTTI controls like mORMot. From Maciej.
git-svn-id: trunk@51089 -
|
2015-12-31 09:07:46 +00:00 |
|
maxim
|
cf6cf9e7bf
|
IDEIntf: updated Russian translation
git-svn-id: trunk@51072 -
|
2015-12-28 22:03:59 +00:00 |
|
juha
|
42e68fd86d
|
IDE: Save Application Bundle and resource XPManifest to default project configuration. Issue #22286.
git-svn-id: trunk@51059 -
|
2015-12-27 22:36:55 +00:00 |
|
ondrej
|
e8bf2b6e97
|
ideintf: ImageList editior: add replace button. Issue #29252. Patch by Janusz Tomczak
git-svn-id: trunk@51054 -
|
2015-12-27 17:40:09 +00:00 |
|
ondrej
|
175c0031c0
|
ideintf: set PopupMode/PopupParent for collection editor and actions editor. Issue #24711
git-svn-id: trunk@51051 -
|
2015-12-27 13:06:05 +00:00 |
|
ondrej
|
f1c10c63a7
|
ideintf, ide: change result type of TMainIDEBase.GetMainBar from TComponent to TForm.
It was an unnecessary limitation because there is Forms dependency in both units already.
git-svn-id: trunk@51050 -
|
2015-12-27 11:38:55 +00:00 |
|
mattias
|
cddb1489ea
|
IDE: update menu sections: consistency check
git-svn-id: trunk@50988 -
|
2015-12-22 00:15:22 +00:00 |
|
mattias
|
800f102b46
|
IDE: update menu sections when parent section is not visible
git-svn-id: trunk@50986 -
|
2015-12-22 00:10:55 +00:00 |
|
juha
|
db5c09e762
|
IdeIntf: Add checks to TPropertyEditorHook.GetComponentName and match the return type with Component.Name's type.
git-svn-id: trunk@50940 -
|
2015-12-19 15:28:40 +00:00 |
|
juha
|
21889249ce
|
IdeIntf: Remove a deprecated method.
git-svn-id: trunk@50907 -
|
2015-12-18 17:45:47 +00:00 |
|
mattias
|
2ac7f308e5
|
IDEIntf: fixed comments
git-svn-id: trunk@50820 -
|
2015-12-15 16:21:18 +00:00 |
|
mattias
|
d4675305e2
|
IDEIntf: deprecated ChildsAsSubMenu, typo
git-svn-id: trunk@50816 -
|
2015-12-15 15:34:01 +00:00 |
|
ondrej
|
e293f914e1
|
IDEIntf, IDE: IDECommands property synchronization refactoring, add SyncProperties property. Fix "move/clone to new window" menu items captions and visibility.
git-svn-id: trunk@50731 -
|
2015-12-10 13:18:27 +00:00 |
|
juha
|
453f0f860a
|
Finnish translations.
git-svn-id: trunk@50620 -
|
2015-12-04 20:05:03 +00:00 |
|
maxim
|
d166b0c524
|
IDEIntf: regenerated translations and improved Russian translation
git-svn-id: trunk@50546 -
|
2015-11-30 21:34:43 +00:00 |
|
ondrej
|
19206bce93
|
IDE: partially revert r50517 #d696ee5a59
git-svn-id: trunk@50520 -
|
2015-11-28 19:42:00 +00:00 |
|
ondrej
|
d696ee5a59
|
IDE: add option to prefer double-click over middle click when closing tabs.
git-svn-id: trunk@50517 -
|
2015-11-28 10:10:11 +00:00 |
|
ondrej
|
151f452c84
|
IDE, IDEIntf: changes needed for Favorites package
git-svn-id: trunk@50511 -
|
2015-11-27 05:35:22 +00:00 |
|
ondrej
|
54ec800040
|
IDEIntf: improved default window position handling. Issue #28995
git-svn-id: trunk@50509 -
|
2015-11-26 19:43:01 +00:00 |
|
ondrej
|
0a9bed66c2
|
IDEIntf: fix default window position restore. Issue #28995
git-svn-id: trunk@50506 -
|
2015-11-25 10:13:23 +00:00 |
|
ondrej
|
f0ab2205c7
|
IDEIntf: fix default window position restore. Issue #28995
git-svn-id: trunk@50505 -
|
2015-11-25 10:09:04 +00:00 |
|
ondrej
|
5fc913038b
|
IDEIntf: add overloaded FindItemByCommand for IDE tool buttons
git-svn-id: trunk@50501 -
|
2015-11-24 20:27:07 +00:00 |
|
ondrej
|
40b4ff88d3
|
IDEIntf: added FindCategory to ToolBarIntf.
git-svn-id: trunk@50500 -
|
2015-11-24 17:34:49 +00:00 |
|
ondrej
|
f1f1c7225c
|
IDE, IDEIntf: changes needed for new packagetabs package.
git-svn-id: trunk@50493 -
|
2015-11-24 10:44:35 +00:00 |
|