Commit Graph

56967 Commits

Author SHA1 Message Date
dmitry
085e081476 docs: adding Zoë Peterson for ongoing cocoa patching
git-svn-id: trunk@61018 -
2019-04-19 03:04:01 +00:00
wp
c0f90521ad TAChart: New extent validation event for TChart. Deprecate OnExtentChanging event. Issue #35390, patch by Marcin Wiazowski.
git-svn-id: trunk@61017 -
2019-04-18 14:11:22 +00:00
wp
81f4762dba TAChart: Fix TCustomChartSource.FindBounds for XCount = 0. Add test cases.
git-svn-id: trunk@61016 -
2019-04-18 13:49:58 +00:00
mattias
f88bcbfd2d IDE: fixed uninitialized result, issue #35411, from Ondrej
git-svn-id: trunk@61012 -
2019-04-18 08:12:04 +00:00
mattias
a06e60a246 undo
git-svn-id: trunk@61011 -
2019-04-18 08:11:56 +00:00
mattias
ab0aa9bf2a IDE: fixed uninitialized result, issue #35411, from Ondrej
git-svn-id: trunk@61010 -
2019-04-18 08:11:11 +00:00
dmitry
aecd84036e cocoa: fix tabVisible for active page. Patch by David Jenkins #35172
git-svn-id: trunk@61009 -
2019-04-18 03:59:20 +00:00
dmitry
ff9256aff6 cocoa: adding support for removal tabs by freeing handle. Patch by David Jenkins. #35171
git-svn-id: trunk@61008 -
2019-04-18 03:47:21 +00:00
dmitry
c3c3dea2a2 cocoa: adding support for GlyphShowMode. Patch by Zoë Peterson. #35078
git-svn-id: trunk@61007 -
2019-04-18 03:21:48 +00:00
dmitry
161b58005b cocoa: update Clear for ComboBox string list. Patch by Frank. #35404
git-svn-id: trunk@61006 -
2019-04-18 02:48:06 +00:00
martin
e2056f0494 FpDebug: Watches/Locals: Display "Unknown type" instead of "Identifier not found" for unimplemented/unknown data/types
git-svn-id: trunk@61005 -
2019-04-17 23:53:07 +00:00
wp
72317a44ee TAChart: TOpenHighLowCloseSeries and TBoxAndWhiskerSeries accept XCount=0. Some missing fixes in the basic source classes for XCount=0.
git-svn-id: trunk@61004 -
2019-04-17 21:37:21 +00:00
joost
cc8c38611c IDE: Fixed memory-leak introduced in r60944 #9d1b8c9d87
git-svn-id: trunk@61003 -
2019-04-17 21:02:48 +00:00
wp
635cd97135 TAChart: Fix typo in TChartSeries.GraphPointX
git-svn-id: trunk@61002 -
2019-04-17 20:21:48 +00:00
martin
b31e03db6b LazDebugger(Fp)Lldb: improve checks for errors during launch command. Ignore text in file names.
git-svn-id: trunk@61001 -
2019-04-17 15:01:01 +00:00
wp
97dbba89f5 TAChart: Add notification of chart by source when it is no longer sorted.
git-svn-id: trunk@61000 -
2019-04-16 21:43:51 +00:00
wp
abdb6abcaf TAChart: Fix axis labels for sorting a chart source with XCount = 0. Minor changes in sort_demo.
git-svn-id: trunk@60999 -
2019-04-16 21:41:46 +00:00
wp
f6fc50d43c TAChart: Simplify calculation of TCustomChartSource.BasicExtent when XCount = 0.
git-svn-id: trunk@60998 -
2019-04-16 17:57:01 +00:00
wp
dcb6dc0705 TAChart: Fix initialization/reset issue in TCustomAxisChartSource. Issue #35387, patch by Marcin Wiazowski.
git-svn-id: trunk@60997 -
2019-04-16 14:24:51 +00:00
wp
5d5d933bd5 TAChart: Add demo to show sorting of series based on the new XCount=0 feature.
git-svn-id: trunk@60996 -
2019-04-16 14:20:44 +00:00
wp
ac880dd4b9 TAChart: Allow XCount=0 for TChartSource meaning "replace X by point index". Still some issues.
git-svn-id: trunk@60995 -
2019-04-16 14:16:58 +00:00
juha
eee4ab0ff1 IDE: Five new images. Fix casing of some file names. Issue #35373, patch from FTurtle.
git-svn-id: trunk@60994 -
2019-04-16 13:59:53 +00:00
juha
f5a5a18fe0 IDE: Store units in project info file correctly. Issue #35377, patch from Ondrej.
git-svn-id: trunk@60993 -
2019-04-16 13:59:45 +00:00
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