Commit Graph

63118 Commits

Author SHA1 Message Date
dsiders
200d15366f Docs: LazControls. Fixes tagging for True, False values.
* Removes whitespace used to indent content.
* Wraps text in content at 80 characters and inserts an EOL.
2022-07-30 16:10:19 +01:00
Jesus Reyes A
640f35cba5 LazReport: Add scrollbars to memo in variables editor, by Michal Gawrycki. Fix #30593 2022-07-29 21:37:44 -05:00
dsiders
dc62a1cc70 Docs: LCL/lcltranslator. Fixes tagging errors. 2022-07-30 02:15:58 +01:00
dsiders
cf0c11cb35 Docs: LCL/lcltranslator. Adds, updates topic content. Depends on d85e87e5.
* Updates TranslateLCLResourceStrings and SetDefaultLang topics.
* Adds new topic for TranslateUnitResourceStringsEx added in d85e87e5.
2022-07-30 01:14:31 +01:00
Maxim Ganetsky
fd7e574b54 LazDataDesktop: removed obsolete IFDEFs (register all possible engines), issue #39836 2022-07-30 01:18:12 +03:00
Martin
c5e879e4e5 Debugger: JSon expand - allow non-strict json 2022-07-29 23:21:33 +02:00
Maxim Ganetsky
d85e87e54f LCL: Added convenience TranslateUnitResourceStringsEx wrapper to LCLTranslator.
It allows to no longer include Translations unit in addition to LCLTranslator if user wants to translate some additional unit.
'Ex' suffix allows to avoid name collision with similar functions in Translations unit.
2022-07-29 02:58:50 +03:00
dsiders
8f1d7a66c9 Docs: LCL/buttons. Updates topic content for TCustomBitBtn and others. 2022-07-29 00:15:46 +01:00
dsiders
835c32c6a1 Docs: LCL/shellctrls. Fixes grammar in topics and tagging for True, False values. 2022-07-27 20:05:07 +01:00
dsiders
bcf97404fa Docs: LCL/shellctrls. Updates the return value description for TCustomShellTreeView.DrawBuiltInIcon. Depends on e9e8f6ef. 2022-07-27 16:13:06 +01:00
wp_xyz
e9e8f6ef32 LCL/ShellCtrls: Fix ShellTreeView crashing when a file has been deleted by the OS. 2022-07-27 12:49:06 +02:00
Martin
de03939782 LazDebuggerFp: Converter JsonForDebug 2022-07-27 01:17:36 +02:00
Martin
099c102565 FpDebug, LazDebuggerFp: more string support for function-eval / support string literals as param 2022-07-27 01:17:36 +02:00
Martin
f3476e5274 FpDebug: Callcontext, rename TFpValueCallParamStringByRef to TFpSymbolCallParamOrdinalOrPointer 2022-07-27 01:17:36 +02:00
Martin
c6ab397e07 Debugger: watches window, use result from parent-watch, if sub-watch only has ide-suffix (json expand) 2022-07-27 01:17:35 +02:00
Martin
f79e6e2ba9 Debugger: Add JSon explorer (expand json array/object) 2022-07-27 01:17:35 +02:00
Martin
8a0a21a7bc LazDebuggFp,FpDebug: fix racing conditions
- while TDbgController.SendEvents runs in the main thread, the work-thread may run TDbgControllerCallRoutineCmd
 - TDbgControllerCallRoutineCmd may run, while the main thread attempts to set the next command
 - CallStack code was from before the WorkQueue was introduced. It needs a different approach. (without attempting to start a new worker)
2022-07-27 01:17:35 +02:00
mattias
2155544f01 IDE: comments 2022-07-26 16:38:09 +02:00
mattias
96cf3062ba codetools: lazarussrc template: added unit paths 2022-07-26 16:37:56 +02:00
Maxim Ganetsky
9654b421dd TAChart: regenerated translations and updated Russian translation 2022-07-25 01:45:56 +03:00
Martin
ca5e8eafe0 Debugger: fix watches dialog / skip tree-rows with control elements 2022-07-24 14:06:48 +02:00
Martin
a2578a496f Debugger: fix watch-result enumerator 2022-07-24 14:06:48 +02:00
Martin
0dfb936053 Debugger: fix freeing converter 2022-07-24 14:06:47 +02:00
Martin
5357d6a3f0 Debugger: Fix eval watch hint in selected StackFrame 2022-07-24 14:06:47 +02:00
wp_xyz
9f08e2006b TAChart: Add new TDataPointMarksClickTool 2022-07-23 19:32:56 +02:00
Željan Rikalo
6c59e95098 Qt5: implemented RemoveMinMaxDates for QtCalendar 2022-07-23 14:52:46 +02:00
Željan Rikalo
f97126e5d7 Qt5: Implemented SetMinMaxDate for QtCalendar 2022-07-23 14:48:30 +02:00
dsiders
688150cb2c Docs: LCL/calendar. Adds, updates topics for changes in e97e7337, c0cc8a7c. 2022-07-23 01:19:43 +01:00
wp_xyz
26494a14f9 Examples/Translations: Fix UTF8 in DefaultFormatSettings. 2022-07-22 20:45:00 +02:00
Maxim Ganetsky
58ba82e9fe LCL: updated Russian translation 2022-07-22 01:06:15 +03:00
Bart
c0cc8a7c44 TCalendar: publish MinDate and MaxDate. 2022-07-21 17:54:28 +02:00
Bart
e97e733747 Merge branch calendar-minmaxdate into main. 2022-07-21 12:33:52 +02:00
Dmitry Boyarintsev
b1822df52c IDE: fix the proper loading keyschema flags, issue #39817 2022-07-21 00:44:19 +03:00
Bart
3304ccd6eb GTK3: Document that the native calendar does not support a MinDate or MaxDate. 2022-07-20 22:25:35 +02:00
Bart
8157c949be GTK2: Document that the native calendar does not support a MinDate or MaxDate. 2022-07-20 22:23:03 +02:00
Bart
8b14d9076f QT(4) Implement TQtWSCustomCalendar.RemoveMinMaxDates. 2022-07-20 17:32:49 +02:00
Bart
756ae8d6d5 QT(4) Implement TQtWSCustomCalendar.SetMinMaxDate. 2022-07-20 17:16:24 +02:00
dsiders
f139def054 Docs: LCL/dialogs. Adds missing tags. 2022-07-20 15:49:53 +01:00
wp_xyz
e937ed3ecd TAChart: Fix series marks positioning when MarkPositions is lmpInside. 2022-07-20 11:35:00 +02:00
dsiders
c0b2b288d5 Docs: LCL/dialogs. Updates the QuestionDlg topic for details in Issue #39829. 2022-07-20 01:59:23 +01:00
dsiders
b5771ccd20 Docs: LCL/extctrls. Adds, updates topics for changes in 13f4f576.
* Adds TCustomPanel.VerticalAlignment, TCustomPanel.SetVertAlignment topics.
* Updates TCustomPanel.Paint topic.
* Adds TPanel.VerticalAlignment topic.
* Minor grammar corrections.
2022-07-20 01:58:47 +01:00
Bart
abb8e19732 TCalendar: move widgetset code for setting Min/MaxDate to SetProps (because is needs a handle). 2022-07-19 19:35:34 +02:00
wp_xyz
13f4f576ab LCL/extctrls: Add new TCustomPanel/TPanel property VerticalAlignment which exists in Delphi. 2022-07-19 19:28:16 +02:00
Bart
4c792b0295 TCalendar: factor out ApplyLimits and RemoveLimits. No functional changes. 2022-07-19 19:18:37 +02:00
Bart
3dba52b4eb TCalendar: don't truncate MinDateTime or MaxDateTime in CheckRange. 2022-07-19 13:59:25 +02:00
Bart
6167bca327 TCalendar: nicer errormessage if a date is smaller than MinDateTime or larger than MaxDateTime. 2022-07-19 10:37:43 +02:00
Bart
44aa22799c Win32 and WinCE; The WS calendar only accepts lowe limits > 1601-01-01 2022-07-19 10:21:59 +02:00
Maxim Ganetsky
646cea3c3f .gitignore: removed duplicate entry 2022-07-19 03:19:57 +03:00
dsiders
b1204f46cf Docs: LCL/editbtn. Updates topic content and See Also links.
* Contains language in TDateEdit.ButtonClick for the interim fix posted in issue #39825 and 455dc87b.
* Fixes spelling and grammar errors.
2022-07-19 00:37:47 +01:00
Maxim Ganetsky
92d6630830 .gitignore: ignore all DLLs in top Lazarus directory 2022-07-19 01:51:06 +03:00