Commit Graph

65975 Commits

Author SHA1 Message Date
mattias
736ecf8ae6 chmhelp: updated lpk 2023-08-03 11:12:57 +02:00
zeljan1
dffc3b9594 Qt5,Qt6: fixed Qt version extraction. issue #40426 2023-08-03 10:52:59 +02:00
mattias
d04f10985e ide: package editor: fixed crash #40424 2023-08-03 07:25:26 +02:00
mattias
3d5b43f3b1 ide: using SearchFileInSearchPath 2023-08-03 07:08:41 +02:00
Bart
64adc6945d TaskDialog: remove comment in TLCTaskDialog.AddLable: this was apparently fixed in commit 05555c84. 2023-08-03 01:15:46 +02:00
Bart
e06c2e9831 TaskDialog: add debugln statements in TLCTaskDialog.AddLable to investigate issue #40425. 2023-08-03 00:54:08 +02:00
Bart
9ff95ce2a6 TaskDialog: left-align main icon, footer icon and checkbox in emulated taskdialog. 2023-08-03 00:16:46 +02:00
Bart
a46e62000d TaskDialog: fix setting focus when tfQueryFocused is set.
Give some varibales a mor meningfull name and update some comments regarding those.
2023-08-02 18:00:12 +02:00
rich2014
89c95847d0 Cocoa: code related to doCommandBySelector in TCocoaTextView/TCocoaFieldEditor removed by IME fully supported 2023-08-02 23:33:34 +08:00
rich2014
fdbf58735b Cocoa: code related to ESC/ENTER in TCocoaFieldEditor removed by IME fully supported 2023-08-02 23:33:34 +08:00
rich2014
773acf5b20 Cocoa: code related to ESC/ENTER in TCocoaTextView removed by IME fully supported 2023-08-02 23:33:34 +08:00
mattias
5a4881d48f ide: fixed package editor popup menu, #40424 2023-08-02 17:32:30 +02:00
mattias
009dc40cbb ide: started SearchFileInSearchPath 2023-08-02 17:29:18 +02:00
Maxim Ganetsky
a78bd0f487 IDE: regenerated translations and updated Russian translation 2023-08-02 17:41:00 +03:00
rich2014
5d31c9aebb Cocoa: fix ESC/ENTER with ModifierFlag handle in TCocoaWindowContent.performKeyEquivalent 2023-08-02 22:21:55 +08:00
mattias
dd6cb894c8 ide: TConvertDelphiProjPack.CheckPackageDep: use cache 2023-08-02 13:47:30 +02:00
mattias
ccddf47d02 ide: less hints 2023-08-02 13:29:33 +02:00
mattias
566e7b5e71 ide: clean lazarus build: clean up debugger, designer and converter as well 2023-08-02 13:28:49 +02:00
mattias
a461609d36 ide: using cache when searching files in codebrowser, checkcompileroptions and findrenameidentifier 2023-08-02 13:28:49 +02:00
mattias
7efae97858 ide: TBuildManager.CheckUnitPathForAmbiguousPascalFiles: using cache 2023-08-02 13:28:49 +02:00
rich2014
aeb8dbd099 Cocoa: fix typos 2023-08-02 18:27:45 +08:00
mattias
6e6941f2f0 ide: resourcestrings and refactored 2023-08-02 12:25:42 +02:00
mattias
5da40a4bc8 ide: package editor: menu item Add New Files from File System 2023-08-02 01:56:51 +02:00
mattias
2bb9194225 ide: add new disk file: check fpmake.pp 2023-08-02 01:35:49 +02:00
mattias
1a972b0fbf idedebugger: added missing file 2023-08-02 01:35:24 +02:00
mattias
56108815ee virtualtreeview: added missing file 2023-08-02 01:35:08 +02:00
mattias
69ab8497cc synedit: added missing file 2023-08-02 01:34:50 +02:00
mattias
d5d2d9e918 ideintf: added missing file 2023-08-02 01:34:40 +02:00
mattias
71769343af codetools: added missing file 2023-08-02 01:34:14 +02:00
mattias
09068e7f4e ide: package editor: added menu item add new disk files 2023-08-02 01:22:05 +02:00
mattias
095aa3167f IDE: less hints 2023-08-02 01:22:05 +02:00
mattias
0f582d8c62 cairocanvas: added missing file 2023-08-02 01:22:05 +02:00
Bart
8d8ea4f2d0 TaskDialog: fix typo in debug writeln in Win32 WS code. 2023-08-01 23:32:23 +02:00
Bart
05e3ea353b TaskDialog: Add some ToDo in Win32 WS code. 2023-08-01 17:04:07 +02:00
rich2014
777364cdc6 Cocoa: fix a bug in TCocoaWSCustomTabControl.ShowTabs() 2023-08-01 22:59:58 +08:00
rich2014
64aab7afc8 Cocoa: fix cursor calculation issue in TabControl
In fact, it is related to the container control with LayoutDelta. currently, only TabControl in Cocoa is affected by this bug.
2023-08-01 22:59:58 +08:00
Bart
a0e0744618 TaskDialog: implement OnHyperlinkClicked and associated property URL. Native Vista+ dialog only. 2023-08-01 16:54:50 +02:00
Bart
b5f0aca3ea TaskDialog: use DoOnXXX methods to call the event handlers.
Also rename some methods of LCLTaskDialog for a bit more consistency.
2023-08-01 16:39:53 +02:00
Bart
d31e76a1f6 TaskDialog: implement OnRadioButtonClicked event. 2023-08-01 15:54:34 +02:00
Bart
a2a14d0641 TaskDialog: Win32 WS: don't let TaskDialogIndirect fail if tfUseCommandLinks is set and no custom buttons ar defined. 2023-08-01 14:47:22 +02:00
Bart
188b9b863d TaskDialog: add some comments about the meaning of parameters in the callback function for the Win32 WS code. 2023-08-01 12:58:41 +02:00
Bart
70a178c88e TaskDialog: add OnTimer event. 2023-08-01 11:44:25 +02:00
Bart
213b32e0c7 TaskDialog: add OnExpand event (native Windows dialog only). 2023-08-01 11:06:26 +02:00
Juha
13d54fc4cb LCL: Refactor Colorbox code. Issue #40376, patch by n7800. 2023-08-01 11:55:14 +03:00
Bart
5ed01b1884 TaskDialog: TLCLTaskDialog: fix calculation of height of labels. Issue #40421. 2023-07-31 23:22:59 +02:00
Bart
72376eacf2 TaskDialog: add comment in Win32 WS code about (not yet supported) field of TTaskDialogConfig. 2023-07-31 23:20:43 +02:00
mattias
9874d86630 IDE: check for star directories when searching unit path 2023-07-31 20:20:05 +02:00
mattias
daafbbbe7f IDE: clean up 2023-07-31 19:24:00 +02:00
mattias
ff3d7af6ce ide: fixed star directory (not) matching . and .. 2023-07-31 19:24:00 +02:00
Bart
4be2e3a717 TaskDialog: don't convert '\n' to LineFeed in captions:
Reason: a user might set a button or radiobutton caption to 'Save in "c:\new_folder\new.work"'
See also issue #38676
2023-07-31 18:53:33 +02:00