Commit Graph

27302 Commits

Author SHA1 Message Date
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
paul
3efdffe38a win32: skip invisible windows while setting a cursor (bug #0017636)
git-svn-id: trunk@27719 -
2010-10-16 14:49:19 +00:00
maxim
3f9bb3899a IDE: Czech translation update by Martin Smat
git-svn-id: trunk@27718 -
2010-10-16 12:57:40 +00:00
sekelsenmat
409c85821c Fixes a small bug in Qt. ItemIndex didn't work for the last item, for example ItemIndex=15 with 15 items.
git-svn-id: trunk@27717 -
2010-10-15 10:25:27 +00:00
zeljko
17cbc0d5bf Qt: properly set tabicon. fixes #17635
git-svn-id: trunk@27716 -
2010-10-15 07:15:34 +00:00
zeljko
1b805137bf Qt: added TQtTabWidget.setTabIcon(), part of #17635
git-svn-id: trunk@27715 -
2010-10-15 06:54:02 +00:00
paul
520d367826 lcl, win32: fix showing of windows which needs to be shown on taskbar (bug #0017561)
git-svn-id: trunk@27714 -
2010-10-15 06:45:36 +00:00
paul
9f513e68e6 lcl: fix focus issue with docked forms (issue #0017558)
git-svn-id: trunk@27713 -
2010-10-15 05:12:55 +00:00
paul
81c0f13c5f lcl: fix backward search by TSearchAction by Anton (issue #0017588)
git-svn-id: trunk@27712 -
2010-10-15 01:46:10 +00:00
martin
27e5a6b723 Editor-opts: clean-up, improved initialization
git-svn-id: trunk@27711 -
2010-10-15 00:45:02 +00:00
martin
ae56cb323a SynEdit, highlight: fix inverting styles
git-svn-id: trunk@27710 -
2010-10-15 00:44:58 +00:00
martin
276625f65d SynEdit, highlight word-brackets (begin/end): Fixed, invalidate, if highlight changed
git-svn-id: trunk@27709 -
2010-10-14 22:45:40 +00:00
maxim
02790b2ed8 LCL: make file dialog title translatable (note that default title will be translated by using lclstrconsts.xx.po in your program). Fixes bug #12969.
git-svn-id: trunk@27708 -
2010-10-14 22:12:54 +00:00
maxim
68408f771e regenerated translations; updated Russian translation
git-svn-id: trunk@27707 -
2010-10-14 20:56:50 +00:00
martin
660b76476b Editor-Color-Opts: toolbar showhint
git-svn-id: trunk@27706 -
2010-10-14 10:21:48 +00:00
zeljko
22c960e012 Gtk2: fixed configure event when moving form under compiz. fixes #17625
git-svn-id: trunk@27705 -
2010-10-14 07:22:55 +00:00
paul
3296e2fd04 turbopower_ipro: update makefiles to search for printersdlgs
git-svn-id: trunk@27704 -
2010-10-14 03:44:43 +00:00