Commit Graph

55906 Commits

Author SHA1 Message Date
bart
34803af734 - TFileSearcher: implement property PathSeparator.
- and expose both MaskSeparator and PathSeparator in FindAllFiles()
- expose PathSeparator in FindAllDirectories.
Issue #0034607.

git-svn-id: trunk@59687 -
2018-11-28 17:23:33 +00:00
maxim
c864848e53 AnchorDocking: improved 'Dock sites can be minimized' checkbox i18n, regenerated translations and updated Russian translation
git-svn-id: trunk@59686 -
2018-11-27 23:00:03 +00:00
maxim
ba87f43bfb AnchorDocking: removed unused variables
git-svn-id: trunk@59685 -
2018-11-27 22:53:29 +00:00
maxim
8b7e498169 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34610
git-svn-id: trunk@59683 -
2018-11-27 22:20:33 +00:00
michl
96e8d78ec5 Add Andrey Zubarev in contributors list.
git-svn-id: trunk@59682 -
2018-11-27 22:04:23 +00:00
michl
b7377b00f9 LCL: Anchordocking: New button to minimize a site. Issue #34347. Patch by Andrey Zubarev
git-svn-id: trunk@59681 -
2018-11-27 20:33:19 +00:00
martin
0dd0d21622 LazDebugger(Fp)LLDB: fix memory leak
git-svn-id: trunk@59680 -
2018-11-27 18:41:35 +00:00
martin
ca2eda8348 LazDebugger(Fp)LLDB: fix getting class-name for exceptions
git-svn-id: trunk@59679 -
2018-11-27 18:37:53 +00:00
martin
7716b8a149 LazDebugger(Fp)LLDB: fix, check for ignored exceptions
git-svn-id: trunk@59678 -
2018-11-27 18:30:10 +00:00
zeljko
5d2d0183bd Qt5: allow resizing of bsSizeToolWin and modal forms with bsSizeable under MacOS.
git-svn-id: trunk@59677 -
2018-11-27 12:08:26 +00:00
lacak
5933f29ff7 LCL: WinCE: attempt to fix incorrectly computed window size in GetWindowSize (Borders of window are not correctly subtracted). Bug #25966
git-svn-id: trunk@59676 -
2018-11-27 11:28:48 +00:00
martin
503598554b LazDebuggerFp: starting testcase
git-svn-id: trunk@59675 -
2018-11-27 01:24:22 +00:00
dmitry
477db40534 cocoa: fix the issue with using enclosing scrollView for mouse position check. #34516
git-svn-id: trunk@59674 -
2018-11-27 01:21:30 +00:00
maxim
af97367973 IDE: improved Russian translation
git-svn-id: trunk@59673 -
2018-11-26 22:52:05 +00:00
maxim
d62464cc56 IDE: fixed i18n of $(OutputFile) macro
git-svn-id: trunk@59672 -
2018-11-26 22:44:01 +00:00
maxim
faae70c72e IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@59671 -
2018-11-26 22:35:10 +00:00
mattias
9fef4bbe0d fpdebug: fixed framwork name Security
git-svn-id: trunk@59669 -
2018-11-26 22:31:09 +00:00
jesus
455f531fe1 LCL, missing change from r59666 #7a666ba10a
git-svn-id: trunk@59668 -
2018-11-26 19:54:10 +00:00
zeljko
47da00028d Qt: fixed drawText() background painting when BkMode = OPAQUE. issue #34587
git-svn-id: trunk@59667 -
2018-11-26 18:47:57 +00:00
jesus
7a666ba10a LCL: Fix unbound dblookupcombobox autocomplete, based on fix from melwinek issue #0034298
git-svn-id: trunk@59666 -
2018-11-26 18:35:24 +00:00
wp
758c00904a fpvectorial: Reduce default border width of table cells from 1mm to 0.5pt (see https://forum.lazarus.freepascal.org/index.php/topic,43322.msg302997).
git-svn-id: trunk@59665 -
2018-11-26 11:23:41 +00:00
martin
743dfad3a9 TCustomCheckBoxThemed.PaintSelf: fix calculating the y pos, if there is no caption.
git-svn-id: trunk@59664 -
2018-11-26 11:18:12 +00:00
mattias
a625b39fbf IDE: added IDE macro $(OutputFile), issue #27729, from elmar69
git-svn-id: trunk@59663 -
2018-11-26 10:18:48 +00:00
maxim
76c92368a2 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@59662 -
2018-11-25 22:51:45 +00:00
maxim
8f13d737df TAChart: regenerated German translation
git-svn-id: trunk@59661 -
2018-11-25 22:49:47 +00:00
bart
8b61ae8f98 MaskEdit: remove all commented code regarding constant cMask_SpaceOnly (which itself was already commented out).
git-svn-id: trunk@59660 -
2018-11-25 21:15:49 +00:00
bart
425ac5d754 MaskEdit: simplify code. No functional changes.
git-svn-id: trunk@59659 -
2018-11-25 21:12:48 +00:00
bart
4cd127ce25 MaskEdit: don't allow spaces to be type for hexadecimal or binary mask (te be consistent with the other masks).
git-svn-id: trunk@59658 -
2018-11-25 21:05:49 +00:00
martin
2a997b956c LazDebuggerFpLLDB: deal with fpc info for nested procs variable scopes.
git-svn-id: trunk@59657 -
2018-11-25 20:04:34 +00:00
martin
0d4fa259a4 LazDebuggerFp: deal with fpc info for nested procs variable scopes.
git-svn-id: trunk@59656 -
2018-11-25 20:01:36 +00:00
martin
895fe14aed LazDebuggerFp: handle "ignored exceptions" list
git-svn-id: trunk@59655 -
2018-11-25 20:00:38 +00:00
zeljko
12ea17499a Qt5: fixed BringToFront() for TCustomForms. issue #34599
git-svn-id: trunk@59654 -
2018-11-25 13:57:09 +00:00
zeljko
a30c598df1 Qt5: fixed crash when printing image. issue #34598
git-svn-id: trunk@59653 -
2018-11-25 12:39:20 +00:00
zeljko
5ea7ebcdfa Qt,Qt5: removed old workaround in DrawText(). Fixes issue #34587
git-svn-id: trunk@59652 -
2018-11-25 12:13:38 +00:00
juha
af653f96cb LCL: Support autocompletion in TComboBox for single-letter text, too. Issue #34566, patch from Serge Anvarov.
git-svn-id: trunk@59651 -
2018-11-25 11:27:47 +00:00
martin
235888a37d TCustomCheckBoxThemed.PaintSelf: fix calculating the y pos.
In the old calculation "(ARect.Top+ARect.Bottom)div 2" there was a one pixel jump when traversing zero:
-2 div 2 = -1
-1 div 2 = 0
 0 div 2 = 0
 1 div 2 = 0  // 3rd time 0
 2 div 2 = 1

Now it is "Top + (Height div 2)" height does not change, so it never goes through 0.

This manufactured a painting bug in Object Inspector, where ScrollWindowEx relies on a repaint at the correct position.

git-svn-id: trunk@59650 -
2018-11-24 16:33:56 +00:00
bart
7de0bcc720 MaskEdit:
- add mask support for hexadecimal and binary characters. (Delphi does not support this.)
- remove some obsolete comments and fix a spelling error in a comment

git-svn-id: trunk@59649 -
2018-11-24 16:29:47 +00:00
zeljko
e8c7aff5f5 gtk3: removed workaround in GetTextExtentPoint() so it returns correct width of text.
git-svn-id: trunk@59648 -
2018-11-24 16:04:44 +00:00
zeljko
5238df969e LCL: fixed TreeItem text is centered instead of left justified. issue #34461
git-svn-id: trunk@59647 -
2018-11-24 15:49:14 +00:00
dmitry
a6491caa33 cocoa: any font can utf8 (unicode)... even if it doesn't. #34594
git-svn-id: trunk@59646 -
2018-11-24 06:08:30 +00:00
dmitry
f3a0a55e46 cocoa: using additional storage for keeping checked state of a checklist items. #34590
git-svn-id: trunk@59645 -
2018-11-24 04:03:40 +00:00
juha
31aa213552 IDE: Assign icon for button "Load default icon" in project options. Issue #34578, patch from FTurtle.
git-svn-id: trunk@59644 -
2018-11-23 23:34:50 +00:00
wp
329c654042 TAChart: New property AllowPanning to turn built-in panning on/off.
git-svn-id: trunk@59643 -
2018-11-23 23:02:51 +00:00
wp
e0708688f5 TAChart: Fix typo in German translation.
git-svn-id: trunk@59642 -
2018-11-23 18:57:25 +00:00
martin
4e95eebb41 Debugger-Tests: fix test selector
git-svn-id: trunk@59641 -
2018-11-23 18:52:31 +00:00
juha
02ba3da476 JCF2: Support "otherwise" in a case clause. Issue #34592, patch from BrunoK.
git-svn-id: trunk@59640 -
2018-11-23 17:38:31 +00:00
mattias
07abf42286 IDE: fpc msg parser: check for Warning too, bug #34582
git-svn-id: trunk@59638 -
2018-11-23 14:02:28 +00:00
zeljko
33c4e77327 Qt,Qt5: fixed ScrollWindowEx() when contains SW_SCROLLCHILDREN flag. issue #34589
git-svn-id: trunk@59637 -
2018-11-23 13:42:38 +00:00
mattias
f9db653ad4 IDE: fpc msg parser: check for Warning too, bug #34582
git-svn-id: trunk@59635 -
2018-11-23 12:47:17 +00:00
mattias
0bd7cd9d85 IDE: less hints
git-svn-id: trunk@59634 -
2018-11-23 12:44:59 +00:00