Commit Graph

65672 Commits

Author SHA1 Message Date
Martin
ae263321c1 REVERT: 41adb276bb "Remove obsolete checks for FPC versions earlier then 3.0."
- Not obsolete for the testcase
2023-07-27 12:55:31 +02:00
Bart
e259355d76 TTaskDialog: initial support for query capability (combobox or single line edit).
The implementation differs from the one in (now deprecated) LCLTaskDialog:
- the type of query is controlled by flags only (which are mutually exclusive)
- for single line edit, you can set passwordchar
- intial value of single line query has no influence on combobox
- initial value of combobox is controlled by integer value, not by text
2023-07-27 00:05:09 +02:00
michl
25a3b69252 Fixed removing of incorrect component properties in LFM with installed DockedFormEditor. Issue #40377. 2023-07-26 20:15:48 +02:00
Bart
2722337e33 TTaskDialog: layout the initial infrastructure to add Query capability to TTaskDialog. 2023-07-26 16:13:50 +02:00
Maxim Ganetsky
8045dda491 IDE: regenerated translations and updated Russian translation 2023-07-26 17:08:00 +03:00
mattias
62657fbfd4 ide: fixed SubTarget to Subtarget 2023-07-26 13:36:16 +01:00
Martin
dbdec84476 IdeDebugger: Breakpoint window, defer showing "new group" drag target, until mouse moves in drag. 2023-07-26 13:45:41 +02:00
rich2014
705a74b957 Cocoa: improve Enter key on the numeric keypad handled in KeyDown(), avoid beep 2023-07-26 19:44:25 +08:00
Martin
04b3d4b5d2 IdeDebugger: Breakpoint window, fix crash in delete selected breakpoints 2023-07-26 13:36:37 +02:00
Martin
02f62a1b49 IdeDebugger: Breakpoint properties, check for valid group name 2023-07-26 13:24:42 +02:00
mattias
05db0c6c76 lazutils: added missing files 2023-07-26 11:57:14 +01:00
Juha
318fa86019 IDE: Remove the "Ignore" option for uninstalling dependent packages. Fix the "Cancel" option. 2023-07-26 13:42:12 +03:00
mattias
d0a134acdc ide: added compiler option combobox SubTarget 2023-07-26 11:41:40 +01:00
Martin
a3f455d604 IdeDebugger: Breakpoint dialog, fix crash due to unexpected handle creation in VTV 2023-07-26 11:58:09 +02:00
mattias
110c35c9a3 ide: clean up 2023-07-26 10:51:13 +01:00
mattias
586aaa6756 ide: apply subtarget to packages 2023-07-26 10:45:48 +01:00
mattias
8cce4aea69 lazbuild: added option --subtarget= 2023-07-26 10:23:23 +01:00
mattias
f01f0ab38e ide: expand fppkg fpc path 2023-07-26 10:21:43 +01:00
mattias
1831cd1ad6 codetools: fixed compile 2023-07-26 09:12:53 +01:00
balazs
a4aa3e0a56 OpkMan: Update version list. 2023-07-26 06:45:44 +03:00
dsiders
df44e8f62c Docs: LCL/lresources. Adds and updates topics for changes in cb4383bd4c.
* TLazObjectWriterString
* TLRSObjectWriter.WriteString
2023-07-26 03:06:44 +01:00
dsiders
a50d7d1dba Docs: LazUtils/laz_xmlstreaming. Adds and updates topics for changes in cbf9d30ddf.
* TXMLObjectWriterString
* TXMLObjectWriter.WriteString
2023-07-26 02:18:02 +01:00
Martin
89aefec06a TTaskDialog: fix WS registration 2023-07-26 01:08:26 +02:00
Bart
4deab8fcb5 Revert "TTaskDialog: fix widgetset registration."
This reverts commit e8dc8eb5fc, because it broke compilation.
2023-07-26 00:54:15 +02:00
Maxim Ganetsky
a26e43f773 Codetools: fixed compilation of tests after 977c3d1383 2023-07-26 01:43:44 +03:00
Bart
86d6abd65f TTaskDialog: revert the last 2 commits, as they break compilation. 2023-07-26 00:34:55 +02:00
Bart
a1b20c912c TTaskDialog: second attempt to fix widgetset registration. 2023-07-26 00:17:22 +02:00
Bart
e8dc8eb5fc TTaskDialog: fix widgetset registration. 2023-07-26 00:04:46 +02:00
Martin
7ed1710d3d IdeDebugger: Breakpoint dialog, layout changes 2023-07-25 20:07:20 +02:00
mattias
cb5b51048e lazbuild: added option subtarget in help 2023-07-25 17:10:37 +01:00
mattias
608e8d1d55 lazbuild: added option subtarget 2023-07-25 17:09:23 +01:00
mattias
977c3d1383 ide+codetools: added fpc subtarget to caches 2023-07-25 16:52:59 +01:00
mattias
52586f02ec IDE: comment 2023-07-25 16:52:59 +01:00
Maxim Ganetsky
561f7e17e0 IDEDebugger: updated Russian translation 2023-07-25 18:22:32 +03:00
wp_xyz
5bae6ebf52 Tools/LazDatadesktop: Slightly improved images by Roland Hahn. 2023-07-25 15:12:47 +02:00
Martin
8a75cf4755 IdeDebugger: Breakpoint dialog, fixed showing plain (no tree) list 2023-07-25 14:44:37 +02:00
zeljan1
90c13af409 Qt6: Fixed setting TQtTextEdit readOnly param under mac.Part of issue #40246 2023-07-25 14:39:12 +02:00
Martin
0643c39980 IdeDebugger: Breakpoint dialog, enable/disabl all breakpoint in each group 2023-07-25 14:31:41 +02:00
Martin
46731b05ee IdeDebugger: Breakpoint dialog, fix BreakGroups 2023-07-25 14:31:41 +02:00
rich2014
632c9283b4 Cocoa: clean up 2023-07-25 20:03:51 +08:00
rich2014
f890ea3c0f Cocoa: refactor related to WindowFromPoint() in cocoawinapi 2023-07-25 19:59:18 +08:00
rich2014
45f69a2c05 Cocoa: fix WindowFromPoint() with negative coordinates
sometime wrong cursor in IDE with DockedFormEditor
2023-07-25 19:53:22 +08:00
Martin
7bd3a63ee6 IdeDebugger: Breakpoint dialog, fix crash due to BreakGroup used as breakpoint. 2023-07-25 13:42:20 +02:00
Martin
f01fd2064b IdeDebugger: Breakpoint dialog, fix crash due to BreakGroup used as breakpoint. 2023-07-25 13:34:42 +02:00
Martin
a2fa2d33cd AMEND IdeDebugger: Breakpoint dialog, fix dragging multiple items (onto an empty group header) 2023-07-25 12:36:18 +02:00
Juha
92b11e2662 LCL-GTK: Fix the order of parameters for FillChar(). Issue #40403. 2023-07-25 11:38:32 +03:00
mattias
cbf9d30ddf fixed compile with fpc 3.3.1 2023-07-25 09:30:38 +01:00
Juha
f208601bc7 LazReport: Remove a useless FillChar which had its parameters in wrong order. Issue #40402. 2023-07-25 11:15:12 +03:00
Juha
cc4760393b Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
Juha
64391dbd96 LazBuild: Remove IdeDebugger dependency. Split debugger related parts of TProject to new unit ProjectDebugLink. 2023-07-25 11:07:47 +03:00