Commit Graph

63167 Commits

Author SHA1 Message Date
wp_xyz
0ddb329d2a tools/icons_to_html: Minor refactoring of ini storage for IconTable project. 2022-08-06 12:15:29 +02:00
Maxim Ganetsky
a76721ce2e .gitlab-ci.yml: return to correct directory after installing compiler 2022-08-06 00:57:31 +00:00
Maxim Ganetsky
3cdf766f43 .gitlab-ci.yml: add diagnostic output 2022-08-06 00:47:33 +00:00
Maxim Ganetsky
d9a7f4f8a1 .gitlab-ci.yml: try 4 to fix job failure 2022-08-06 00:31:01 +00:00
Maxim Ganetsky
7cc5633856 .gitlab-ci.yml: add missing space character 2022-08-06 00:03:33 +00:00
Maxim Ganetsky
4d778a3487 .gitlab-ci.yml: try 3 to fix job failure 2022-08-05 23:57:59 +00:00
Maxim Ganetsky
3842d49c9f .gitlab-ci.yml: another try to fix job failure 2022-08-05 23:42:27 +00:00
Maxim Ganetsky
ff9be93e98 .gitlab-ci.yml: try to fix job failure by suppressing install.sh error output 2022-08-05 23:33:06 +00:00
Maxim Ganetsky
c4b04842e4 .gitlab-ci.yml: also install build-essential packages (needed for 'make') 2022-08-05 23:09:25 +00:00
wp_xyz
9a3132f99f Images: Update html preview of general-purpose images. 2022-08-06 00:56:48 +02:00
Maxim Ganetsky
b1cab800e6 .gitlab-ci.yml: let apt-get work non-interactively 2022-08-05 22:50:49 +00:00
Maxim Ganetsky
14783ceac0 Created initial CI configuration (build on Linux/FPC3.2.2/GTK2) 2022-08-05 22:47:32 +00:00
Martin
6a5b9a627c Merge branch 'CompletionNextChar' into 'main'
SynEdit, Completion: Fix Last line not maintain right key because LogCaret.Y is One based

See merge request freepascal.org/lazarus/lazarus!104
2022-08-05 21:37:47 +00:00
Martin
475d04f179 Debugger: Fix mem-leak using value-converter 2022-08-05 23:03:39 +02:00
wp_xyz
25ea2b3eec Images: More general-purpose icons by Roland Hahn 2022-08-05 19:31:53 +02:00
Martin
847436a56f Debugger: Inspect/Evaluate windows, when opened from watches or each-other transfer settings for eval-flags and converter 2022-08-05 17:33:29 +02:00
Martin
f3bf79fa35 Debugger: fix calling abstract method "BelongsToInstance" on watchpoint. Introduced 4e4c402b62 2022-08-05 17:33:28 +02:00
Martin
5708b50487 amend * Debugger: Fixes To TWatchResultDat 2022-08-05 17:33:28 +02:00
Martin
dd22337fc3 FpDebug: fix accessing nil pointer 2022-08-05 17:33:28 +02:00
Martin
683d087e36 Debugger: Fixes To TWatchResultData / introduced 2d0c2ea8ba 2022-08-05 17:33:28 +02:00
Martin
f0d0b24add Debugger: Enable converter to match unitname for classes. "MyUnit.TFoo" 2022-08-05 02:45:01 +02:00
Martin
1c87d53199 Debugger: implement reading class.unitname from RTTI 2022-08-05 02:45:01 +02:00
Martin
8749ca4f20 FpDebug: fix address for interfaces 2022-08-05 02:44:29 +02:00
Martin
6f99f0fe16 Debugger: Configuration for value converter 2022-08-05 02:44:28 +02:00
Martin
2d0c2ea8ba Debugger: new result type for ConvertValue 2022-08-04 22:50:40 +02:00
Martin
cbb17d6aeb Debugger: fix typename with Json-display 2022-08-03 17:47:49 +02:00
dsiders
3b0a985ae7 Docs: LCL/editbtn. Updates topics for changes in 37fa1598, d0843ab7, 0fbba1a7.
* Modifies NullDate, TDateEdit.ButtonClick, TDateEdit.SetDirectIput, TDateEdit.Date, TDateEdit.MinDate, and TDateEdit.MaxDate.

* Adds NullTime, TDateEdit.IsNullDate.
2022-08-03 06:19:44 +01:00
dsiders
6fb1ba49a9 Docs: LCL/calendar. Updates topics for changes to TCustomCalendar.IsLimited in 9eb749fb, 6cd311dd. 2022-08-03 06:19:08 +01:00
Maxim Ganetsky
6a641def5f IDEDebugger: improved resource string, regenerated translations and updated Russian translation 2022-08-03 01:37:11 +03:00
Maxim Ganetsky
dc287b5e6c IDE, Debugger: regenerated translations 2022-08-03 01:37:10 +03:00
Maxim Ganetsky
49730c9318 Debugger: cleaned up unused resource strings 2022-08-03 01:37:09 +03:00
Bart
0fbba1a726 TDateEdit: adjust Date if necessary when setting MinDate/MaxDate. 2022-08-03 00:15:46 +02:00
Bart
6cd311dd36 TCalendar and TDateEdit: improve IsLimited function. Now it only returns true if MaxDate actually is at least one day > MinDate (it would return True if MaxDate-MinDate was larger than 0.1 msec) 2022-08-03 00:00:24 +02:00
Bart
d0843ab78b TDateEdit: redefine NullDate, since it was actually impossible to select tha actual date 1899-12-30 in the control. Also check dates agains MinDateTime and MaxDateTime. 2022-08-02 23:32:41 +02:00
Bart
37fa159874 TDateEdit: use 0.1 msec as epsilon value when comparing TDateTime values. 2022-08-02 22:57:09 +02:00
Bart
9eb749fb64 TCalendar: use 0.1 msec as epsilon value when comparing values. 2022-08-02 22:54:58 +02:00
Martin
2f4e270270 FpDebug: Windows, rewrite of "step after hitting breakpoint". Fix issues with incorrect steps (Instr-Ptr not reset) in multi thread scenario, when the int3 had been remove in the meantime. 2022-08-02 15:20:50 +02:00
Martin
c1b9bfeca9 Debugger: DebugForJson fixes - keep text format / assign converter to sub-watches / add "Address" detection 2022-08-02 15:20:50 +02:00
Martin
48043da966 Debugger: Converter, match "*" and inheritance via "is:" 2022-08-01 18:41:17 +02:00
Martin
bca093c6ec Debugger: redesign Inspect and Evaluate-Modify windows 2022-08-01 18:41:17 +02:00
Martin
c7e3898de2 Debugger: Watches, display full expression after drag/drop subwatch to main list. 2022-08-01 18:41:16 +02:00
Zaher Dirkey
193f1c2735 SynEdit, Completion: Fix Last line not maintain right key because LogCaret.Y is One based 2022-08-01 18:07:27 +03:00
dsiders
f25f9fb660 Docs: LCL/editbtn. Adds new topics for changes in 8077cae4.
* Updates the module description.
* Updates topic content and See Also links.
2022-08-01 05:02:13 +01:00
dsiders
698a424484 Docs: LCL/calendarpopup. Adds minimum and maximum date arguments added in 8011cace.
* Updates the module description.
* Update topic content and See Also links.
2022-08-01 05:01:55 +01:00
dsiders
1e3ff2d18f Docs: LCL/calendar. Fixes misspelled member name. Updates module description.
* Depends on 1c7122b6.
2022-08-01 05:01:35 +01:00
Bart
1c7122b6ca TCalendar: fix typo in name of private method. 2022-07-31 18:09:06 +02:00
Bart
404da33624 GTK2/GTK3: Document that TDateEdit.MinDate and MaxDate are not supported by the native Calendar. 2022-07-31 17:51:55 +02:00
Bart
8077cae407 TDateEdit: implement MinDate and MaxDate. 2022-07-31 17:41:53 +02:00
Bart
8011cacecc CalendarPopup: implement MinDate and MaxDate. 2022-07-31 16:40:13 +02:00
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