Commit Graph

30754 Commits

Author SHA1 Message Date
ask
e6b1840fc4 TAChart: Add TChartSeriesLegend.Order property
git-svn-id: trunk@31395 -
2011-06-26 08:45:35 +00:00
ask
1584ede71a TAChart: Extract MakeSquare utility function
git-svn-id: trunk@31394 -
2011-06-26 07:32:18 +00:00
ask
ac09dbf6fd TAChart: Draw pie-specific legend item for pie series. Update demo.
git-svn-id: trunk@31393 -
2011-06-26 07:25:56 +00:00
ask
980591b46b TAChart: Merge duplicate definitions of TChartColor
git-svn-id: trunk@31392 -
2011-06-26 07:14:37 +00:00
ask
2cca7ee1a8 TAChart: Replace TCustomChartSeries.ColorOrDefault with global ColorDef function
git-svn-id: trunk@31391 -
2011-06-26 06:29:49 +00:00
ask
a29bc6b797 TAChart: Move TLegendItemPieSlice to the TARadialSeries unit
git-svn-id: trunk@31390 -
2011-06-26 06:15:32 +00:00
ask
a6c1d7e971 TAChart: Implement typed Items property in TChartLegendItems
git-svn-id: trunk@31389 -
2011-06-26 05:46:17 +00:00
marco
06a81a23bd * fixing a few links. Seems all links to rtl/fcl protected methods still go wrong (not in classtree?)
git-svn-id: trunk@31388 -
2011-06-25 23:14:47 +00:00
juha
4bc2ef3c3c IDE: Always enable Source -> Use Unit feature. Also non-project units can be added through the dialog.
git-svn-id: trunk@31387 -
2011-06-25 22:40:30 +00:00
zeljko
3e228ec5c1 Qt: make code in TQtWSCustomForm.CreateHandle() more readable by removing casts.
git-svn-id: trunk@31386 -
2011-06-25 16:34:58 +00:00
zeljko
f544059e42 IDE: componentlist, use VK_RETURN to set current list instead of VK_DOWN which raises av under win32. issue #19590
git-svn-id: trunk@31385 -
2011-06-25 15:37:11 +00:00
maxim
443af0046a LCL: fixed Close button glyph transparency (proper transparency mask should be assigned to HBitmap too), bug #19295
git-svn-id: trunk@31384 -
2011-06-25 14:35:34 +00:00
maxim
3526858f4e LCL: fixed ButtonPanel last visible button detection logic, bug #19210
git-svn-id: trunk@31383 -
2011-06-25 13:08:19 +00:00
juha
481b0956e0 LCL: in ShellTreeView fix an eternal loop when expanding a node and AutoExpand is True. Issue #19572.
git-svn-id: trunk@31382 -
2011-06-25 12:56:49 +00:00
maxim
1e48978d7d regenerated translations; updated Russian translation
git-svn-id: trunk@31381 -
2011-06-25 12:08:03 +00:00
zeljko
5f148c0735 Qt: fixed bug when switch between source and form designer with F12. issue #18694
git-svn-id: trunk@31380 -
2011-06-25 11:49:50 +00:00
juha
7fe38c1762 IDE: Fix error when Actionlist has no TImageList assigned. Patch from August Klein, issue #19566
git-svn-id: trunk@31379 -
2011-06-25 10:57:20 +00:00
zeljko
1463080eaa IDE: Sort templates in New Project dialog. issue #17729
git-svn-id: trunk@31378 -
2011-06-25 10:36:32 +00:00
zeljko
f4327f18be Win32: make sort work on all columns
git-svn-id: trunk@31377 -
2011-06-25 10:06:41 +00:00
mattias
d3a35fbdfa LCL: docs: OpenURL
git-svn-id: trunk@31376 -
2011-06-25 09:57:23 +00:00
zeljko
d7815f3058 WinCE: simplified TListView Exchange() and Move()
git-svn-id: trunk@31375 -
2011-06-25 09:34:04 +00:00
zeljko
03f505111f Qt: take into account header size when call itemAt() from lcl. Fixed missing selection trigger when mouse pressed in listview <> vsReport.
git-svn-id: trunk@31374 -
2011-06-25 09:24:02 +00:00
zeljko
cd32bf59f0 LCL: preserve selection when moving items. Return cached checked item when moving items.
Win32: simplified LVItem assigning in case of exchange and move, fixed bugs

git-svn-id: trunk@31373 -
2011-06-25 08:31:57 +00:00
mattias
c74cdc3959 chmhelp: search for predefined identifiers
git-svn-id: trunk@31372 -
2011-06-25 07:20:31 +00:00
zeljko
9b2bd8b9bb Cups printers: preserve page orientation when setting default values. issue #19618
git-svn-id: trunk@31371 -
2011-06-25 07:01:32 +00:00
jesus
264c6db01f LCL, fix position of scrollbar in case user clicks verticall scrollbar button arrows
git-svn-id: trunk@31370 -
2011-06-24 21:13:38 +00:00
jesus
74c3742e3e LCL, fix dbgrid scrollbar jumping issue #19615
git-svn-id: trunk@31369 -
2011-06-24 21:08:05 +00:00
zeljko
fe54d8652c LCL: TListViewItems: do not call ws ItemExchange() or ItemMove() if OwnerData = True.
git-svn-id: trunk@31368 -
2011-06-24 21:04:30 +00:00
zeljko
a0933e1606 Gtk: implemented ListView.Exchange() and ListView.Move().
LCL: do not call Exchange() or Move() if both indexes are equal.

git-svn-id: trunk@31367 -
2011-06-24 20:10:28 +00:00
zeljko
95ba53fc11 Gtk: fixed crash in createHandle() of listview.
git-svn-id: trunk@31366 -
2011-06-24 19:33:15 +00:00
zeljko
c380a69f08 WinCE: implemented TListView.Exchange() and TListView.Move()
git-svn-id: trunk@31365 -
2011-06-24 19:30:04 +00:00
zeljko
d827c3f379 Win32: implemented TListView.Exchange() and TListView.Move()
LCL: Use TFPList instead of TList for internal FList of TListViewItems
LCL: TListViewItems invalidate cacheindex and cacheitem when doing exchange or move.

git-svn-id: trunk@31364 -
2011-06-24 19:18:43 +00:00
mattias
d3ebe6ba78 lazbuild: convert encoding of loaded source files
git-svn-id: trunk@31363 -
2011-06-24 18:38:00 +00:00
mattias
d13ac6fe8a LCL: fixed TUTF8Parser reading at end of buffer
git-svn-id: trunk@31362 -
2011-06-24 18:37:23 +00:00
jesus
006639bf2a LCL, fix can't edit new record where key field value is NULL
git-svn-id: trunk@31361 -
2011-06-24 18:02:02 +00:00
zeljko
48712541fc Win32: started TListView.Exchange() TListView.Move() for win32 ws.Added todo.
git-svn-id: trunk@31360 -
2011-06-24 16:46:55 +00:00
ask
edac0eec23 TAChart: Add AIncludeHidden parameter to the TChart.GetLegendItems function.
Based on code by Werner.

git-svn-id: trunk@31359 -
2011-06-24 13:39:11 +00:00
zeljko
8bdf87abed LCL: TListViewItems: implemented Exchange() and Move() to easy move or exchange items in list. Implementation done for gtk2 and qt
git-svn-id: trunk@31358 -
2011-06-24 12:04:01 +00:00
mattias
bf3766ff9c LCL: TFindOption: frHideEntireScope, feature 19619
git-svn-id: trunk@31357 -
2011-06-24 10:54:51 +00:00
mattias
347515afc3 codetools: fixed range check
git-svn-id: trunk@31356 -
2011-06-24 10:50:02 +00:00
zeljko
6bfd206419 Qt: do not call elidedText() if DT_WORDBREAK flag is included.
git-svn-id: trunk@31355 -
2011-06-24 09:12:41 +00:00
zeljko
a8b4881fc6 Qt: fixed drawing of text when have DT_MODIFYSTRING and DT_END_ELLIPSIS flags using TrimLeft(), so it's same like under win32.
git-svn-id: trunk@31354 -
2011-06-24 08:38:17 +00:00
paul
762aef652a gtk2: don't show widget by default if it is not requested by TCreateParams (for TCheckBox, TButton, TCombobox, TEdit for now)
git-svn-id: trunk@31353 -
2011-06-24 07:36:16 +00:00
sekelsenmat
6acf2ce81d Carbon: fixes an endless loop in mouseover which was affecting the project openpoker
git-svn-id: trunk@31352 -
2011-06-24 07:04:54 +00:00
paul
0e1e1911b7 qt: don't show widget by default if it is not requested by TCreateParams
git-svn-id: trunk@31351 -
2011-06-24 06:21:31 +00:00
paul
5f4b4f6838 lcl: formatting
git-svn-id: trunk@31350 -
2011-06-24 03:51:43 +00:00
paul
e3e46a4ce2 lcl: don't crash if TabVisible is set for TTabSheet with no parent
git-svn-id: trunk@31349 -
2011-06-24 02:40:56 +00:00
martin
f5c008467c SynMemo BorderStyle: fixed default, so streaming works. issue #0019608
git-svn-id: trunk@31348 -
2011-06-23 21:49:54 +00:00
mattias
261318a675 IDE: default bounds for windows: use a fixed max of 1200x900, use Screen.WorkArea
git-svn-id: trunk@31347 -
2011-06-23 20:58:15 +00:00
mattias
76aa5b9b12 IDE: source editor: changed default for DisableAntiAliasing to false
git-svn-id: trunk@31346 -
2011-06-23 20:17:01 +00:00