Commit Graph

928 Commits

Author SHA1 Message Date
ondrej
cf03083224 IdeIntf: OI: fix streamed property detection (default float values were highlighted).
git-svn-id: trunk@57606 -
2018-04-05 11:22:33 +00:00
juha
067144af2d LCL-GTK2: Fix designer behavior when Top/Left/Width/Height is selected in Object Inspector. Issue #33426, patch from accorp.
git-svn-id: trunk@57604 -
2018-04-05 02:09:02 +00:00
wp
9e2c7686af IDE: Add an {$IF FPC_FullVersion >= 30101} around registration of TFileName property editor - see discussion in Issue #33410.
git-svn-id: trunk@57521 -
2018-03-17 15:43:57 +00:00
michl
31d19dccb7 IDE: Register a property editor for TFileName properties. Issue #33410. Patch by Silvio Clécio
git-svn-id: trunk@57498 -
2018-03-11 10:00:04 +00:00
michl
1dc4d93a11 IDE: ObjectInspector: Fixed SHIFT click to select a range doesn't work. Issue #33383. Patch by Rik van Kekem
git-svn-id: trunk@57497 -
2018-03-11 09:49:02 +00:00
juha
7cc99ef58e Object Inspector: Simplify and shorten a little. Add a ToDo in TObjectInspectorDlg.KeyDown.
git-svn-id: trunk@57490 -
2018-03-09 22:30:44 +00:00
juha
4d25fb8328 Object Inspector: Prevent index out of bounds error when no grid row is selected. Issue #33344.
git-svn-id: trunk@57474 -
2018-03-08 18:38:55 +00:00
juha
3070f417a7 LCL: Fix invalid typecast on TCustomDBGrid-based grids. Issue #33053, patch from Michal Gawrycki.
git-svn-id: trunk@57427 -
2018-03-01 14:54:10 +00:00
maxim
f23167b458 Translations: Simplified Chinese translation update by robsean, bug #33242
git-svn-id: trunk@57404 -
2018-02-27 23:23:20 +00:00
maxim
caf81d7978 Translations: regenerated translations
git-svn-id: trunk@57347 -
2018-02-21 23:53:05 +00:00
michl
c582885e5c IDE: Fixed components with published properties of type "interface" does not work. Issue #32919. Patch by Andi Friess
git-svn-id: trunk@57332 -
2018-02-19 23:42:46 +00:00
mattias
060db859c5 IDEIntf: added TAbstractOptionsEditorDialog.FindEditor(aClassName: string)
git-svn-id: trunk@57326 -
2018-02-18 14:16:48 +00:00
mattias
a10e37e072 IDEIntf: less hints
git-svn-id: trunk@57286 -
2018-02-12 14:47:30 +00:00
maxim
9435d4277e Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33119
git-svn-id: trunk@57255 -
2018-02-04 22:53:09 +00:00
ondrej
f6ea54d3f6 IDEIntf: IDE image list: fix adding images with different size from the target image list. Issue #33114
git-svn-id: trunk@57208 -
2018-02-01 17:38:22 +00:00
maxim
b4f5e3399c IDEIntf: regenerated translations and updated Russian translation
git-svn-id: trunk@57186 -
2018-01-29 22:17:15 +00:00
maxim
98a25daa61 IDEIntf: fixed i18n of 'Delete resolution ...' button in ImageList editor
git-svn-id: trunk@57185 -
2018-01-29 22:11:55 +00:00
ondrej
09b0e087f7 IDE: Image List Editor: fix image listbox painting
git-svn-id: trunk@57173 -
2018-01-28 06:52:54 +00:00
ondrej
f81b38e69d IDE: open recent files: use load icon of new image list
git-svn-id: trunk@57165 -
2018-01-27 18:31:21 +00:00
ondrej
987f894152 High-DPI + Multiple Image Resolution ImageList (merged from HiDPIImageList branch)
git-svn-id: trunk@57164 -
2018-01-27 18:12:35 +00:00
ondrej
b4b56d377d IDE: fixes for High-DPI Image List
git-svn-id: branches/HiDPIImageList@57161 -
2018-01-27 18:05:59 +00:00
mattias
fe9c29b689 IDEIntf: less hints
git-svn-id: trunk@57115 -
2018-01-18 21:23:52 +00:00
juha
9bf30fe379 IdeIntf, DBGridColumnsPropertyEditorForm: Simplify FillCollectionListBox etc. Issue #32903, patch from FTurtle.
git-svn-id: trunk@57098 -
2018-01-15 10:53:39 +00:00
juha
d95cd50a49 IdeIntf, DBGridColumnsPropertyEditorForm: Remove useless properties. Issue #32903, patch from FTurtle.
git-svn-id: trunk@57071 -
2018-01-13 10:04:27 +00:00
ondrej
9f890e6f52 LCL: High-DPI ImageList: don't stream auto generated resolution
git-svn-id: branches/HiDPIImageList@57070 -
2018-01-13 07:02:30 +00:00
juha
61e0c2a1ff IdeIntf, DBGridColumnsPropertyEditorForm: Simplify actAddFieldsExecute a lot, new method GetDataSet. Issue #32903, patch from FTurtle.
git-svn-id: trunk@57061 -
2018-01-12 16:39:18 +00:00
ondrej
1c42b91f5b IdeIntf: High-DPI ImageList: image list editor multiple resolution support
git-svn-id: branches/HiDPIImageList@57055 -
2018-01-11 13:17:19 +00:00
juha
68c9678a8a IdeIntf: Simplify TDBGridColumnsPropertyEditorForm.actDelExecute.
git-svn-id: trunk@57052 -
2018-01-11 10:21:14 +00:00
juha
1bb9a00738 IdeIntf: Format and simplify TDBGridColumnsPropertyEditorForm.actAddFieldsExecute.
git-svn-id: trunk@57051 -
2018-01-11 10:21:13 +00:00
juha
dc70fd5181 IdeIntf, DBGridColumnsPropertyEditorForm: Split SelectInObjectInspector into 2 methods, remove useless ForceUpdate param.
git-svn-id: trunk@57050 -
2018-01-11 10:21:12 +00:00
juha
bd0a378f70 IdeIntf: Improve indentation in DBGridColumnsPropertyEditorForm. Cleanup.
git-svn-id: trunk@57049 -
2018-01-11 10:21:06 +00:00
juha
bb2b8feabf IdeIntf: Prevent crash in DBGridColumnsPropertyEditorForm with "Delete All". Issue #33000.
git-svn-id: trunk@57042 -
2018-01-10 14:32:19 +00:00
mattias
391b8ffa36 IDEIntf: moved TAbstractIDEProjectOptions to unit projectintf, added TAbstractIDEProjectOptions.GetProject
git-svn-id: trunk@57024 -
2018-01-09 11:35:58 +00:00
mattias
76a5a3cd5d IDEIntf: added ConsoleVerbosity, pas2js: less hints, fixed getting compiler options, fixed uninitialized result
git-svn-id: trunk@57023 -
2018-01-09 11:08:04 +00:00
maxim
502f9aa7f0 Translations: regenerated translations
git-svn-id: trunk@57011 -
2018-01-08 16:11:10 +00:00
ondrej
3da6552057 IDE: IDEImagesIntf: support transparent bitmaps. Issue #32947
git-svn-id: trunk@56974 -
2018-01-06 01:09:52 +00:00
maxim
42e3e3e670 Translations: regenerated translations
git-svn-id: trunk@56968 -
2018-01-05 15:08:14 +00:00
michl
3886b2f185 IDE: PropertyEditor: Fixed components with published properties of type "interface" does not work. Issue #32919. Patch by Andi Friess
git-svn-id: trunk@56942 -
2018-01-03 21:54:13 +00:00
maxim
9d91d2c25e Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32916
git-svn-id: trunk@56934 -
2018-01-03 13:54:02 +00:00
ondrej
129140c672 IDE: Desktops: save ObjectInspector grid splitter and info panel properties.
git-svn-id: trunk@56913 -
2018-01-02 05:36:42 +00:00
ondrej
c038b06190 IDE: Remove IDE Options -> Environment -> Windows -> Window Positons. Issue #29742
git-svn-id: trunk@56907 -
2018-01-01 20:26:46 +00:00
michl
fc690b742f IDE: Fixed IDE crash after putting a activex control on form. Issue #32375
git-svn-id: trunk@56886 -
2017-12-31 00:24:57 +00:00
juha
cda5c69296 IdeIntf: Don't select anything initially in Collection property editor ListBox.
git-svn-id: trunk@56881 -
2017-12-30 20:23:47 +00:00
juha
1cc6bfbcd1 IdeIntf: Make methods private. Formatting. The usefull changes in issues #32902 and #32903.
git-svn-id: trunk@56873 -
2017-12-30 12:06:13 +00:00
juha
c3e1dc4ad5 Reduce compiler warnings, initialize some uninitialized variables.
git-svn-id: trunk@56869 -
2017-12-29 18:47:51 +00:00
juha
b561f1b752 IdeIntf: Prevent exception when fetching labels on TDBGridColumnsPropertyEditorForm. Issue #32864, patch from FTurtle.
git-svn-id: trunk@56858 -
2017-12-27 17:48:44 +00:00
juha
cdde763da7 IdeIntf: Get LookupRoot for DefCollection instead of FieldDefs. Works with IndexDefs, too.
git-svn-id: trunk@56855 -
2017-12-27 14:05:25 +00:00
mattias
265412f333 IDE: compiler options: execute before/after: fixed adding text to history lists
git-svn-id: trunk@56854 -
2017-12-27 12:38:41 +00:00
mattias
cefafdd5ca IDEIntf: added TAbstractRunParamsOptions.ActiveModeName
git-svn-id: trunk@56803 -
2017-12-19 22:41:31 +00:00
maxim
6393c91e5d Translations: Chinese translation update by robsean, bug #32850
git-svn-id: trunk@56798 -
2017-12-19 22:08:00 +00:00