mattias
|
4a07f5355d
|
LazDataDesktop: Enable MSSQL for FPC 3.0.2 and newer, issue #32680, patch from Sven Barth
git-svn-id: trunk@56369 -
|
2017-11-12 12:49:33 +00:00 |
|
mattias
|
b0701b8534
|
IDEIntf: comments
git-svn-id: trunk@56364 -
|
2017-11-11 14:23:08 +00:00 |
|
juha
|
c8498f15df
|
IDE: Formatting. Reduce local variables in TLazSourceFileManager.ShowSaveFileAsDialog.
git-svn-id: trunk@56317 -
|
2017-11-06 12:48:45 +00:00 |
|
juha
|
0e07a10a03
|
IdeIntf: New notify handler RunFinished. Issue #32617, patch from Pascal Riekenberg.
git-svn-id: trunk@56254 -
|
2017-10-31 21:13:40 +00:00 |
|
juha
|
f58106b6e4
|
IdeIntf: New property CheckFilesOnDiskEnabled. Issue #32612, patch from Pascal Riekenberg.
git-svn-id: trunk@56204 -
|
2017-10-26 11:01:01 +00:00 |
|
juha
|
a2b0762abd
|
IdeIntf: Use CompareText.
git-svn-id: trunk@56154 -
|
2017-10-22 22:25:29 +00:00 |
|
juha
|
82ea3d79fe
|
IdeIntf: Fix TVariantPropertyEditor. Issue #19324.
git-svn-id: trunk@56146 -
|
2017-10-22 16:01:36 +00:00 |
|
maxim
|
e71e848e50
|
Translations: regenerated German translation
git-svn-id: trunk@56132 -
|
2017-10-18 22:23:02 +00:00 |
|
mattias
|
82dabee557
|
translations: German: updates from Swen Heinig
git-svn-id: trunk@56123 -
|
2017-10-18 10:55:30 +00:00 |
|
juha
|
f5a3a339d1
|
IdeIntf, ComponentTree: Don't try to update Collection name. Affects TSQLQuery Params. Refactor and optimize a little. Issue #31965.
git-svn-id: trunk@56035 -
|
2017-10-12 13:36:00 +00:00 |
|
juha
|
cf2c1e8b43
|
IdeIntf: Replace a test + exception with an assertion in PropEdits.
git-svn-id: trunk@56027 -
|
2017-10-11 14:04:35 +00:00 |
|
juha
|
c5ebf982e9
|
IdeIntf: Remember the layout of many property editor windows.
git-svn-id: trunk@55989 -
|
2017-10-06 10:47:12 +00:00 |
|
juha
|
d25418e28d
|
IdeIntf: Change TIDEDialogLayoutList.ApplyLayout UseAsMin parameter default from True to False. Clean calls in code accordingly.
git-svn-id: trunk@55988 -
|
2017-10-06 10:20:45 +00:00 |
|
juha
|
60b135d29f
|
IdeIntf: Remember the layout of String property editors, and ToolbarConfig dialog. Issue #32113.
git-svn-id: trunk@55987 -
|
2017-10-06 10:06:02 +00:00 |
|
maxim
|
4865f71238
|
Translations: French translation update by Gilles Vasseur, bug #32507
git-svn-id: trunk@55985 -
|
2017-10-05 22:55:42 +00:00 |
|
maxim
|
75d2b6b092
|
Translations: Hungarian translation update by Péter Gábor, bug #32503
git-svn-id: trunk@55983 -
|
2017-10-05 22:45:21 +00:00 |
|
maxim
|
7c09223bb5
|
IDEIntf: regenerated translations and updated Russian translation
git-svn-id: trunk@55922 -
|
2017-09-25 21:50:29 +00:00 |
|
juha
|
002248b374
|
IdeIntf: Less hints. Formatting.
git-svn-id: trunk@55907 -
|
2017-09-23 23:09:02 +00:00 |
|
juha
|
e1b03f485c
|
IdeIntf: Refactoring for PropEdits code.
git-svn-id: trunk@55903 -
|
2017-09-23 14:33:15 +00:00 |
|
juha
|
2016ffc4e0
|
IdeIntf, EnumPropertyEditor: Make '(Invalid)' a resource string. Reorder other strings.
git-svn-id: trunk@55902 -
|
2017-09-23 14:33:13 +00:00 |
|
juha
|
8f3d7a7dea
|
IDE, OI: Update the component ComboBox properly when it is visible. Issue #32427.
git-svn-id: trunk@55877 -
|
2017-09-17 10:34:48 +00:00 |
|
juha
|
2e97bb8617
|
IdeIntf: Show '(Invalid)' in OI when an invalid enum value was typed.
git-svn-id: trunk@55832 -
|
2017-09-10 18:10:17 +00:00 |
|
juha
|
3c4942286a
|
IdeIntf: Exit from TEnumPropertyEditor.SetValue when invalid value is given. Prevents an AV later. Reverts r185 from 2001-02-19.
git-svn-id: trunk@55831 -
|
2017-09-10 09:48:04 +00:00 |
|
ondrej
|
f215e1f571
|
IdeIntf: High-DPI: support scale factors above 200%. Issue #32280
git-svn-id: trunk@55674 -
|
2017-08-17 09:24:24 +00:00 |
|
ondrej
|
c0c164a991
|
IdeIntf: OI: center current row arrow vertically. Issue #32280
git-svn-id: trunk@55672 -
|
2017-08-17 08:47:45 +00:00 |
|
wp
|
a3f0b7435a
|
ideintf: Fix "new action" button dropdown arrow.
git-svn-id: trunk@55668 -
|
2017-08-16 16:00:52 +00:00 |
|
ondrej
|
e9f32a53a5
|
IDE: High-DPI: scale open file drop down menu icons.
git-svn-id: trunk@55662 -
|
2017-08-14 11:44:02 +00:00 |
|
mattias
|
813eb2f8f1
|
IDEIntf: TOICustomPropertyGrid: handle wheel events on grid the same as on edit cell control, issue #32193, from Anthony Walter
git-svn-id: trunk@55568 -
|
2017-07-24 08:30:30 +00:00 |
|
mattias
|
2bc306e60e
|
IDEIntf: project intf: added utility function RegisterForm to easily add a custom form class as designer ancestor, issue #32182, from Anthony Walter
git-svn-id: trunk@55557 -
|
2017-07-21 15:21:56 +00:00 |
|
mattias
|
6aebb896b0
|
IDEIntf: added PackageEditingInterface.FindInstalledPackageWithUnit
git-svn-id: trunk@55556 -
|
2017-07-21 13:14:01 +00:00 |
|
michl
|
470d10fcd0
|
IDE: High-DPI: Better assigning of images to imagelists.
git-svn-id: trunk@55512 -
|
2017-07-15 19:17:54 +00:00 |
|
michl
|
a6cb66d5aa
|
IDE: High-DPI: CodeExplorer: Fixed image sizes.
git-svn-id: trunk@55511 -
|
2017-07-15 18:52:57 +00:00 |
|
michl
|
2bb905f65d
|
IDE: High-DPI: ActionsEditor: Fixed image sizes.
git-svn-id: trunk@55510 -
|
2017-07-15 18:04:54 +00:00 |
|
michl
|
f15067b395
|
IDE: High-DPI: ObjectInspector: ComponentTreeView: Fixed image sizes.
git-svn-id: trunk@55508 -
|
2017-07-15 15:54:11 +00:00 |
|
maxim
|
ae97cba986
|
Translations: Lithuanian translation update by Valdas Jankūnas, bug #32126
git-svn-id: trunk@55502 -
|
2017-07-13 22:43:07 +00:00 |
|
michl
|
6f5300c1e9
|
IDE: High-DPI: Fixed image sizes of in IDE used TTreeFilterEdits and TListFilterEdits.
git-svn-id: trunk@55498 -
|
2017-07-13 19:32:16 +00:00 |
|
michl
|
0982e734bb
|
IDE: High-DPI: ObjectInspector: Size of filter edit glyphs. Issue #32097
git-svn-id: trunk@55496 -
|
2017-07-13 16:56:01 +00:00 |
|
michl
|
3acd41371c
|
IDE: High-DPI: ObjectInspector: Fixed drawing of active row bitmap. Issue #32097
git-svn-id: trunk@55492 -
|
2017-07-12 20:54:49 +00:00 |
|
maxim
|
732c7f90fd
|
Translations: Lithuanian translation update by Valdas Jankūnas, bug #32126
git-svn-id: trunk@55474 -
|
2017-07-08 12:47:30 +00:00 |
|
juha
|
c082fbfcd0
|
Finnish translations for IDE and OI.
git-svn-id: trunk@55412 -
|
2017-06-29 07:29:53 +00:00 |
|
ondrej
|
9bd91b7c9d
|
IdeIntf: OI: fix background for color combo box
git-svn-id: trunk@55313 -
|
2017-06-10 19:22:51 +00:00 |
|
ondrej
|
3f34b29aae
|
IdeIntf: OI: fix font color for selected items in combobox [2]
git-svn-id: trunk@55312 -
|
2017-06-10 19:22:26 +00:00 |
|
juha
|
99f4b40a94
|
IDE: Formatting.
git-svn-id: trunk@55308 -
|
2017-06-10 16:30:21 +00:00 |
|
ondrej
|
ecbfde6a60
|
IdeIntf: OI: fix font color for selected items in combobox
git-svn-id: trunk@55305 -
|
2017-06-10 12:16:30 +00:00 |
|
ondrej
|
0cd8ed04e5
|
LCL: combobox, listbox: fix drawing of customdrawn items. Change TOwnerDrawStateType.odPainted to odBackgroundPainted
git-svn-id: trunk@55304 -
|
2017-06-10 11:43:19 +00:00 |
|
ondrej
|
7a420f8326
|
IdeIntf: PropEdits: fix painting of value combobox in QT
git-svn-id: trunk@55303 -
|
2017-06-10 10:39:19 +00:00 |
|
mattias
|
f387f6f8a2
|
IDE: method property editor: fixed rename
git-svn-id: trunk@55261 -
|
2017-06-06 11:03:42 +00:00 |
|
mattias
|
014156ee09
|
IDEIntf: fixed TIDEMenuSection.Visible keeping Visible of children, bug #31970
git-svn-id: trunk@55259 -
|
2017-06-06 10:34:43 +00:00 |
|
ondrej
|
6578db1024
|
IDE: OI: use new csOwnerDrawEditableFixed and csOwnerDrawEditableVariable styles for combo boxes. Issue #31891
git-svn-id: trunk@55248 -
|
2017-06-05 19:48:29 +00:00 |
|
ondrej
|
1011b9f883
|
IDE: OI: revert standard comboboxes to csDropDown style. Issue #31891
git-svn-id: trunk@55242 -
|
2017-06-05 17:43:17 +00:00 |
|