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
paul
9b70fb4a72
lcl: formatting
...
git-svn-id: trunk@27757 -
2010-10-19 01:11:31 +00:00
paul
94ca121303
lcl: TCustomCheckListBox.SetState:
...
- check index before the action
- don't perform actions if the new state the same as before (issue #0017660 )
git-svn-id: trunk@27756 -
2010-10-19 01:02:35 +00:00
maxim
3aa1edcc9f
regenerated translations; updated Russian translation
...
git-svn-id: trunk@27755 -
2010-10-18 23:54:42 +00:00
mattias
16694c61a3
IDE: popup menu to switch set
...
git-svn-id: trunk@27754 -
2010-10-18 23:11:47 +00:00
vincents
55f95c92d2
qt interface: fixed compilation with fpc 2.5.1 after the changes in IUnknown
...
git-svn-id: trunk@27753 -
2010-10-18 20:54:00 +00:00
mattias
3c1071b4f1
IDE: compiler options: show session column only if session separate
...
git-svn-id: trunk@27752 -
2010-10-18 16:43:49 +00:00
mattias
4ae44f8cb3
IDE: added resourcestrings
...
git-svn-id: trunk@27751 -
2010-10-18 15:02:12 +00:00
vincents
1cb5c00f85
debian patches: fixed after changes in r27395 #f003a1cfe8
...
git-svn-id: trunk@27750 -
2010-10-18 14:01:20 +00:00
zeljko
115f4ce243
Qt: fixed wrong TQtTreeWidget.getClientBounds when header is visible, removed headerOffset from TQtWSCustomListView.getItemAt() since needed offset is wrong because of wrong getClientBounds which should take into account embedded header control.
...
git-svn-id: trunk@27749 -
2010-10-18 13:18:02 +00:00
zeljko
e8d188bf55
Qt: fixed bug when TQtAbstractScrollArea didn't propagate mouse move events after clicking on it's viewport because mousepropagation is disabled.
...
New behavior: never disable mouse propagation on scroll area viewport.
git-svn-id: trunk@27748 -
2010-10-18 12:24:05 +00:00
zeljko
72e07feaae
Qt: fixed bug where TQtWSCustomListView.getItemAt() returned wrong or no result when header visible (showcolumns=true).
...
git-svn-id: trunk@27746 -
2010-10-18 12:02:01 +00:00
paul
b83df84f67
win32: use standard hand point cursor (issue #0017432 )
...
git-svn-id: trunk@27744 -
2010-10-18 04:45:18 +00:00
ask
aebe485e4b
TAChart: Add TChartAxis.ZPosition property
...
git-svn-id: trunk@27743 -
2010-10-17 12:34:50 +00:00
zeljko
08bb81fce3
Qt: don't create QTreeWidgetItem with QTreeWidget as parent, otherwise we'll have bug when inserting items using TListView.Insert(AIndex). fixes #17650 .
...
git-svn-id: trunk@27742 -
2010-10-17 12:02:51 +00:00