Commit Graph

26916 Commits

Author SHA1 Message Date
mattias
7778ac45a5 IDE: new console project: set pfMainUnitHasTitleStatement if title set, bug #16948
git-svn-id: trunk@27067 -
2010-08-12 10:03:35 +00:00
maxim
f166ab15a8 Update lazarus.res (it was changed automatically on Lazarus recompilation)
git-svn-id: trunk@27066 -
2010-08-12 00:05:35 +00:00
maxim
a59f3b42da IDE: Czech translation update by Martin Smat
git-svn-id: trunk@27065 -
2010-08-11 23:16:29 +00:00
mattias
bb7cd19447 codetools: fixed type of low(array[enum])
git-svn-id: trunk@27064 -
2010-08-11 06:21:19 +00:00
dmitry
b6c70dc7ed carbon: fixes for Luiz's RadioButton changes
git-svn-id: trunk@27063 -
2010-08-11 05:44:16 +00:00
jesus
10f1d85bf5 LCL, fix dbgrid showing 'phantom' rows on inserting (sqlquery bug on changing buffercount on this state)
git-svn-id: trunk@27062 -
2010-08-11 05:40:21 +00:00
blikblum
557e1a8671 qt: optimize GetUtf8String
git-svn-id: trunk@27061 -
2010-08-11 01:52:41 +00:00
blikblum
8265b847c5 lcl: add const to string parameters in RegisterPropertyToSkip
git-svn-id: trunk@27060 -
2010-08-11 01:46:39 +00:00
blikblum
10f33a372e lcl: optimize TPropertiesToSkip.IndexOf
git-svn-id: trunk@27059 -
2010-08-11 01:39:26 +00:00
blikblum
00afe9c4f9 lcl: optimize TPropertiesToSkip
git-svn-id: trunk@27058 -
2010-08-11 01:24:45 +00:00
maxim
191f364b96 lazarus.lpi: bumped version up
git-svn-id: trunk@27057 -
2010-08-10 23:34:46 +00:00
maxim
fe4ae866c2 regenerated translations; updated Russian translation
git-svn-id: trunk@27056 -
2010-08-10 23:27:52 +00:00
blikblum
4a9091c3a2 lcl: don't publish TRadioButton State and AllowGrayed properties: Delphi compatible.
separate TCustomCheckBox/TCheckBox constructors to avoid double setting of AutoSize/TabStop in TToggleBox/TRadioButton

git-svn-id: trunk@27055 -
2010-08-10 20:12:40 +00:00
blikblum
e50914e4bf qt: don't send LM_CHANGE messages when changing State of TRadioButton and TCheckBox programatically. Use Toggled signal instead of Clicked to notify of changes in TRadioButton. Part of 0017139 and 0017104
git-svn-id: trunk@27054 -
2010-08-10 17:49:43 +00:00
blikblum
1aa796b724 lcl: remove workarounds to recursive LM_CHANGE calls, since it was fixed fixed in rev 27050 #8d7d250608 and 27051:
- don't toggle TRadioButton siblings state since this is done by widgetset;  
 - remove FLastCheckedOnChange; 
 - call OnChange only if State was really changed by widgetset 
 - Dont set Checked property in Click
Part of 0017139 and 0017104

git-svn-id: trunk@27053 -
2010-08-10 17:02:07 +00:00
ask
0d8fe57965 TAChart: Initial implementation of TBubbleSeries
git-svn-id: trunk@27052 -
2010-08-10 17:01:00 +00:00
blikblum
5456d6fc31 wince: avoid sending LM_CHANGE message when clearing TRadioButton siblings and when setting TRadioButton checked property programatically. Send LM_CHANGE when TRadioButton is unchecked. Don't toggle TRadioButton state when it's already checked. Part of 0017139 and 0017104
git-svn-id: trunk@27051 -
2010-08-10 16:52:59 +00:00
blikblum
8d7d250608 win32: avoid sending LM_CHANGE message when clearing TRadioButton siblings and when setting TRadioButton checked property programatically. Send LM_CHANGE when TRadioButton is unchecked. Don't toggle TRadioButton state when it's already checked. Part of 0017139 and 0017104
git-svn-id: trunk@27050 -
2010-08-10 16:52:13 +00:00
ask
9d03b45223 TAChart: Add multi-valued random chart source. Fix reading multi-valued TListChartSource from DataPoints.
git-svn-id: trunk@27049 -
2010-08-10 16:07:08 +00:00
dmitry
14b1813403 carbon: final fixes for LineTo 1-pixel line drawing
git-svn-id: trunk@27048 -
2010-08-10 08:39:10 +00:00
sekelsenmat
9a8d703529 Fixes Carbon drawing of lines with width 1
git-svn-id: trunk@27047 -
2010-08-10 04:11:19 +00:00
paul
2c127c9897 win32: fix TListView.Autosize by Bernd Kreuss (issue #0017141)
git-svn-id: trunk@27046 -
2010-08-10 02:07:48 +00:00
martin
2012316840 SynEdit, FoldGutter: Always show [+]/[-] in popup menu
git-svn-id: trunk@27045 -
2010-08-09 23:35:58 +00:00
marc
a65d1b9fc1 * Convert rgb(a) bitmap data if data in different order. Modified patch #0016304 by Denis Golovan
git-svn-id: trunk@27044 -
2010-08-09 22:55:52 +00:00
marc
0b2e80a484 * Move generic RGBIndices code to rawimage description. Part of patch #16304 by Denis Golovan
git-svn-id: trunk@27043 -
2010-08-09 22:53:38 +00:00
sekelsenmat
ed2bd3cf36 Changes SHSendBackToFocusWindow to dynamic loading
git-svn-id: trunk@27042 -
2010-08-09 08:03:40 +00:00
dmitry
3048fbf9e9 carbon: fix focusing, allowing an empty form to gain focus. bugs #16823,#16866
git-svn-id: trunk@27041 -
2010-08-08 20:47:27 +00:00
martin
fa651f6d59 SynEdit: changed type (for 64bit)
git-svn-id: trunk@27040 -
2010-08-08 18:03:00 +00:00
martin
f0fdb13710 SynEdit/IDE: reduce overhead updating marks
git-svn-id: trunk@27039 -
2010-08-08 16:04:47 +00:00
martin
ac930ac5a0 SynEdit: Clean up
git-svn-id: trunk@27038 -
2010-08-08 15:58:07 +00:00
martin
8dae7aa8b1 SynEdit: Refactor SynMarks
git-svn-id: trunk@27037 -
2010-08-08 15:46:27 +00:00
marc
206d235bd0 * Only set "debugging" caption when a real debugger is used, otherwise use "running". Patch by Flavio Etrusco. Fixes #0002090
git-svn-id: trunk@27036 -
2010-08-08 15:30:08 +00:00
marc
e46e582d12 * Set HideKeyTableWarnings by default so no key table warnings ar shown (Out of OEM specific VK codes)
git-svn-id: trunk@27035 -
2010-08-08 15:07:23 +00:00
ask
234944e350 TAChart: Initial multi-valued sources support
git-svn-id: trunk@27034 -
2010-08-08 13:58:35 +00:00
ask
ac082984d3 TAChart: Update basic demo
git-svn-id: trunk@27033 -
2010-08-08 13:18:51 +00:00
ask
72165d1d22 TAChart: Move TBasicPointSeries class to TACustomSeries unit
git-svn-id: trunk@27032 -
2010-08-08 11:09:22 +00:00
ask
edd774a031 TAChart: Add TBarSeries.ZeroLevel property
git-svn-id: trunk@27031 -
2010-08-08 06:37:15 +00:00
ask
2cbeb8a186 TAChart: Use PrepareGraphPoints in TBarSeries.Draw
git-svn-id: trunk@27030 -
2010-08-08 06:31:13 +00:00
jesus
5eba113ce5 LCL, implements grid's cbsButtonColumn editor style
git-svn-id: trunk@27029 -
2010-08-08 02:10:24 +00:00
martin
79c7ae9333 Fix Editoroptions, from last commit
git-svn-id: trunk@27028 -
2010-08-08 01:17:46 +00:00
martin
bb4d53ff94 SynEdit: Started rework of Gutter, started adding new overview gutter
git-svn-id: trunk@27027 -
2010-08-08 00:35:06 +00:00
ask
8a93b3076e TAChart: Replace TAreaSeries.Stairs and InvertedStairs with ConnectType property.
+ Correctly display rotated stairs series.

git-svn-id: trunk@27026 -
2010-08-07 18:04:08 +00:00
ask
4850673e1d TAChart: Support 3-d look for area series. Various fixes for zero level code. Update demo.
git-svn-id: trunk@27025 -
2010-08-07 17:22:46 +00:00
ask
3d00e0005f TAChart: Add ZeroLevel and UseZeroLevel properties to TAreaSeries, Update demo.
git-svn-id: trunk@27024 -
2010-08-07 16:57:18 +00:00
ask
c0a6f3aa38 TAChart: Add area series to rotation demo
git-svn-id: trunk@27023 -
2010-08-07 16:50:09 +00:00
ask
76b6278554 TAChart: Improve area series drawing.
+ Refactor drawing code
+ Add TAreaSeries.AreaContourPen
+ Support rotated series

git-svn-id: trunk@27022 -
2010-08-07 16:48:53 +00:00
maxim
9fe6485839 TodoList: avoid flickering while updating TODO list by adding BeginUpdate/EndUpdate. Patch by Vladimir Zhirov, bug #17125.
git-svn-id: trunk@27021 -
2010-08-07 15:15:29 +00:00
ask
6688cc9ce2 TAChart: Extract TBasicPointSeries.PrepareGraphPoints method
git-svn-id: trunk@27020 -
2010-08-07 14:36:11 +00:00
ask
a11a0af094 TAChart: Extract DoubleInterval utility function
git-svn-id: trunk@27019 -
2010-08-07 14:32:48 +00:00
michael
493196ea7c * Added an option to scroll new messages into view after an idea of Bernd <prof7bit@googlemail.com>
git-svn-id: trunk@27018 -
2010-08-06 19:30:26 +00:00