Commit Graph

50743 Commits

Author SHA1 Message Date
ondrej
0b5c0aac35 ide: add drop down build mode menu for options button in project inspector.
git-svn-id: trunk@53699 -
2016-12-16 12:32:02 +00:00
balazs
b5255eebaa Opkman: Added a buffer column to prevent accidental click on voting when scrolling the tree.
Added the possibility to reset the vote.
        Increased main form width constrain.   
        Prevent node exapnding on Dblclick.

git-svn-id: trunk@53698 -
2016-12-16 10:47:42 +00:00
balazs
ca254979a9 Opkman: Voting system implemented locally.
git-svn-id: trunk@53697 -
2016-12-16 09:12:24 +00:00
maxim
25ef353188 Opkman: regenerated translations and updated Russian translation
git-svn-id: trunk@53696 -
2016-12-15 23:20:46 +00:00
maxim
6d33fbcfe6 IDE: fixed typos in Anchors dialog hints, regenerated translations and updated Russian translation
git-svn-id: trunk@53695 -
2016-12-15 22:40:20 +00:00
juha
b83fa220bb LCL: Don't require TForm.Handle in afterconstruction when scaling. Issue #31121, patch from Anton Kavalenka.
git-svn-id: trunk@53694 -
2016-12-15 19:47:51 +00:00
ondrej
b7048b98fc lcl: forms: execute AutoScale for Scaled := True only when not loading
git-svn-id: trunk@53693 -
2016-12-15 09:48:38 +00:00
ondrej
8c7043289d lcl: forms: add AutoScale method and execute it when setting Scaled := True
git-svn-id: trunk@53692 -
2016-12-15 09:00:04 +00:00
ondrej
46b5fb7228 lcl: forms: Scale0Fonts in AfterConstruction if MonitorPPI<>ScreenPPI
git-svn-id: trunk@53691 -
2016-12-15 08:57:10 +00:00
ondrej
d770925929 lcl: customform: don't change TopLeft in DoAutoAdjustLayout
git-svn-id: trunk@53690 -
2016-12-15 08:36:22 +00:00
ondrej
172aa765ac lcl: forms: use Monitor.PixelsPerInch for default scaling
git-svn-id: trunk@53689 -
2016-12-15 08:20:18 +00:00
ondrej
f315aaac55 lcl: DoAutoAdjustLayout: scale Font.Size if specified.
git-svn-id: trunk@53688 -
2016-12-15 08:19:36 +00:00
ondrej
9ec0b84232 lcl: add TMonitor.PixelsPerInch
git-svn-id: trunk@53687 -
2016-12-15 08:18:10 +00:00
ondrej
c52584ecb0 WS, win32: add GetDpiForMonitor
git-svn-id: trunk@53686 -
2016-12-15 08:16:09 +00:00
juha
4245e9efae LCL-GTK2: Fix setting TComboBox ItemIndex. Issue #28683, patch from AlexeyT.
git-svn-id: trunk@53685 -
2016-12-14 16:44:21 +00:00
juha
41c4fca494 IDE: Improve an invalid application name shown in error message.
git-svn-id: trunk@53684 -
2016-12-14 16:05:58 +00:00
juha
e292cc5c48 IDE: Append executable name to target filename when only patch is given. Matches with how the executable is created.
git-svn-id: trunk@53683 -
2016-12-14 16:05:50 +00:00
mattias
418b895590 codetools: parsing operators Initialize and Finalize
git-svn-id: trunk@53682 -
2016-12-14 15:44:21 +00:00
zeljko
363c3e9e88 Qt: simplified check for visibility.
git-svn-id: trunk@53681 -
2016-12-14 15:39:05 +00:00
mattias
224ed6f8cb lcl: comment
git-svn-id: trunk@53680 -
2016-12-14 14:28:58 +00:00
zeljko
83fe670e72 Qt: improved focus patch on TQtComboBox. related to issue #27852
git-svn-id: trunk@53679 -
2016-12-14 14:04:31 +00:00
zeljko
9a0210ff90 Qt: fixed noneditable TQtComboBox setFocus when first time called. issue #27852
git-svn-id: trunk@53678 -
2016-12-14 13:16:06 +00:00
ondrej
7da5365469 lcl: treeview: revert r53309 because r53308 #43db30003e was reverted as well.
[LCL: treeview: hide hint window when showing=false.]

git-svn-id: trunk@53677 -
2016-12-14 12:39:45 +00:00
juha
80328f4ead LCL: Set TComboBox ItemIndex with duplicate text elements correctly. Issue #28683, patch from AlexeyT.
git-svn-id: trunk@53676 -
2016-12-14 11:14:28 +00:00
balazs
569148b092 Opkman: Removed SVN node from tree + small bug fix.
git-svn-id: trunk@53675 -
2016-12-14 10:00:34 +00:00
ondrej
8cf3408825 lcl: wincotrol: revert r53308 #43db30003e:
[LCL: wincotrol: broadcast UpdateShowing regardless of showing value. (When parent was hidden, the child controls didn't receive UpdateShowing resulting in wrong FShowing value.)]

git-svn-id: trunk@53674 -
2016-12-14 09:56:56 +00:00
ondrej
7ec5669770 customdrawn, win32: disable alphablend for parented forms. Issue #26206, patch by Michl
git-svn-id: trunk@53673 -
2016-12-14 09:09:23 +00:00
balazs
7c496c048a Opkman: Properly init ssl under linux/osx. More responsive forms on download/update. Copy links to clipboard.
git-svn-id: trunk@53672 -
2016-12-14 07:39:28 +00:00
maxim
75cad818a6 Opkman: fixed typos and cleaned up strings, regenerated translations and updated Russian translation
git-svn-id: trunk@53671 -
2016-12-13 23:19:03 +00:00
mattias
8170f4738e codetools: test parsing Delphi class operators
git-svn-id: trunk@53670 -
2016-12-13 13:00:41 +00:00
balazs
025eab7ffe Opkman: More bugfix + optimizations.
git-svn-id: trunk@53669 -
2016-12-13 13:00:35 +00:00
mattias
0f58c1ef85 codetools: started test parsing record operators
git-svn-id: trunk@53668 -
2016-12-13 12:46:32 +00:00
mattias
4c62839125 codetools: tests: moved parsertest.lpi
git-svn-id: trunk@53667 -
2016-12-13 11:52:18 +00:00
mattias
de98a465dc codetools: tests: runtestscodetools.lpi
git-svn-id: trunk@53666 -
2016-12-13 11:47:19 +00:00
mattias
4b117ef8ba codetools; tests: clean up
git-svn-id: trunk@53665 -
2016-12-13 11:44:35 +00:00
juha
360a8b174e LCL-GTK2: remove the earlier debug code. Values differ for controls other than TEdit.
git-svn-id: trunk@53664 -
2016-12-13 09:42:33 +00:00
juha
1077fbddaf LCL: Display RadioGroup items correctly when font size changes. Issue #29112, noticed by AlexeyT.
git-svn-id: trunk@53663 -
2016-12-13 09:42:32 +00:00
juha
c4c9879bc5 LCL: Formatting.
git-svn-id: trunk@53662 -
2016-12-13 09:42:26 +00:00
maxim
d539e1fa58 Opkman: Russian translation update
git-svn-id: trunk@53661 -
2016-12-12 23:34:38 +00:00
mattias
9ff6541b70 lcl: added protected TCustomTreeView.CreateNodes, issue #31111
git-svn-id: trunk@53660 -
2016-12-12 21:10:54 +00:00
bart
545d1bb66f LazUtf8: Fix UnicodeToUtf8 for CodePoint = 0. Issue #0031103.
git-svn-id: trunk@53659 -
2016-12-12 20:55:42 +00:00
mattias
c4bfaf505b tests: fixed running Bugs
git-svn-id: trunk@53658 -
2016-12-12 20:27:39 +00:00
mattias
fbbabaf08d lcl: gtk2: do not bomb when assigning TFloatSpinEdit.Text
git-svn-id: trunk@53657 -
2016-12-12 20:27:05 +00:00
mattias
1ac9f479c4 tests: moved testlazutf16
git-svn-id: trunk@53656 -
2016-12-12 19:59:59 +00:00
mattias
90b9fc6c74 LCL: debg DisableAutoSizing
git-svn-id: trunk@53655 -
2016-12-12 19:40:31 +00:00
mattias
b442564a2a IDE: cokde explorer: fixed caption, issue #31110, FTurtle
git-svn-id: trunk@53654 -
2016-12-12 15:02:30 +00:00
juha
273d60e1e3 LCL-GTK2: Fix a cursor move error when selected text was replaced by typing. Issue #30596.
git-svn-id: trunk@53653 -
2016-12-12 14:43:31 +00:00
juha
7573422cc0 LCL-GTK2: add a temporary DebugLn and exception to figure out why selection bounds never differ.
git-svn-id: trunk@53652 -
2016-12-12 14:43:30 +00:00
juha
93f2292cbf LCL-GTK2: Remove a wrongly placed IFDEF for verbosity. It changed code behavior.
git-svn-id: trunk@53651 -
2016-12-12 14:43:22 +00:00
balazs
705c67a190 Refresh package description and license after update. Request by @minesadorada.
git-svn-id: trunk@53650 -
2016-12-12 13:15:40 +00:00