Commit Graph

31166 Commits

Author SHA1 Message Date
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
sekelsenmat
1ddef2e020 Documents T(Float)SpinEdit.OnChange
git-svn-id: trunk@31815 -
2011-07-28 09:43:52 +00:00
dodi
3b09a8015c Dragging: fixes for trunk
git-svn-id: trunk@31814 -
2011-07-28 04:27:40 +00:00
ask
727c3782d1 TAChart: Add workaround for issue #19780
git-svn-id: trunk@31813 -
2011-07-28 01:33:39 +00:00
jesus
7e8b3df07f LCL, fix dbgrid cellclick, issue #19818
git-svn-id: trunk@31812 -
2011-07-27 18:22:10 +00:00
sekelsenmat
4204c772ba Starts implementing CreateRoundRectRgn in gtk2
git-svn-id: trunk@31811 -
2011-07-27 15:24:43 +00:00
martin
9eebf93b31 Revert 31796 #ec0495ca9b: "Attemps to fix ideinspector after the changes in TTabControl" as TTabControl was reverted too
git-svn-id: trunk@31810 -
2011-07-27 10:04:17 +00:00
maxim
27cc8d7949 regenerated translations; updated Russian translation
git-svn-id: trunk@31809 -
2011-07-26 21:24:36 +00:00
maxim
f20e9d7256 IDE: do not autosize window width of 'Searching ...' dialog in order to avoid flickering when searched file path is very long
git-svn-id: trunk@31808 -
2011-07-26 21:17:12 +00:00
michael
090ff678ae * Two corrections when omitting package/module name in element name
git-svn-id: trunk@31807 -
2011-07-26 18:56:12 +00:00
michael
fe55286e6f * Support for selecting an element using --element command-line option
git-svn-id: trunk@31806 -
2011-07-26 18:51:32 +00:00
mattias
8b707e5d00 fcl-web: clean up: examples are now in fpc sources
git-svn-id: trunk@31805 -
2011-07-26 16:20:31 +00:00
sekelsenmat
7db6fbf1f9 Reverts TTabControl to it's old implementation due to too many problems with the new one
git-svn-id: trunk@31804 -
2011-07-26 13:48:06 +00:00
sekelsenmat
2f54837507 Patch from bug #19801 TFloatSpinEdit: OnChange not called when changing Value by code
git-svn-id: trunk@31803 -
2011-07-26 09:10:40 +00:00
blikblum
abae480a70 lcl: Call inherited method in TWinControl.CMEnabledChanged so control is invalidated
git-svn-id: trunk@31802 -
2011-07-26 01:47:57 +00:00
mattias
4b2eccb8c0 docs: undo rename of fpdoc links #lclbase, because first the tools need to be updated
git-svn-id: trunk@31801 -
2011-07-25 22:43:12 +00:00
mattias
e7df3aec83 docs: fixed typo
git-svn-id: trunk@31800 -
2011-07-25 22:24:57 +00:00
mattias
700853b40a docs: clean up
git-svn-id: trunk@31799 -
2011-07-25 22:24:11 +00:00