Commit Graph

58554 Commits

Author SHA1 Message Date
juha
0961a5797a Turn unit ObjectLists to use generics, move it to Lazutils. Reduce typecasts in TPkgManager by using correct types when possible.
git-svn-id: trunk@62639 -
2020-02-17 12:23:38 +00:00
ondrej
2c8411425b LazUtils: TFileStreamUTF8 = TFileStream: FPC 3.x has full UTF8 support and better exceptions (SFOpenError/SFOpenErrorEx). FileName was redeclared in TFileStreamUTF8
git-svn-id: trunk@62638 -
2020-02-17 09:21:15 +00:00
juha
8894c3707a IDE: Update the "All options..." parser to work with FPC trunk. Issue #36671.
git-svn-id: trunk@62637 -
2020-02-17 06:31:39 +00:00
maxim
bd161cf0a5 Opkman: fixed typos, regenerated translations and updated Russian translation
git-svn-id: trunk@62636 -
2020-02-16 21:39:52 +00:00
juha
6255c7a36f Packager: Support extra unit/package dependencies when dropping a component on a form. Issue #36654, patch from Sven Barth.
git-svn-id: trunk@62635 -
2020-02-16 20:24:51 +00:00
juha
ec192ce438 Codetools: In function IsCompilerExecutable fix dcc extension check and fix return value.
git-svn-id: trunk@62634 -
2020-02-16 16:10:46 +00:00
wp
6483f57d33 TAChart: Fix drawing of checkboxes/radiobuttons on Cocoa, part 2.
git-svn-id: trunk@62633 -
2020-02-16 15:48:08 +00:00
juha
d66d8ecf94 Docs: Batch of documentation updates for LCL. Issue #36702, patch from Don Siders.
git-svn-id: trunk@62632 -
2020-02-16 13:29:32 +00:00
juha
ef98ace025 Docs: Updated documentation for LCL MaskEdit. Issue #36703, patch from Don Siders.
git-svn-id: trunk@62631 -
2020-02-16 13:29:18 +00:00
juha
efcdcd91ab LCL: Update "Accept" flag in TCustomAbstractGroupedEdit.EditDragOver. Optimize. Issue #36685, patch from errno.
git-svn-id: trunk@62630 -
2020-02-14 09:36:14 +00:00
balazs
6e73710c9e Opkman: More meaningful column names + hints.
git-svn-id: trunk@62629 -
2020-02-13 15:26:13 +00:00
wp
d47d48cd56 TAChart: Fix painting of checkboxes in TChartListBox on COCOA.
git-svn-id: trunk@62628 -
2020-02-12 23:18:02 +00:00
maxim
1edbd8db4d Pas2JS: improved layout of Pas2JS IDE Options dialog
git-svn-id: trunk@62627 -
2020-02-12 22:20:20 +00:00
maxim
d2c5b78b00 Pas2JS: fixed IDE Options dialog, which was broken in r62619 #e1c8b68d6f, bug #36695
git-svn-id: trunk@62626 -
2020-02-12 22:06:06 +00:00
martin
f5871c4345 Win32, TabControl: Revert r62366 #dfdf67a3f0 PageRect is relative to ClientBounds
git-svn-id: trunk@62625 -
2020-02-12 20:07:00 +00:00
maxim
994832ca3e Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #36692
git-svn-id: trunk@62624 -
2020-02-11 22:37:07 +00:00
zoran
0dc05db67d DateTimePicker: Change popup mode of CalendarForm from pmAuto to pmExplicit (makes difference when ParentForm of DateTimePicker is TCustomForm, not TForm)
git-svn-id: trunk@62623 -
2020-02-11 10:33:51 +00:00
maxim
2efc246c6b Pas2Js: updated Russian translation
git-svn-id: trunk@62622 -
2020-02-09 21:52:14 +00:00
bart
acc7de51bd TStringGrid: also call DoCellProcess when pasting HTML. Issue #0036576.
git-svn-id: trunk@62621 -
2020-02-08 18:11:34 +00:00
martin
0d5ae4a252 LCL, Win32: Clean up TWin32WSScrollBar.SetParams. Code introduced in r10051 was partly undone in r16835 #c9899ebca4
git-svn-id: trunk@62620 -
2020-02-08 17:49:30 +00:00
michael
e1c8b68d6f * Add extra options possibility for webserver command (bug ID #35871)
git-svn-id: trunk@62619 -
2020-02-08 10:19:41 +00:00
martin
59a33a8f2b LCL, Win32: Fix TScrollBar, keep enabled=false when updating pos/min/max. Issue #0036429 (With comments by BrunoK)
git-svn-id: trunk@62613 -
2020-02-07 18:24:26 +00:00
martin
690052c603 SynEdit: LineOverview gutter - removed some dead code
git-svn-id: trunk@62612 -
2020-02-07 15:59:49 +00:00
zeljko
a2705bebc9 gtk3: fixed font orientation. Patch by Anton Kavalenka. issue #36656
git-svn-id: trunk@62611 -
2020-02-04 16:57:45 +00:00
martin
50b0a3f2f6 Debugger, GDBMI: Use force flag for exception breakpoints (at startup). Required for debugging dll. Only works if InternalExceptionBreakSetMethod = imbName
git-svn-id: trunk@62610 -
2020-02-04 03:04:51 +00:00
martin
3de674b205 Debugger, GDBMI: Keep original error when trying alternative filenames.
git-svn-id: trunk@62609 -
2020-02-04 03:04:44 +00:00
martin
797910c4a4 SynEdit: Fix Avl-tree optimization/clean-up
git-svn-id: trunk@62608 -
2020-02-03 20:24:00 +00:00
martin
10729ff5a2 SynEdit: fixed TSynSizedDifferentialAVLTree.FindNodeAtPosition, left-side-count-sum was wrong. Fixed AdjustForLinesDeleted.
git-svn-id: trunk@62607 -
2020-02-03 20:23:59 +00:00
martin
0fbdea80f8 SynEdit: Use logical pos to mark selection (column mode shows fragmented start/end on double width char)
git-svn-id: trunk@62606 -
2020-02-03 20:23:57 +00:00
zeljko
d5d2ef28f5 Qt: unify setFont() behaviour with Qt5 patch. issue #36483
git-svn-id: trunk@62605 -
2020-01-31 16:00:12 +00:00
zeljko
d2aee554cb Qt5: fixed issue with fonts. issue #36483
git-svn-id: trunk@62604 -
2020-01-31 14:16:36 +00:00
mattias
6756799c39 IDE: less hints
git-svn-id: trunk@62603 -
2020-01-31 14:10:12 +00:00
mattias
292fc283b9 lcl: less hints
git-svn-id: trunk@62602 -
2020-01-31 14:10:00 +00:00
mattias
fdaf04cdb8 debuggerintf: clean up
git-svn-id: trunk@62601 -
2020-01-31 14:09:33 +00:00
juha
519db75d62 CustomDrawn: Improve function GetMonitorInfo(). Issue #36574, patch from Yuriy Sydorov.
git-svn-id: trunk@62600 -
2020-01-31 09:53:07 +00:00
juha
beaf08063c CustomDrawn: Fixed crash on startup. Implement EnumDisplayMonitors() and GetMonitorInfo(). Issue #36574, patch from Yuriy Sydorov.
git-svn-id: trunk@62599 -
2020-01-30 17:12:37 +00:00
juha
cfcc3b5d82 SQLDB: Enable TOracleConnection on Win64 when the compiler has support for it. Issue #36635.
git-svn-id: trunk@62598 -
2020-01-30 10:50:44 +00:00
juha
2404e52688 Sparta: Fix a condition testing FPC version.
git-svn-id: trunk@62597 -
2020-01-29 23:43:04 +00:00
juha
69a95ec8cc LazReport: Fix text height when default font is used. Issue #36426, patch from Michal Gawrycki.
git-svn-id: trunk@62596 -
2020-01-29 22:40:52 +00:00
juha
d7f23ad916 LCL-GTK2: Allow changing BorderStyle of TPanel at runtime. Issue #36634, patch from CudaText man.
git-svn-id: trunk@62595 -
2020-01-29 22:40:40 +00:00
mattias
187d646104 lcl: cocoa: fixed vert/horz scrollbar for small controls
git-svn-id: trunk@62594 -
2020-01-26 21:13:34 +00:00
martin
12f9283b78 IDE, debug registers: Windows, reduce flicker
git-svn-id: trunk@62593 -
2020-01-26 20:15:02 +00:00
martin
84ac7fd966 IDE, debug registers: avoid extra updates
git-svn-id: trunk@62592 -
2020-01-26 20:15:00 +00:00
martin
7e1fb75015 Make register view entry format settings persist through debug session / Patch by ccrause
git-svn-id: trunk@62591 -
2020-01-26 20:14:59 +00:00
martin
dff0c471bc SynEdit: more fixes for ecMoveLineDown / testcase
git-svn-id: trunk@62590 -
2020-01-26 19:25:13 +00:00
dmitry
edd505d679 cocoa: eliminating horizontal spacing between columns to match winapi. bug #36618
git-svn-id: trunk@62589 -
2020-01-26 04:08:40 +00:00
marco
bda4078a93 * some const added
git-svn-id: trunk@62588 -
2020-01-25 22:29:59 +00:00
zeljko
518d306921 Qt,Qt5: fixed redundand line. issue #36590
git-svn-id: trunk@62587 -
2020-01-25 13:10:44 +00:00
juha
af1924d230 LCL-GTK3: Implement menu icons. TMenuitem.UpdateImage must be made visible (public). Issue #36607, patch from Anton Kavalenka.
git-svn-id: trunk@62586 -
2020-01-24 19:41:19 +00:00
juha
a79371c9f2 LCL: Allow updating image in TMenuItem externally. Issue #36607, patch from Anton Kavalenka.
git-svn-id: trunk@62585 -
2020-01-24 19:41:10 +00:00