Commit Graph

53471 Commits

Author SHA1 Message Date
juha
b5ce4f63c4 JCF2: Support operators in records. Issue #32942, patch from delfion.
git-svn-id: trunk@56972 -
2018-01-05 21:36:51 +00:00
maxim
6acdb23a08 Components, LCLExtensions: committed automatically regenerated file
git-svn-id: trunk@56971 -
2018-01-05 16:16:51 +00:00
maxim
fba8681f79 Opkman: removed no longer needed VTV translations
git-svn-id: trunk@56970 -
2018-01-05 15:52:27 +00:00
maxim
ab14223c04 VTV: enabled i18n, moved localizations from Opkman, regenerated translations and updated Russian translation
git-svn-id: trunk@56969 -
2018-01-05 15:51:29 +00:00
maxim
42e3e3e670 Translations: regenerated translations
git-svn-id: trunk@56968 -
2018-01-05 15:08:14 +00:00
maxim
7c33223dae LazUtils: if existing item being updated has empty translation, search for possible translation variants just like for newly added item. This should allow to avoid the need to do two regenerations of .po files in a row in some cases.
git-svn-id: trunk@56967 -
2018-01-05 15:07:41 +00:00
balazs
65d289f941 Opkman: Link OPM to VTV from the component folder.
git-svn-id: trunk@56966 -
2018-01-05 14:56:27 +00:00
balazs
581a4a19d4 Opkman: Remove internal VTV.
git-svn-id: trunk@56965 -
2018-01-05 14:55:14 +00:00
wp
0125b3c239 IDE: Make edit buttons ('...') square.
git-svn-id: trunk@56964 -
2018-01-05 14:44:31 +00:00
balazs
8cb178de2c VTV: Initial commit.
git-svn-id: trunk@56963 -
2018-01-05 09:03:08 +00:00
ondrej
d7f8f5e5f6 LCL: High-DPI: fix font scaling and design-time scaling. Issues #32882 and #32944
git-svn-id: trunk@56962 -
2018-01-05 08:10:01 +00:00
dmitry
611c971eaf cocoa: improved implementation of TCocoaScrollBar - keeping track of the actual ranges and position of as scroll bar (that's critical for all custom controls using scrollbars heavily: TreeView #32931, SynEdit #32929, Grids #32932, #32767 ). Simplified ScrollWindowEx to just a complete invalidation of control content.
git-svn-id: trunk@56961 -
2018-01-05 05:17:04 +00:00
ondrej
9770119ed5 IDE: options: make buttons 25px wide, issue #32924
git-svn-id: trunk@56960 -
2018-01-05 03:39:41 +00:00
ondrej
e384a1c48a IDE: remove DoAutoAdjustLayout from r56956 #b6077f9686, issue #32924
git-svn-id: trunk@56959 -
2018-01-05 03:36:46 +00:00
martin
5a62be57d3 Debugger, GDBMI: fix detecting watchpoint errors
git-svn-id: trunk@56958 -
2018-01-04 23:01:49 +00:00
martin
a53b0342c4 include ide opts, when build gdbmi dbg
git-svn-id: trunk@56957 -
2018-01-04 22:28:32 +00:00
wp
b6077f9686 IDE: Make '...' buttons square (issue #32924).
git-svn-id: trunk@56956 -
2018-01-04 21:35:17 +00:00
wp
f0757ff745 ide: undo r56949 #20bc34c5fe, replace edit-buttons in debugger_general_options by TButton and make them square (issue #32924)
git-svn-id: trunk@56955 -
2018-01-04 20:03:52 +00:00
maxim
375c1edea3 LazUtils: when updating translation item, set FModified only when flags are actually modified.
git-svn-id: trunk@56954 -
2018-01-04 15:41:57 +00:00
maxim
50260ae6a6 LazUtils: when updating translation item, always check for formatting arguments and update flags accordingly, because badformat flags are often removed e.g. by poEdit. This change should allow to avoid the need to do two regenerations of .po files in a row in some cases.
git-svn-id: trunk@56953 -
2018-01-04 14:16:17 +00:00
juha
f113cfc740 Carbon: Simplified 1 pixel drawn code. Same as r56926 #32000402a9 for Cocoa. Issue #32926.
git-svn-id: trunk@56952 -
2018-01-04 13:41:16 +00:00
balazs
a398131a54 Opkman: Fix connection timeout bug.
git-svn-id: trunk@56951 -
2018-01-04 12:31:40 +00:00
balazs
de416689cc Opkman: Fix memory leaks in the update feature.
git-svn-id: trunk@56950 -
2018-01-04 10:17:33 +00:00
wp
20bc34c5fe ide: make ellipsis button in debugger options frame square again (issue #32924). Based on patch by FTurtle and idea by Ondrej.
git-svn-id: trunk@56949 -
2018-01-04 08:20:24 +00:00
wp
6e9a07b58b lcl: Use same Select method in DBLookupCombobox as in DBCombobox.
git-svn-id: trunk@56948 -
2018-01-04 07:54:36 +00:00
ondrej
9ecac75432 LCL: fix autosizing for not-aligned controls. Issue #28654
git-svn-id: trunk@56947 -
2018-01-04 06:24:36 +00:00
ondrej
8726ea2759 LCL: revert r50942 #dfebe2190c. Issue #28654
git-svn-id: trunk@56946 -
2018-01-04 06:20:31 +00:00
ondrej
c1697fc2ef win32: support teTrackBar in TWin32ThemeServices.GetDetailSize. Issue #32437, patch by Lagunov Aleksey
git-svn-id: trunk@56945 -
2018-01-04 05:06:10 +00:00
dmitry
98712b414a cocoa: rework TCocoaScrollBar implementation - removed direct binding to LCL control. Initial implementation of ScrollWindowsEx. added scrolling messages for TCocoaManualScrollView
git-svn-id: trunk@56944 -
2018-01-04 02:54:59 +00:00
dmitry
edee7ec8ef cocoa: remove isAllowCustomScroll from TCocoaScrollView. Instead, introducing TCocoaManualScrollView to support non-control size based ScrollInfo api
git-svn-id: trunk@56943 -
2018-01-04 00:49:03 +00:00
michl
3886b2f185 IDE: PropertyEditor: Fixed components with published properties of type "interface" does not work. Issue #32919. Patch by Andi Friess
git-svn-id: trunk@56942 -
2018-01-03 21:54:13 +00:00
wp
c216c92b71 rx: Delete files, had been copied to (ccr)/components/rx/trunk(rx_laz on Nov 4, 2017.
git-svn-id: trunk@56941 -
2018-01-03 21:14:46 +00:00
wp
2a5154bef1 TAChart: Accept date/time strings in TListChartSource.DataPoints
git-svn-id: trunk@56940 -
2018-01-03 17:36:12 +00:00
maxim
3d107d6533 LazUtils: when updating translation item, also correctly set BadFormat flag.
git-svn-id: trunk@56939 -
2018-01-03 16:49:09 +00:00
maxim
edac957379 LazUtils: when updating translation item, change its PreviousID only if it was empty or translation item was not fuzzy before update. This allows to keep for translator's reference PreviousID against which this fuzzy translation was made. It helps when some changes get made to already fuzzy translation item.
git-svn-id: trunk@56938 -
2018-01-03 15:49:21 +00:00
maxim
9d91d2c25e Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32916
git-svn-id: trunk@56934 -
2018-01-03 13:54:02 +00:00
balazs
dd4f78896d Opkman: Re-enable updates from package maintainer's homepage + fix memory leak.
git-svn-id: trunk@56933 -
2018-01-03 13:52:02 +00:00
maxim
ffabeea4af IDE: cleaned up unused strings and regenerated translations
git-svn-id: trunk@56932 -
2018-01-03 13:43:34 +00:00
juha
647e21c6a7 LCL-QT: Restore Char type which was changed in r56640 #e2435a5cd6.
git-svn-id: trunk@56931 -
2018-01-03 09:56:54 +00:00
juha
241124c159 Designer: Simplify DoDeletePersistent.
git-svn-id: trunk@56930 -
2018-01-03 09:56:41 +00:00
ondrej
1d105883fa IDE: Desktops: save ObjectInspector ComponentTreeHeight property.
git-svn-id: trunk@56929 -
2018-01-03 07:55:30 +00:00
dmitry
8ad44212f9 cocoa: fix window resize/move message to report the accurate coordinates
git-svn-id: trunk@56928 -
2018-01-03 05:17:36 +00:00
dmitry
dbb96b2de8 cocoa: introducing lclContentView method (see wiki for the description) to be used when invalidating a control. #32147
git-svn-id: trunk@56927 -
2018-01-03 00:28:39 +00:00
dmitry
32000402a9 cocoa: simplified 1 pixel drawn code
git-svn-id: trunk@56926 -
2018-01-02 23:38:16 +00:00
mattias
f2ae3c60c6 lcl: win32: use IsFontNameDefault
git-svn-id: trunk@56925 -
2018-01-02 11:38:49 +00:00
dmitry
6f2b73a083 cocoa: fix the special case for 1 pixel lines drawn. Using the actual line direction to draw a line (the problem is seen, whenever line width is greater than 1) #32926
git-svn-id: trunk@56924 -
2018-01-02 11:36:47 +00:00
dmitry
9409fc34cc cocoa: cleaning up compiler warnings in cocoatrayicon
git-svn-id: trunk@56923 -
2018-01-02 11:31:26 +00:00
dmitry
6958bb4494 cocoa: cleaning up compiler warnings in cocoaprivate
git-svn-id: trunk@56922 -
2018-01-02 11:31:08 +00:00
dmitry
8954ecedea cocoa: cleaning up compiler warnings in cocoawscomctrls
git-svn-id: trunk@56921 -
2018-01-02 11:29:38 +00:00
dmitry
2a82b83b2d cocoa: cleaning up compiler warnings in cocoawsstdctrls
git-svn-id: trunk@56920 -
2018-01-02 11:28:34 +00:00