Commit Graph

31183 Commits

Author SHA1 Message Date
sekelsenmat
e8b84a2b50 Adds a new virtual method to allow descendents to override their WSClass
git-svn-id: trunk@31868 -
2011-08-05 08:36:21 +00:00
ask
8ce1ae04fd TAChart: Use aipGraphCoords option in the axistransf demo
git-svn-id: trunk@31867 -
2011-08-05 05:59:20 +00:00
ask
3ec7677315 TAChart: Add aipGraphCoords option to axis interval parameters
git-svn-id: trunk@31866 -
2011-08-05 05:56:25 +00:00
ask
cc9b94639e TAChart: Do not draw minor axis marks over major ones. Correctly use axis transformation on the minor marks.
git-svn-id: trunk@31865 -
2011-08-05 05:34:17 +00:00
ask
85819bec91 TAChart: Add workaround for issue #19887
git-svn-id: trunk@31864 -
2011-08-05 03:42:11 +00:00
martin
fb2bd86db4 SynEdit: Change order of component registration. Issue #0019860
git-svn-id: trunk@31863 -
2011-08-05 00:54:23 +00:00
juha
63be6b3a21 Designer: Fixed wrong coordinated when getting a non-WinControl parent for a new component. Issue #19891
git-svn-id: trunk@31862 -
2011-08-04 16:42:15 +00:00
ask
f9aff65013 TAChart: Publish TIntervalChartSource component. Add icon.
git-svn-id: trunk@31861 -
2011-08-03 17:02:40 +00:00
ask
e988567787 TAChart: Update axistransf demo
git-svn-id: trunk@31860 -
2011-08-03 16:38:28 +00:00
ask
7195e84854 TAChart: Update chart after change of axis interval parameters
git-svn-id: trunk@31859 -
2011-08-03 16:26:51 +00:00
ask
e486d01537 TAChart: Add "Intervals" page to the axis demo
git-svn-id: trunk@31858 -
2011-08-03 15:42:09 +00:00
ask
ce27587010 TAChart: Refactor TCharAxis.GetMarkValues procedure
git-svn-id: trunk@31857 -
2011-08-03 15:41:09 +00:00
ask
b6c83f2721 TAChart: Additional checks to prevent drawing of axis marks outside the axis range
git-svn-id: trunk@31856 -
2011-08-03 15:28:06 +00:00
ask
89c458bc8d TAChart: Replace TChartMinorAxis.IntervalsCount with Intervals property
git-svn-id: trunk@31855 -
2011-08-03 15:14:50 +00:00
ask
3f6db4ab9f TAChart: Add TChartAxis.Intervals property
git-svn-id: trunk@31854 -
2011-08-03 14:44:56 +00:00
ask
6fc1a2fbed TAChart: Fix axis ordering
git-svn-id: trunk@31853 -
2011-08-03 14:40:58 +00:00
martin
b61f745148 SynEdit: Fixed/Workaround an issue with missing refresh (fold-line-mapping not updated), if no highlighter is assigned
git-svn-id: trunk@31852 -
2011-08-03 12:13:29 +00:00
ask
70e64e04d8 TAChart: Use TIntervalChartSource.Params in interval calculations
git-svn-id: trunk@31851 -
2011-08-03 11:37:38 +00:00
vincents
a2891026c6 arm-wince cross installer:
+ added workaround for bug in mkfpccfg in fpc 2.4.4
* fixed dependencies for building native fpcmake
+ explicitly set FPCFPMAKE, for building with fpc 2.5.1 (related to issue #19655)

git-svn-id: trunk@31850 -
2011-08-03 07:32:55 +00:00
sekelsenmat
e102c28b17 Moves ChildClassAllowed to TPageControl and ifdefs out the new tabcontrol
git-svn-id: trunk@31849 -
2011-08-03 05:37:14 +00:00
maxim
3677e97597 LCL: fix some inconsistencies in translating dialog titles (patch from cobines, bug #19869):
a) TSavePictureDialog
      - override DefaultTitle
      - do not set Title in Create (already done in inherited constructor)
      - set fCompStyle:=csSaveFileDialog (as in TSaveDialog)

    b) TCalculatorDialog
      - don't use your own Title, but use inherited Title property
      - override DefaultTitle

    c) TCalendarDialog
      - don't use your own DialogTitle, but use inherited Title property
      - remove DialogTitle property
      - override DefaultTitle

git-svn-id: trunk@31848 -
2011-08-02 20:25:45 +00:00
maxim
e705d42b04 LCL: small treeview code simplification by Flávio Etrusco, bug #19859
git-svn-id: trunk@31847 -
2011-08-01 21:05:02 +00:00
sekelsenmat
48f40ebb52 Adds an error message to some icon errors with empty message
git-svn-id: trunk@31846 -
2011-08-01 09:17:26 +00:00
sekelsenmat
ed98d767a0 Fixes gtk2 polygon crash
git-svn-id: trunk@31845 -
2011-08-01 09:17:05 +00:00
ask
f81391d3cd TAChart: Add TValuesInRangeParams helper type, remove TAxisDataExtent helper type
git-svn-id: trunk@31844 -
2011-08-01 06:06:43 +00:00
ask
b5c78839e1 TAChart: Add TIntervalChartSource.Params property
git-svn-id: trunk@31843 -
2011-08-01 04:03:08 +00:00
maxim
be9d40824b IDE, 'Searching ...' dialog: don't show acceleration chars in searched expression
git-svn-id: trunk@31842 -
2011-07-31 12:23:24 +00:00
maxim
da7bc9d8ad regenerated translations; updated Russian translation
git-svn-id: trunk@31841 -
2011-07-31 12:13:02 +00:00
maxim
015e1adc6a IDEIntf: fixed component delete confirmation text in Object Inspector, bug #19840
git-svn-id: trunk@31840 -
2011-07-31 12:12:00 +00:00
ask
c52dc587e2 TAChart: Initial implementation of TChartAxisIntervalParams.
Does not do anything useful yet.

git-svn-id: trunk@31836 -
2011-07-31 03:49:03 +00:00
ask
cf6ddb9fb0 TAChart: Extract StrToFloatDefSep utility function
git-svn-id: trunk@31835 -
2011-07-31 03:41:41 +00:00
ask
4ce550af73 TAChart: Add test for decimal separator in DataPoints property
git-svn-id: trunk@31834 -
2011-07-31 03:15:08 +00:00
martin
1ee93b1f0d Debugger: Fixed an issue, with freeing objects, on certain gdb errors
git-svn-id: trunk@31833 -
2011-07-30 23:51:26 +00:00
martin
226bb2cc9a LeakView: Fixed, ensure window on visible monitor
git-svn-id: trunk@31832 -
2011-07-30 22:54:49 +00:00
martin
53cbfeeba4 Debugger: Attempt to fix spaces in path for OSx, Issue #0018457
git-svn-id: trunk@31831 -
2011-07-30 17:45:56 +00:00
martin
b580436123 Remove Override Call-Convention, implementation was missing anyway
git-svn-id: trunk@31830 -
2011-07-30 16:44:04 +00:00
ask
fb3b94ed21 TAChart: Use SetPropDefaults in TChartPen
git-svn-id: trunk@31829 -
2011-07-30 16:28:19 +00:00
ask
6227fc5787 TAChart: Add SetPropDefaults procedure and tests for it
git-svn-id: trunk@31828 -
2011-07-30 14:49:23 +00:00
ask
e8d1819c83 TAChart: Add some strict protected/strict private annotations. Get rid of TCustomSeriesCrack class.
git-svn-id: trunk@31827 -
2011-07-30 08:25:18 +00:00
ask
d0b5c54609 TAChart: Process new properties in TChartAxis.Assign
git-svn-id: trunk@31826 -
2011-07-30 08:13:56 +00:00
ask
a2676e9ab3 TAChart: Update axis demo
git-svn-id: trunk@31825 -
2011-07-30 08:09:32 +00:00
ask
11d4e269aa TAChart: Add TChartAxisMarks.Range property
git-svn-id: trunk@31824 -
2011-07-30 08:08:54 +00:00
ask
b8bef2f439 TAChart: Add TChartRange.Assign and TChartExtent.Assign methods
git-svn-id: trunk@31823 -
2011-07-30 06:45:50 +00:00
ask
aa51debce9 TAChart: Add TChartAxis.Range property
git-svn-id: trunk@31822 -
2011-07-30 06:41:55 +00:00
ask
c61219fe79 TAChart: Add TConstantLine.AxisIndexX property
git-svn-id: trunk@31821 -
2011-07-29 07:15:59 +00:00
ask
022a7d20b5 TACHart: Trivial style fixes
git-svn-id: trunk@31820 -
2011-07-29 05:26:39 +00:00
maxim
2cd936e043 LCL, CreateMessageDialog: cleanup by Bart Broersma, bug #19821
git-svn-id: trunk@31819 -
2011-07-28 20:47:46 +00:00
jesus
e5cca87f42 LCL, grids bidi fixes: scrollbars
git-svn-id: trunk@31818 -
2011-07-28 19:42:51 +00:00
sekelsenmat
1805877800 Fixes region applying for Gtk2 for TForm, implements CreateEllipticRgn in gtk2 and gives better parameter names to this routine
git-svn-id: trunk@31817 -
2011-07-28 12:17:07 +00:00
sekelsenmat
117ae6777c Minor english correction
git-svn-id: trunk@31816 -
2011-07-28 11:43:12 +00:00