Commit Graph

1311 Commits

Author SHA1 Message Date
Juha
fa711164a9 IdeIntf: procedure DoAfterComponentAdded does not need to be virtual. Formatting. 2022-11-21 09:21:32 +02:00
Juha
fa224fda62 IDE: Simplify function ShowSaveProjectAsDialog. UseMainSourceFile parameter and sfSaveMainSourceAs flag are not needed. 2022-11-20 20:31:33 +02:00
mattias
6671244b72 updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
mattias
3b3bd6ca14 clean up 2022-11-13 12:57:59 +01:00
Maxim Ganetsky
23c6022915 IDEIntf: updated Russian translation 2022-10-10 01:42:06 +03:00
Bart
26d083e55e IDE: implement (crude) range checking for floating point property editor. Only show "Infinity not allowed" if user actually types +/-Inf. 2022-10-08 22:52:29 +02:00
Maxim Ganetsky
bd845938b3 IDEIntf: regenerated translations and updated Russian translation 2022-10-03 02:17:48 +03:00
Maxim Ganetsky
be6b774886 IDEIntf: fixed typo in resource string name 2022-10-03 02:17:26 +03:00
Bart
8f00090a13 IDE: disallow setting floating point propertis to +/-Inf or NaN. Issue #39793. 2022-10-02 15:12:20 +02:00
Ondrej Pokorny
da539c7b9c IDE: load High-DPI images 2022-09-29 00:59:16 +02:00
wp_xyz
5efaca564c LCL/TaskDialog: Add component editor for testing the dialog at design-time. Issue #39919. 2022-09-19 17:22:38 +02:00
Maxim Ganetsky
c987cf35a0 Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39863 2022-08-22 02:21:13 +03:00
juha
b75a7c1e81 IdeIntf: Restore MaxValue in enum/set property editors. FPC will prohibit publishing non-contiguous enums and MaxValue will work. Issue #39832. 2022-08-17 22:06:53 +03:00
juha
272334aae0 IdeIntf: Use GetEnumNameCount() instead of MaxValue also in TSetPropertyEditor. Issue #39832. 2022-08-16 01:07:43 +03:00
juha
d623f68c1d IdeIntf: Prevent bogus entries in TEnumPropertyEditor better. Issue #39832. 2022-08-11 18:57:32 +03:00
juha
686b056fcf IdeIntf: Prevent bogus entries with a non-contiguous enum in TEnumPropertyEditor. Issue #39832. 2022-08-11 11:54:28 +03:00
mattias
bb5c50df1e projectgroups: do not bring editor to front on start 2022-06-10 15:45:20 +02:00
mattias
9e762cde89 udpated makefiles 2022-05-29 19:34:19 +02:00
Martin
2465e62bab IDE: add option to skip checks (config, dir, fpc, fppkg, single-instance) at startup 2022-04-22 14:07:26 +02:00
mattias
118216fc3d projectgroups: add handler RnLazbuild 2022-04-18 00:18:59 +02:00
mattias
7887c84279 ideintf: comment 2022-04-16 21:15:56 +02:00
mattias
5c4f4fda3b ideintf: TComponentRequirement: use first unit as source unitname for codetools 2022-04-16 09:05:50 +02:00
mattias
4829be3ad1 IDE: GetForm: prefer non designer form 2022-04-14 20:22:41 +02:00
mattias
c0aa681113 bigide: projectgroups, pas2js: create project group for pwa 2022-04-13 12:55:11 +02:00
mattias
caaedde1b2 ideintf: added handler loadsavecustomdata 2022-04-11 12:07:12 +02:00
Maxim Ganetsky
a45f3f4f31 IDE/StringGrid editor: improved capitalization consistency, fixed dialog's groupbox caption i18n, regenerated translations and updated Russian translation 2022-04-06 02:08:47 +03:00
wp_xyz
dcc2d5d0d5 IDE/StringGrid editor: Fix crash when grid contains Columns (related to issue #39680). Update buttons states. Display column and row count. Update German translation. 2022-04-06 00:11:41 +02:00
wp_xyz
9f5c92c005 IDE: Remove now obsolete glyphs in TStringGrid component editor 2022-03-25 19:10:48 +01:00
wp_xyz
745d9ca108 IDE: Activate image scaling of the icons in the StringGrid component editor. 2022-03-24 15:24:57 +01:00
wp_xyz
c1ed6369ac IDE: Use high-dpi aware images in StrinGrid component editor (provided by Roland Hahn). 2022-03-24 15:19:42 +01:00
Maxim Ganetsky
11fc4647d4 IDEIntf: improved resource strings, regenerated translations and updated Russian translation 2022-03-22 01:33:29 +03:00
Maxim Ganetsky
55e4cf3288 IDEIntf, String Grid Editor dialog: removed unused label 2022-03-22 01:31:01 +03:00
wp_xyz
db61c1d71d IDE: Improved TStringGrid component editor (Issue #39680, based on patch by Salvatore Coppola). 2022-03-21 13:48:23 +01:00
Juha
6bb76a588b IDE: Remove the old Examples GUI window. 2022-03-09 11:20:30 +02:00
mattias
e4d6aa9125 ideintf: TStringsPropEdit: added save button 2022-03-04 11:28:16 +01:00
mattias
26c9421318 updated Makefiles 2022-02-24 12:55:45 +01:00
mattias
ea2a452113 IDEIntf: comments 2022-02-20 20:24:11 +01:00
wp_xyz
8cfb1b7a3e LCL/TSpeedButton: Use StringMultilinePropertyEditor for Caption. 2022-02-07 13:32:05 +01:00
mattias
a463602f9e IDEIntf: added LazarusIDE.GetProjectInspectorSelection 2022-01-31 10:28:09 +01:00
mattias
07eb443322 ide: project inspector: register add popup menuitems 2022-01-30 20:58:22 +01:00
mattias
ec56ff310b ide: project inspector: register items popup menuitems 2022-01-30 20:39:47 +01:00
Juha
4ac1f026c2 IDE: Create new MenuItems for bookmarks. A MenuItem cannot be used for many parent menus. Issue #39540. 2022-01-19 08:31:36 +02:00
Juha
e210c73735 IdeIntf: Collect procedures TLazIDEInterface.DoCallNotifyHandler together. 2022-01-17 14:51:06 +02:00
mattias
f97a493801 updated makefiles 2022-01-16 21:42:24 +01:00
Ondrej Pokorny
2a084c7a90 IDE: TImageIndexPropertyEditor: fix drawing images for ImageIndex properties that have no default value 2022-01-03 15:21:41 +01:00
wp_xyz
ac784af64b ideintf/ImageListEditor: Less truncation of loaded large images. 2021-12-19 00:29:36 +01:00
wp_xyz
ce4661f5ec ideintf/graphpropedits: Scale images in TImageIndexPropertyEditor dropdown to line height. Issue #35807. 2021-12-18 23:11:00 +01:00
Juha
05382f4ddf IDE: Show Frame's contents in designer also when its component package is installed in palette. Issue #39488. 2021-11-28 00:22:27 +02:00
Juha
ba91c73a64 IdeIntf: Refactor and simplify TSimpleWindowLayoutList.ApplyAndShow. 2021-11-28 00:22:27 +02:00
Maxim Ganetsky
738e48c6b7 Translations: French translation update by Gilles Vasseur, issue #39487 2021-11-26 03:47:29 +03:00