Commit Graph

48966 Commits

Author SHA1 Message Date
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
juha
598c69db04 Revert r50908 #2c80e0baa3, ProcedureList changes.
git-svn-id: trunk@51748 -
2016-02-28 23:13:04 +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
wp
4f4247f13c TAChart: Introduce multiple x values to chart sources.
git-svn-id: trunk@51744 -
2016-02-28 15:35:44 +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
1da728d17b ide, codetools: don't show exception if jump to unit. Issue #29730
git-svn-id: trunk@51741 -
2016-02-28 09:42:00 +00:00
ondrej
8ce0ad80e2 ide: invalidate file state cache in CopySecondaryConfigFile
git-svn-id: trunk@51740 -
2016-02-28 09:19:02 +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
zoran
ee08798b5e TDateTimePicker - switch to OnClick instead of OnMouseUp
git-svn-id: trunk@51734 -
2016-02-27 14:33:16 +00:00
zoran
238a361f68 Fix KeyDown in calendar in Windows (to close only when CalendarView is cvMonth)
git-svn-id: trunk@51733 -
2016-02-27 14:17:05 +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
mattias
05df8c7df7 IDE: added target os wii, bug #29737
git-svn-id: trunk@51719 -
2016-02-26 22:01:53 +00:00
mattias
59dca2c44b codetools: added target os wii, bug #29737
git-svn-id: trunk@51718 -
2016-02-26 22:01:44 +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
mattias
7072474850 codetools: identifier completion: directive i %line%
git-svn-id: trunk@51716 -
2016-02-26 15:25:06 +00:00
ondrej
b02d8d8be9 win32: use IFileDialog for TSelectDirectoryDialog. Issue #29736
git-svn-id: trunk@51715 -
2016-02-26 15:00:34 +00:00
mattias
f5d37c87cb IDE: environmentoption.xml: if file has no version use current version to get get current defaults
git-svn-id: trunk@51714 -
2016-02-26 13:25:22 +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
mattias
f02782c7e0 IDE: backup: do not store default subdirectry
git-svn-id: trunk@51707 -
2016-02-26 12:54:26 +00:00
mattias
4b0ec4022f installer: updated default environmentoptions.xml
git-svn-id: trunk@51706 -
2016-02-26 12:49:37 +00:00
mattias
ed8900d395 IDE: backup: do not store default extension and maxcounter
git-svn-id: trunk@51705 -
2016-02-26 12:48:13 +00:00
mattias
30b99221c8 IDE: backup: store backuptype as string instead of number, do not store default
git-svn-id: trunk@51704 -
2016-02-26 12:45:26 +00:00
mattias
675f263e1c IDE: options: codetools general: fixed layout
git-svn-id: trunk@51703 -
2016-02-26 10:46:40 +00:00
ondrej
af74e2f7d3 ide, codetools: fix jump to local variable if "Jump directly to method body" is enabled. Issue #29730
git-svn-id: trunk@51702 -
2016-02-26 10:29:50 +00:00
ondrej
037caacba5 lcl: publish TDrawGrid.OnGetCellHint. Issue #29727
git-svn-id: trunk@51701 -
2016-02-26 00:16:07 +00:00
mattias
10ac2707c9 translations: German: updates from Swen Heinig
git-svn-id: trunk@51700 -
2016-02-25 22:24:59 +00:00
ondrej
0776ea2c13 ide: fix smart hint window not receiving mouse messages. Issue #29726
git-svn-id: trunk@51699 -
2016-02-25 18:41:16 +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
ondrej
e7a547348e ide: find/replace dialog: set Origin and Search scope according to the selection. Solves also issue #27039
git-svn-id: trunk@51697 -
2016-02-25 12:58:49 +00:00
zoran
d03d42c5c3 Fix calendar behaviour on newer Windows OS-s (Vista+)
git-svn-id: trunk@51696 -
2016-02-25 12:33:50 +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