Commit Graph

56944 Commits

Author SHA1 Message Date
juha
580c51a113 IDE: Remove commands ecJumpToNextError and ecJumpToPrevError from TMainIDE.ProcessIDECommand.
git-svn-id: trunk@60992 -
2019-04-16 13:59:34 +00:00
wp
d9bccc11be TAChart: Optimzed extent calculation when chart source is sorted. Issue #35389, patch by Marcin Wiazowski.
git-svn-id: trunk@60991 -
2019-04-16 07:36:48 +00:00
jesus
fbef644b79 Printers: make the page setup dialog use the user selected units.
git-svn-id: trunk@60990 -
2019-04-16 00:53:10 +00:00
dmitry
17b5600500 cocoa: correct state image selection depending on type of the menu (radio or not)
git-svn-id: trunk@60989 -
2019-04-16 00:11:37 +00:00
maxim
d7f986c747 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #35385
git-svn-id: trunk@60987 -
2019-04-15 22:07:40 +00:00
wp
c061954bc6 TAChart: Add test for sorting.
git-svn-id: trunk@60986 -
2019-04-15 21:26:47 +00:00
wp
93c0be69fd TAChart: Fix distance demo not displaying fit results any more.
git-svn-id: trunk@60985 -
2019-04-15 20:13:40 +00:00
wp
78857f4559 TAChart: Deprecate TDataPointDrawTool.OnShow by and replace by TDataPointDrawTool.OnCustomDraw.
git-svn-id: trunk@60984 -
2019-04-15 19:40:19 +00:00
wp
c17a8a1444 TAChart: Remove incorrect inline directives introduced by r60972 #6908af06b3.
git-svn-id: trunk@60983 -
2019-04-15 16:32:26 +00:00
martin
5bf0e570bf FpDebug: Updated tests for "UnicodeString" workaround for wrong dwarf-highbound fpc issue #0035359, see also issue #0035340
git-svn-id: trunk@60982 -
2019-04-15 14:03:25 +00:00
wp
2d7a2cb821 TAChart: Make TCustomSortedChartSource.Sort safer and more versatile. Part of patch by Marcin Wiazowski.
git-svn-id: trunk@60981 -
2019-04-15 08:32:20 +00:00
wp
f308975433 TAChart: TListChartSource.SetDataPoints cosmetic. Patch by Marcin Wiazowski.
git-svn-id: trunk@60980 -
2019-04-15 08:11:49 +00:00
wp
11980328ba TAChart: Avoid unnecessary Sort calls in TCustomSortedChartSource. Patch by Marcin Wiazowski.
git-svn-id: trunk@60979 -
2019-04-15 07:46:15 +00:00
wp
adbafa8cf4 TAChart: Faster access to list elements in QuickSort of TCustomSortedChartSource. Patch by Marcin Wiazowski.
git-svn-id: trunk@60978 -
2019-04-15 07:40:10 +00:00
wp
28fbd73d9d TAChart: Add setter for TCustomSortedChartSource.OnCompare. Patch by Marcin Wiazowski.
git-svn-id: trunk@60977 -
2019-04-15 07:36:54 +00:00
maxim
0c44681923 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@60976 -
2019-04-14 23:30:08 +00:00
maxim
e3c1603b88 TAChart: updated Russian translation
git-svn-id: trunk@60975 -
2019-04-14 23:23:24 +00:00
wp
6908af06b3 TAChart: Refactoring of chart sources for sorting. TListChartSource now can be sorted by X, Y, Text, etc. Issue #35356, modified patch by Marcin Wiazowski.
git-svn-id: trunk@60972 -
2019-04-14 20:52:38 +00:00
dmitry
b03fd14109 cocoa: calling the proper event when processing updown change
git-svn-id: trunk@60971 -
2019-04-14 14:39:40 +00:00
dmitry
1fa1d582f2 cocoa: redoing the fix for 30847 - instead of processing all items on every change of combobox item, just doing change whenever they are needed
git-svn-id: trunk@60970 -
2019-04-14 14:09:17 +00:00
dmitry
73e6567b0f lcl: resolve the use of missing Min and Max buttons if WS implementation is used for TUpDown. #34663
git-svn-id: trunk@60969 -
2019-04-14 07:14:00 +00:00
dmitry
7219b70a38 cocoa: assigning value to updown control, when changed by ws. #34663
git-svn-id: trunk@60968 -
2019-04-14 07:01:14 +00:00
dmitry
d60d80ba40 cocoa: cocoa specific TUpDown, same look as with TSpinEdit. #34663
git-svn-id: trunk@60967 -
2019-04-14 06:53:12 +00:00
dmitry
3d2a723a44 lcl: updating TCustomUpDown to use WS interface, if provided. #34663
git-svn-id: trunk@60966 -
2019-04-14 06:52:26 +00:00
dmitry
78bc4df384 lcl: adding interface methods for TWSCustomUpDown. So a widget specific implementation makes sense. #34663
git-svn-id: trunk@60965 -
2019-04-14 06:50:06 +00:00
dmitry
3ddc6c5a7b LCL: adding IsWSComponentInheritsFrom(), so we're able to check in runtime, if a particular WS class has been registered (implemented)
git-svn-id: trunk@60964 -
2019-04-14 04:32:06 +00:00
dmitry
878e61d619 cocoa: shrink focus rect by one pixel from far sides
git-svn-id: trunk@60963 -
2019-04-13 22:37:53 +00:00
dmitry
281ad1a6f0 cocoa: update the focused item status of a table raw. Only show it as focused, if it's selected and the control itself is focused. #32051
git-svn-id: trunk@60962 -
2019-04-13 22:37:27 +00:00
wp
a154d474bd TAChart: Use "nice" TListChartSource floating point numbers in data point editor and lfm file. Issue #35374, patch by Marcin Wiazowski.
git-svn-id: trunk@60961 -
2019-04-13 22:06:33 +00:00
mattias
5271081bea docs: readme: add footer
git-svn-id: trunk@60958 -
2019-04-13 11:16:24 +00:00
dmitry
0421cd4f3d cocoa: adding detection if a combobox is showing a popup window
git-svn-id: trunk@60952 -
2019-04-13 05:37:12 +00:00
dmitry
cc0b09b9fb cocoa: adding track area of readonly items, so they can be refreshed automatically as mouse moves around
git-svn-id: trunk@60951 -
2019-04-13 05:20:43 +00:00
dmitry
8b19c6735e cocoa: do not call DrawItem for readonly dropdown if no item is not selected. #21791
git-svn-id: trunk@60950 -
2019-04-13 04:41:54 +00:00
dmitry
1dc66309d3 cocoa: support for using DrawItem when drawing a read-only combobox. #21791
git-svn-id: trunk@60949 -
2019-04-13 04:33:44 +00:00
martin
bd2040ec55 FpDebug: "UnicodeString" workaround for wrong dwarf-highbound fpc issue #0035359, see also issue #0035340
git-svn-id: trunk@60946 -
2019-04-12 23:39:24 +00:00
joost
f9435a7947 IDE: Resourcestrings for the EnvironmentOptions.FppkgConfigFile
git-svn-id: trunk@60945 -
2019-04-12 21:10:42 +00:00
joost
9d1b8c9d87 IDE: Added EnvironmentOptions.FppkgConfigFile
IDE: Fixed some minor problems in the generation of the fppkg.cfg file

git-svn-id: trunk@60944 -
2019-04-12 21:08:55 +00:00
joost
f1dece9ac8 LazUtils: Fixed handling of default values in TXMLConfigStorage + test
git-svn-id: trunk@60943 -
2019-04-12 18:19:32 +00:00
wp
e506b7235c TAChart: Fix some chart tools not being painted when chart is saved to image file.
git-svn-id: trunk@60942 -
2019-04-12 17:23:29 +00:00
mattias
edf1fdd7f4 docs: lazutils: updates from Don Siders, issue #35361
git-svn-id: trunk@60936 -
2019-04-12 07:40:55 +00:00
wp
178c07d81e TAChart: cosmetic
git-svn-id: trunk@60935 -
2019-04-12 07:30:48 +00:00
wp
022bdf31b8 TAChart: Fix TBubbleSeries crashing when labels are shown (due to r60636 #fe85948fb3). Issue #35364, patch by Marcin Wiazowski.
git-svn-id: trunk@60934 -
2019-04-12 07:26:42 +00:00
juha
0899ea0c29 IDE: Fix jumping to next/previous error from the Search menu. Issue #35352.
git-svn-id: trunk@60933 -
2019-04-12 06:05:49 +00:00
martin
4b03bea9b7 remove outdated link
git-svn-id: trunk@60932 -
2019-04-11 22:33:30 +00:00
martin
bb4ab8881c FpDebug: Test for - Check char-size for strings. Recognize "UnicodeString", issue #0035340
git-svn-id: trunk@60931 -
2019-04-11 16:25:29 +00:00
martin
6d1944a6a3 FpDebug: Check char-size for strings. Recognize "UnicodeString", issue #0035340
git-svn-id: trunk@60930 -
2019-04-11 16:25:27 +00:00
maxim
3b3bbd67a4 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@60929 -
2019-04-11 13:06:08 +00:00
martin
5e818f4ce4 IDE: Change caption for debug info. Remove "GDB", as the settings apply to all debuggers
git-svn-id: trunk@60928 -
2019-04-11 11:40:58 +00:00
wp
2e6f06cd26 TAChart: Add script to create chm help file
git-svn-id: trunk@60927 -
2019-04-11 11:30:58 +00:00
martin
79a26a4231 LazDebuggerFpLldb: prevent crash in asm window, if dwarf info failed to load
git-svn-id: trunk@60926 -
2019-04-11 11:28:32 +00:00