Commit Graph

27454 Commits

Author SHA1 Message Date
vincents
ad33a9072d fpcunit gui testrunner: only show first line of exceptionmessage in treeview.
git-svn-id: trunk@27807 -
2010-10-22 10:35:01 +00:00
martin
db47df6291 SynEdit: Fix guttermarks, result was undefined. This fixes debug-marks
git-svn-id: trunk@27806 -
2010-10-21 22:18:04 +00:00
mattias
94f29dfbd2 LCLBase: removed -Ur
git-svn-id: trunk@27805 -
2010-10-21 21:43:49 +00:00
mattias
b342522087 IDE: compilier options: trim leading/trailing spaces from custom options to reduce modified
git-svn-id: trunk@27804 -
2010-10-21 21:42:59 +00:00
mattias
2a26e6b67f IDE: fixed compileroptions GetModified
git-svn-id: trunk@27803 -
2010-10-21 20:55:28 +00:00
mattias
ad2142ef86 added lclbase lpl
git-svn-id: trunk@27802 -
2010-10-21 20:37:10 +00:00
jesus
321f8af932 LCL, fix loading of project created in Lazarus revisions previous to r27800 #3fd96fa189 and that use listview (including Lazarus itself)
git-svn-id: trunk@27801 -
2010-10-21 20:19:02 +00:00
sekelsenmat
3fd96fa189 TListView is changed from published to public. Fixes bug #16367
git-svn-id: trunk@27800 -
2010-10-21 15:45:31 +00:00
zeljko
1767ba3390 Qt: simplified setting scrollstyle over TQtAbstractScrollArea by introducing property ScrollBarPolicy[].
git-svn-id: trunk@27799 -
2010-10-21 15:42:58 +00:00
sekelsenmat
8646d000f4 Fixes a case in which two click events were being sent in WinCE. See bug #17680
git-svn-id: trunk@27798 -
2010-10-21 15:12:47 +00:00
ask
b16a30c689 TAChart: Use ZPosition to draw axises in front of the color map series in the funcdemo
git-svn-id: trunk@27797 -
2010-10-21 13:15:51 +00:00
ask
2f974edb89 TAChart: Limit axis ZPosition by chart Depth
git-svn-id: trunk@27796 -
2010-10-21 13:14:58 +00:00
ask
b8d55daabb TAChart: Extract TChart.DrawBackground helper, fix axis drawing on chart without series
git-svn-id: trunk@27795 -
2010-10-21 13:07:56 +00:00
ask
387d267fa5 TAChart: Refactor axis ordering
git-svn-id: trunk@27794 -
2010-10-21 12:40:12 +00:00
ask
7c2ff8e9c6 TAChart: Draw axises in Z order
git-svn-id: trunk@27793 -
2010-10-21 12:00:19 +00:00
zeljko
1bc2a1db55 Qt: fixed type cast which caused immediate crash of qtlcl when assigning PtrUInt to WParam.
git-svn-id: trunk@27792 -
2010-10-21 11:31:13 +00:00
zeljko
81a1b83ec1 Qt: changed casts to TQtWidget or QObjectH objects to PtrUInt in debugging code.
git-svn-id: trunk@27791 -
2010-10-21 11:19:59 +00:00
sekelsenmat
b0b573e30a Fixes the importing of SHSendBackToFocusWindow in wince
git-svn-id: trunk@27790 -
2010-10-21 11:11:15 +00:00
zeljko
0ef33b2c49 LCL: changed TCustomTrayIcon.Handle from PtrInt to HWND since it's correct.
Qt,Gtk2,Carbon: changed type cast from PtrInt() to HWND() for trayicon handle.

git-svn-id: trunk@27789 -
2010-10-21 11:10:57 +00:00
zeljko
e6a8e1e2a4 LCL: reverted TLMMouse Keys to PtrInt.
Qt: fixed wrong cast in TQtTimer.Create(), cast to THandle(PtrUInt) instead to PtrInt, fixes crash on 32bit with -Cr

git-svn-id: trunk@27788 -
2010-10-21 10:53:10 +00:00
zeljko
339f85f006 Qt: removed unused local variable.
git-svn-id: trunk@27787 -
2010-10-21 10:38:47 +00:00
zeljko
28632554b9 LCL: TLMMouse.Keys:PtrInt becomes TLMMouse.Keys: PtrUInt to avoid range check errors.
Qt, Gtk2: added various type casts to avoid range check errors. Patches by Juha Manninen. fixes #17531

git-svn-id: trunk@27786 -
2010-10-21 10:32:41 +00:00
ask
16f53a6e50 TAChart: Better support drawing of too narrow legend panel. Update demo.
git-svn-id: trunk@27785 -
2010-10-21 09:27:15 +00:00
ask
b9412bed2b TAChart: Use legend panel in funcdemo
git-svn-id: trunk@27784 -
2010-10-21 09:07:01 +00:00
ask
53f0743f12 TAChart: Auto-update TChartLegendPanel
git-svn-id: trunk@27783 -
2010-10-21 09:05:34 +00:00
mattias
e3573e3e88 carbon intf: UpdateLCLClientRect: check if something changed
git-svn-id: trunk@27782 -
2010-10-21 08:47:54 +00:00
ask
f67dde1d74 TAChart: Add TChartLegendPanel component
git-svn-id: trunk@27781 -
2010-10-21 08:45:29 +00:00
ask
622f3f44df TAChart: Add changing of axis ZPosition to the 3d demo
git-svn-id: trunk@27780 -
2010-10-21 07:29:23 +00:00
zeljko
cd8a98a15d Qt: fixed TQtWidgetSet.DrawText() when ARect param is out of bounds of clipRect, also added QT_DRAWTEXT_MAP_TO_CLIPRECT define if someone want's that drawText respects DT_WORDBREAK flag if included. fixes #17678
git-svn-id: trunk@27779 -
2010-10-21 07:27:47 +00:00
vincents
ab775d508d lcl: published TStringGrid OnGetCheckboxState and OnSetCheckboxState
git-svn-id: trunk@27778 -
2010-10-20 19:20:12 +00:00
vincents
794ad9f79c lcl tests: fixed compilation, use default widget set and stdctrls for TButton
git-svn-id: trunk@27777 -
2010-10-20 14:02:33 +00:00
vincents
48b1cbded7 lcl tests: fixed compilation
git-svn-id: trunk@27776 -
2010-10-20 14:00:21 +00:00
vincents
c25fc1b99c education pacakge: fixed compilation after r27681 #5223a83d19.
git-svn-id: trunk@27775 -
2010-10-20 13:51:37 +00:00
vincents
b94e0b550a ide: fixed formatting og number of lines, when the thousand seperator is not a ansi char, fixes issue #17674
git-svn-id: trunk@27774 -
2010-10-20 13:06:11 +00:00
mattias
c9395f8b4c translations: german: updates from Swen Heinig
git-svn-id: trunk@27773 -
2010-10-20 08:40:33 +00:00
mattias
5ad496ffd6 LCL: reduced hints
git-svn-id: trunk@27772 -
2010-10-20 08:18:58 +00:00
mattias
b07592dfec carbon intf: reduced notes
git-svn-id: trunk@27771 -
2010-10-20 08:18:32 +00:00
paul
d5cb0e2fbe lcl: redo MouseEnter/MouseLeave notifications:
- move application mouse events notification from various message handlers to the WND proc of TWinControl
  - don't assume that control at mouse is the current control which has mouse events. If some control has a mouse capture set then it has the mouse messages and not the control at mouse
  - don't perform a control search in TApplication.DoBeforeMouseMessage - it already has an argument which contains the new mouse control (fixes bug #0016715)
  - fix CM_MOUSEENTER, CM_MOUSELEAVE message handlers so Parent controls will always get CM_ notification before the event handler and inspite of who is the message owner

git-svn-id: trunk@27770 -
2010-10-20 08:02:22 +00:00
zeljko
084fed8f6c Qt: fixed bug with QPainter translation in TQtWidgetSet.GetClipBox(). fixes #17670
git-svn-id: trunk@27769 -
2010-10-20 06:38:47 +00:00
paul
e914afd958 lcl: set default TSpeedButton.Color value to clBtnFace
git-svn-id: trunk@27768 -
2010-10-20 05:51:22 +00:00
martin
5aaab6fd72 IDE-Inspector: New package to allow live browsing of the IDE's forms and components
git-svn-id: trunk@27767 -
2010-10-20 05:40:36 +00:00
maxim
8cb78fd8e6 regenerated translations; updated Russian translation
git-svn-id: trunk@27766 -
2010-10-19 23:12:13 +00:00
martin
a0292f5d33 SynEdit, testcase: begin refactor SynEdit.Marks (use tree for storage).
git-svn-id: trunk@27765 -
2010-10-19 21:48:38 +00:00
martin
7e8ea9c121 SynEdit: begin refactor SynEdit.Marks (use tree for storage).
git-svn-id: trunk@27764 -
2010-10-19 21:48:29 +00:00
martin
58ea9148ea SynEdit: begin refactor SynEdit.Marks (use tree for storage).
git-svn-id: trunk@27763 -
2010-10-19 21:48:25 +00:00
mattias
1946265ab4 IDE: compiler options diff
git-svn-id: trunk@27762 -
2010-10-19 21:45:38 +00:00
sekelsenmat
c7d58c33c4 Fixes typo in the test 822
git-svn-id: trunk@27761 -
2010-10-19 12:16:15 +00:00
mattias
b1f3a0a6c8 IDE: started compiler options diff dialog
git-svn-id: trunk@27760 -
2010-10-19 10:27:17 +00:00
zeljko
303f533d2e Qt: fixed complete screen lock caused by setting capture on native abstractitemview (eg. TQtTreeWidget) by moving TQtCustomControl.grabMouse to TQtAbstractScrollArea.grabMouse().Now viewport grabs mouse and that's correct.
git-svn-id: trunk@27759 -
2010-10-19 09:31:07 +00:00
paul
6ce6821a27 lcl: always exclude tvsPainting from the treeview states on DoPaint exit (bug #0017653)
git-svn-id: trunk@27758 -
2010-10-19 01:18:11 +00:00