Commit Graph

30953 Commits

Author SHA1 Message Date
ask
d8477e5555 TAChart: Remove TChartListBox.Notification method
It duplicated listener's functionality and was not registered anyway.

git-svn-id: trunk@31635 -
2011-07-10 03:21:12 +00:00
ask
cbf4bd53aa TAChart: Fix list-out-of-bounds error when clicking outside of series list in TChartListBox
git-svn-id: trunk@31634 -
2011-07-10 03:13:18 +00:00
ask
8d895ef46b TAChart: Convert TChartListBox code to standard style
git-svn-id: trunk@31633 -
2011-07-10 02:59:52 +00:00
ask
77e81e6501 TAChart: Convert TChartListBox code to standard formatting
git-svn-id: trunk@31632 -
2011-07-10 02:01:00 +00:00
ask
c7b8797cf5 TAChart: Add TChartListbox demo by Werner Pamler
git-svn-id: trunk@31631 -
2011-07-10 01:40:29 +00:00
ask
2d6a277be3 TAChart: Add TChartListbox by Werner Pamler
git-svn-id: trunk@31630 -
2011-07-10 01:37:10 +00:00
ask
afebc43889 TAChart: Fill TLegendItem.Owner property
git-svn-id: trunk@31629 -
2011-07-10 01:20:43 +00:00
mattias
597e60e8a7 LCL: broke unit dependency of graphics on controls
git-svn-id: trunk@31628 -
2011-07-09 23:10:27 +00:00
mattias
c36216f022 IDE: only update fpdoc hint if control visible
git-svn-id: trunk@31627 -
2011-07-09 22:34:26 +00:00
mattias
26e0cb515f IDE: clean up
git-svn-id: trunk@31626 -
2011-07-09 22:21:44 +00:00
mattias
d054dea35c codetools: identifier completion: do not clear on change
git-svn-id: trunk@31625 -
2011-07-09 21:36:19 +00:00
mattias
133696ef7b IDE: added file type for instantfc programs, run instantfpc if file has shebang
git-svn-id: trunk@31624 -
2011-07-09 19:57:15 +00:00
mattias
d2e6e86afb IDE: clean up
git-svn-id: trunk@31623 -
2011-07-09 19:26:49 +00:00
zeljko
da5f9a5670 Qt: fixed few memleaks in Qt library with our handling of QRegion. Each reference created by QPainter_clipRegion() must be destroyed.Small optimization in TQtWidgetSet.IntersectClipRect.
git-svn-id: trunk@31622 -
2011-07-09 17:26:23 +00:00
zeljko
de79ddfe3f Qt: small optimisation in TQtWidgetSet.FillRgn() - do not create region objects if our dc doesn't clip at that moment.
git-svn-id: trunk@31621 -
2011-07-09 16:07:40 +00:00
zeljko
4239508e08 Qt: TQtWidgetSet.ExtSelectClipRgn: fixed RGN_DIFF wrong result.Added more comments to ExcludeClipRect about X11 paintEngine performance.
git-svn-id: trunk@31620 -
2011-07-09 15:23:32 +00:00
zeljko
47d8a88b51 Qt: TQtWidgetSet.ExcludeClipRect(), when we are using X11 paintEngine, take trick from webkit to save performance.
git-svn-id: trunk@31619 -
2011-07-09 13:41:28 +00:00
zeljko
4e562c0581 Qt: removed extra debug code from TQtWidgetSet.ExcludeClipRect
git-svn-id: trunk@31618 -
2011-07-09 13:20:39 +00:00
zeljko
9d7af92881 Qt: changed deprecated QRegion unite,eor,intersect with united,xored and intersected procs.
git-svn-id: trunk@31617 -
2011-07-09 10:27:38 +00:00
mattias
4c0026a1c7 laz_xml: fixed TXMLConfig.Create(nil)
git-svn-id: trunk@31616 -
2011-07-09 09:54:02 +00:00
zeljko
07768dff6b Qt: use QRegion_subtracted() instead of deprecated QRegion_subtract().
git-svn-id: trunk@31615 -
2011-07-09 09:38:42 +00:00
mattias
5452f9d706 laz_xmlcfg: test old and new version
git-svn-id: trunk@31614 -
2011-07-09 08:23:14 +00:00
mattias
17d837884e clean up
git-svn-id: trunk@31613 -
2011-07-09 08:17:32 +00:00
mattias
8e8ca84239 laz_xmlcfg: invalidate file state cache
git-svn-id: trunk@31612 -
2011-07-09 08:16:43 +00:00
mattias
4aa9462577 codetools: clean up
git-svn-id: trunk@31611 -
2011-07-09 08:11:05 +00:00
mattias
8ce5534fb4 laz2_xml: compatibility with old xmlcfg
git-svn-id: trunk@31610 -
2011-07-09 08:07:57 +00:00
mattias
6a55c3b32c anchordoccking: todo
git-svn-id: trunk@31609 -
2011-07-09 08:07:07 +00:00
mattias
577ed6bcdf laz2_xml: fixed range checks
git-svn-id: trunk@31608 -
2011-07-08 22:42:05 +00:00
zeljko
dce6170d40 Qt: TQtWidgetSet.ExcludeClipRect now uses it's own implementation again.Added TODO's and comments about it.
git-svn-id: trunk@31607 -
2011-07-08 20:28:27 +00:00
mattias
7fcd93177c IDE: new other: save/restore last created
git-svn-id: trunk@31605 -
2011-07-08 19:56:33 +00:00
zeljko
12f390c94f Qt: fixed slow drawing because of wrong implementation of TQtWidgetSet.ExcludeClipRect(). issue #19698
git-svn-id: trunk@31604 -
2011-07-08 19:25:50 +00:00
mattias
3fb4f6ee5a IDE: codebrowser: invalidate file lists on rescan, bug #19699
git-svn-id: trunk@31603 -
2011-07-08 18:56:32 +00:00
mattias
f2fdce8015 IDE: component palette: release buttons instead of free
git-svn-id: trunk@31602 -
2011-07-08 18:22:59 +00:00
zeljko
9ce6c166e2 Qt: systryicon cleanups and comments
git-svn-id: trunk@31601 -
2011-07-08 08:27:22 +00:00
zeljko
910a46ff7d TCustomTrayIcon: added InternalShow() private proc, so it triggers TCustomTrayIcon.Show when component is loaded. Fixes problem when popupmenu isn't shown.See issue #19693
git-svn-id: trunk@31600 -
2011-07-08 08:01:08 +00:00
mattias
f6ca7c7d1b LCL: fixed ConvertEncoding fpr empty strings
git-svn-id: trunk@31599 -
2011-07-08 07:37:41 +00:00
zeljko
880fd18517 Carbon: fixed crash with menu item of trayicon on MacOsX Lion. issue #19693
git-svn-id: trunk@31598 -
2011-07-08 07:15:55 +00:00
zeljko
e121294b60 LCL: Fixed TSaveDialog/TOpenDialog.Filter to change the file's extension when it's empty, now it's same like under Delphi. issue #7797 patch by Bart Broersma
git-svn-id: trunk@31597 -
2011-07-08 06:36:15 +00:00
zeljko
da3f158361 Gtk2: introduced GetWindowManager:String function for later tuning of differences between metacity and other wm's under X11.
git-svn-id: trunk@31596 -
2011-07-07 19:39:28 +00:00
juha
d744f675e6 IDE: Update the Enabled state of Source -> UseUnit entry
git-svn-id: trunk@31589 -
2011-07-07 15:40:35 +00:00
zeljko
156bee63ed Qt: use IsValidHandle() to check handle in ClientToScreen() and ScreenToClient()
git-svn-id: trunk@31588 -
2011-07-07 13:35:18 +00:00
zeljko
fd126a05a7 Qt: fixed bug with BeginUpdate EndUpdate pair in SetScrollInfo,also send action when slider is released.issue #19687
LCL: Grids: fixed wrong calculation of bottom/right (max pos) of scrollbars in SB_BOTTOM (diff is always 1 on all ws).

git-svn-id: trunk@31587 -
2011-07-07 12:52:00 +00:00
mattias
b44dd17e8f IDE: clean up
git-svn-id: trunk@31586 -
2011-07-07 09:45:24 +00:00
mattias
6a85561b10 IDE: codehints: clean up
git-svn-id: trunk@31585 -
2011-07-07 09:44:58 +00:00
zeljko
60424c460a Carbon: fixed wrong result of TCarbonWidgetSet.ClientToScreen(), scrolled offset of TScrollingWinControl must be taken into account.issue #18272
git-svn-id: trunk@31584 -
2011-07-07 07:42:55 +00:00
zeljko
5f6ebb3560 Qt: fixed wrong result of TQtWidgetSet.ClientToScreen() in case of scrolling win control.Part of issue #18272
git-svn-id: trunk@31583 -
2011-07-07 07:16:35 +00:00
mattias
961c9aa9b9 IDE: codeexplorer: fixed deleting nodes and updating the position tree
git-svn-id: trunk@31579 -
2011-07-07 06:15:13 +00:00
zeljko
22044ba7f7 LCL: fixed TControl.InvalidateControl paint rect.We must take into account our parent scroll offset.
git-svn-id: trunk@31578 -
2011-07-06 21:42:00 +00:00
zeljko
5c16268dbe LCL: added capfHasScrollOffset in Controls.FindControlAtPosition(), also fixed TGraphicControl.Update, it should take into account parent's scrolloffset if any. issues #12217,#18272
git-svn-id: trunk@31577 -
2011-07-06 20:52:09 +00:00
zeljko
97085f283e Gtk2: fixed minimizing of tool windows under some window managers.patch by August Klein. issue #18332
git-svn-id: trunk@31573 -
2011-07-06 15:37:23 +00:00