Commit Graph

30740 Commits

Author SHA1 Message Date
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
juha
b38e8f8a1f Revert "IDE: change order of Run menu items. Issue #19580" based on feedback
git-svn-id: trunk@31345 -
2011-06-23 18:27:11 +00:00
ask
67e4a0d07f TAChart: Use TChartLegendItems instead of TObjectList
git-svn-id: trunk@31344 -
2011-06-23 14:56:05 +00:00
mattias
c1fdd2bbe1 translations: german: updates from Swen Heinig
git-svn-id: trunk@31343 -
2011-06-23 11:59:21 +00:00
ask
6cc9d3da78 TAChart: Add Legend.SymbolFrame property
git-svn-id: trunk@31342 -
2011-06-23 07:33:53 +00:00
ask
0bbf6f4c42 TAChart: Do not draw legend frame with Visible = false
git-svn-id: trunk@31341 -
2011-06-23 07:28:56 +00:00
jesus
d2cf3ad43f LCL, windows, fix a crash on pressing a key when there is a (html) hint visible
git-svn-id: trunk@31340 -
2011-06-23 07:07:04 +00:00
sekelsenmat
35a781c607 Adds more TScreen properties, from patch from bug #19379 by wovan.bugger
git-svn-id: trunk@31339 -
2011-06-22 21:03:25 +00:00
jesus
0cda734085 LCL, grids, option for showing & prefix in columns titles, issue #19470
git-svn-id: trunk@31338 -
2011-06-22 20:51:53 +00:00
ask
fe8fb348a1 TAChart: Fix text positioning in fpvectorial back-end. Silence warnings.
git-svn-id: trunk@31336 -
2011-06-22 14:23:45 +00:00
ask
f1cfea45dc TAChart: Add combobox with legend items to the legend demo
git-svn-id: trunk@31335 -
2011-06-22 14:13:21 +00:00
ask
80521e30cc TAChart: Extract public function TChart.GetLegendItems
git-svn-id: trunk@31334 -
2011-06-22 14:07:47 +00:00
mattias
32a183ceaa IDE: code hints: reduced debugging
git-svn-id: trunk@31333 -
2011-06-22 13:22:57 +00:00
ask
9595273e55 TAChart: Extract public TChartLegend.MeasureItem function
git-svn-id: trunk@31332 -
2011-06-22 13:18:12 +00:00
zeljko
1ad62b1229 LCL: TToggleBox published properties: BidiMode, Contstraints, Color, Font, ParentBidiMode, ParentFont.
git-svn-id: trunk@31331 -
2011-06-22 12:22:58 +00:00