Commit Graph

27127 Commits

Author SHA1 Message Date
maxim
0deb180d9e regenerated translations; updated Russian translation
git-svn-id: trunk@27578 -
2010-10-04 22:27:08 +00:00
mattias
4d26bc867f IDE: running FPC source scan in background thread
git-svn-id: trunk@27577 -
2010-10-04 18:34:57 +00:00
sekelsenmat
d291ed049d Implements support for multiple masks separated by semi-comma in the shell controls. See bug #17222
git-svn-id: trunk@27576 -
2010-10-04 15:09:03 +00:00
mattias
aac4168119 IDE: started background scan of fpc source directory
git-svn-id: trunk@27575 -
2010-10-04 14:00:13 +00:00
ask
d4fd6075e6 TACHart: Increase series length in line demo, reformat comment
git-svn-id: trunk@27574 -
2010-10-04 12:41:03 +00:00
ask
151210cde5 TAChart: Fix animated zoom-out
git-svn-id: trunk@27573 -
2010-10-04 12:04:59 +00:00
ask
91d3bcfd77 TAChart: Replace TChart.UpdateExtent with public GetFullExtent function
git-svn-id: trunk@27572 -
2010-10-04 12:04:28 +00:00
ask
11c20399c2 TAChart: Unassign tool's chart reference during deactivation.
This fixes issue #17507

git-svn-id: trunk@27571 -
2010-10-04 11:56:50 +00:00
ask
e7ce0b0dac TAChart: Add TBarSeries.BarOffsetPercent property
git-svn-id: trunk@27570 -
2010-10-04 11:40:34 +00:00
martin
ea59a61dee Debugger: Changed commit 27554 #73fda95380 ( Issue #0017537,#0016318,#0016132 ). Order could be wrong if addresses had highest bit set (type-cast to negative, would make bigger addr appear smaller)
git-svn-id: trunk@27569 -
2010-10-04 11:20:59 +00:00
ask
ba23bd2982 TAChart: Draw pie slices in the legend
git-svn-id: trunk@27568 -
2010-10-04 10:46:25 +00:00
ask
c95aa6b2f3 TAChart: Draw per-point legend items with the color from the chart source
git-svn-id: trunk@27567 -
2010-10-04 10:32:34 +00:00
ask
3d801aa92c TAChart: Support per-point coloring of line series
git-svn-id: trunk@27566 -
2010-10-04 10:20:29 +00:00
ask
213a8b5ef1 TAChart: Implement legend multiplicity for most series
git-svn-id: trunk@27565 -
2010-10-04 10:13:28 +00:00
mattias
a1310c5ca4 IDE: ignore missing related files when renaming a unit
git-svn-id: trunk@27564 -
2010-10-04 09:41:45 +00:00
ask
d589d25f96 TAChart: Fix chart invalidation after changing subcomponents' properties
git-svn-id: trunk@27563 -
2010-10-04 09:22:47 +00:00
mattias
0b18b44d8e codetools: added flag TFPCSourceCache.Valid
git-svn-id: trunk@27562 -
2010-10-04 09:20:53 +00:00
mattias
cb4fe65c5f codetools: fpc caches: added invalid stamp constant
git-svn-id: trunk@27561 -
2010-10-04 09:15:34 +00:00
ask
51333d23ff TAChart: Fix skipping obsolete property
git-svn-id: trunk@27560 -
2010-10-04 09:15:08 +00:00
ask
91aa289f6e TAChart: Group Legend-related properties into TChartSeriesLegend class. Update demo.
git-svn-id: trunk@27559 -
2010-10-04 09:10:55 +00:00
mattias
185f09f6b7 IDE: cache macro FPCVER, TBuildManager.RescanCompilerDefines: clear before compute anything
git-svn-id: trunk@27558 -
2010-10-04 08:51:01 +00:00
ask
84bb112a07 TAChart: Initial support for legend multiplicity
git-svn-id: trunk@27557 -
2010-10-04 08:21:46 +00:00
ask
643fc88dfa TAChart: Add user-drawn legend item to the legend demo
git-svn-id: trunk@27556 -
2010-10-04 07:30:19 +00:00
ask
09b0ea83ae TAChart: Add OnDrawLegend event to chart series
git-svn-id: trunk@27555 -
2010-10-04 07:28:23 +00:00
martin
73fda95380 Debugger: Added type-cast to fix a range check issue. Issue #0017537,#0016318,#0016132 Based on patch by Juha Manninen in 0017537
git-svn-id: trunk@27554 -
2010-10-03 21:01:27 +00:00
martin
89bc817f68 Fix getting too much string data from clipboard (w32 only). Issue #16483 Based on patch by Bart Broersma
git-svn-id: trunk@27553 -
2010-10-03 19:37:32 +00:00
ask
1f15b325ab TAChart: Disable series if displaying it causes exception.
This prevents further exceptions on repainting, especially during design-time.

git-svn-id: trunk@27552 -
2010-10-03 17:33:56 +00:00
ask
80b1644c82 TAChart: Use RecNo as X value if TDbChartSource.FieldX is empty.
Patch by José Mejuto

git-svn-id: trunk@27551 -
2010-10-03 03:03:53 +00:00
juha
67a5cb4020 Converter: fixed freeing an already freed object. TObjectList owns its items.
git-svn-id: trunk@27550 -
2010-10-02 22:56:52 +00:00
jesus
962c2c3c0c LCL, fix normal row drawing over fixed row (gtk), issue #13404
git-svn-id: trunk@27549 -
2010-10-02 19:39:41 +00:00
zeljko
71bf9bda93 Qt: fixed result of TQtWidgetSet.EnableWindow()
git-svn-id: trunk@27548 -
2010-10-02 16:41:32 +00:00
zeljko
f80a1aaa04 Gtk2: fixed result of TGtk2WidgetSet.EnableWindow()
git-svn-id: trunk@27547 -
2010-10-02 16:39:37 +00:00
martin
04c2eb89db Syn-Multi-Highlighter, tests for rev 27545 #1b6d6917f7
git-svn-id: trunk@27546 -
2010-10-02 16:31:47 +00:00
martin
1b6d6917f7 Syn-Multi-Highlighter, fix several crashes. see notes from issue #17419
git-svn-id: trunk@27545 -
2010-10-02 16:30:18 +00:00
juha
21f7b82baf Converter: Add project's unit search paths as relative paths.
git-svn-id: trunk@27544 -
2010-10-02 14:00:39 +00:00
juha
207ed46b7d Converter: improve LCL path check dialog a little.
git-svn-id: trunk@27543 -
2010-10-02 07:26:17 +00:00
juha
5331c44589 Converter: Detect object type in .lfm also when the variable is not defined in .pas file. Was detected as property.
git-svn-id: trunk@27542 -
2010-10-02 07:02:53 +00:00
mattias
a9cd6b33c9 translations: german: updates from Swen Heinig
git-svn-id: trunk@27541 -
2010-10-02 06:56:19 +00:00
maxim
9ef3233765 regenerated translations; updated Russian translation
git-svn-id: trunk@27540 -
2010-10-01 22:18:41 +00:00
sekelsenmat
c5a28ad1c4 Shelllistview column sizing improvement and starts support for sorting by size
git-svn-id: trunk@27539 -
2010-10-01 15:49:12 +00:00
mattias
f44d97b839 IDE: unit info: added parsed size and total of all include files
git-svn-id: trunk@27538 -
2010-10-01 13:29:52 +00:00
juha
2c1845b2bd Converter: Prevent opening file in editor when fixing include file names. (Scanner error when inc file not found).
git-svn-id: trunk@27537 -
2010-10-01 13:03:39 +00:00
mattias
70c8ed52dd IDE: added resourcestrings
git-svn-id: trunk@27536 -
2010-10-01 09:57:40 +00:00
mattias
f709e6ad5a codetools: added resourcestrings
git-svn-id: trunk@27535 -
2010-10-01 09:53:48 +00:00
maxim
559b03cb5a regenerated translations; updated Russian translation
git-svn-id: trunk@27534 -
2010-09-30 23:14:11 +00:00
mattias
3b6201dc3d IDE: build macros: prefix new package macros
git-svn-id: trunk@27533 -
2010-09-30 22:14:25 +00:00
mattias
174a993140 IDE: updated help links for compiler options
git-svn-id: trunk@27532 -
2010-09-30 21:38:23 +00:00
jesus
cc4b3e27e7 LCL, implemented clicking dbgrid indicator column moves selection, issue #17471
git-svn-id: trunk@27531 -
2010-09-30 20:39:11 +00:00
jesus
3032b9503a LCL, published OnMouseEnter and OnMouseLeave for grids, issue #17518
git-svn-id: trunk@27530 -
2010-09-30 20:07:24 +00:00
juha
66596d10b6 Converter: Create TConvDelphiCodeTool just before it is needed.
git-svn-id: trunk@27529 -
2010-09-30 19:34:08 +00:00