Commit Graph

65712 Commits

Author SHA1 Message Date
Bart
158f10e193 LCL: Dialogs unit: cleanup. 2023-07-24 22:27:09 +02:00
Bart
71f8725fb8 Merge branch 'wstaskdialog' 2023-07-24 20:20:22 +02:00
Bart
97e1427811 Refactoring change deprecated message for LCLTaskDialog unit, as suggested by Maxim. 2023-07-24 20:17:55 +02:00
wp_xyz
168ed6ffa0 Tools/LazDataDesktop: Show icons in all treeviews. 2023-07-24 17:49:31 +02:00
mattias
45f6fcd25c lazbuild: do not create mac app bundle 2023-07-24 16:38:31 +01:00
mattias
ee1af547cc IDE: changed copiler options from string to TSTtrings for large amount of params 2023-07-24 16:38:31 +01:00
rich2014
23d0badedf Cocoa: fix wrong Cursor at designing (with DockedFormEditor) 2023-07-24 23:32:29 +08:00
rich2014
5b0cf01ed3 Cocoa: fix wrong Cursor at designing (without DockedFormEditor) 2023-07-24 23:31:41 +08:00
rich2014
ded870b2ac Designer: Cursor cache comparison removed 2023-07-24 23:16:26 +08:00
Maxim Ganetsky
98e9e0dbcd LazDataDesktop: added executable to .gitignore 2023-07-24 16:55:43 +03:00
Maxim Ganetsky
3a0b3d3396 LazDataDesktop: updated Russian translation 2023-07-24 16:52:15 +03:00
wp_xyz
bfca6f229d Tolls/LazDataDesktop: Remove unneeded res files. Unscramble some image index assignments. 2023-07-24 13:41:52 +02:00
Martin
a747d43139 Codetools: IdentifierCompletion, with "include identifier containing prefix" sort recent entries with true prefix before such "only containing" (same as for non recent items) 2023-07-24 12:19:09 +02:00
Bart
e1d2db658f Refactoring TTaskDialog: remove hack of exposing TCustomTaskDialog.FWidth. It was unneccessary to begin with... 2023-07-24 11:12:55 +02:00
wp_xyz
5f5b9dce29 DataDict: New palette icon for TFPCodeGenerator by Roland Hahn. 2023-07-24 11:11:37 +02:00
Bart
b7cc27d3a5 Refactoring TTaskDialog:
- TWSTaskDialog.Execute: Don't cast ADlg to TTaskDialog.
- Adapt signature of function ExecuteLCLTaskDialog accordingly.
- Less debug output
2023-07-24 11:06:22 +02:00
Bart
c343cfe0d3 Refactoring TTaskDialog: remove some comments from TaskDialogEmulation unit. 2023-07-24 11:00:52 +02:00
Bart
80dc2c89b0 Refactoring TTaskDialog: undo all temprary changes in (now deprecated) LCLTaskDialog unit. 2023-07-24 10:58:20 +02:00
Bart
cc10035843 Refactoring TTaskDialog:
- Win32 WS: fix not returning ButtonID.
- Win32 WS: initialize RadioRes return value.
2023-07-24 10:52:11 +02:00
wp_xyz
3b1c10423f Tools/LazDataDesktop: Some new/improved icons by Roland Hahn. Improvements in data dictionary popup menu translation. 2023-07-24 10:35:41 +02:00
Bart
b9634c255d Refactoring TTaskDialog: switch over to the new code, remove dependency on deprecated unit LCLTaskDialog. 2023-07-24 10:31:34 +02:00
Bart
ca1e231417 Refactoring TTaskDialog:
- move procedure PrepareTaskDialogConfig to Execute, since it refrences variables on the stack
- move function DialogBaseUnits
- in callbackfunction only test if dwRefData is correct if a button is clicked, and only if assertions are enabled
- rename some nested procedures and variables
- less debug output
- TWin32WSTaskDialog.Execute now properly returns the result of TaskDialogIndirect
- use CommCtrl.TaskDialogIndirect, change the mechanisme of detecting wether this is supported.
2023-07-24 10:20:00 +02:00
Maxim Ganetsky
90812b4afa LazDataDesktop: regenerated translations 2023-07-24 02:29:44 +03:00
Maxim Ganetsky
477cd6947f IDEConfig: moved relevant translations from IDE 2023-07-24 02:22:21 +03:00
Maxim Ganetsky
3cfccde07a IDE: regenerated translations and updated Russian translation 2023-07-24 02:19:35 +03:00
Bart
92f83f8b59 Refactoring TTaskDialog:
- first attempt to get Win32 WS code working (currently littered with writeln() statements, so crashes if no console!)
- fix ModalResult in OnButtonClicked for emulated dialog.
2023-07-24 01:08:33 +02:00
wp_xyz
7c6659ba46 Tools/LazDatadesktop: Improved layout 2023-07-24 00:52:21 +02:00
wp_xyz
fe3b5ca955 Tools/LazDataDesktop: Refactoring of icons: new icons by Roland Hahn merged to a single image list in new data module. 2023-07-24 00:22:04 +02:00
Martin
24dfc32172 VTV: Fix wrong node.TotalHeight. Issue #40401 2023-07-23 23:17:21 +02:00
wp_xyz
a0179e8133 LazDatadesktop: Update German translation 2023-07-23 22:56:54 +02:00
Juha
095b604997 IDE: Move MsgViewShowFPCMsgLinesCompiled to EnvironmentOptions. Allows to reduce dependencies. Cleanup, reorder. 2023-07-23 22:35:22 +03:00
Juha
636e902e6a Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
Martin
0cd1374f3c FpDebug: Fix "=" and "<>" work with booleans 2023-07-23 21:06:15 +02:00
Martin
34b7126915 IdeDebugger: Fix deleting multiple selected watches / crashed if some sub-watches were selected 2023-07-23 14:33:56 +02:00
rich2014
9811b6927f Cocoa: Enter key on the numeric keypad handled in KeyDown(), avoid beep 2023-07-23 19:16:11 +08:00
Juha
c539d373e7 IDE: Simplify TUnitInfo.NeedsSaveToDisk and don't check LFM if the unit is an LFM file itself. 2023-07-23 10:04:01 +03:00
wp_xyz
138b8f2eae OPM: Improved layout (overlapping label with localized strings) 2023-07-23 01:17:48 +02:00
Bart
4440804744 Refactoring TTaskDialog: start working on Win32 widgetset implementation. Far from functional yet. 2023-07-22 17:21:01 +02:00
Bart
4442949a29 Refactoring TTaskDialog: remove property ParentWindow (added in 61fefaa7), it's not longer needed. 2023-07-22 16:03:50 +02:00
Bart
85c1fff32d Refactoring TTaskDialog: move (and rename) constants for first radio/button index to Dialogs unit and use them there as well. 2023-07-22 15:55:17 +02:00
Bart
b3995a78df Refactoring TTaskDialog: TLCLTaskDialog: rename 2 methods. No functional changes. 2023-07-22 15:43:38 +02:00
Bart
30ed531405 Refactoring TTaskDialog: TLCLTaskDialog: factor out AddLabel. 2023-07-22 15:39:34 +02:00
Bart
17fee115bf Refactoring TTaskDialog: TLCLTaskDialog: factor out AddFooter. 2023-07-22 10:48:11 +02:00
Juha
4ed8ff9b1c IDE: Prevent an error "Unable to find the component class ..." with an .lfm file open in editor. Part of issue #40377. 2023-07-22 10:49:38 +03:00
Maxim Ganetsky
31bbbe6b1e IDE: regenerated translations and updated Russian translation 2023-07-22 02:54:44 +03:00
Bart
d9861e8170 Refactoring TTaskDialog: some refactoring and cleanup of TLCLTaskDialog. 2023-07-21 23:36:15 +02:00
Martin
761e1107bb Ide, Codetools: Added colors for recent identifier completion items to schemes 2023-07-21 22:48:04 +02:00
Martin
4f1297912a Ide, Codetools: IdentifierCompletion, add color for recent Items. Issue #40392 Based(Amended) on Patch by Bruno K 2023-07-21 22:47:39 +02:00
Martin
b087b9f55e Codetools: IdentifierCompletion, apply history limit to filtered list 2023-07-21 22:45:43 +02:00
dsiders
b9cdb23eed Docs: LCL/forms. Clarifies content in NewFormWasCreated and AddHandlerNewFormCreated topics in TScreen. Depends on 3844d008, 5a647cd4. 2023-07-21 19:47:12 +01:00