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
ask
beb0cdf7fe
TAChart: Add per-point legend to the color map demo
...
git-svn-id: trunk@27741 -
2010-10-17 10:03:04 +00:00
ask
bdeebef80a
TAChart: Per-point legend for the color map series
...
git-svn-id: trunk@27740 -
2010-10-17 10:02:16 +00:00
ask
66afadd781
TAChart: Add interpolation to the color map demo
...
git-svn-id: trunk@27739 -
2010-10-17 09:20:29 +00:00
ask
56d4182a19
TAChart: Update chart upon change of series title
...
git-svn-id: trunk@27738 -
2010-10-17 09:16:39 +00:00
ask
fe7417e4e6
TAChart: Add TColorMapSeries.Interpolate property
...
git-svn-id: trunk@27737 -
2010-10-17 09:06:05 +00:00
ask
18dbaee9bd
TAChart: Add InterpolateRGB utility function
...
git-svn-id: trunk@27736 -
2010-10-17 09:05:09 +00:00
ask
198c23805f
TAChart: Add panning to color map series demo
...
git-svn-id: trunk@27735 -
2010-10-17 07:50:02 +00:00
ask
5fb808de4e
TAChart: Make color map series display stable against chart panning
...
git-svn-id: trunk@27734 -
2010-10-17 07:49:26 +00:00
ask
eea9c04523
TAChart: Add color map page to funcdemo
...
git-svn-id: trunk@27733 -
2010-10-17 07:12:32 +00:00
ask
c123012ed5
TAChart: Normalize decimal separators inside of TListChartSource.DataPoints property
...
git-svn-id: trunk@27732 -
2010-10-17 07:11:19 +00:00
ask
588082fff1
TAChart: Implement TColorMapSeries drawing
...
git-svn-id: trunk@27731 -
2010-10-17 06:50:00 +00:00
ask
8ccce6a274
TAChart: Remove TChartExtent.Extent property
...
since extent bounds may be misleading without corresponding UseXX values
git-svn-id: trunk@27730 -
2010-10-17 06:49:17 +00:00
ask
409a4198d9
TAChart: Add TCustomChartSeries.GraphToAxis helper function
...
git-svn-id: trunk@27729 -
2010-10-17 06:44:40 +00:00
ask
d8afe5e250
TAChart: Fix lower bound calculation for unsorted chart sources
...
git-svn-id: trunk@27728 -
2010-10-17 06:43:53 +00:00
ask
96e84da1eb
TAChart: Extract TBasicFuncSeries, add skeleton implementation of TColorMapSeries.
...
+ Fix auto-updating of TFuncSeries upon a change to Extent.
git-svn-id: trunk@27727 -
2010-10-17 05:28:43 +00:00
paul
6e3431f67d
win32: use the correct MakeLong
...
git-svn-id: trunk@27726 -
2010-10-17 02:28:28 +00:00
paul
f1dec0d4e0
win32: a trial to fix a range check error Martin has found
...
git-svn-id: trunk@27725 -
2010-10-17 02:23:09 +00:00
ask
32c7dba3c0
TAChart: Extract TAFuncSeries unit
...
git-svn-id: trunk@27724 -
2010-10-17 02:15:13 +00:00
ask
7575f7e21e
TAChart: Do not store deprecated ShowInLegend property
...
git-svn-id: trunk@27723 -
2010-10-17 02:13:07 +00:00
mattias
3141ce6197
IDE: fixed TCompilerOptions.IsEqual, removed obsolete read/write events of compileroptions
...
git-svn-id: trunk@27722 -
2010-10-16 18:00:04 +00:00
paul
cfc294acab
win32: don't directly set the mouse cursor in Twin32WSWinControl.SetCursor but do this through the window procedures
...
git-svn-id: trunk@27721 -
2010-10-16 16:01:00 +00:00
paul
d6d4003fe6
win32: also skip disabled windows while changing the cursor
...
git-svn-id: trunk@27720 -
2010-10-16 15:05:55 +00:00