Commit Graph

60546 Commits

Author SHA1 Message Date
maxim
14a6a0f4f4 DockedFormEditor: fixed compilation (removed no longer existing units from the package)
git-svn-id: trunk@64935 -
2021-04-06 22:38:38 +00:00
michl
f75c36c2b8 DockedFormEditor: Use clWindow as resize bars background color for better dark theme support
git-svn-id: trunk@64934 -
2021-04-06 21:29:58 +00:00
michl
dd531abe78 DockedFormEditor: Create ResizeControl dynamically to be full DPI aware. Issue #38702
git-svn-id: trunk@64933 -
2021-04-06 20:54:52 +00:00
bart
1ddd3cc19b MaskEdit: rename a type and it's associated variable and procedure.
git-svn-id: trunk@64932 -
2021-04-06 17:06:08 +00:00
mattias
13450f46a2 codetools: FindReferences for unit names
git-svn-id: trunk@64931 -
2021-04-06 00:11:28 +00:00
maxim
8686aefe45 Anchordocking: fixed typo, regenerated translations and updated Russian translation
git-svn-id: trunk@64930 -
2021-04-05 22:27:26 +00:00
michl
fa42d863cd IDE: Fixed components window closes but component does not appear in form. Issue #38706
git-svn-id: trunk@64929 -
2021-04-05 16:27:49 +00:00
michl
d0d6fcc053 DockedFormEditor: Fixed new created application doesn't show code tab after revision 64923 #90d5a28700
git-svn-id: trunk@64928 -
2021-04-05 16:06:00 +00:00
bart
2e2c6107f2 MaskEdit: have Char_Set and Char_SetFixed, analogue to e.g. Char_Letter and Char_LetterFixed
git-svn-id: trunk@64927 -
2021-04-05 12:41:13 +00:00
bart
680a74ac4e MaskEdit: factor out ParseSet.
git-svn-id: trunk@64926 -
2021-04-05 12:04:23 +00:00
bart
e95298f4e2 MaskEdit: use a lookup table for "simple cMask tokens" in SetEditMask.
git-svn-id: trunk@64925 -
2021-04-05 11:47:17 +00:00
michl
d1651733f2 DockedFormEditor: Fixed dimensions of form with menu are wrong. Issue #38701
git-svn-id: trunk@64924 -
2021-04-04 21:39:58 +00:00
michl
90d5a28700 DockedFormEditor: Create ModulePageControl in empty SourceEditorWindow at cloning a unit
git-svn-id: trunk@64923 -
2021-04-04 21:06:58 +00:00
zeljko
14ef04d220 Qt5: fixed error message
git-svn-id: trunk@64922 -
2021-04-04 13:48:47 +00:00
balazs
3c3bdedabf Opkman: Assign nil to download thread to prevent dangling pointers.
git-svn-id: trunk@64921 -
2021-04-04 11:47:40 +00:00
zeljko
a3a9c7213c Qt5: Implemented extend LCL TLazAccessibleObject accessibility functionality. patch by Dmitry Boyarintsev and David Jenkins. issue #38604
git-svn-id: trunk@64920 -
2021-04-04 10:41:06 +00:00
wp
49cd28f16b TAChart: Avoid too many notifications to the ChartExtentLink.
git-svn-id: trunk@64919 -
2021-04-04 09:01:15 +00:00
michl
143823e00f IDE: Fixed IDE with AnchorDockingDsgn throws AV when unit is cloned in SourceEditor to new SourceEditor. Issue #38699
git-svn-id: trunk@64918 -
2021-04-03 21:17:34 +00:00
wp
9abd98a3ea TAChart/TChartExtentLink: Automatically sync chart sides when the axis title size changes.
git-svn-id: trunk@64917 -
2021-04-03 20:47:59 +00:00
wp
f1e4528ce3 TAChart/TChartExtentLink: Fix alignment of chart sides having no axes (property AlignMissingAxes)
git-svn-id: trunk@64916 -
2021-04-03 20:06:32 +00:00
michl
32bbb65e68 DockedFormEditor: Some missed debug lines added
git-svn-id: trunk@64915 -
2021-04-03 20:02:23 +00:00
michl
cf64cce4f8 AnchorDocking: Option MultiLinePages added
git-svn-id: trunk@64914 -
2021-04-03 18:40:14 +00:00
michl
4b78f92518 DockedFormEditor: Optional show debug output in IDE
git-svn-id: trunk@64913 -
2021-04-03 13:32:29 +00:00
mattias
14676d7a8e IDE: less verbosity
git-svn-id: trunk@64912 -
2021-04-03 12:06:26 +00:00
wp
691f8578fc TAChart: Clearer code in TAChartExtentLink
git-svn-id: trunk@64911 -
2021-04-03 12:03:31 +00:00
mattias
6ad65c8d94 IDE: default position of object inspector: consider docked controls in MainIDEBar
git-svn-id: trunk@64910 -
2021-04-03 11:57:07 +00:00
wp
b2fec33aad TAChart: Fix TAChartExtentLink ignoring the size of the axis title.
git-svn-id: trunk@64909 -
2021-04-03 11:40:55 +00:00
mattias
8c91f78ac6 anchordocking: layout
git-svn-id: trunk@64908 -
2021-04-03 11:04:30 +00:00
bart
f217ea7fc4 MaskEdit: coding style and indentation. No functional changes.
git-svn-id: trunk@64907 -
2021-04-03 10:18:37 +00:00
bart
47a0ef2d84 MaskEdit: simplify ClearChar()
git-svn-id: trunk@64906 -
2021-04-03 10:08:54 +00:00
bart
3236750d4e MaskEdit: refactor SetEditMask.
git-svn-id: trunk@64905 -
2021-04-03 10:02:36 +00:00
bart
c3c7456d6f MaskEdit: if an exception is raised inside SetEditMask, make the control UnMasked (otherwise havoc will occur).
git-svn-id: trunk@64904 -
2021-04-02 21:52:01 +00:00
bart
9124789bc5 MaskEdit: new exception type for errors in EditMask.
git-svn-id: trunk@64903 -
2021-04-02 21:34:20 +00:00
bart
bf15a643ab MaskEdit: add some comments about sets in the EditMask.
git-svn-id: trunk@64902 -
2021-04-02 21:08:38 +00:00
bart
1402472897 LCL: start implemention sets in TMaskEdit. Experimental and disabled by default. Delphi does not support this.
Implementation may change in the future.

git-svn-id: trunk@64901 -
2021-04-02 20:55:07 +00:00
michl
7afc1df1e9 IDE: Remove OnIdle-handler of CodeBrowser when searching is finished
git-svn-id: trunk@64900 -
2021-04-02 19:10:56 +00:00
mattias
74b6997d63 ide: on app activate: invalidate file state cache immediately
git-svn-id: trunk@64899 -
2021-04-02 17:26:11 +00:00
mattias
165e812983 IDE: search results view: fixed close while docked
git-svn-id: trunk@64898 -
2021-04-02 13:25:25 +00:00
juha
047a6801cc Docs: Updates for LCL. Issue #38696, patch from Don Siders.
git-svn-id: trunk@64897 -
2021-04-02 09:57:29 +00:00
martin
dbd1e52b63 IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter.
git-svn-id: trunk@64896 -
2021-03-31 19:37:03 +00:00
martin
f803f8f8c4 IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter.
git-svn-id: trunk@64895 -
2021-03-30 21:53:23 +00:00
maxim
db10027e7d IDE: make sure to always load form resources when resaving forms with i18n, bug #38640
git-svn-id: trunk@64891 -
2021-03-29 22:24:02 +00:00
bart
ce7e9909e5 LCL: fix OpenDocument on Mac for folders. Issue #0038670. Patch by Trevor Roydhouse.
git-svn-id: trunk@64890 -
2021-03-29 15:46:18 +00:00
mattias
be1d17f306 lcl: gtk2: fixed freeing TLCLHandledKeyEvent while processing keys
git-svn-id: trunk@64889 -
2021-03-29 12:14:55 +00:00
martin
176d2080c3 LazDebuggerFp: fixed race conditions / Cache variables must only be used for calls by main-thread.
git-svn-id: trunk@64888 -
2021-03-28 20:26:25 +00:00
martin
e75dd9a3a6 FpDebug: fix compilation with -dWITH_REFCOUNT_DEBUG
git-svn-id: trunk@64887 -
2021-03-28 20:26:23 +00:00
martin
57e759e6ee GdbmiDebugger: publish new config properties
git-svn-id: trunk@64886 -
2021-03-28 20:26:21 +00:00
martin
f2db095c73 Debugger: fix missing inherited call / for TRefCountedObject
git-svn-id: trunk@64885 -
2021-03-28 20:26:19 +00:00
martin
4b10871614 GdbmiDebugger: fix missing inherited call / for TRefCountedObject
git-svn-id: trunk@64884 -
2021-03-28 20:26:17 +00:00
martin
a6b862f417 LazLogger: fix missing inherited call / for TRefCountedObject
git-svn-id: trunk@64883 -
2021-03-28 20:26:15 +00:00