ask
|
bad4e3f9a3
|
TAChart: Add PieSeries.MarkPositions property. Implement labels inside of slices.
git-svn-id: trunk@30570 -
|
2011-05-06 09:42:30 +00:00 |
|
zeljko
|
36f8395af2
|
Qt: pass key events for TScrollBar. issue #19211
git-svn-id: trunk@30569 -
|
2011-05-06 09:37:10 +00:00 |
|
ask
|
4f80748db7
|
TAChart: Do not draw label links with LinkPen.Visible = false
git-svn-id: trunk@30568 -
|
2011-05-06 09:33:40 +00:00 |
|
martin
|
ffbe3af869
|
DBG: More error handling. error in step-over / terminate on error
git-svn-id: trunk@30567 -
|
2011-05-06 08:40:42 +00:00 |
|
paul
|
920ac8f125
|
ide: add debugger event log icon, repack other debugger icons
git-svn-id: trunk@30566 -
|
2011-05-06 05:03:10 +00:00 |
|
juha
|
8f8198dd30
|
Package LazDaemon: set PackageType to "Designtime and Runtime". Issue #19285
git-svn-id: trunk@30565 -
|
2011-05-06 00:22:16 +00:00 |
|
juha
|
5ee9d4d079
|
LCL GTK2: fire OnExit event when leaving Combobox. Patch by August Klein, issue #18962
git-svn-id: trunk@30564 -
|
2011-05-05 23:56:49 +00:00 |
|
juha
|
ea174afc6b
|
LCL: Fix "Read error" when copy-pasting TPairSplitter. Patch from August Klein, issue #19234
git-svn-id: trunk@30563 -
|
2011-05-05 23:16:49 +00:00 |
|
martin
|
4348781a98
|
DBG: Added timeout to stop-command
git-svn-id: trunk@30562 -
|
2011-05-05 22:02:59 +00:00 |
|
mattias
|
20c335471a
|
codetools: sort declaration changes
git-svn-id: trunk@30561 -
|
2011-05-05 21:35:05 +00:00 |
|
martin
|
f429d822c0
|
DBG: Fix automatic reset of debugger, after error state
git-svn-id: trunk@30560 -
|
2011-05-05 20:43:59 +00:00 |
|
mattias
|
be30cfeca4
|
codetools: local variable assignment completion: parsing string constant with old TP style character constants, bug #19260
git-svn-id: trunk@30559 -
|
2011-05-05 20:08:42 +00:00 |
|
mattias
|
6913c9315d
|
IDE: enclose selection: fixed if line contains only one character, bug #19287
git-svn-id: trunk@30558 -
|
2011-05-05 19:40:20 +00:00 |
|
mattias
|
9e4a6260dc
|
LCL: clean up
git-svn-id: trunk@30557 -
|
2011-05-05 19:27:54 +00:00 |
|
mattias
|
24395559f5
|
IDE: auto create po output directory, bug #19293
git-svn-id: trunk@30556 -
|
2011-05-05 19:27:04 +00:00 |
|
zeljko
|
a40f6e162e
|
Qt: TToolBar should have QtTabFocus focuspolicy.Removed WSToolbar (native qt toolbar implementation) define.issue #19211
git-svn-id: trunk@30555 -
|
2011-05-05 09:38:58 +00:00 |
|
maxim
|
e8bc8ac225
|
Components, Cody: updated Russian translation
git-svn-id: trunk@30554 -
|
2011-05-05 00:25:35 +00:00 |
|
maxim
|
18a5095432
|
Components, EducationLaz: regenerated translations, added Russian translation
git-svn-id: trunk@30553 -
|
2011-05-05 00:04:30 +00:00 |
|
maxim
|
5a58f65252
|
Components, EducationLaz: improved localization
git-svn-id: trunk@30552 -
|
2011-05-04 23:56:59 +00:00 |
|
maxim
|
97ebeeb97b
|
Debugger, Breakpoint properties dialog: improved layout and localization
git-svn-id: trunk@30551 -
|
2011-05-04 22:39:56 +00:00 |
|
maxim
|
8633da021b
|
Components, Project templates: regenerated translations, updated Russian translation
git-svn-id: trunk@30550 -
|
2011-05-04 22:04:21 +00:00 |
|
maxim
|
d72f8b4369
|
Components, Project templates: improved localization
git-svn-id: trunk@30549 -
|
2011-05-04 22:02:18 +00:00 |
|
jesus
|
0362996985
|
LCL, fix grids scrollbars issue #19257
git-svn-id: trunk@30548 -
|
2011-05-04 19:00:17 +00:00 |
|
mattias
|
7a98756abb
|
codetools: added cache to FindReferences
git-svn-id: trunk@30547 -
|
2011-05-04 13:40:35 +00:00 |
|
zeljko
|
0de9b809b0
|
Qt: avoid asserts from GetDC() when QPixmap_grabWidget() is called.It shouldn't be there.QtDefaultContext is used
when font,brush etc is needed outside of paint event.
git-svn-id: trunk@30546 -
|
2011-05-04 11:36:57 +00:00 |
|
zeljko
|
44ab7e1912
|
Qt: use text/plain instead of text/uri-list in SlotDropFiles() as workaround for QUrl bug in qt. issue #19240
git-svn-id: trunk@30543 -
|
2011-05-03 15:12:58 +00:00 |
|
zeljko
|
d9c1364472
|
Qt: TQtWidgetSet.GetDC() grab widget to ParentPixmap in QtDefaultContext if GetDC() is asked outside of paint event for widget.
git-svn-id: trunk@30542 -
|
2011-05-03 14:55:42 +00:00 |
|
zeljko
|
0abaa5be8e
|
Qt: TQtWidgetSet.GetDC() check if hwnd is valid handle.
git-svn-id: trunk@30541 -
|
2011-05-03 14:33:23 +00:00 |
|
zeljko
|
fc8550cf53
|
Qt: fixed crash in TQtWidgetSet.RawImage_FromDevice(), also fixed memleak with created TQtPixmap. issue #19281
git-svn-id: trunk@30540 -
|
2011-05-03 14:23:43 +00:00 |
|
martin
|
3a9c073d32
|
DBG: fixed setting of break conditions
git-svn-id: trunk@30539 -
|
2011-05-03 09:27:13 +00:00 |
|
juha
|
cd0341fdde
|
Debugger: Remove Windows unit added (by accident) in r30535 #82fa636bdc.
git-svn-id: trunk@30538 -
|
2011-05-03 09:23:04 +00:00 |
|
juha
|
82e477a0ca
|
LCL: Try to show scrollbars when Row/Col is changed by code. Improves issue #19257 but doesn't solve it.
git-svn-id: trunk@30537 -
|
2011-05-03 08:58:08 +00:00 |
|
juha
|
112fd87d96
|
LCL: Simplify TCustomGrid code a little.
git-svn-id: trunk@30536 -
|
2011-05-03 08:58:04 +00:00 |
|
paul
|
82fa636bdc
|
ide, debugger: use colors in event log:
- replace listview by treeview
- extend data which is stored together with event message
- implement custom node paint
git-svn-id: trunk@30535 -
|
2011-05-03 07:59:02 +00:00 |
|
paul
|
64f78f5265
|
ide: save/load/edit debugger event log options
git-svn-id: trunk@30534 -
|
2011-05-03 05:34:26 +00:00 |
|
mattias
|
a031fab2fc
|
codetools: extractproc for program
git-svn-id: trunk@30533 -
|
2011-05-02 18:27:16 +00:00 |
|
martin
|
515fc71d92
|
DBG: Ensure queuing order for exec commands, must be hold until current exec is done; otherwise src-edit will show wrong locations
git-svn-id: trunk@30532 -
|
2011-05-02 18:16:24 +00:00 |
|
martin
|
2a05b49b8b
|
SourceEditor: improved locking, hold event (editor-change) until unlock, widen debug-process-lock.
Fixes a crash, if dbg single-step changed tab, and was quickly followed by another step
git-svn-id: trunk@30531 -
|
2011-05-02 17:38:54 +00:00 |
|
martin
|
4e9ac4764e
|
IDE: fix compile with -d IDE_DEBUG
git-svn-id: trunk@30530 -
|
2011-05-02 17:36:32 +00:00 |
|
martin
|
aaff414d3e
|
DBG: Limit search for exception frame
git-svn-id: trunk@30529 -
|
2011-05-02 17:35:43 +00:00 |
|
ask
|
397a0e437e
|
TAChart: Extract TAIntervalSources unit
git-svn-id: trunk@30528 -
|
2011-05-02 12:22:16 +00:00 |
|
ask
|
0830ff3c25
|
TAChart: Improve font size support in fpvectorial back-end
git-svn-id: trunk@30527 -
|
2011-05-02 12:09:38 +00:00 |
|
ask
|
88604dfc35
|
TAChart: Minor style fixes
git-svn-id: trunk@30526 -
|
2011-05-02 12:08:44 +00:00 |
|
ask
|
70ab11beed
|
TAChart: Use TAChartPrint package in the printing demo
git-svn-id: trunk@30525 -
|
2011-05-02 09:17:55 +00:00 |
|
ask
|
db376a11f6
|
TAChart: Add TAChartPrint package
git-svn-id: trunk@30524 -
|
2011-05-02 09:16:59 +00:00 |
|
mattias
|
92692eea39
|
codetools: aded FindProcDeclaration
git-svn-id: trunk@30523 -
|
2011-05-02 09:08:23 +00:00 |
|
maxim
|
013afcfaf2
|
Components, Cody: updated Russian translation
git-svn-id: trunk@30522 -
|
2011-05-01 23:13:51 +00:00 |
|
mattias
|
bc19f550d3
|
cody: added dialog to add a Assign method
git-svn-id: trunk@30521 -
|
2011-05-01 19:24:09 +00:00 |
|
martin
|
478c782316
|
DBG: Improved timeout detection
git-svn-id: trunk@30520 -
|
2011-05-01 18:16:59 +00:00 |
|
martin
|
195d3727b7
|
DBG: Fixed max(qwoed, qword), some fpc versions do not compile it. issue #0019274
git-svn-id: trunk@30519 -
|
2011-05-01 17:03:08 +00:00 |
|