ask
79614db4ae
TAChart: Workaround for TDbChartSource referring to the dataset with Filtered := true
...
Since RecordCount ignores filtering, TDbChartSource tries to display all records.
Replace filtered-out records with NaNs to hide them from the view.
git-svn-id: trunk@37040 -
2012-04-26 19:56:03 +00:00
michael
eb7bcc8408
* Reverted files committed by accident
...
git-svn-id: trunk@37039 -
2012-04-26 15:53:36 +00:00
michael
97163122d0
* Enable mssqlconnection for fpc >= 2.6.1 (patch from Reinier Olilagers, bug #21867 )
...
git-svn-id: trunk@37038 -
2012-04-26 15:51:41 +00:00
mattias
b47c4e7481
codetools: fixed uninitialized result
...
git-svn-id: trunk@37022 -
2012-04-25 16:41:37 +00:00
mattias
d0e93df910
anchordocking: changestamp for options
...
git-svn-id: trunk@37021 -
2012-04-25 16:31:09 +00:00
mattias
458181f496
IDE: recent/history lists: replaced case sensitive comparison with three types
...
git-svn-id: trunk@37020 -
2012-04-25 09:03:37 +00:00
juha
d7cb4f1717
LazUtils: Fix FileUtil.CopyFile to work with Unicode in filenames. Issue #21817 , patch from Takeda Matsuki
...
git-svn-id: trunk@37018 -
2012-04-24 21:47:32 +00:00
jesus
62a35aadda
LazReport, improve mouse selecting of thin line objects
...
git-svn-id: trunk@37017 -
2012-04-24 17:30:42 +00:00
mattias
90be500297
codetools: clean up
...
git-svn-id: trunk@37015 -
2012-04-24 14:08:00 +00:00
jesus
bf6ed04b98
LazReport, published WordBreak property on Memo object plus some refactoring
...
git-svn-id: trunk@36995 -
2012-04-24 06:57:25 +00:00
jesus
6c6c1338fd
LazReport, published property KeepAspect and Centered for Picture Object
...
git-svn-id: trunk@36994 -
2012-04-24 06:17:03 +00:00
mattias
0f2bb9b9f9
codetools: identifier completion: ilcfNeedsDo check for in middle of statement
...
git-svn-id: trunk@36992 -
2012-04-23 19:35:20 +00:00
mattias
15f4afc429
IDE: identifier completion: add do after with, issue #16850
...
git-svn-id: trunk@36991 -
2012-04-23 19:23:21 +00:00
mattias
d4e8790811
codetools: identifier list: skip identifier at cursor
...
git-svn-id: trunk@36990 -
2012-04-23 15:03:13 +00:00
mattias
98473c0c0c
avglvltree: remove/removepointer: return true if something was deleted
...
git-svn-id: trunk@36989 -
2012-04-23 09:03:23 +00:00
mattias
7d00f95185
codetools: comment
...
git-svn-id: trunk@36988 -
2012-04-23 08:59:10 +00:00
mattias
9b61e66009
lazutils: clean up
...
git-svn-id: trunk@36987 -
2012-04-23 08:57:55 +00:00
mattias
acc234b672
codetools: identifier completion: keyword initialization for library
...
git-svn-id: trunk@36985 -
2012-04-22 23:03:50 +00:00
mattias
f373591417
codetools: less verbose
...
git-svn-id: trunk@36984 -
2012-04-22 22:58:17 +00:00
mattias
b381e2ecce
codetools: identifier completion: some keywords for library, program
...
git-svn-id: trunk@36983 -
2012-04-22 22:55:58 +00:00
mattias
e055f6003b
codetools: fixed find declaration
...
git-svn-id: trunk@36982 -
2012-04-22 22:46:47 +00:00
mattias
9d8803bbcc
codetools: identifier completion: fixed continue searching
...
git-svn-id: trunk@36981 -
2012-04-22 21:26:33 +00:00
mattias
11216625db
codetools: fixed search in hidden used units
...
git-svn-id: trunk@36978 -
2012-04-22 20:15:40 +00:00
mattias
ad932b2c33
codetools: leave implementation,initialization,finalization nodes open, error handling will close them, bug #21831
...
git-svn-id: trunk@36977 -
2012-04-22 19:11:43 +00:00
mattias
79e5ef4d40
codetools: fixed error message if cursor behind code
...
git-svn-id: trunk@36976 -
2012-04-22 18:58:15 +00:00
mattias
297804938e
codetools: fixed searching identifier in program, library
...
git-svn-id: trunk@36975 -
2012-04-22 18:33:35 +00:00
mattias
f2b5e73135
codetools: fixed find declaration in library starting in initialization, bug #21832
...
git-svn-id: trunk@36974 -
2012-04-22 18:25:25 +00:00
mattias
28123ac857
codetools: fixed treating initialization, finalization as statements
...
git-svn-id: trunk@36973 -
2012-04-22 18:15:24 +00:00
mattias
ef54620381
codetools: fixed reparsing initialization, finalization, begin
...
git-svn-id: trunk@36972 -
2012-04-22 17:51:21 +00:00
mattias
ca20fbb994
codetools: fixed FindMethodNodeInImplementation for program
...
git-svn-id: trunk@36969 -
2012-04-22 10:13:34 +00:00
mattias
c7543c32cb
codetools: JumpToPublishedMethodBody: added parameter ErrorOnNotFound
...
git-svn-id: trunk@36968 -
2012-04-22 10:06:33 +00:00
mattias
9fb636b7e6
lazutils: tindexedavltree: NodeToIndex, IndexOf
...
git-svn-id: trunk@36966 -
2012-04-21 20:58:27 +00:00
mattias
f9d8e01a08
undo
...
git-svn-id: trunk@36964 -
2012-04-21 20:57:21 +00:00
mattias
735a0623c4
IDEIntf: fixed typo
...
git-svn-id: trunk@36963 -
2012-04-21 20:56:27 +00:00
ask
1fdba07d6b
TAChart: Add TChart.IsZoomed property
...
git-svn-id: trunk@36955 -
2012-04-21 13:58:33 +00:00
jesus
83955969ef
LazReport, avoid hiding text at some zoom values due small differences in text height calc
...
git-svn-id: trunk@36942 -
2012-04-20 20:09:30 +00:00
maxim
fca1d220b1
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #21818
...
git-svn-id: trunk@36941 -
2012-04-20 19:48:33 +00:00
jesus
438d9ed942
LazReport, added Julio Jimenez Borreguero to contributors
...
git-svn-id: trunk@36939 -
2012-04-20 19:00:40 +00:00
jesus
1dbb373b69
LazReport, lift up to preview window improving layout and functionality, from Julio Jimenez B.
...
git-svn-id: trunk@36938 -
2012-04-20 17:25:47 +00:00
sekelsenmat
eb613379a2
Initial implementation of the multiline TCDEdit
...
git-svn-id: trunk@36930 -
2012-04-20 14:05:13 +00:00
ask
140d76e610
TAChart: Revert to setting AxisIndexX/AxinsIndexY properties directly
...
* since they are not published in some descendants.
git-svn-id: trunk@36928 -
2012-04-20 10:05:22 +00:00
ask
d63ad33c4e
TAChart: Remove TAChartTeeChart unit from package to preserve FPC 2.4.4 compatibility
...
git-svn-id: trunk@36927 -
2012-04-20 08:50:46 +00:00
ask
b6b8f83df3
TAChart: Add TeeChart-compatible TChartAxis.Logarithmic property
...
git-svn-id: trunk@36926 -
2012-04-20 08:23:49 +00:00
ask
f7133e6e90
TAChart: Add TeeChart-compatible TCustomChartSeries.Style property
...
git-svn-id: trunk@36923 -
2012-04-20 07:17:45 +00:00
ask
c2a1945430
TAChart: Add TeeChart-compatible THorizBarSeries class
...
git-svn-id: trunk@36922 -
2012-04-20 07:01:32 +00:00
ask
7972cf7f51
TAChart: Use SetPropDefaults to set AxisIndexX/AxisIndexY properties
...
git-svn-id: trunk@36921 -
2012-04-20 06:57:43 +00:00
ask
7b9ae61a9d
TAChart: Add TeeChart-compatible TPointerSeries class
...
git-svn-id: trunk@36920 -
2012-04-20 06:46:48 +00:00
ask
8bfa6da5ec
TAChart: Use SetPropDefaults to set default properties of TLineSeries
...
git-svn-id: trunk@36919 -
2012-04-20 06:46:08 +00:00
ask
ef97d50f64
TAChart: Add TeeChart-compatible margin properties
...
git-svn-id: trunk@36918 -
2012-04-20 06:35:54 +00:00
ask
ecb19032a8
TAChart: Make TChartMargins.GetValue and SetValue public
...
git-svn-id: trunk@36917 -
2012-04-20 06:28:55 +00:00