Commit Graph

13273 Commits

Author SHA1 Message Date
juha
b2fbbd9b34 LCL: Fix the rest of Assert to DebugLn conversion.
git-svn-id: trunk@29837 -
2011-03-14 11:54:38 +00:00
zeljko
ef4e2fb352 Qt: fixed bug in TQtCalendar, where mouse move,enter and leave weren't propagated to LCL from dates (QAbstractScrollArea) part of calendar.
git-svn-id: trunk@29836 -
2011-03-14 09:22:44 +00:00
paul
d257609a59 lcl: add another TImageList.Draw Delphi compatibility method (issue #0018921)
git-svn-id: trunk@29835 -
2011-03-14 07:25:08 +00:00
paul
5bc0a7c8d3 lcl: make TImageList.Draw virtual by request of Krzysztof Dibowski (issue #0018920)
git-svn-id: trunk@29834 -
2011-03-14 06:57:54 +00:00
paul
423815bcc3 lcl: post CN_DROPDOWNCLOSED after Popup is executed because it is too early to post it on close event - on windows it reaches the sender before the click event (issue #0016044)
git-svn-id: trunk@29833 -
2011-03-14 06:54:46 +00:00
paul
c610a9a179 gtk2: check gtk2 code for correctness after Assert->DebugLn replacement, remove some commented DebugLn, fix caret painting error which was caused by the replacement
git-svn-id: trunk@29832 -
2011-03-14 03:22:53 +00:00
paul
2d658d768b gtk2: make TPopupMenu.Popup synchronous
git-svn-id: trunk@29831 -
2011-03-14 02:54:06 +00:00
paul
eaa88d5d11 gtk2: revert accidentally committed gtk2wsmenus changes
git-svn-id: trunk@29830 -
2011-03-14 02:53:10 +00:00
paul
1f7c7a9d74 wince, qt: remove EventTrace method
git-svn-id: trunk@29829 -
2011-03-14 02:38:46 +00:00
paul
dd4583c8bf win32: check win32 code for correctness after Assert->DebugLn replacement, fix ObjectToHWND, remove TraceEvent, remove all commented DebugLn
git-svn-id: trunk@29828 -
2011-03-14 02:32:50 +00:00
paul
f0bce37226 interfaces: remove AssignSelf method
git-svn-id: trunk@29827 -
2011-03-14 02:17:55 +00:00
juha
fb73313173 LCL: Remove UTrace unit use from Controls. It was not used elsewhere.
git-svn-id: trunk@29825 -
2011-03-13 22:46:29 +00:00
juha
d1a29e1d31 GTK2: fixed a clearly wrong assertion.
git-svn-id: trunk@29824 -
2011-03-13 21:02:45 +00:00
juha
eb49696a40 Windows: fix compilation with DebugLn.
git-svn-id: trunk@29823 -
2011-03-13 20:10:25 +00:00
juha
b2fdcc9693 LCL: Replace Assert with a test and DebugLn. With QT there is a warning in Search when pressing Enter.
git-svn-id: trunk@29822 -
2011-03-13 19:14:20 +00:00
juha
4fe6258185 GTK2: fix compilation with DebugLns.
git-svn-id: trunk@29821 -
2011-03-13 19:14:13 +00:00
juha
01db3bb47c LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again.
git-svn-id: trunk@29820 -
2011-03-13 18:21:51 +00:00
mattias
e0d68297e3 lcl: added fpdoc path to package lcl
git-svn-id: trunk@29811 -
2011-03-13 13:00:12 +00:00
paul
7515fa4f3c lcl: add WM_MOUSEENTER, WM_MOUSEMOVE messages to messages.pp
git-svn-id: trunk@29805 -
2011-03-12 16:37:06 +00:00
paul
5bb62f9253 qt: use QMenu->exec instead of QMenu->popup to simulate win32 behavior
git-svn-id: trunk@29781 -
2011-03-10 06:47:44 +00:00
paul
13cb137a99 win32: formatting, cleanup
git-svn-id: trunk@29780 -
2011-03-10 06:35:10 +00:00
paul
bbe53df988 lcl: post CN_DROPDOWNCLOSED before closing a toolbar popup menu for delphi compatibility, call TMenuItem.Click when tool button is clicked
git-svn-id: trunk@29779 -
2011-03-10 06:34:49 +00:00
paul
a0328590c5 lcl: formatting, cleanup
git-svn-id: trunk@29778 -
2011-03-10 04:26:42 +00:00
paul
e7845774d8 lcl: formatting
git-svn-id: trunk@29777 -
2011-03-10 03:30:53 +00:00
juha
611aafbe09 IDE: add "Swap case in selection" feature to edit menu.
git-svn-id: trunk@29766 -
2011-03-09 14:12:45 +00:00
paul
e6e773b140 lcl: publish TTabSheet.BorderWidth
git-svn-id: trunk@29763 -
2011-03-09 12:47:54 +00:00
juha
7be110eac0 LCL: Changed ColorToRGB return type to Delphi compatible Longint
git-svn-id: trunk@29759 -
2011-03-09 12:33:24 +00:00
paul
412dc4ecc9 win32: also put Icon flags into AdjustWindowRectEx calls, cleanup
git-svn-id: trunk@29757 -
2011-03-09 04:06:03 +00:00
paul
786385251f win32: always call GetWindowSize in WM_SIZE handler - it already takes iconic windows into account (fixes a bug with minimizing/restoring windows and their size growing)
git-svn-id: trunk@29756 -
2011-03-09 04:04:31 +00:00
paul
66766609c8 win32: don't set minimized window size using SetWindowPos - we need to set the normal window position using SetWindowPlacement
git-svn-id: trunk@29755 -
2011-03-09 03:23:07 +00:00
paul
0f516fc6ef win32: set WindowPlacement.Length before the call of GetWindowPlacement
git-svn-id: trunk@29754 -
2011-03-09 03:20:36 +00:00
paul
74952c9d65 win32: replace TWin32WidgetSet(WidgetSet) with Win32WidgetSet + cleanup
git-svn-id: trunk@29753 -
2011-03-09 03:01:39 +00:00
maxim
a6694c0963 Translations: Spanish translation update by August Klein, bug #18891
git-svn-id: trunk@29750 -
2011-03-08 13:27:16 +00:00
jesus
ae13b849e4 LCL, make grid remember changes in fixedcols or fixedrows in a fixed grid (grid with 0 cols or rows), issue #18832
git-svn-id: trunk@29746 -
2011-03-07 20:41:05 +00:00
zeljko
3d675e65b1 Qt: fixed wheel events passing for qt < 4.7. issue #18880
git-svn-id: trunk@29738 -
2011-03-07 07:26:33 +00:00
zeljko
b5cbc333ba Qt: proper paint of TQtCustomControl viewport. issue #18880
git-svn-id: trunk@29737 -
2011-03-07 07:17:49 +00:00
paul
bdff407a46 win32: fix GetDetailRegion crash if no themes enabled (by Bart bug #0018873)
git-svn-id: trunk@29736 -
2011-03-07 03:03:29 +00:00
juha
282bb3de33 QT: Prevent assigning a negative value to a Word, cought by range-check. Sould fix issue #18876.
git-svn-id: trunk@29735 -
2011-03-06 16:55:13 +00:00
juha
0928ead547 LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
git-svn-id: trunk@29734 -
2011-03-06 12:45:59 +00:00
juha
a620aa9c33 GTK2: fix range-check errors caused by ColorRef type change.
git-svn-id: trunk@29732 -
2011-03-05 16:09:10 +00:00
zeljko
a2e292da52 Qt: fixed compilation and range check crashes with TColorRef
git-svn-id: trunk@29718 -
2011-03-03 15:23:38 +00:00
paul
0677e4c2b9 lcl: another bunch of TColorRef <-> TColor conversion
git-svn-id: trunk@29715 -
2011-03-03 09:19:34 +00:00
paul
3aace13834 lcl: fix TColor -> TColorRef assignments and vice versa
git-svn-id: trunk@29713 -
2011-03-03 08:35:06 +00:00
paul
1131d6231f lcl: convert color to TColor when passing to IsSysColor
git-svn-id: trunk@29712 -
2011-03-03 08:10:54 +00:00
paul
de3ba32b3a lcl: COLORREF is not signed
git-svn-id: trunk@29711 -
2011-03-03 08:02:53 +00:00
paul
bab4aa9c08 gtk2: formatting
git-svn-id: trunk@29710 -
2011-03-03 07:32:07 +00:00
paul
252f0f5bac win32: fix compilation with range checks
git-svn-id: trunk@29709 -
2011-03-03 07:31:20 +00:00
paul
c10f325df6 lcl: insert images to imagelist without helper TBitmap - this simplifies, speedups the code and also fixes the problem of black backgrounds of delphi imagelists (by the way they were black because TBitmap.Masked was false for that helper bitmap)
git-svn-id: trunk@29702 -
2011-03-02 03:43:34 +00:00
paul
8ba345107d lcl: convert delphi imagelist system color values to LCL color values
git-svn-id: trunk@29701 -
2011-03-02 03:17:24 +00:00
paul
7a9b188e2c lcl, win32, wince, qt, gtk2, carbon: implement OffsetRGN winapi compatible function
git-svn-id: trunk@29697 -
2011-03-01 07:37:42 +00:00
paul
1f90a967b2 lcl: remove 'const' modifier from DoContextPopup declaration for delphi compatibility
git-svn-id: trunk@29694 -
2011-03-01 03:57:09 +00:00
sekelsenmat
9b5f47de20 Patch from Alexsander Rosa, adds a Tag property to TGridColumn
git-svn-id: trunk@29692 -
2011-02-28 12:38:01 +00:00
zeljko
be0f0bd9f4 Gtk2: fixed inconsistency in TGtk2WSCustomCheckListBox when an item is checked/unchecked by mouse click, removed ugly direct calls to TCheckListBox.Toggle(). issue #18805
git-svn-id: trunk@29687 -
2011-02-27 17:45:54 +00:00
zeljko
7077bce83c Gtk2: fixed vertical centering of text inside readonly combobox. issue #15367
git-svn-id: trunk@29686 -
2011-02-27 16:15:14 +00:00
dmitry
3a15275dd9 lcl: fix listview items ownerdata items update for Repaint method. fixes #18546, #16970
git-svn-id: trunk@29670 -
2011-02-26 04:41:27 +00:00
dmitry
90a7d1e94e lcl: split listitems to ownerdatalistitems. fix #16069
git-svn-id: trunk@29669 -
2011-02-26 04:04:14 +00:00
jesus
1eaf436446 LCL, fix dbgrid indicator appearing multiple times, problem introduced in r29577 #cb47ca2b93
git-svn-id: trunk@29655 -
2011-02-22 22:05:06 +00:00
zeljko
eec60401f7 Qt: do not send LM_CHANGED when TCheckListBox is invisible.
git-svn-id: trunk@29654 -
2011-02-22 15:32:26 +00:00
zeljko
5784d739e7 Qt: optimized signalling from qt to lcl in case of TQtTabWidget.
git-svn-id: trunk@29649 -
2011-02-22 08:11:08 +00:00
paul
53c17af765 lcl: prevent creating more than one DC in TControlCanvas.CreateHandle
git-svn-id: trunk@29648 -
2011-02-22 08:07:13 +00:00
paul
5eaebdc1e4 lcl: fix TThemeServices.DrawText - correctly set SingleLine, Clipping attributes
git-svn-id: trunk@29647 -
2011-02-22 07:41:09 +00:00
zeljko
d832146b1b Qt: qtthemes, implemented DrawText of teTooltip
git-svn-id: trunk@29646 -
2011-02-22 07:38:14 +00:00
paul
ffe4871a0b lcl: don't set hint window region if window handle is not allocated
git-svn-id: trunk@29645 -
2011-02-22 07:21:00 +00:00
paul
94fa55e000 gtk2: fix TGtk2WidgetSet.SetWindowRgn with NULL region
git-svn-id: trunk@29644 -
2011-02-22 07:15:01 +00:00
paul
5647965f20 lcl: set hint window region on bounds change
git-svn-id: trunk@29643 -
2011-02-22 06:47:55 +00:00
paul
0317bfe926 lcl: add TThemeServices.GetDetailRegion
git-svn-id: trunk@29642 -
2011-02-22 06:45:31 +00:00
paul
76bf4fb595 win32: draw hint text using theme services (part of issue #0018799)
git-svn-id: trunk@29641 -
2011-02-22 02:04:16 +00:00
sekelsenmat
75192fa3f6 Fixes drawing of arcs in Windows with negative length and updates the parameter names in LCLIntf.Arc to the correct names which fully describes a arc: startangle and length
git-svn-id: trunk@29633 -
2011-02-21 11:07:26 +00:00
mattias
bc73d24d7e lcl: fixed typo
git-svn-id: trunk@29627 -
2011-02-21 08:49:40 +00:00
mattias
804004b5a3 cocoa intf: fixed compilation
git-svn-id: trunk@29622 -
2011-02-20 21:06:47 +00:00
maxim
21d086c511 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #18785
git-svn-id: trunk@29615 -
2011-02-20 17:38:17 +00:00
dmitry
c18056880a carbon: fix header drawing by Christian. #18544
git-svn-id: trunk@29614 -
2011-02-20 17:35:58 +00:00
dmitry
f2cb6878a9 cocoa: fix compilation for the latest fcl changes. #18782
git-svn-id: trunk@29613 -
2011-02-20 17:31:53 +00:00
maxim
82eb143247 regenerated translations; updated Russian translation
git-svn-id: trunk@29609 -
2011-02-19 16:28:59 +00:00
mattias
7b812f3b86 IDE: open file: add file masks of editor files
git-svn-id: trunk@29601 -
2011-02-18 20:06:39 +00:00
mattias
c5dcc6c2c8 LCL: added TFileDialog.ExtractAllFilterMasks
git-svn-id: trunk@29600 -
2011-02-18 19:25:06 +00:00
mattias
2829b842e8 LCL: small optimization
git-svn-id: trunk@29589 -
2011-02-17 10:07:01 +00:00
jesus
cb47ca2b93 LCL, grids, do not invalidate cells which are not visible (or do not exist as in this case), fix issue #18498
git-svn-id: trunk@29577 -
2011-02-16 21:18:48 +00:00
jesus
2364ee740e LCL, fix grids showing checkbox if column is hidden, issue #18389
git-svn-id: trunk@29576 -
2011-02-16 20:27:48 +00:00
zeljko
f73311c159 Qt: introduced TQtToolBox class, fixed problem with messages delivery to LCL. issue #18757
git-svn-id: trunk@29569 -
2011-02-15 21:54:45 +00:00
mattias
80905822d8 LCL: linker path addition for gtk1 on SuSE
git-svn-id: trunk@29560 -
2011-02-15 12:29:29 +00:00
mattias
9894191182 LCL: add linker path for gtk2: /opt/gnome/lib
git-svn-id: trunk@29550 -
2011-02-14 19:00:26 +00:00
zeljko
de531a2af0 Gtk2: fixed crash when WinKey + Some key pressed and range check is on. issue #18743
git-svn-id: trunk@29548 -
2011-02-14 16:32:35 +00:00
zeljko
4382974f54 Qt: do not allow QtTool for modal windows under win32, otherwise global actions are fired.issue #18709
git-svn-id: trunk@29547 -
2011-02-14 15:37:03 +00:00
zeljko
8308cf24d5 Qt: creation of QMainWindow class could fail in case when splash screen is shown before Application.MainForm is created, so we never have MainForm=True (eg. lazarus on win32 - triggers sometimes).Returned checking of QKeySequence_isEmpty() for global actions.
git-svn-id: trunk@29545 -
2011-02-14 13:23:54 +00:00
zeljko
0080ce812a Qt: do not ask if QKeySequence_isEmpty for global action, otherwise it won't be added to global actions list.
git-svn-id: trunk@29544 -
2011-02-14 12:26:53 +00:00
zeljko
4aa7b988f1 Qt: added global actions handling (Alt+Key in app main form).issue #18478
git-svn-id: trunk@29543 -
2011-02-14 11:50:23 +00:00
zeljko
c6ef1ee885 LCL: fixed stRoundRect drawing problem on Carbon.Patch by u-boot. issue #17892
git-svn-id: trunk@29538 -
2011-02-13 20:33:29 +00:00
zeljko
b8d5b4793d Gtk2: introduced TGtkDeviceContext.ClipRect, now gtk_paint_xxx() respects clipping rectangle. issue #14660
git-svn-id: trunk@29537 -
2011-02-13 20:26:48 +00:00
zeljko
a5cebb65d2 Gtk2: renamed Gtk1Create & Gtk1Destroy to Gtk2 counterparts.
git-svn-id: trunk@29536 -
2011-02-13 19:16:43 +00:00
zeljko
1611f70770 Gtk2: fixed assert with TCustomListView and lisFocused on gtk2 >= 2.20, Gtk2TranslateScrollStyle moved to gtk2proc to be reused by all
scrolling controls.

git-svn-id: trunk@29508 -
2011-02-13 11:30:14 +00:00
zeljko
7b7300a573 Gtk2: make gtk2 toolbuttons more look like real gtk2 theme toolbuttons.issue #18714
git-svn-id: trunk@29496 -
2011-02-12 21:25:15 +00:00
zeljko
bcb3d7d1a7 Gtk: fixed clBtnText wrong color.
git-svn-id: trunk@29492 -
2011-02-12 20:03:33 +00:00
zeljko
96ead3b94a Gtk2: fixed long standing bug with clBtnText color, removed GetDefaultColor() for TToolBar and TCustomPanel, since it's color is ok now.
git-svn-id: trunk@29491 -
2011-02-12 19:53:25 +00:00
zeljko
be8772f584 Gtk2: gtk2WSFactory: register TCustomPanel, also fixed default text color for TPanel.
git-svn-id: trunk@29490 -
2011-02-12 19:36:22 +00:00
zeljko
9b53bfd7b2 Gtk2: implemented ScrollBars property for TMemo. patch by theo. issue #18735
git-svn-id: trunk@29478 -
2011-02-12 08:05:09 +00:00
zeljko
6a17e32f7a Gtk: fixed text color of custom form. issue #18641
git-svn-id: trunk@29468 -
2011-02-11 17:54:34 +00:00
zeljko
bfe9ce2155 Gtk2: fixed problem with clDefault over ToolBar. issues #18520,#18482
git-svn-id: trunk@29467 -
2011-02-11 16:45:11 +00:00
mattias
8f79d4c1be gtk2 intf: clean up
git-svn-id: trunk@29462 -
2011-02-11 09:33:34 +00:00
mattias
0e109ea1e1 fixed typos: usefull
git-svn-id: trunk@29446 -
2011-02-10 09:43:23 +00:00
mattias
a92bf656be fixed typos: unkown
git-svn-id: trunk@29445 -
2011-02-10 09:39:05 +00:00
mattias
46cae9d061 fixed typos: completly
git-svn-id: trunk@29443 -
2011-02-10 09:38:34 +00:00
mattias
b3a8dd03b1 fixed typos: childs
git-svn-id: trunk@29440 -
2011-02-10 09:37:16 +00:00
sekelsenmat
4b2fdc6208 Adds Color property to TNotebook and TPage
git-svn-id: trunk@29432 -
2011-02-09 22:08:42 +00:00
mattias
a63a10dee6 gtk2 intf: clean up
git-svn-id: trunk@29429 -
2011-02-09 14:46:06 +00:00
zeljko
78e92fd32f Qt: reworked selection handling of TQtTreeWidget, now we use QTreeWidget_selectedItems() instead of
asking QTreeWidgetItem_isSelected() which is more accurate, and avoid crashes in some circumstances, eg.watchesdlg,breakpointdlg etc.

git-svn-id: trunk@29422 -
2011-02-08 15:24:57 +00:00
jesus
73701772d8 LCL, fix grids loop in scrolltocell, from cobines, issue #18660
git-svn-id: trunk@29406 -
2011-02-07 07:00:24 +00:00
jesus
e2b5fc4bf1 LCL, fix grids scrollbar, from Tomasz Wieckowski, issue #18642
git-svn-id: trunk@29405 -
2011-02-07 06:05:01 +00:00
zeljko
db62c04d27 Qt: fixed crash from TQtTreeWidget.SignalCurrentItemChanged().issue #18701
git-svn-id: trunk@29403 -
2011-02-06 17:01:55 +00:00
zeljko
0546ad31ab Qt: fixed strange selection behaviour inside TListView when in vsReport mode and RowSelect=False. issue #18697
git-svn-id: trunk@29399 -
2011-02-05 20:13:39 +00:00
zeljko
0a9654594b Qt: fixed double triggering of OnColumnClick from listView, do not send mouse events from header to listView. issues #18696,#18693
git-svn-id: trunk@29398 -
2011-02-05 19:04:24 +00:00
maxim
5492a17fbb LCL: removed old workaround from TFloatSpinEdit. It worked around a bug which was fixed in FPC 2.4.0. Bug #18674.
git-svn-id: trunk@29397 -
2011-02-05 17:14:00 +00:00
paul
e1704e541d lcl: Add optional ReaderRoot parameter to ReadComponentFromBinaryStream function by Alexander S. Klenin (feature #0018678)
git-svn-id: trunk@29370 -
2011-02-04 06:33:07 +00:00
zeljko
aebc44b750 Qt: proper update of QStatusBar. Patch by Juha Manninen. issue #18683
git-svn-id: trunk@29357 -
2011-02-03 18:33:43 +00:00
mattias
0befd22f00 lcl: added qt interface units to package
git-svn-id: trunk@29349 -
2011-02-03 17:28:03 +00:00
zeljko
89410a21f9 Qt: do not send garbage to LCL in case when window isn't decorated by WM yet.part of issue #18658
git-svn-id: trunk@29343 -
2011-02-03 09:00:37 +00:00
mattias
247a494741 LCL: THintWindow: clean up
git-svn-id: trunk@29338 -
2011-02-02 22:05:23 +00:00
zeljko
9f1e2fbd9c Qt: fixed weird frameGeometry behaviour under X11, as explained here http://doc.qt.nokia.com/4.7/application-windows.html#window-geometry issue #18658
git-svn-id: trunk@29330 -
2011-02-02 12:03:22 +00:00
paul
ed73700099 lcl: set RequireDerivedFormResource to False by default
ide: set RequireDerivedFormResource to True for new projects

git-svn-id: trunk@29303 -
2011-02-02 01:52:52 +00:00
maxim
a8e07c4ba1 Translations: LCL - updated Russian translation
git-svn-id: trunk@29301 -
2011-02-01 23:27:22 +00:00
mattias
af3d007090 switched from deprecated xmlcfg to xmlconf
git-svn-id: trunk@29286 -
2011-02-01 09:34:27 +00:00
mattias
e4c031d58a LCL: hint about RequireDerivedFormResource
git-svn-id: trunk@29285 -
2011-02-01 09:25:53 +00:00
paul
64b5237a17 lcl: don't move csDesigning forms to non-designed positions (bug #0018623)
git-svn-id: trunk@29284 -
2011-02-01 08:08:49 +00:00
paul
5b2ff3e881 lcl: fix TPromptDialog, TQuestionDialog construction (issue #0018655)
git-svn-id: trunk@29283 -
2011-02-01 07:44:14 +00:00
paul
6521e55633 win32: cleanup
git-svn-id: trunk@29281 -
2011-02-01 05:56:48 +00:00
paul
a775500c43 win32: redo TWin32WSCustomTrayIcon.GetPosition based on description. It passed a variable by value and assigned it in enum proc. This code could never return any other value than passed.
git-svn-id: trunk@29280 -
2011-02-01 05:55:35 +00:00
paul
bc0c4be8ea win32: cleanup
git-svn-id: trunk@29279 -
2011-02-01 05:41:35 +00:00
paul
c2aca4cd85 lcl: replace TWidgetSet.AppHandle function with a readwrite property
git-svn-id: trunk@29278 -
2011-02-01 04:10:57 +00:00
maxim
9831e65102 Translations: LCL - updated Russian translation
git-svn-id: trunk@29275 -
2011-02-01 01:46:04 +00:00
paul
dec87ef90b lcl: rename RaiseEResNotFoundInTCustomFormCreate to RequireDerivedFormResource (thanks to Marc)
git-svn-id: trunk@29271 -
2011-01-31 10:28:43 +00:00
paul
430382d436 lcl: don't raise EResNotFound in TCustomForm.Create if RaiseEResNotFoundInTCustomFormCreate = False
git-svn-id: trunk@29268 -
2011-01-31 10:16:55 +00:00
mattias
950a89dbc3 LCL: TForm.Create: give a hint how to fix resourceless forms
git-svn-id: trunk@29267 -
2011-01-31 09:33:24 +00:00
paul
dca336b627 win32: start work on implementation of MainFormOnTaskBar
git-svn-id: trunk@29266 -
2011-01-31 09:07:31 +00:00
paul
caf018bbb4 win32: cleanup
git-svn-id: trunk@29265 -
2011-01-31 08:46:22 +00:00
paul
82b51df5c8 win32: use MainFormHandle in some places instead of MainForm.Handle
git-svn-id: trunk@29264 -
2011-01-31 08:45:57 +00:00
paul
84aeae0727 lcl: add WidgetSet.AppSetMainFormOnTaskBar prototype
git-svn-id: trunk@29263 -
2011-01-31 08:42:18 +00:00
paul
8b2ec0ed64 lcl: raise an exception if form resource is not found inside Create constructor. For resourceless forms CreateNew constructor must be used.
git-svn-id: trunk@29262 -
2011-01-31 03:39:06 +00:00
paul
bfe85e683f ide, synedit, lcl: don't construct resourceless forms using Create constructor - use CreateNew instead
git-svn-id: trunk@29261 -
2011-01-31 03:38:11 +00:00
maxim
d7d15d1dcb Translations: added Portuguese translation stub, based on Brazilian Portuguese
git-svn-id: trunk@29259 -
2011-01-30 17:39:09 +00:00
zeljko
5abc30c3ed Qt: fixed compilation under non X11 platforms.
git-svn-id: trunk@29255 -
2011-01-30 10:38:15 +00:00
zeljko
39fa1c6db3 Qt: make non-resizeable forms with borderstyle bsNone,bsSingle and bsDialog.issue #18372.
git-svn-id: trunk@29254 -
2011-01-30 10:07:52 +00:00
zeljko
670981f753 Qt: do not generate LM_VSCROLL and LM_WHEEL at the same time.Let LCL decide on it's needs. issue #18571
git-svn-id: trunk@29253 -
2011-01-30 09:53:08 +00:00
zeljko
3f02a01956 Qt: fixed crash when QComboBox is raised from eg. cell of TStringGrid with DblClick.
git-svn-id: trunk@29252 -
2011-01-30 09:48:20 +00:00
zeljko
a737c8b1dd Qt: workaround for qt-4.7.1 QPainter bug. issue #18631
git-svn-id: trunk@29249 -
2011-01-29 17:49:40 +00:00
maxim
9972d532ea Translations: changed Brazilian Portuguese language code according to ISO/IANA language and region codes
git-svn-id: trunk@29245 -
2011-01-29 12:23:02 +00:00
paul
e24e12ac8d lcl, win32: cleanup
git-svn-id: trunk@29244 -
2011-01-29 09:05:57 +00:00
paul
50f08451fd win32: minor refactoring
git-svn-id: trunk@29243 -
2011-01-29 08:56:22 +00:00
paul
2b5f589e66 lcl:
- add TApplication.MainFormHandle property, 
  - add TApplication.OnGetMainFormHandle event,
  - add TApplicationProperties.OnGetMainFormHandle event
  - add dummy TApplication.MainFormOnTaskBar property

git-svn-id: trunk@29242 -
2011-01-29 07:53:13 +00:00
paul
03b8af4c0f lcl: add comment
git-svn-id: trunk@29230 -
2011-01-28 04:26:35 +00:00
paul
eb0c669669 lcl: update lcl.lpk for wince
git-svn-id: trunk@29229 -
2011-01-28 04:26:15 +00:00