Commit Graph

51383 Commits

Author SHA1 Message Date
ondrej
dc573dbaa0 dialogs: TTaskDialog: rename OnButtonClicked params. Issue #31404
git-svn-id: trunk@54169 -
2017-02-16 17:22:45 +00:00
mattias
d030686434 openglcontrol: enabled gtk2 for freebsd
git-svn-id: trunk@54168 -
2017-02-16 13:05:38 +00:00
wp
9d79ab235a TAChart: Activate nogui widgetset in nogui demo.
git-svn-id: trunk@54167 -
2017-02-16 11:12:43 +00:00
ondrej
5c6e49c72e docs: TTaskDialog. Issue #31398, patch by AlexeyT
git-svn-id: trunk@54166 -
2017-02-16 07:35:05 +00:00
ondrej
5f6642fcbb docs: TTaskDialog. Issue #30625, patch by AlexeyT
git-svn-id: trunk@54165 -
2017-02-15 17:19:32 +00:00
wp
c07a887d22 LCL: TPen.Assign copies pattern now.
git-svn-id: trunk@54164 -
2017-02-15 14:13:12 +00:00
mattias
b2fd45b8bf lcl: TJSONPropStorage, do not split at underscore
git-svn-id: trunk@54163 -
2017-02-15 11:42:20 +00:00
ondrej
9d6acea295 dialogs: TTaskDialog: change string properties to TTranslateString. Issue #31390
git-svn-id: trunk@54162 -
2017-02-15 11:12:22 +00:00
juha
c44a025b4f Skeleton FPCoc file for the new TJSONPropStorage. Issue #31388.
git-svn-id: trunk@54161 -
2017-02-15 10:16:28 +00:00
juha
5ecc63ef5d Finnish translation improvements.
git-svn-id: trunk@54160 -
2017-02-15 10:16:23 +00:00
mattias
72d38acfbb lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
git-svn-id: trunk@54159 -
2017-02-15 09:02:27 +00:00
mattias
0d9788974a lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
git-svn-id: trunk@54158 -
2017-02-15 08:58:35 +00:00
ondrej
445c92af0c dialogs: TTaskDialog: change TTaskDialogIcon from integer to enumeration.
Reason: LCLTaskDialog doesn't support icons beyond this range and it's better to have a combobox in the OI.
Issue #31389

git-svn-id: trunk@54157 -
2017-02-15 08:46:29 +00:00
jesus
7595876aee LazReport: PowerPDF exporter support for vertical and horizontal gradients (require PowerPDF v0.9.15)
git-svn-id: trunk@54156 -
2017-02-15 07:24:22 +00:00
martin
8a827a4ea7 SynEdit: Markup fold color, if else chain / nesting based on indent, part of patch 20 from issue #30421 by Pascal R.
git-svn-id: trunk@54155 -
2017-02-14 20:00:04 +00:00
martin
5ef6c2591f SynEdit: Markup fold color, fix invalidate, part of patch 20 from issue #30421 by Pascal R.
git-svn-id: trunk@54154 -
2017-02-14 19:36:42 +00:00
martin
21853b8fc0 SynEdit: Markup fold color, fix empty lines before "last line close", part of patch 20 from issue #30421 by Pascal R.
git-svn-id: trunk@54153 -
2017-02-14 19:24:17 +00:00
sekelsenmat
db9e91ddf7 fpvectorial: Improves reading paths, adds support for path commands without space in between for example zm
git-svn-id: trunk@54152 -
2017-02-14 06:59:35 +00:00
ondrej
10d7555bc9 IDE: always add a jump point in DoJumpToOtherProcedureSection (Ctrl+Shift+Up/Down).
git-svn-id: trunk@54151 -
2017-02-13 23:30:16 +00:00
maxim
e25135a833 Translations: French translation update by Gilles Vasseur, bug #31373
git-svn-id: trunk@54150 -
2017-02-13 22:27:03 +00:00
zeljko
14b3622cd7 Qt5: removed QtWa_TransparentForMouseEvents workaround since qt5 fully supports it via windowFlags. issue #30232
git-svn-id: trunk@54149 -
2017-02-13 17:00:59 +00:00
zeljko
0e3107262b Qt: do not send doubled mouseUp events
git-svn-id: trunk@54148 -
2017-02-13 13:21:02 +00:00
ondrej
e2b4f692bc datetimectrls: datetimepicker: explicitely center themed drop-down arrow - some WS require it. Issue #31383
git-svn-id: trunk@54147 -
2017-02-13 11:39:29 +00:00
zeljko
fb129e0123 Qt5: minor refactoring of transparent mouse handler
git-svn-id: trunk@54146 -
2017-02-13 09:09:38 +00:00
zeljko
80e4403f0b Qt5: let qt5 use lcTransparentWindow.
git-svn-id: trunk@54145 -
2017-02-13 08:48:57 +00:00
zeljko
33e6b24cc6 Qt: fixed right mouse click on transparent form, refactored transparent for mouse part. issue #31381
git-svn-id: trunk@54144 -
2017-02-13 08:23:36 +00:00
zeljko
7af8c77037 Qt,Qt5: removed dropdown button metrics, use themes.
git-svn-id: trunk@54143 -
2017-02-12 13:36:13 +00:00
zeljko
cd35ca39a6 Qt: backport qt4 patch for drawing splitter. issue #27182
git-svn-id: trunk@54142 -
2017-02-12 13:03:41 +00:00
zeljko
02a4198267 Qt5: fixed QtHandle type
git-svn-id: trunk@54141 -
2017-02-12 12:53:28 +00:00
zeljko
923b88a5fe Qt: QtHandle type is not integer, it's longword on x11 and windows, and ptruint on mac.
git-svn-id: trunk@54140 -
2017-02-12 12:53:08 +00:00
zeljko
5d40943854 Qt: use QEventLoopAllEvents instead of QEventLoopExcludeUserInputEvents after TQtMessageBox finished.
git-svn-id: trunk@54139 -
2017-02-12 12:30:15 +00:00
zeljko
93f2a9f8fd Qt5: added hint howto correct build Qt5Pas1.dll under win32.
git-svn-id: trunk@54138 -
2017-02-12 10:07:00 +00:00
zeljko
a05c58ebb1 Qt, Qt5: make interface snappy under x11 after menuitem triggered.
git-svn-id: trunk@54137 -
2017-02-11 10:28:29 +00:00
zeljko
4064104009 Qt, Qt5: process all events. issue #31372
git-svn-id: trunk@54136 -
2017-02-10 17:03:38 +00:00
maxim
12b82fa209 TAChart: cleaned up unused string, regenerated translations and updated Russian translation
git-svn-id: trunk@54135 -
2017-02-09 23:15:34 +00:00
juha
960ee79438 Revert r54133 #338d5c3fb5, cupsdyn unit compiles only on Unix systems. Remove LCLProc.
git-svn-id: trunk@54134 -
2017-02-09 21:39:20 +00:00
juha
338d5c3fb5 Printer4Lazarus: Allow using cupsdyn unit directly from user's code. Issue #31245.
git-svn-id: trunk@54133 -
2017-02-09 20:22:43 +00:00
juha
5185a3b7d1 LCL: Publish TButtonPanel's TPanelBitBtn.PopupMenu. Issue #31334.
git-svn-id: trunk@54132 -
2017-02-09 11:14:37 +00:00
juha
5545ac0d43 SQLDB: Improve TOracleConnection. Issue #31343, patch from LacaK.
git-svn-id: trunk@54131 -
2017-02-09 10:47:57 +00:00
juha
d5791ad833 LCL-GTK2: Refactor, add support for input method blacklist. Issue #30863, patch from AlexeyT.
git-svn-id: trunk@54130 -
2017-02-09 09:48:37 +00:00
juha
4edb91db4d LCL-QT5: Copy an important fix / optimization (r53375) from LCL-QT4. Issue #30929.
git-svn-id: trunk@54129 -
2017-02-09 09:48:32 +00:00
zeljko
38af3156af Qt: fixed centering dots of vertical splitter.
git-svn-id: trunk@54128 -
2017-02-09 08:05:36 +00:00
zeljko
c1bcb4d8b8 Qt: simplified and optimized splitter drawing. part of issue #27182
git-svn-id: trunk@54127 -
2017-02-09 07:57:00 +00:00
wp
53007bd715 TAChart: Usability improvement of colorboxes in combodemo.
git-svn-id: trunk@54126 -
2017-02-08 21:21:05 +00:00
maxim
8e3611d3c1 IDE: small Dutch translation improvement by Bart, bug #31367
git-svn-id: trunk@54124 -
2017-02-08 21:11:54 +00:00
wp
efd873b33e TAChart: Refactoring of TChartCombobox and demo.
git-svn-id: trunk@54123 -
2017-02-08 20:32:07 +00:00
zeljko
349fdc7200 Qt: draw splitter grabber for themes which doesn't implement it in Qt library. issue #27182
git-svn-id: trunk@54122 -
2017-02-08 19:56:07 +00:00
hnb
b432dc7e42 Add missing unit LCLProc for previous commit 54120 #b22e329287. Fix mantis #31368
git-svn-id: trunk@54121 -
2017-02-08 19:26:59 +00:00
hnb
b22e329287 Raise error for badly created control for "preferred status bar height" initialization. The local variable R is uninitialized (random value from stack) for badly implemented DLLs with forms. The problem is visible for TControl.ChangeBounds / TControl.DoSetBounds methods (randomly raised BoundsOutOfBounds)
git-svn-id: trunk@54120 -
2017-02-08 12:49:35 +00:00
maxim
491820a1f4 Translations: French translation update by Gilles Vasseur, bug #31362
git-svn-id: trunk@54119 -
2017-02-07 23:00:04 +00:00