Commit Graph

42972 Commits

Author SHA1 Message Date
martin
36cf5c18c1 FpGdbmiDebugger: fixes typecast to class of current method / improve nested procs / tests
git-svn-id: trunk@44711 -
2014-04-13 02:39:01 +00:00
martin
50271115ae IDE: fixed lazbuild, added gdbmi to dependency
git-svn-id: trunk@44710 -
2014-04-12 22:50:45 +00:00
martin
99beb437a1 FpGdbmiDebugger: fixes for nested proc / tests
git-svn-id: trunk@44709 -
2014-04-12 21:37:50 +00:00
bart
78869bf7b8 EditButton: fix directive for function Focused.
git-svn-id: trunk@44708 -
2014-04-12 21:21:48 +00:00
bart
d8d638b475 EditButton: implement GetSel, SetSel and EditCanModify: needed by Lazarus IBO port.
git-svn-id: trunk@44707 -
2014-04-12 21:15:52 +00:00
wp
6ed245f1f2 TAChart: initial implementation of Calculate(x) for TBSplineSeries
git-svn-id: trunk@44706 -
2014-04-12 19:04:07 +00:00
joost
5ff4273da5 LazDebuggerFp (pure): Ability to stop debugging while the debuggee is paused.
git-svn-id: trunk@44705 -
2014-04-12 17:54:07 +00:00
joost
8f5701ed19 LazDebuggerFp (pure): Hide software breakpoints (int3) on reading data
git-svn-id: trunk@44704 -
2014-04-12 16:24:46 +00:00
joost
0e62389d08 LazDebuggerFp (pure): Fixed single-stepping which was broken since r44690 #14698396ff
git-svn-id: trunk@44703 -
2014-04-12 16:19:20 +00:00
bart
34d9fbe2f4 EditButton: refactor.
(Rename TBeEdit to TEbEdit, the old name was short for TButtonEditEdit, which was thought up
at the time the TEditButton was rewritten as TButtonEdit.)

git-svn-id: trunk@44702 -
2014-04-12 11:49:04 +00:00
zeljko
a42771378c LCL: fixed wrong TCustomEditControl OnMouseEnter event.
git-svn-id: trunk@44701 -
2014-04-12 11:28:50 +00:00
bart
9824c154d1 EditButton: implement protected properties EditText and IsMasked.
git-svn-id: trunk@44700 -
2014-04-12 11:27:25 +00:00
bart
3a55271c5e EditButton: reduce visibility of property Edit to protected, it is meant for acces to FEdit in derived controls.
git-svn-id: trunk@44699 -
2014-04-12 11:21:16 +00:00
zeljko
e0fa77db3d Gtk2: fixed setting imageindex in gtkcolumn in runtime, when there's no images in column during design time.issue #22811
git-svn-id: trunk@44698 -
2014-04-12 11:14:03 +00:00
zeljko
cdf5900175 Gtk2: fixed scim-bridge doubled chars input.issues #15185,#23140
git-svn-id: trunk@44697 -
2014-04-12 09:55:23 +00:00
juha
cc730e631f LCL, ButtonEdit: make the Edit control protected, available for inherited controls.
git-svn-id: trunk@44696 -
2014-04-12 09:01:23 +00:00
mattias
7c28f15632 IDE: do not show error when checking the fallback compiler before initial setup dialog
git-svn-id: trunk@44694 -
2014-04-12 08:13:00 +00:00
zeljko
fccbfe2973 Qt: fixed clipping in stretchDraw.issue #26004
git-svn-id: trunk@44693 -
2014-04-12 06:28:07 +00:00
martin
2da14ac740 Installer, Win: Display name for add on installer. Issue #0025787
git-svn-id: trunk@44692 -
2014-04-12 02:01:25 +00:00
bart
1e4d9a5e3c EditButton: redirect focus to FEdit when control gets activated, e.g if it is set as ActiveControl.
git-svn-id: trunk@44691 -
2014-04-11 22:01:04 +00:00
joost
14698396ff LazDebuggerFp (pure): Fixed AV on Windows
git-svn-id: trunk@44690 -
2014-04-11 21:13:20 +00:00
joost
c7e539dc46 LazDebuggerFp (pure): Added reading of register support to TDbgMemReader.
git-svn-id: trunk@44689 -
2014-04-11 21:10:34 +00:00
martin
f06246a43f IDE, Setup: default environment-opts for window, remove info that the IDE should find in setup
git-svn-id: trunk@44688 -
2014-04-11 20:57:06 +00:00
martin
105392507e IDE, Setup: search debugger (gdb) according to path in gdbmidebugger class "ExePath()". Issue #0025997
git-svn-id: trunk@44687 -
2014-04-11 20:54:06 +00:00
martin
ba6b524a80 FpGdbmiDebugger: fix crash in temp self-debug code
git-svn-id: trunk@44686 -
2014-04-11 20:27:46 +00:00
joost
98f4a08663 LazDebuggerFp (pure): Fixed single-stepping on OS/X
git-svn-id: trunk@44685 -
2014-04-11 20:06:36 +00:00
joost
dbbdddb97a LazDebuggerFp (pure): Fix for compilation on newer fpc-versions, where TProcess.OnForEvent is a method
git-svn-id: trunk@44684 -
2014-04-11 19:54:11 +00:00
joost
982b409e26 LazDebuggerFp (pure): Fixed information in debugline
git-svn-id: trunk@44683 -
2014-04-11 19:42:55 +00:00
martin
cb529ed09e FpGdbmiDebugger: fix crash in temp self-debug code
git-svn-id: trunk@44682 -
2014-04-11 19:06:43 +00:00
bart
ead7af6ece TabControl: Set FTab's internal NoteBook.TabStop to False, otherwise TTabControl can always be tabbed into (Issue #0021332)
git-svn-id: trunk@44681 -
2014-04-11 18:56:50 +00:00
bart
9597a13137 EditBtn: implement Validateedit and Reset methods.
git-svn-id: trunk@44680 -
2014-04-11 17:38:37 +00:00
bart
be1a5bc92c EditBtn: fix clearing filter text on entering TCustomControlFilterEdit.
git-svn-id: trunk@44679 -
2014-04-11 17:20:00 +00:00
blikblum
38aa838fa1 lcl: add lookup items between BeginUpdate and EndUpdate calls
git-svn-id: trunk@44678 -
2014-04-11 14:58:03 +00:00
mattias
af57f786ce IDE: run params: version as integer
git-svn-id: trunk@44677 -
2014-04-11 11:54:35 +00:00
mattias
6420386cf0 IDE: clean up
git-svn-id: trunk@44676 -
2014-04-11 11:54:16 +00:00
joost
d521103501 LazDebuggerFp (pure): Return the correct value of the instruction-pointer after a breakpoint has been reached. (Windows)
git-svn-id: trunk@44675 -
2014-04-11 09:34:49 +00:00
joost
79d49417bd LazDebuggerFp (pure): If a breapoint is reached by single-stepping, handle the breakpoint properly.
git-svn-id: trunk@44674 -
2014-04-11 09:27:25 +00:00
joost
67f3dec675 LazDebuggerFp (pure): Removed obsolete TFPDState
git-svn-id: trunk@44673 -
2014-04-11 09:25:29 +00:00
zeljko
5b64b7c624 Qt: cleanup
git-svn-id: trunk@44672 -
2014-04-11 05:13:45 +00:00
joost
7d0288be35 LazDebuggerFp (pure): Set function result when requesting a dcRun command.
git-svn-id: trunk@44671 -
2014-04-10 20:13:07 +00:00
joost
52282ede03 LazDebuggerFp (pure): Implemented single-stepping (assembly level) and resetting of a breakpoint after it has been hit. (Windows)
git-svn-id: trunk@44670 -
2014-04-10 20:11:41 +00:00
bart
58a1d5eef1 TCustomEditBtn: fix loading Color.
git-svn-id: trunk@44669 -
2014-04-10 17:57:13 +00:00
bart
e3aa48ff3e TCustomEditBtn: initialize Color property in constructor.
git-svn-id: trunk@44668 -
2014-04-10 17:06:32 +00:00
zeljko
9718b5cd57 Qt: fixed extra mousewheel events on TQtAbstractControl based widgets.issue #25992
git-svn-id: trunk@44667 -
2014-04-10 14:35:20 +00:00
bart
532b6e1e0f EditBtn: Fix assigning OnKeyDown (issue #0025998).
git-svn-id: trunk@44666 -
2014-04-09 20:31:06 +00:00
martin
4d203656e1 SynEdit (IDE): Fixed crash in "Class/Proc Hint". Issue #0025989
git-svn-id: trunk@44665 -
2014-04-09 16:08:04 +00:00
bart
3c46241a71 LCL: undo the renaming of TEditButton into TButtonEdit.
TEditButton now has the new implementation of previously introduced TButtonEdit component.

git-svn-id: trunk@44664 -
2014-04-09 15:46:18 +00:00
mattias
2f637d4295 LCL: fixed typo GetChildsRect GetChildrenRect
git-svn-id: trunk@44663 -
2014-04-09 15:12:36 +00:00
bart
204323d3ab TButtonEdit: fix ReadOnly behaviour.
git-svn-id: trunk@44662 -
2014-04-09 14:39:23 +00:00
bart
ada8e45a6d TButtonEdit: AutoSize default True.
git-svn-id: trunk@44661 -
2014-04-09 14:24:24 +00:00