Commit Graph

58194 Commits

Author SHA1 Message Date
mattias
b78a86c467 pas2jsdsgn: started using compileserver
git-svn-id: trunk@62127 -
2019-10-27 09:02:17 +00:00
juha
09588f6575 LCL-GTK2: Add license info to unit UnityWSCtrls. Required by (L)GPL.
git-svn-id: trunk@62126 -
2019-10-27 08:23:48 +00:00
wp
e7174e7ac2 LCL/Trackbar: Fix hanging on Win64 when Max is too large. Issue #36046, based on patch by Serge Anvarov.
git-svn-id: trunk@62125 -
2019-10-26 17:16:51 +00:00
juha
a9ffb7fc67 LCL-GTK2: Futher fixes for TrayIcon. Issue #36199, patch from David.
git-svn-id: trunk@62124 -
2019-10-26 17:14:21 +00:00
juha
f625e656d0 IDE: Do not clear out settings under "Additions and Overrides" after renaming a build mode. Issue #35572.
git-svn-id: trunk@62120 -
2019-10-26 05:59:32 +00:00
juha
18912d2ef6 IDE: Formatting for BuildMode stuff. Rename some variables.
git-svn-id: trunk@62119 -
2019-10-26 05:59:26 +00:00
bart
4b43ae528d LCL: TValueListEditor: don't allow setting ColCount to anything but 2.
git-svn-id: trunk@62118 -
2019-10-25 17:02:09 +00:00
bart
a4df0d88cf LCL: TValueListEditor: update TitleCaptions when loading from file.
git-svn-id: trunk@62117 -
2019-10-25 16:36:39 +00:00
wp
4f81e53b18 TAChart: New axis event OnGetMarkText to replace the old OnMarkToText (which does not pass the used axis in a parameter). Deprecate OnMarkToText.
git-svn-id: trunk@62116 -
2019-10-25 14:48:33 +00:00
maxim
a8aba970ab POChecker: clean up
git-svn-id: trunk@62115 -
2019-10-24 22:53:45 +00:00
maxim
8f963bb572 POChecker: add to LPK some files which were missing there
git-svn-id: trunk@62114 -
2019-10-24 22:47:13 +00:00
juha
106e142af0 LCL: Wait for the first WMSize() before triggering onShow()/onActivate() of a form. Issue #36127, patch from Joeny Ang.
git-svn-id: trunk@62113 -
2019-10-24 22:34:22 +00:00
martin
f955aac408 Fix compile / issue #0036204
git-svn-id: trunk@62112 -
2019-10-24 20:22:45 +00:00
mattias
80fe294d91 projectgroups: fixed saving unchanged xml files
git-svn-id: trunk@62111 -
2019-10-22 15:12:35 +00:00
mattias
f46c547347 lazdebugger: clean up
git-svn-id: trunk@62110 -
2019-10-22 15:10:45 +00:00
mattias
ab4a5849a6 lazcontrols: clean up
git-svn-id: trunk@62109 -
2019-10-22 15:10:30 +00:00
mattias
d0e20a7e06 fpdebug: clean up
git-svn-id: trunk@62108 -
2019-10-22 15:10:12 +00:00
mattias
a6f129c936 IDE: less hints
git-svn-id: trunk@62107 -
2019-10-22 15:04:10 +00:00
maxim
680d18ea26 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@62104 -
2019-10-21 22:08:39 +00:00
maxim
a79f9dff63 IDE: cleaned up duplicate 'Open Recent' string
git-svn-id: trunk@62103 -
2019-10-21 22:06:38 +00:00
juha
0cb74e2c3c LazUtils: Optimize and use function CompareMethods in LazMethodList unit. Issue #35694, patch from Serge Anvarov.
git-svn-id: trunk@62102 -
2019-10-21 19:16:32 +00:00
juha
ba9f2d75a3 LCL-GTK3: Implement setting Combobox caption. Issue #35685, patch from Anton Kavalenka.
git-svn-id: trunk@62101 -
2019-10-21 19:16:20 +00:00
ondrej
8f67f44fcd ProjectGroups: do not rewrite LPIs on read. Issue #36030
git-svn-id: trunk@62100 -
2019-10-21 07:02:09 +00:00
juha
4d83899c82 ProjectGroups: Add a shell script for updating image resources.
git-svn-id: trunk@62099 -
2019-10-20 18:29:12 +00:00
juha
9b8b68ae74 ProjectGroups: New icons. Issue #35850, patch from FTurtle.
git-svn-id: trunk@62098 -
2019-10-20 18:17:36 +00:00
juha
cb118777d9 Docs: Updated documentation for DbActns in LCL. Issue #36022, patch from Don Siders.
git-svn-id: trunk@62097 -
2019-10-20 18:14:03 +00:00
juha
a555d027da IDE: New toolbutton command "Open Recent Project". Issue #35883, patch from FTurtle.
git-svn-id: trunk@62096 -
2019-10-20 18:13:56 +00:00
juha
92a535fc1f Revert r57155 and r60340 #b6923ebc84 because of a regression bug. See issue #36170.
git-svn-id: trunk@62095 -
2019-10-20 17:16:16 +00:00
wp
834b592281 TAChart: Avoid painting of gaps in non-solid series using the brush color when ChartStyles are active.
git-svn-id: trunk@62094 -
2019-10-20 11:07:40 +00:00
juha
753c843f12 LCL: Fix properly the grid issue #36172.
git-svn-id: trunk@62093 -
2019-10-19 15:40:00 +00:00
zeljko
de653426c7 Qt5: do not call xlib functions when running under wayland compositor.
git-svn-id: trunk@62092 -
2019-10-19 11:53:02 +00:00
juha
79519f5acc IdeIntf: Improve an exception error message in OI for issue #35322. Rename variables to avoid confusion.
git-svn-id: trunk@62091 -
2019-10-19 11:17:35 +00:00
juha
6e36102baf LCL: Minor improvement for scaling in Grids and ImageList. Issue #35648, patch from Alexey Tor.
git-svn-id: trunk@62090 -
2019-10-19 10:53:30 +00:00
juha
167df5e84a LCL: Prevent an eternal loop in a Grid which has no fixed columns or rows. Issue #36172.
git-svn-id: trunk@62089 -
2019-10-19 09:13:21 +00:00
juha
313849e97b LCL: Fix lines inside an IFDEF that confused the debugger.
git-svn-id: trunk@62088 -
2019-10-19 08:38:33 +00:00
juha
7023c973e2 Docs: Updated documentation for CustomTimer in LCL. Issue #36191, patch from Don Siders.
git-svn-id: trunk@62087 -
2019-10-19 06:22:35 +00:00
juha
b68f02c182 Sparta: Formatting.
git-svn-id: trunk@62080 -
2019-10-18 21:49:33 +00:00
juha
a5a42cf385 IDE: Reorder methods in main.pp a little.
git-svn-id: trunk@62079 -
2019-10-18 21:49:31 +00:00
juha
1440ad1a1e IdeIntf: Remove a useless HandlerType parameter from DoCallShowDesignerFormOfSourceHandler. Flag lihtShowDesignerFormOfSource is used always.
git-svn-id: trunk@62078 -
2019-10-18 21:49:21 +00:00
wp
a384c1ed14 MessageComposer: Improved auto-sized layout revisited.
git-svn-id: trunk@62077 -
2019-10-18 20:29:59 +00:00
bart
5a8f370fce LCL: suppress useless warnings in ShellCtrls unit.
git-svn-id: trunk@62076 -
2019-10-18 16:53:17 +00:00
zeljko
fa7f6f5bbc Qt,Qt5: fix issue with TRadioGroup and TCheckGroup after minimizing & restoring form. issue #36195
git-svn-id: trunk@62075 -
2019-10-18 16:16:02 +00:00
wp
fd094740c7 MessageComposer: Improved auto-sized layout.
git-svn-id: trunk@62074 -
2019-10-18 16:09:27 +00:00
wp
6d317e22dc TAChart: Fix divide-by-zero error in TFitSeries.
git-svn-id: trunk@62073 -
2019-10-18 11:15:35 +00:00
maxim
9107baee24 Translations: removed completely untranslated files
git-svn-id: trunk@62072 -
2019-10-17 23:43:46 +00:00
maxim
6e821e62a0 PoChecker: simplified code by removing TPoTestOptions set (which had only one element) and directly analyzing LangID value instead
git-svn-id: trunk@62071 -
2019-10-17 23:29:03 +00:00
wp
e216e6cfec TAChart: Replace r62069 #40d59fec0b by better solution.
git-svn-id: trunk@62070 -
2019-10-17 22:08:42 +00:00
wp
40d59fec0b TAChart: Fix chart distance tools crashing when series contains a NaN value.
git-svn-id: trunk@62069 -
2019-10-17 22:00:28 +00:00
balazs
9236d9cb88 Opkman: Fix invalid URL bug.
git-svn-id: trunk@62068 -
2019-10-17 15:43:29 +00:00
mattias
ea9b316ba6 codetools: added modeswitch msImplicitFunctionSpecialization
git-svn-id: trunk@62067 -
2019-10-16 10:27:16 +00:00