ask
545f1d7cda
TAChart: Add Axis.PositionUnits property
...
git-svn-id: trunk@37512 -
2012-06-04 14:08:43 +00:00
mattias
3ebe5c42ee
IDE: added workaround -dEnableCCFFontMin for bug #22190
...
git-svn-id: trunk@37511 -
2012-06-04 12:31:12 +00:00
martin
881e5cb6d1
DBG: Added interface fer testing/developing new dbg features
...
git-svn-id: trunk@37510 -
2012-06-04 12:13:30 +00:00
mattias
014abf4fd3
LCL: fixed compilation fpc 2.6.1
...
git-svn-id: trunk@37509 -
2012-06-04 11:03:38 +00:00
ask
51162a24b6
TAChart: Add "Position" tab to the axis demo
...
git-svn-id: trunk@37508 -
2012-06-04 10:13:29 +00:00
ask
2ee0e2bafb
TAChart: Save only non-default Axis.Position
...
git-svn-id: trunk@37507 -
2012-06-04 10:12:25 +00:00
ask
98043f717a
TAChart: Add Axis.Position property
...
git-svn-id: trunk@37506 -
2012-06-04 09:43:40 +00:00
mattias
e1d62693c3
LCL: updated tiff reader for fpc 2.7.1
...
git-svn-id: trunk@37505 -
2012-06-04 09:41:02 +00:00
jesus
6c4d3a2ff9
LazReport, implements HideZeroValues and templates in XML format, continue work on Dialogs, from Aleksey Lagunov, issue #22173
...
git-svn-id: trunk@37504 -
2012-06-03 17:52:39 +00:00
juha
c25ec11dc4
LCL: cleanup and formatting, removed a left-over for loop
...
git-svn-id: trunk@37503 -
2012-06-03 17:50:53 +00:00
martin
9cfccbdc1a
DBG: Cancel LineInfo, if unit is closed in editor (forgot file)
...
git-svn-id: trunk@37502 -
2012-06-03 15:36:37 +00:00
martin
43c0c47821
DBG: undo r37486 #4d0137d86b
...
git-svn-id: trunk@37501 -
2012-06-03 14:35:34 +00:00
bart
35d55d134a
UpdateFloatSpinEditText: only update control if Text actually differs. Resolves issue #21639 . Based on patch by cobines
...
git-svn-id: trunk@37500 -
2012-06-03 13:08:31 +00:00
bart
0af1e98ba7
TCustomStringGrid.LoadFromCSVStream: implement custom parsing of strings,
...
since using DelimitedText with either setting of StricDelimiter has it's drawbacks.
New implementation allows spaces in fields, even if field is unquoted.
It also correctly handles quoted fields that have Delimiter as part of the text.
git-svn-id: trunk@37499 -
2012-06-03 12:24:09 +00:00
maxim
cf760aae73
IDE: regenerated translations; updated Russian translation
...
git-svn-id: trunk@37498 -
2012-06-03 12:23:50 +00:00
juha
f27dbb34cb
LCL: Remove the Max() call completely. NumGlyphs has correct value after r37494 #dd610c84ec. Related to #22164 : Invalid floating point operation.
...
git-svn-id: trunk@37497 -
2012-06-03 10:14:45 +00:00
juha
780bcdc31b
LCL: Implement SaveToStream and LoadFromStream for TCustomGrid. Issue #22139
...
git-svn-id: trunk@37496 -
2012-06-03 09:36:50 +00:00
juha
3539b7d128
IDE: refactoring and commenting DoSourceEditorCommand
...
git-svn-id: trunk@37495 -
2012-06-03 09:36:44 +00:00
jesus
dd610c84ec
LCL, fix numglyphs access violation on starting lazarus, issue #22164
...
git-svn-id: trunk@37494 -
2012-06-03 08:26:43 +00:00
jesus
417879c7be
LCL, reverted buttonglyph.inc changes
...
git-svn-id: trunk@37493 -
2012-06-03 08:23:52 +00:00
juha
35adfd6e3d
IDE: Text was pasted from clipboard to both OI (or other window) and source editor. Issue #22143
...
git-svn-id: trunk@37492 -
2012-06-02 23:30:19 +00:00
martin
326c5a7fb3
Help, DBG: Link to wiki for breakpoint properties
...
git-svn-id: trunk@37491 -
2012-06-02 22:17:35 +00:00
martin
c4cd308a5e
SynEdit: clean up IFDEF. Patch by Zaher Dirkey. Issue #0022180
...
git-svn-id: trunk@37490 -
2012-06-02 21:19:37 +00:00
martin
81b59794a6
DBG: clean up (r37486)
...
git-svn-id: trunk@37489 -
2012-06-02 19:59:50 +00:00
martin
e3d3ab2c54
DBG: Cancel LineInfo, if unit is closed in editor
...
git-svn-id: trunk@37488 -
2012-06-02 19:58:36 +00:00
martin
eccbedf9b1
DBG: Avoid reading stack when exe has stopped
...
git-svn-id: trunk@37487 -
2012-06-02 19:56:16 +00:00
martin
4d0137d86b
DBG: start implementation to "RunQueue" in ASync handler. Issue #0022172
...
git-svn-id: trunk@37486 -
2012-06-02 19:54:12 +00:00
juha
271950f52e
LCL: use DebugLn instead of exception for testing a compiler bug. (Max returns wrong value) Issue #22164
...
git-svn-id: trunk@37485 -
2012-06-02 18:44:33 +00:00
juha
d26df0d987
LCL: Add CheckWidth and Header[] to TCustomCheckListBox. Issue #21765 , patch from David Jenkins
...
git-svn-id: trunk@37484 -
2012-06-02 16:48:03 +00:00
mattias
ee85c477b2
codetools: allow keywords in program name
...
git-svn-id: trunk@37483 -
2012-06-02 13:52:58 +00:00
mattias
24dcd68f83
codetools: save parse error of operator, do not save errors outside parser, fixed parsing method name with generic parameter
...
git-svn-id: trunk@37482 -
2012-06-02 13:47:16 +00:00
mattias
128606e61a
IDE: fixed storing old LCLWidgeType, bug #22174
...
git-svn-id: trunk@37481 -
2012-06-02 12:49:54 +00:00
juha
1554267fdf
Opengl: Add alpha, depth and stencil size properties to TOpenGLControl. Issue #22170 , patch from Michalis Kamburelis
...
git-svn-id: trunk@37480 -
2012-06-02 12:11:32 +00:00
juha
a2ad729243
LCL: Set position of Calendar- and CalculatorDialog to poScreenCenter at design time. Issue #22171
...
git-svn-id: trunk@37479 -
2012-06-02 11:32:12 +00:00
juha
66f1e2dbff
LazDataDesktop: Auto size results grid columns to data width. Issue #14006 , patch from Reinier Olislagers
...
git-svn-id: trunk@37478 -
2012-06-02 08:45:53 +00:00
mattias
322d349d17
IDE: debugging
...
git-svn-id: trunk@37477 -
2012-06-02 02:43:41 +00:00
mattias
ff6ee10d04
codetools: clear nodes behind, when linkscanner parsed only parts
...
git-svn-id: trunk@37476 -
2012-06-02 01:41:20 +00:00
mattias
afacbf67e6
codetools: TCustomCodeTool.FindLineEndOrCodeAfterPosition: fixed crash when at end of code
...
git-svn-id: trunk@37475 -
2012-06-02 01:26:11 +00:00
mattias
4184d6aa91
IDE: source editor commands via menu: check if source editor is focused, menu is triggered globally for all windows
...
git-svn-id: trunk@37474 -
2012-06-02 01:19:22 +00:00
blikblum
fa0f36b694
tools: check if git can be called (is in path) before calling it
...
git-svn-id: trunk@37473 -
2012-06-01 23:54:32 +00:00
juha
3bcf717da9
LCL: Add a temporary test to find out reason for Invalid floating point operation. Issue #22164
...
git-svn-id: trunk@37472 -
2012-06-01 19:02:12 +00:00
martin
204877981e
SourceEditor: Fix an issue with focusing an editor, that is being closed (while debugging) "no parent handle". Issue #0022015
...
git-svn-id: trunk@37471 -
2012-06-01 14:21:52 +00:00
martin
987fd9b767
IDE, DBG: debug-eval hint, do not show, if selection exceeds one statement (e,g whole file selected). Part of issue #0022081
...
git-svn-id: trunk@37470 -
2012-06-01 11:14:14 +00:00
juha
bf78f3cde3
LCL: Fix font size when there is a number in name. Includes 2 patches from cobines. Issue #21775
...
git-svn-id: trunk@37469 -
2012-05-31 19:20:33 +00:00
jesus
a0935df722
LazReport, fix preview from designer
...
git-svn-id: trunk@37468 -
2012-05-31 17:48:07 +00:00
jesus
561c7eacc3
LazReport, restore old obj position after stretching objects, mainly for horizontal line object which was accumulating position after each record
...
git-svn-id: trunk@37467 -
2012-05-31 06:28:05 +00:00
juha
b1a2dfb791
IDE: Add Source/Insert General/MIT Notice. Issue #22151 , patch from Reinier Olislagers
...
git-svn-id: trunk@37466 -
2012-05-30 16:56:55 +00:00
jesus
56bf9efdff
LazReport, when date is null return emtpy string instead of invalid date, from Julio Jimenez Borreguero
...
git-svn-id: trunk@37465 -
2012-05-30 16:35:06 +00:00
martin
b390fae9c0
Help, DBG: New link to wiki for watch properties
...
git-svn-id: trunk@37464 -
2012-05-30 13:54:56 +00:00
mattias
08414d0f69
IDE: when docked keep IDE caption
...
git-svn-id: trunk@37463 -
2012-05-30 08:05:25 +00:00