Commit Graph

18640 Commits

Author SHA1 Message Date
paul
0cfb17b294 lcl: fix letter case
git-svn-id: trunk@18920 -
2009-03-08 16:25:27 +00:00
paul
5441f544bd debugger: forgot to autosize buttons in the exception dialog
git-svn-id: trunk@18919 -
2009-03-08 12:47:38 +00:00
paul
953956e64f ide, debugger: set Modified state to project when we add/remove exceptions or change ignore option
git-svn-id: trunk@18918 -
2009-03-08 12:31:58 +00:00
paul
dd45a62e40 debugger: reset "Notify on Lazarus exceptions" option for new projects
git-svn-id: trunk@18917 -
2009-03-08 12:13:03 +00:00
paul
95b6a7b814 debugger: exception handling improvement
- add debugger exception notification dialog instead of simple message dialog. This allows to continue execution just after reading about exception and to add this exception to the "skip" list.
 - implement "Notify on Lazarus exception" option
 - fix inability to remove an exception from the "skip" list

git-svn-id: trunk@18916 -
2009-03-08 12:03:34 +00:00
paul
d9d35d2eaf lcl: publish ParentColor property for TEdit and TMemo
git-svn-id: trunk@18915 -
2009-03-08 07:42:51 +00:00
martin
ca8233b52a SynEdit: Paste of column-mode block, would fail if the inserted text hit the EOF. Patch by dmitry boyarintsev
git-svn-id: trunk@18914 -
2009-03-07 21:31:15 +00:00
paul
dd1e90c57b lcl: handle SpinEdit.MinValue = SpinEdit.MaxValue properly (based on patch of Bart Broersma, fixes bug #0013273)
git-svn-id: trunk@18913 -
2009-03-07 18:28:28 +00:00
martin
467d8360d8 SynEdit: minor fix in the way Scanfrom is called (max() instead of min())
git-svn-id: trunk@18912 -
2009-03-07 15:42:52 +00:00
martin
f5095255dc SynEdit/KeyMapping: Fix revision 18909 #d84d274464 / KeyBindings => The fix was to eager, and removed some valid Bindings
git-svn-id: trunk@18911 -
2009-03-07 14:32:54 +00:00
martin
ed7b49c4d1 SynEdit: Fixed Column mode (revision 18908 #72776045a9): deleting a column selection, would actually delete the normal selection with the same end-points
git-svn-id: trunk@18910 -
2009-03-07 14:06:00 +00:00
martin
d84d274464 SynEdit/KeyMapping: Mapping certain Keystrokes, would not always work. they Keystrokes where ignored on IDE-restart, or new units (yet present in the key-binding options) Issue #12367
git-svn-id: trunk@18909 -
2009-03-07 13:43:56 +00:00
martin
72776045a9 SynEdit: Add key-bindings for column-mode-selection (ALT-Shift-Cursor*). Issue #13238. (Based on a patch by dmitry boyarintsev)
git-svn-id: trunk@18908 -
2009-03-07 12:20:26 +00:00
martin
1929a0bdbf SynEdit: Don't eat Key that aren't assigned to SynEdit Bug #9396. SynEdit would block Menu-Shortcut, even if the Key had no meaning to SynEdit.
git-svn-id: trunk@18907 -
2009-03-06 23:25:32 +00:00
martin
7ce27f39c4 SynEdit: missed a property To-Skip: "Gutter.OnChange" => this was removed a while ago
git-svn-id: trunk@18906 -
2009-03-06 22:58:48 +00:00
zeljko
c8f9a5f2ca Qt: teach GetActiveWindow() to return MDI child if any active.
git-svn-id: trunk@18905 -
2009-03-06 18:38:33 +00:00
kirkpatc
30901db827 FPDoc - some corrections and further updates to StdCtrls.xml
git-svn-id: trunk@18904 -
2009-03-06 12:59:39 +00:00
paul
196d2ae59e ide: in the view project units dialog show filenames (with ext) instead of short unit names. This way is easier to find them.
git-svn-id: trunk@18903 -
2009-03-06 04:44:08 +00:00
paul
6a38d2a91c debugger: convert path delimiters in the debugger, not in the IDE
git-svn-id: trunk@18902 -
2009-03-06 04:41:23 +00:00
paul
2ee7e2cfc6 codetools: don't remove node twice in TDOMNode_WithChildren.ReplaceChild (fixes bug #0010596)
git-svn-id: trunk@18901 -
2009-03-06 03:44:12 +00:00
paul
5caeaa3774 lcl: use the same middle coord both for expand sign and for tree lines (issue #0013278), some identifiers case corrections
git-svn-id: trunk@18900 -
2009-03-06 02:56:09 +00:00
paul
ad5a5e1c39 ide: if we answer yes on "Stop the debugging" when we are closing IDE then close IDE after we stop (fixes last part of bug #0007562)
git-svn-id: trunk@18899 -
2009-03-05 10:35:46 +00:00
paul
6912d02459 ide: when close IDE during debugging ask "Stop the debugging?" at first (and/or logic was wrong) (fixes part of bug #0007562)
git-svn-id: trunk@18897 -
2009-03-05 09:35:59 +00:00
paul
8a829fb36c ide: replace panel with buttons by buttonpanel in the keymapping shortcut dialog
git-svn-id: trunk@18895 -
2009-03-05 08:10:06 +00:00
dmitry
4ee1d3aeab implemented Images support for Carbon ListView
git-svn-id: trunk@18894 -
2009-03-05 07:55:35 +00:00
ask
49c1f81e65 TAChart: Extracted TBasicPointSeries.DrawLabels method
git-svn-id: trunk@18893 -
2009-03-04 12:58:01 +00:00
kirkpatc
fe8286820e FPDoc - updated many components in StdCtrls.xml, mainly by fixing override descriptions
git-svn-id: trunk@18892 -
2009-03-04 10:01:09 +00:00
zeljko
85316303bc Qt: introduced TQtCustomControl (was TQtAbstractScrollArea), now TQtAbstractScrollArea is intermediate class and our class hierarchy is same as in qt libs.
git-svn-id: trunk@18891 -
2009-03-04 09:16:34 +00:00
ask
3667b3ea5e TAChart: Refactoring: use points instead of separate x and y coordinates
git-svn-id: trunk@18890 -
2009-03-04 08:35:59 +00:00
paul
db1388f6e5 ide: when we insert/delete lines before a breakpoint don't forget to store this changes on save (bug #0009886)
git-svn-id: trunk@18889 -
2009-03-04 05:51:00 +00:00
martin
aaa1ca1bb2 Fixed "make all" target, broken in revision 18829 #2129ac6726 (build order changed when merging Synedit-design to Synedit)
git-svn-id: trunk@18888 -
2009-03-03 23:32:16 +00:00
jesus
f4b3de8644 LazReport, filled first field first record in dbf sample table
git-svn-id: trunk@18887 -
2009-03-03 20:30:21 +00:00
ask
76e2cc9985 TAChart: Labels drawing for line and area series.
git-svn-id: trunk@18886 -
2009-03-03 19:16:49 +00:00
ask
1653ff764a TAChart: extract InitHelper method
git-svn-id: trunk@18885 -
2009-03-03 18:39:37 +00:00
ask
a99d32c9be TAChart: Add Frame, LabelBrush, LabelFont, LinkPen properties to TChartMarks, use them for drawing. Update demo.
git-svn-id: trunk@18884 -
2009-03-03 18:28:44 +00:00
ask
ddda8edc89 TAChart: add TChartMarks.Distance property.
git-svn-id: trunk@18883 -
2009-03-03 16:42:27 +00:00
ask
6e5def3ad7 TAChart: Group series mark parameters into TChartMarks class. Update demo.
git-svn-id: trunk@18882 -
2009-03-03 16:32:50 +00:00
ask
d8843a5d5d TAChart: Extracted TChartElement class. Fixed few bugs in Assign and SetXXX methods.
git-svn-id: trunk@18881 -
2009-03-03 16:02:32 +00:00
ask
bc49d5bfb4 TAChart: extracted auxiliary chart elements into a TATypes unit. Fixed style.
git-svn-id: trunk@18880 -
2009-03-03 15:42:24 +00:00
paul
bfdf93e0bb ide: typo after previous patch
git-svn-id: trunk@18879 -
2009-03-03 14:46:56 +00:00
paul
1275c9167e ide: formatting
git-svn-id: trunk@18878 -
2009-03-03 14:43:19 +00:00
vincents
efbc6f88bf Mac OS X installer: another builder order fix
git-svn-id: trunk@18877 -
2009-03-03 09:12:34 +00:00
paul
66d82d4c34 ide: remove ecJumpToEditor. ecToggleSourceEditor do the job (the second part of issue #0012140)
git-svn-id: trunk@18876 -
2009-03-03 02:14:20 +00:00
mattias
7a6e522055 translations: german: updates from Joerg Braun
git-svn-id: trunk@18875 -
2009-03-02 21:56:58 +00:00
mattias
4ff9b11e59 translations: german: updates from Joerg Braun
git-svn-id: trunk@18874 -
2009-03-02 21:56:37 +00:00
ask
8cbced0728 TAChart: remove leftover {$MODE DELPHI}
git-svn-id: trunk@18873 -
2009-03-02 15:23:51 +00:00
ask
17114c5ab7 TAChart: use margins in bar series. Default scale for bar series now adujsts to display labels.
git-svn-id: trunk@18872 -
2009-03-02 15:23:13 +00:00
ask
ca17997c57 TAChart: allow series to include margins.
git-svn-id: trunk@18871 -
2009-03-02 15:21:26 +00:00
jesus
f940156a21 LCL, check if dataset empty when deleting a record in dbgrid, from Boguslaw Brandys, issue #13246
git-svn-id: trunk@18870 -
2009-03-02 14:09:21 +00:00
vincents
b3eb59ed47 Mac OS X installer script: fixed build order of cross compiled unit, needed because SynEdit now depends on ideintf
git-svn-id: trunk@18869 -
2009-03-02 12:29:47 +00:00