Commit Graph

59622 Commits

Author SHA1 Message Date
jesus
58d2132e5c LazReport: Implements other way of dealing with reports that print to specific printer but end using the virtual printer. This catch paper found in predefined list of papers which previous patch didn't.
git-svn-id: trunk@63891 -
2020-09-19 07:27:40 +00:00
maxim
4a751eaae5 JCF2: moved all resource strings to jcfuiconsts.pas, merged translations accordingly
git-svn-id: trunk@63890 -
2020-09-18 23:17:25 +00:00
jesus
cf154ced76 LazReport, Fix paper units when a report who use a installed printer have to use the virtual printer.
git-svn-id: trunk@63889 -
2020-09-18 16:08:27 +00:00
juha
54661a2a36 LCL: Fix changing TForm's bounds and WindowState etc. Issue #36127, patch from Joeny Ang.
git-svn-id: trunk@63888 -
2020-09-18 09:33:43 +00:00
martin
b3cbbc6218 FpDebug: tests
git-svn-id: trunk@63886 -
2020-09-17 23:04:20 +00:00
martin
47bbc252d8 FpDebug: Fix QuoteText
git-svn-id: trunk@63885 -
2020-09-17 23:04:18 +00:00
wp
b842bf6451 TAChart: Fix DataPoint tools not finding stacked TBarSeries values.
git-svn-id: trunk@63884 -
2020-09-17 10:41:14 +00:00
martin
1be98b28e2 SynEdit: add eoAcceptDragDropEditing / keep state from OnDragOver if eoAcceptDragDropEditing is NOT set. Issue #37724
git-svn-id: trunk@63883 -
2020-09-14 12:47:50 +00:00
juha
09aece8f24 Revert r63842 #475bc75d3e because of a regression. Issue #37732.
git-svn-id: trunk@63882 -
2020-09-11 18:01:55 +00:00
juha
f7701ffbe4 Jedi Code Format: Fix compilation with FPC 3.0.4. Issue #37734, patch from BrunoK.
git-svn-id: trunk@63881 -
2020-09-11 15:27:25 +00:00
juha
5b2352d8a1 Jedi Code Format: Support "public" keyword in advanced records. Issue #37731, patch from Domingo Galmés.
git-svn-id: trunk@63880 -
2020-09-11 06:59:25 +00:00
juha
9b23c4ca34 Jedi Code Format: Add support for directive {$include %XXX%}. Issue #37730, patch from Domingo Galmés.
git-svn-id: trunk@63879 -
2020-09-11 06:59:23 +00:00
jesus
3131bdc11f LazReport: crosstab: more mem leaks.
git-svn-id: trunk@63878 -
2020-09-11 06:47:04 +00:00
jesus
84dd5c3fd0 LazReport: Fix crosstab mem leaks.
git-svn-id: trunk@63877 -
2020-09-11 04:50:19 +00:00
wp
5c23fb28b5 TAChart: Avoid crash of TChartListbox when listbox is re-populated after unchecking an item.
git-svn-id: trunk@63876 -
2020-09-09 21:55:04 +00:00
mattias
061ab171ab lazbuild: clean up
git-svn-id: trunk@63875 -
2020-09-09 11:41:24 +00:00
juha
2f35763ff4 LCL-GTK3: Implement Button.OnClick handler. Fix Tab behavior. Issue #37718, patch from Anton Kavalenka.
git-svn-id: trunk@63874 -
2020-09-08 14:37:01 +00:00
juha
4c7fde32e9 Jedi Code Format: Delete unused units.
git-svn-id: trunk@63873 -
2020-09-07 09:27:58 +00:00
juha
18cf55d8a9 Jedi Code Format: Improve formatting of a text selection in .inc files. Issue #37705, patch from Domingo Galmés.
git-svn-id: trunk@63872 -
2020-09-07 08:46:53 +00:00
dmitry
6910915e33 cocoa: avoid using LayoutManager while measuring text for a better performance.
git-svn-id: trunk@63871 -
2020-09-07 04:03:49 +00:00
dmitry
c8f3c6f723 cocoa: replacing the setting of nil color to controlTextColor to prevent crashes on MacOSX 10.6
git-svn-id: trunk@63870 -
2020-09-07 00:14:53 +00:00
jesus
a1dc800a66 LazReport: Find dataset when TFrReport has no owner.
git-svn-id: trunk@63869 -
2020-09-06 05:28:18 +00:00
dmitry
796f05d611 cocoa: fix compilation for fpc 3.0.4
git-svn-id: trunk@63868 -
2020-09-05 19:12:43 +00:00
zoran
959c6b9cd3 DateTimePicker: Add comments which describe options
git-svn-id: trunk@63867 -
2020-09-05 08:29:10 +00:00
martin
03920381a6 FpDebugger: amend address/line for exceptions (addr was line after caller)
git-svn-id: trunk@63866 -
2020-09-05 00:14:38 +00:00
michael
524b0c28ed * Patch from Sven Barth to include lazdaemonapp unit to enable streaming (bug ID #37700)
git-svn-id: trunk@63865 -
2020-09-04 13:51:07 +00:00
michael
ca33492279 * Set clean dirs service doAllowStop option, patch from Sven Barth, bug ID #37699
git-svn-id: trunk@63864 -
2020-09-04 13:49:01 +00:00
martin
fb4e9603c0 FpDebug: Ensure the array for the worker-thread and the main-thread are each unique. Fix occasional search misses. / Small refactor
git-svn-id: trunk@63863 -
2020-09-03 16:32:29 +00:00
martin
1a08e0ba34 FpDebug: Fix Step-Into - sometimes would step before the end of statement. This happened if a nested call was single step, and a "ret" statement encountered. The "ret" (in the nested) was attributed to the outer code, wrongly indicating the command "stepped out".
git-svn-id: trunk@63862 -
2020-09-03 16:32:27 +00:00
martin
c5e7f1e250 lazcollections: TLazThreadedQueue refactor into threaded/none-threaded part
git-svn-id: trunk@63861 -
2020-09-03 08:21:02 +00:00
martin
144fb11c00 lazcollections: TLazThreadedQueue fix ShutDown
git-svn-id: trunk@63860 -
2020-09-03 08:21:00 +00:00
zoran
1f21de2207 DateTimePicker: code cleanup
git-svn-id: trunk@63859 -
2020-09-02 22:11:36 +00:00
zoran
c6843099e5 DateTimePicker - refactoring
git-svn-id: trunk@63858 -
2020-09-01 22:14:39 +00:00
wp
b4cc95fc28 LCL: Fix inability to resize the height of a TCombobox having style csSimple at designtime in order to show the item listbox. Issue #37679. Patch by mgr.inz.Player.
git-svn-id: trunk@63857 -
2020-09-01 13:41:11 +00:00
wp
afa0f73049 LCL: Fix unchangeable Combobox.DropDownCount when Style = csDropDownList. Issue #37670.
git-svn-id: trunk@63856 -
2020-09-01 10:35:55 +00:00
maxim
087020bee2 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #37667
git-svn-id: trunk@63855 -
2020-08-31 22:37:04 +00:00
maxim
063c664c39 JCF2: removed unused resource string
git-svn-id: trunk@63854 -
2020-08-31 22:22:53 +00:00
juha
ef45d65900 JediCodeFormat: Use Ctrl-D shortcut for selection and whole unit. Copy right amount of whitespace into selection. Cleanup. Issue #37652, patch from Domingo Galmés.
git-svn-id: trunk@63853 -
2020-08-31 19:35:01 +00:00
juha
e0b2abcbe7 JediCodeFormat: Clean out Delphi support from our fork. Delphi users get JCF from SourceForge.
git-svn-id: trunk@63852 -
2020-08-31 09:02:33 +00:00
juha
6d45177b97 JediCodeFormat: Improve formatting of selection on Unix systems.
git-svn-id: trunk@63851 -
2020-08-31 09:02:27 +00:00
juha
eff8a039ba JediCodeFormat: Add option to format only selected text. Issue #37652, patch from Domingo Galmés.
git-svn-id: trunk@63850 -
2020-08-31 07:10:22 +00:00
juha
080e21106f JediCodeFormat: Harmonize uses sections.
git-svn-id: trunk@63849 -
2020-08-31 07:10:19 +00:00
juha
55553eded7 LCL-GTK3: Fix ImageList icon paiting. Issue #37600, patch from Anton Kavalenka.
git-svn-id: trunk@63848 -
2020-08-30 20:47:02 +00:00
juha
55d0c7bc3a LCL: Raise TCustomForm.OnShow event always. Didn't happen on Windows in certain cases. Issue #37647.
git-svn-id: trunk@63847 -
2020-08-30 20:29:55 +00:00
jesus
e7f57c722d FreeType: Support for rotated text.
git-svn-id: trunk@63846 -
2020-08-30 01:39:21 +00:00
zoran
a04423bc0d DateTimePicker - Surround the hack for setting TextForNullDate to NULL with ifdef fpc_fullversion < 030200, as nodefault now works with string properties
git-svn-id: trunk@63845 -
2020-08-29 16:43:52 +00:00
juha
49a3adfab7 LCL-GTK3: Prevent a range error in function ButtonClicked.
git-svn-id: trunk@63844 -
2020-08-29 16:15:27 +00:00
juha
bce7246f36 LCL: Formatting, indent with the same style as other code in unit.
git-svn-id: trunk@63843 -
2020-08-29 14:40:19 +00:00
juha
475bc75d3e LCL: Improve TForm's bounds events. Issue #36127, patch from Joeny Ang.
git-svn-id: trunk@63842 -
2020-08-29 14:40:17 +00:00
juha
d8ac913e9f Docs: LCL documentation updates. Issue #37649, patch from Don Siders.
git-svn-id: trunk@63841 -
2020-08-29 14:40:15 +00:00