Commit Graph

43149 Commits

Author SHA1 Message Date
zeljko
4ba356808a win32: fixed pixelated TCheckListBox at 120 ppi.Patch by wp. issue #26036
git-svn-id: trunk@44751 -
2014-04-17 09:36:17 +00:00
mattias
6f7a594436 lazutils: fixed typo
git-svn-id: trunk@44750 -
2014-04-17 06:55:36 +00:00
joost
a69e382e98 LazDebuggerFp (pure): Ability to pause debuggee (Windows)
git-svn-id: trunk@44749 -
2014-04-16 20:19:13 +00:00
zeljko
0033fa7c94 Qt: set focus policy to QtNoFocus if ControlStyle contains csNoFocus for TQtMainWindow class too.
git-svn-id: trunk@44744 -
2014-04-16 11:08:02 +00:00
joost
86f9de7b2a LazDebuggerFp (pure):
* When a breakpoint is hit, pass the correct breakpoint to the TFpDebugDebugger.
 * Solve an AV when the IDE exits

git-svn-id: trunk@44743 -
2014-04-16 09:15:10 +00:00
joost
ad9ca5afa5 LazDebuggerFp (pure): Fixed compilation after r44741 #a52defb4e1
git-svn-id: trunk@44742 -
2014-04-16 08:47:58 +00:00
joost
a52defb4e1 LazDebuggerFp (pure): Ability to add/delete/enable/disable breakpoints when the debuggee is not running or paused.
git-svn-id: trunk@44741 -
2014-04-16 08:05:58 +00:00
martin
e8d0b0687b Debugger: Ask to add RunError to ignored exceptions
git-svn-id: trunk@44740 -
2014-04-16 03:44:21 +00:00
martin
5d640f36c9 LazDebuggerGdbmi: Allow to add RunError to ignored exceptions
git-svn-id: trunk@44738 -
2014-04-16 03:21:16 +00:00
joost
acecc4a260 LazDebuggerFp (pure): Implemented step-over (next)
git-svn-id: trunk@44737 -
2014-04-15 19:22:01 +00:00
jesus
c780ddd0a7 LazReport, HideZeroValues should hide float values too, fix by Velissariou Costas, issue #25934
git-svn-id: trunk@44736 -
2014-04-15 15:44:15 +00:00
martin
a49efad04b IDE, SourceEditor: Fixed: Do not jump to error, if hint is triggered by typing "("
git-svn-id: trunk@44735 -
2014-04-15 15:07:11 +00:00
mattias
d599292ff9 IDE: designer: snap to nearest grid, instead of form grid, bug #18579
git-svn-id: trunk@44733 -
2014-04-14 20:22:29 +00:00
zeljko
5d75e55db4 Qt: use cheaper method to check modality.
git-svn-id: trunk@44732 -
2014-04-14 18:24:37 +00:00
zeljko
1890ef17b7 Qt,Gtk2: fixed crash introduced with r44723 #e92a302d5b,44724 #4987038ee9 when popup window is shown above modal form. issue #26018
git-svn-id: trunk@44731 -
2014-04-14 18:15:57 +00:00
mattias
2380c4e2bb LCL: carbon: fixed duplicate strings in TListBox with fpc 2.7.1
git-svn-id: trunk@44729 -
2014-04-14 17:02:06 +00:00
joost
22b80b3cf5 LazDebuggerFp (pure): StepIntoStr -> StepIntoInstr
git-svn-id: trunk@44728 -
2014-04-14 16:59:05 +00:00
joost
96991a9a84 FpDebug: Fixed compilation with range-checking on
git-svn-id: trunk@44727 -
2014-04-14 16:46:03 +00:00
zeljko
9936c8d776 LCL: TCustomComboBox: fixed AddHistoryItem and case sensitivity.patch by Vojtech Cihak.issue #26020
git-svn-id: trunk@44726 -
2014-04-14 16:40:02 +00:00
joost
ae35141581 LazDebuggerFp (pure): Implemented StepOverInstr
git-svn-id: trunk@44725 -
2014-04-14 16:39:35 +00:00
zeljko
4987038ee9 Qt: fixed showing of popup window over fsStayOnTop form.issue #26018
git-svn-id: trunk@44724 -
2014-04-14 16:34:27 +00:00
zeljko
e92a302d5b Gtk2: fixed showing of popup window over fsStayOnTop forms.issue #26018
git-svn-id: trunk@44723 -
2014-04-14 16:33:50 +00:00
bart
438d4e26ca EditButton: implement CheckCursor.
git-svn-id: trunk@44716 -
2014-04-13 11:47:02 +00:00
zeljko
a3373895f0 Gtk2: fixed mess with form sizes while being designed under compositing manager. issue #25473
git-svn-id: trunk@44715 -
2014-04-13 11:20:18 +00:00
juha
e7cc950b13 LCL: Prevent an out of bounds error in ValueListEditor when adding rows automatically in Value-column.
git-svn-id: trunk@44714 -
2014-04-13 10:35:15 +00:00
juha
e64fe7ef92 LCL: formatting in ValueListEditor.
git-svn-id: trunk@44713 -
2014-04-13 10:35:10 +00:00
joost
c6d5681d88 LazDebuggerFp (pure): Add statement-index and statement-count to disasembly-statements
git-svn-id: trunk@44712 -
2014-04-13 09:44:24 +00:00
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