Commit Graph

18261 Commits

Author SHA1 Message Date
zeljko
849012c446 Qt: fixed compilation after r51754 #23680b8def
git-svn-id: trunk@51755 -
2016-02-29 12:08:53 +00:00
zeljko
23680b8def Qt: set popupparent if GetRealPopupParent returns form.Patch by Ondrej Pokorny. issue #29744
git-svn-id: trunk@51754 -
2016-02-29 12:05:49 +00:00
zeljko
ee6b7820d9 Qt: reverted r51752 #dc9a2282aa wrongly commited
git-svn-id: trunk@51753 -
2016-02-29 12:03:03 +00:00
zeljko
dc9a2282aa Qt: check for popup parent. patch by Ondrej Pokorny. issue #29744
git-svn-id: trunk@51752 -
2016-02-29 09:56:12 +00:00
zeljko
d3ea914d94 Win32: do not check popupMode for modal forms with BorderStyle = bsNone if PopupParent = nil. issue #29744
git-svn-id: trunk@51751 -
2016-02-29 09:38:56 +00:00
ondrej
b294e20fc9 gtk2: fix mouse button index regression from r51723 #a26b02db5a
git-svn-id: trunk@51750 -
2016-02-29 09:32:09 +00:00
zeljko
110fbf2c35 Win32: fixed modal form with popupMode=pmAuto. issue #29744
git-svn-id: trunk@51749 -
2016-02-29 09:30:05 +00:00
jesus
56246bfac0 LCL,carbon: make sure currentbrush is applied when using rectangle, it fix filling lazreport page preview with the color of the last drawn object
git-svn-id: trunk@51747 -
2016-02-28 19:29:14 +00:00
bart
19a27c5796 Win32: TWin32WSSelectDirectoryDialog: hide "create dir" button if not ofCreatePrompt in Options. Patch by Alexey Torgashin. Issue #0029724.
git-svn-id: trunk@51746 -
2016-02-28 16:57:17 +00:00
bart
f6cbb2bd25 LCL: regenerated translations
git-svn-id: trunk@51745 -
2016-02-28 16:40:00 +00:00
bart
99e2b38305 EditButton: publish property Glyph. Patch by riderkick. Issue #0029633.
git-svn-id: trunk@51743 -
2016-02-28 10:13:11 +00:00
bart
8e8380449e LCL: Don't use PassWordChar when showing TextHint. Patch by riderkick. Issue #0029748.
git-svn-id: trunk@51742 -
2016-02-28 09:52:14 +00:00
ondrej
646e531114 lcl: use OK and Abort buttons in default exception dialog. Don't kill the application when ESC is pressed to close it.
git-svn-id: trunk@51739 -
2016-02-28 07:33:49 +00:00
ondrej
af575ea5ea cocoa: use unified multiclick mouse message handling
git-svn-id: trunk@51738 -
2016-02-28 07:09:10 +00:00
ondrej
132fb04646 cocoa: fix mouse messages sent twice to LCL
git-svn-id: trunk@51737 -
2016-02-28 06:54:43 +00:00
ondrej
95b3e6fd5c carbon: use unified multiclick mouse message handling
git-svn-id: trunk@51736 -
2016-02-28 06:30:19 +00:00
ondrej
7b141be77b lcl: fix multi click control style to target control.
git-svn-id: trunk@51735 -
2016-02-28 03:53:45 +00:00
zeljko
18fd7670b3 Qt: must restore minimized active modal form in any case if we tried to restore non-active modal form from taskbar.issue #29744
git-svn-id: trunk@51732 -
2016-02-27 12:28:57 +00:00
zeljko
e090cee919 LCL: must call RecreateWnd() when modal finishes so next CreateHandle() can provide correct params on win32. issue #29744
git-svn-id: trunk@51731 -
2016-02-27 12:22:27 +00:00
zeljko
a18908a71a Qt: when app is minimized together with modal window(s), do not restore non modal form, but complete app.Related to issues #26463 and #29744
git-svn-id: trunk@51730 -
2016-02-27 11:53:50 +00:00
zeljko
5dfc7d3727 Win32: when app is minimized together with modal window(s), do not restore non modal form, but complete app.Related to issues #26463 and #29744
git-svn-id: trunk@51729 -
2016-02-27 11:08:30 +00:00
zeljko
834fb90d08 Win32: show minimized modal window in taskbar not above start button. issue #29744
git-svn-id: trunk@51728 -
2016-02-27 10:47:15 +00:00
zeljko
5b32e748fd Qt: show minimized modal windows in taskbar, not above start button. issue #29744
git-svn-id: trunk@51727 -
2016-02-27 10:45:21 +00:00
ondrej
acd27e9025 gtk2: fix mouse keys in mouse messages 2
git-svn-id: trunk@51726 -
2016-02-27 06:56:23 +00:00
ondrej
578a281e53 gtk2: fix mouse keys in mouse messages
git-svn-id: trunk@51725 -
2016-02-27 06:30:20 +00:00
ondrej
396007f486 qt: compile fix for r51723 #a26b02db5a
git-svn-id: trunk@51724 -
2016-02-27 06:25:07 +00:00
ondrej
a26b02db5a win32, gtk2, qt: use unified multiclick mouse message handling
git-svn-id: trunk@51723 -
2016-02-27 06:22:07 +00:00
ondrej
84a559fbad lcl: unify multiclick mouse message handling for all widgetsets
git-svn-id: trunk@51722 -
2016-02-27 06:21:22 +00:00
ondrej
669b937ff2 qt: fix multiclicks with different buttons
git-svn-id: trunk@51721 -
2016-02-27 03:04:12 +00:00
ondrej
4861906d3c win32: fix r51573 #c57f581e7c: use ssDouble, ssTriple and ssQuad in MouseUp handlers. Solves issue #29738
git-svn-id: trunk@51717 -
2016-02-26 18:16:39 +00:00
ondrej
b02d8d8be9 win32: use IFileDialog for TSelectDirectoryDialog. Issue #29736
git-svn-id: trunk@51715 -
2016-02-26 15:00:34 +00:00
zeljko
84f6747f70 win32: Fixed appminimize from modal forms. Minimizing modal form now minimizes complete application. issue #26463
git-svn-id: trunk@51711 -
2016-02-26 13:06:35 +00:00
ondrej
037caacba5 lcl: publish TDrawGrid.OnGetCellHint. Issue #29727
git-svn-id: trunk@51701 -
2016-02-26 00:16:07 +00:00
zeljko
d21ede8cea Qt: fixed minimizing app when modal form is minimized. part of issue #26463
git-svn-id: trunk@51698 -
2016-02-25 14:49:05 +00:00
bart
3d71055636 LCL: Try not to close CalendarDialogs if CurrentView <> cvMonth. Partly resolves Issue #0029646.
git-svn-id: trunk@51695 -
2016-02-25 10:01:05 +00:00
bart
d0a37e168d LCL: Implement TCustomCalendar.GetCalendarView. Patch by Zoran Vučenović.
git-svn-id: trunk@51694 -
2016-02-25 09:55:01 +00:00
maxim
85f05aa3cc LCL: added Portuguese translation by Pedro Albuquerque, bug #29712
git-svn-id: trunk@51683 -
2016-02-24 22:13:06 +00:00
ondrej
61b1bcfde2 Carbon: remove wrong code from SetRealPopupParent and add a ToDo.
git-svn-id: trunk@51681 -
2016-02-24 14:24:46 +00:00
ondrej
46ea37d068 Carbon: remove system-wide stay-on-top window style for windows with defined WndParent. Issue #29694
git-svn-id: trunk@51680 -
2016-02-24 14:06:29 +00:00
zeljko
8af51b6eee Qt: fixed bug with returning from TQtWidgetSet.GetWindowSize() with fpc-3.0
git-svn-id: trunk@51679 -
2016-02-24 13:16:00 +00:00
mattias
dabcac3009 lcl: using process Executable instead of CommandLine
git-svn-id: trunk@51677 -
2016-02-23 11:03:05 +00:00
ondrej
365d820d9e gtk2: remove unneeded code
git-svn-id: trunk@51672 -
2016-02-20 11:02:51 +00:00
ondrej
bd1384ed17 gtk2: r51664 #08fa33a88d refactoring
git-svn-id: trunk@51665 -
2016-02-19 09:57:21 +00:00
ondrej
08fa33a88d gtk2: Fix error location in the form Form.Position: = poScreenCenter. Issue #29371
git-svn-id: trunk@51664 -
2016-02-19 09:31:49 +00:00
mattias
99c767eda8 lcl: debug menu shortcuts
git-svn-id: trunk@51661 -
2016-02-19 09:15:38 +00:00
mattias
19299db032 lcl: inline DumpStack
git-svn-id: trunk@51660 -
2016-02-19 08:59:58 +00:00
ondrej
3fca9d4689 gtk2: fix hints clipped by 200x200 rect on KDE, Issue #28973
git-svn-id: trunk@51659 -
2016-02-19 05:56:27 +00:00
zeljko
f9d4440db3 Qt: fixed TQtMemoString.Insert() and TQtTextEdit.insertLine(). issue #29670
git-svn-id: trunk@51658 -
2016-02-18 15:49:07 +00:00
zeljko
51f4919a83 Qt: implemented TQtWidgetSet.PaintRgn()
git-svn-id: trunk@51649 -
2016-02-17 12:14:57 +00:00
zeljko
1f33db1190 Qt: proxy all QMdiArea events to centralwidget.Now all TGraphicControls are correct if they're inside QMdiArea.
git-svn-id: trunk@51648 -
2016-02-17 11:56:47 +00:00