Commit Graph

23688 Commits

Author SHA1 Message Date
zeljko
63dec4e6f8 Qt: implemented qtwinapi SetWindowPos()
git-svn-id: trunk@24114 -
2010-03-20 16:33:18 +00:00
martin
9040201c83 IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling)
git-svn-id: trunk@24113 -
2010-03-20 15:12:33 +00:00
marc
2105de444c + IDE: added option to specify lazarus base directory. Patch #15741 by Marco van de Voort
git-svn-id: trunk@24112 -
2010-03-20 15:06:25 +00:00
ask
2f2f282448 TAChart: Extract TBasicPointSeries.GetLabelDirection function
git-svn-id: trunk@24111 -
2010-03-20 13:10:37 +00:00
ask
d474f1e6a3 TAChart: Extract TChartMarks.MeasureLabel function.
+ Take label font into account while measuring mark labels.

git-svn-id: trunk@24110 -
2010-03-20 11:47:31 +00:00
zeljko
4f98042b2f Qt: better checks for owner handle in TQtComboStrings, TQtListStrings - fixes corner case segfaults if programmer called eg. TListBox.Clear while handle is being released via QEventDestroy.
git-svn-id: trunk@24109 -
2010-03-20 10:14:02 +00:00
dmitry
f1050c7b4a carbon: added delayed widget desctruction. Support added for focus switch and keyboard events. todo: add for all event processing. fix for #14237
git-svn-id: trunk@24108 -
2010-03-20 10:04:28 +00:00
dmitry
f1812c07c0 carbon: removed objcparser from pascocoa
git-svn-id: trunk@24107 -
2010-03-20 09:57:06 +00:00
jesus
6a78f28957 LazReport, cleanup and fix memleak by Javier Villarroya, issue #16038
git-svn-id: trunk@24106 -
2010-03-20 04:13:20 +00:00
jesus
95c4d44c8d LCL, improved grid's checkbox column support
git-svn-id: trunk@24105 -
2010-03-20 01:48:14 +00:00
martin
5329861e5a SourceEditor: Fix changing tabs for History jumps.
git-svn-id: trunk@24104 -
2010-03-20 01:23:11 +00:00
zeljko
214d448121 Qt: fixed destroy logic for TQtComboBox, TQtTreeWidget, reorganized event filters for TQtComboBox, TQtListWidget, TQtHeaderView
git-svn-id: trunk@24103 -
2010-03-19 21:28:55 +00:00
martin
01061fd0f8 IDE, SourceEditor: Refactor BookMarks
git-svn-id: trunk@24102 -
2010-03-19 20:28:40 +00:00
mattias
c4527d2bc9 translations: german: updates from Joerg Braun
git-svn-id: trunk@24101 -
2010-03-19 18:25:41 +00:00
paul
599b36f59b qt: fix destroy logic
git-svn-id: trunk@24100 -
2010-03-19 18:05:13 +00:00
zeljko
119ca527f6 Qt: reduce setParent() calls in TQtWSWinControl.AddControl() if parent is already same as new parent.
git-svn-id: trunk@24099 -
2010-03-19 13:38:09 +00:00
mattias
c3fb6ae2df IDE: options dialog: reduce autosizing
git-svn-id: trunk@24098 -
2010-03-19 12:27:15 +00:00
mattias
bf3ee47952 lcl: TCustomForm.SetRestoredBounds: reduce double calls
git-svn-id: trunk@24097 -
2010-03-19 12:26:43 +00:00
mattias
c70222fe4e LCL: debugging for disableautosizing
git-svn-id: trunk@24096 -
2010-03-19 11:24:42 +00:00
mattias
79930ba4a7 IDE: fixed crash when restoring session info unit window
git-svn-id: trunk@24095 -
2010-03-19 11:19:35 +00:00
mattias
e7b5a78d0f LCL: added debugging for Disable/EnableAutoSizing
git-svn-id: trunk@24094 -
2010-03-19 11:11:47 +00:00
sekelsenmat
41a4364e46 Patch from Ramin Jafari, fixes #15832
git-svn-id: trunk@24093 -
2010-03-19 03:32:03 +00:00
martin
20e1062c03 Ide/Project; SourceEditor: ActiveWindowIndex / ActivePage per Window (for multi-window handling)
git-svn-id: trunk@24092 -
2010-03-18 23:06:02 +00:00
martin
8c94ff2bd4 Ide/Project; SourceEditor: More using SourceEditorManager (for multi-window handling)
git-svn-id: trunk@24091 -
2010-03-18 22:14:09 +00:00
martin
b8f4eca4e8 IDE, FindReplace: Refactored, moved away from SourceNotebook
git-svn-id: trunk@24090 -
2010-03-18 21:25:19 +00:00
martin
2b5156b908 IDE, FindInFiles: Refactored, moved away from SourceNotebook
git-svn-id: trunk@24089 -
2010-03-18 19:16:20 +00:00
zeljko
2307785cf3 Qt: Fixed segfault in destroying form handle when form is child of another control.Fixed segfault in TQtListStrings.Clear() - we must check here if handle exist since Clear is called when control is destroyed.Introduced TQtComboBox.ClearItems, TQtListWidget.ClearItems for faster deletion of items in TQtListStrings and TQtComboStrings.
git-svn-id: trunk@24088 -
2010-03-18 19:12:41 +00:00
martin
e9613684e0 LCL, grids: clean up
git-svn-id: trunk@24087 -
2010-03-18 15:31:28 +00:00
martin
b7d83adbf2 SourceEditor: Fix wrong editor shown when debugger steps-in / ProcessMsg during Tab-Change (related to new SrcEditorInterface)
git-svn-id: trunk@24086 -
2010-03-18 15:20:15 +00:00
mattias
7699be6191 LCL: removed LockBaseBounds, OnChangeBounds can now change its own bounds, bug #16028
git-svn-id: trunk@24085 -
2010-03-18 15:05:07 +00:00
mattias
ccc0c4846e gtk2 intf: fixed crash gtk2 combobox: items are initialzed in InitializeWnd, bug #16037
git-svn-id: trunk@24084 -
2010-03-18 14:32:06 +00:00
ask
3ec9c78ab6 TAChart: Draw rotated bar series
git-svn-id: trunk@24083 -
2010-03-18 14:08:01 +00:00
ask
bbd5e80654 TAChart: Fix off-by-one bug in TCustomChartSource.Unsubscribe
git-svn-id: trunk@24082 -
2010-03-18 13:42:28 +00:00
ask
03d99c380e TAChart: Fix unordered methods.
git-svn-id: trunk@24081 -
2010-03-18 13:26:08 +00:00
ask
08bb26f6b0 TAChart: Initial support for rotated series.
Works correctly for point/line series only.

git-svn-id: trunk@24080 -
2010-03-18 13:22:55 +00:00
zeljko
be9244c5b7 Qt: fixed bugs in QAbstractSpinBox (qvalidator assertions) under Qt 64bit.
git-svn-id: trunk@24079 -
2010-03-18 11:31:31 +00:00
ask
036bbd7fb2 TAChart: Use DrawLabels procedure instead of duplicate code in TBarSeries.Draw
git-svn-id: trunk@24078 -
2010-03-18 11:11:57 +00:00
mattias
ddf90b8e51 IDE: fixed layout search result form
git-svn-id: trunk@24077 -
2010-03-18 00:23:21 +00:00
mattias
4f4bb0755f lcl: TToolBar: auto fix anchoring of child controls
git-svn-id: trunk@24076 -
2010-03-18 00:23:14 +00:00
mattias
62fc1305ad LCL: improved debugging changebounds, removed TCustomLabel AdjustSize in loaded
git-svn-id: trunk@24075 -
2010-03-18 00:17:35 +00:00
mattias
3f79d12265 LCL: fixed endless loop on TLabel.SetBounds
git-svn-id: trunk@24074 -
2010-03-17 23:42:45 +00:00
jesus
6ea54da93e LCL, added dbgrid SelectedFieldRect property
git-svn-id: trunk@24073 -
2010-03-17 20:49:57 +00:00
jesus
27045012a8 LCL, fix dbgrid exception while setting up automatic columns (regresion introduced in r24057 #22775e7a58), issue #16031
git-svn-id: trunk@24072 -
2010-03-17 20:42:28 +00:00
martin
32b73ebd75 SourceEditor, IDE: don't focus editor, if hint is shown. Issue #16025, #16019
git-svn-id: trunk@24071 -
2010-03-17 20:07:20 +00:00
jesus
d83ee6522b LCL, fix exception on adding first custom column (regresion introduced in r24057 #22775e7a58), issue #16021
git-svn-id: trunk@24070 -
2010-03-17 17:56:27 +00:00
mattias
0f10f9bfc1 LCL: improved debugging
git-svn-id: trunk@24069 -
2010-03-17 16:07:58 +00:00
mattias
bf4387a62b LCL: improved debugging, TScrollingWinControl.CreateWnd: reduce autosizing overhead
git-svn-id: trunk@24068 -
2010-03-17 15:46:11 +00:00
zeljko
96b4206587 Qt: Changed IntfGetItems behaviour, now it's not triggered anymore by getting focus, but by clicking combobox or standard key press (F4 and/or Space(depends combo is readonly)).fixes #15948
git-svn-id: trunk@24067 -
2010-03-17 15:23:28 +00:00
mattias
f47f17d0be IDE: reduce autosizing during idemainbar creation
git-svn-id: trunk@24066 -
2010-03-17 15:05:18 +00:00
mattias
51ff42e26c lcl: reduce autosizing during TControl.Create, updateinterfaceconstraints only if handle is allocated
git-svn-id: trunk@24065 -
2010-03-17 15:04:36 +00:00