Commit Graph

31459 Commits

Author SHA1 Message Date
sekelsenmat
9a357e6a34 android: Updates the bindings
git-svn-id: trunk@32105 -
2011-08-30 09:06:43 +00:00
mattias
78d488844a codetools: TStandardCodeTool.UnitExistsInUsesSection: dotted name
git-svn-id: trunk@32104 -
2011-08-30 08:56:14 +00:00
mattias
116c4b1bbd codetools: AddUnitToUsesSection: dotted unit
git-svn-id: trunk@32103 -
2011-08-30 08:34:17 +00:00
mattias
e9498b62da codetools: reader tool: dotted uses
git-svn-id: trunk@32102 -
2011-08-30 07:37:30 +00:00
mattias
119ae65d33 codetools: parser: dotted uses
git-svn-id: trunk@32101 -
2011-08-30 07:31:17 +00:00
mattias
3695f21e44 codetools: parser: read dot source name
git-svn-id: trunk@32100 -
2011-08-29 22:01:05 +00:00
juha
202608c307 Codetools: fix parsing with generics in method parameters. Issue #20073, patch from Anthony Walter
git-svn-id: trunk@32099 -
2011-08-29 20:53:37 +00:00
maxim
586d0eda4d Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #20070
git-svn-id: trunk@32098 -
2011-08-29 20:22:15 +00:00
ask
2eff105803 TAChart: Add "Transform" page to the panes demo
git-svn-id: trunk@32097 -
2011-08-29 14:43:56 +00:00
vincents
54a4e2fd68 mac os x build script: fixed creating valid version number for Iceberg for Lazarus versions with characters, such as 0.9.30.2RC1
git-svn-id: trunk@32094 -
2011-08-29 12:10:31 +00:00
sekelsenmat
c85b5cb9b9 Adds TWidgetset.DebugLogLn for widgetset implemented logs
git-svn-id: trunk@32093 -
2011-08-29 10:39:37 +00:00
zeljko
a508edf92f Qt: trial to fix #19881 under 64bit.
git-svn-id: trunk@32092 -
2011-08-29 09:40:06 +00:00
zeljko
c7a0468f7e Qt: fixed crash with QAbstractScrollArea scrollbar.
git-svn-id: trunk@32091 -
2011-08-29 09:34:53 +00:00
zeljko
0d28a4c1b8 LCL: fixed warning in TRegion.GetClipRect because of missing result.
git-svn-id: trunk@32090 -
2011-08-29 09:09:24 +00:00
ask
142639461e TAChart: Add panes demo
git-svn-id: trunk@32089 -
2011-08-29 09:03:53 +00:00
ask
763246ef25 TAChart: Add icon for TChartExtentLink component
git-svn-id: trunk@32088 -
2011-08-29 08:57:21 +00:00
ask
069dd88df5 TAChart: Add TChartExtentLink component
git-svn-id: trunk@32087 -
2011-08-29 08:48:49 +00:00
ask
d4f841d515 TAChart: Remove unneeded unit from "uses" clause
git-svn-id: trunk@32086 -
2011-08-29 08:47:08 +00:00
juha
90e54bf90d IDE: Improving "Directives for new unit" dialog layout. Issue #20067
git-svn-id: trunk@32085 -
2011-08-28 14:36:23 +00:00
ask
6815af3213 TAChart: Use ColorDialog to edit colors in TDataPointsEditorForm
git-svn-id: trunk@32084 -
2011-08-28 11:56:14 +00:00
mattias
8e018a7c8a IDE: add component: fixed check if package dependency is already there for redirected packages, bug #20082
git-svn-id: trunk@32083 -
2011-08-28 11:30:38 +00:00
mattias
88ad6a57f6 IDE: when creating a new unit: when compiler options of main source and project options differ: warn and allow to cancel, request 20067
git-svn-id: trunk@32082 -
2011-08-28 11:17:02 +00:00
ask
f9b4fae300 TAChart: Use Grid.Columns in TDataPointsEditorForm
git-svn-id: trunk@32081 -
2011-08-28 11:13:05 +00:00
ask
2e38d51e90 TAChart: Add design-time editor for TListChartSource.DataPoints property
git-svn-id: trunk@32080 -
2011-08-28 10:06:13 +00:00
ask
d03bd83f01 TAChart: Specify drawer only for TDrawFuncHelper.DrawFunction, not Create
git-svn-id: trunk@32079 -
2011-08-28 06:53:07 +00:00
ask
96bc72c285 TAChart: Add TDataPointTool.DistanceMode property
git-svn-id: trunk@32078 -
2011-08-28 06:50:47 +00:00
ask
3d47dcc48a TAChart: Check UseReticule property only in TReticuleTool
git-svn-id: trunk@32077 -
2011-08-28 06:40:14 +00:00
ask
be28a37a2a TAChart: Implement TCubicSplineSeries.GetNearestPoint
git-svn-id: trunk@32076 -
2011-08-28 06:27:35 +00:00
ask
64c42d5290 TAChart: Correctly calculate TFuncSeries.GetNearestPoint
git-svn-id: trunk@32075 -
2011-08-28 06:18:35 +00:00
ask
dd9ce14656 TAChart: Add TNearestPointParams.FRadius field
git-svn-id: trunk@32074 -
2011-08-28 05:53:15 +00:00
ask
ab098ca690 TAChart: Add TNearestPointResults.FDist field
git-svn-id: trunk@32073 -
2011-08-28 04:52:09 +00:00
ask
cc324e9e04 TAChart: Use records to pass parameters to GetNearestPoint function
git-svn-id: trunk@32072 -
2011-08-28 04:40:05 +00:00
ask
d0faffd601 TAChart: Extract TDrawFuncHelper class
git-svn-id: trunk@32071 -
2011-08-28 01:46:23 +00:00
ask
00a19e4d01 TAChart: Do not subtract ZeroLevel from the bar height
git-svn-id: trunk@32070 -
2011-08-27 15:34:21 +00:00
mattias
0288156d40 codetools: class completion: ignore method bodies of sub classes, bug #20066
git-svn-id: trunk@32069 -
2011-08-27 10:04:48 +00:00
mattias
5ad32f98ca lazcontrols: clean up
git-svn-id: trunk@32068 -
2011-08-27 09:49:02 +00:00
juha
49baf73873 Codetools: Improve support for generics in function return. Issue #20059
git-svn-id: trunk@32067 -
2011-08-27 07:21:28 +00:00
juha
827c9501e8 Codetools: Support generics in the function return type. Issue #20059, based on a patch from Anthony Walter
git-svn-id: trunk@32066 -
2011-08-26 22:30:25 +00:00
juha
035314b632 IDE: Bring form designer to front when selecting a component in ComponentPallete. Issue #19727, patch from Flávio Etrusco
git-svn-id: trunk@32065 -
2011-08-26 21:09:10 +00:00
juha
8e308ffe4d LCL: TreeView - support showing and hiding TreeNodes properly. Issue #17366, patch from Krzysztof Dibowski
git-svn-id: trunk@32064 -
2011-08-26 17:46:56 +00:00
sekelsenmat
e500bcb51d Makes a crashing statement more clear to make debugging easier
git-svn-id: trunk@32063 -
2011-08-26 12:02:38 +00:00
mattias
76ed2c599f codetools: param specifier out only if modeswitch out is on
git-svn-id: trunk@32062 -
2011-08-26 11:38:37 +00:00
sekelsenmat
1ce3fe06e4 android: minor fixes
git-svn-id: trunk@32061 -
2011-08-26 10:46:02 +00:00
sekelsenmat
956fbe1e44 android: Updates bindings and adds dialog callbacks
git-svn-id: trunk@32060 -
2011-08-26 08:58:20 +00:00
sekelsenmat
6728ece0c9 android: Updates the bindings
git-svn-id: trunk@32059 -
2011-08-26 07:29:28 +00:00
martin
ab90477674 SynEdit: Check if suficent space for caret exists at line-end. fixes issue #0020053
git-svn-id: trunk@32058 -
2011-08-25 23:46:14 +00:00
maxim
20149c50e0 localize.bat: cleanup
git-svn-id: trunk@32057 -
2011-08-25 23:09:22 +00:00
martin
e4fc107b50 SynEdit: Clean up ScreenCaret.ClipRect calculation; Fix ClipRect by 1 pixel to small. Partly fixes issue #0020053
git-svn-id: trunk@32056 -
2011-08-25 22:58:14 +00:00
maxim
7f8b9f009e Debugger: enabled .po file updating for gdbmidebugger and added Russian translation
git-svn-id: trunk@32055 -
2011-08-25 22:55:02 +00:00
maxim
a18edbb6a2 Debugger: minor resourcestring fix
git-svn-id: trunk@32054 -
2011-08-25 22:52:03 +00:00