Commit Graph

54525 Commits

Author SHA1 Message Date
dmitry
871c41e289 cocoa: a better way of getting a selector to check
git-svn-id: trunk@57678 -
2018-04-20 01:02:53 +00:00
dmitry
fc6c0627a4 cocoa: moved backingScaleFactor to cocoa_extra unit into NSWindowFix category. Removed conflicting (and hacky) NSWindow redeclaration
git-svn-id: trunk@57677 -
2018-04-20 00:42:27 +00:00
maxim
055d910ecd POChecker: report missing files in ascending alphabet order in all cases
git-svn-id: trunk@57676 -
2018-04-19 23:32:09 +00:00
wp
bd4d9885f7 TAChart: Fix typo in comment in ipf_fix (found by Marcin Wiazowski, issue #33588).
git-svn-id: trunk@57675 -
2018-04-19 21:05:35 +00:00
ondrej
f620b70d6d LCL: toolbar: fix endless align/autosize loop. Issue #33575
git-svn-id: trunk@57674 -
2018-04-19 14:49:39 +00:00
ondrej
ff49fa1805 IDE: scale default identifier completion window width. Issue #33594
git-svn-id: trunk@57673 -
2018-04-19 11:32:11 +00:00
ondrej
edc90668e0 IDE: restore identifier completion window size on desktop change.
git-svn-id: trunk@57672 -
2018-04-19 11:17:14 +00:00
ondrej
fe7f95b869 LCL: remove double with, issue #33609
git-svn-id: trunk@57671 -
2018-04-19 09:59:07 +00:00
ondrej
20ed315426 Cocoa: fix system font height. Issue #32175
git-svn-id: trunk@57670 -
2018-04-19 09:10:41 +00:00
ondrej
4bf891d80c Cocoa: revert r56761 #8474c9858e, issue #32175 and #33597
git-svn-id: trunk@57669 -
2018-04-19 09:03:49 +00:00
maxim
67119a8356 POChecker: report duplicate originals in ascending order of their lines
git-svn-id: trunk@57668 -
2018-04-18 23:01:48 +00:00
maxim
dfa7c11365 POChecker:
1) Report duplicate originals search results in separate tab of Results dialog, made this output more compact.
2) Improved captions.
3) Regenerated translations and updated Russian translation.

git-svn-id: trunk@57667 -
2018-04-18 22:56:50 +00:00
hnb
ef46036398 Patch by Marcin Wiazowski for ipf_fix (fix related to previous commit r57662 #51041d4ff2). Issue #33588.
git-svn-id: trunk@57666 -
2018-04-18 22:20:56 +00:00
hnb
9fc40be5d2 Fix Lazarus compilation with FPC trunk. Related to Issue #33588 and FPC r38786 #54f6a99a13
git-svn-id: trunk@57665 -
2018-04-18 22:16:16 +00:00
juha
ae58fe66c4 IDE: Pass environment variables to a process in "Run without debuging". Issue #33611, patch from errno.
git-svn-id: trunk@57664 -
2018-04-18 15:57:51 +00:00
jesus
15c96753a4 LazDataDesktop: Enable thumb tracking for DB grid, from sven, issue #32684
git-svn-id: trunk@57663 -
2018-04-18 00:08:06 +00:00
wp
51041d4ff2 TAChart: Add monotone cubic Hermite spline as new type of TCubicSplineSeries. Patch by Marcin Wiazowski. Issue #33588.
git-svn-id: trunk@57662 -
2018-04-17 22:15:51 +00:00
jesus
00d168199d LCL: Paint the focus rectangle white when UseXORFeatures=true, issue #33042
git-svn-id: trunk@57661 -
2018-04-17 18:35:26 +00:00
jesus
4662045bfa LCL: Implements DBCombobox change
git-svn-id: trunk@57660 -
2018-04-17 05:49:27 +00:00
maxim
ea3e0c96cc POChecker: when running tests, do not warn about missing files in separate window, add this information to General Info tab in Results form instead
git-svn-id: trunk@57659 -
2018-04-16 23:09:05 +00:00
dmitry
72d9f35b44 cocoa: update destroyHandle for Forms (closing window). removed Hint Window specific destroyHandle code
git-svn-id: trunk@57658 -
2018-04-16 00:03:00 +00:00
dmitry
71098dcffe cocoa: fix SetRealPopup parent - treating window handle as TCocoaWindowContent at all times, rather than NSWindow
git-svn-id: trunk@57657 -
2018-04-15 21:10:36 +00:00
dmitry
7c5aea5c1e cocoa: update callback creation for NSPanel related code
git-svn-id: trunk@57656 -
2018-04-15 20:24:08 +00:00
dmitry
e6bc1daa79 cocoa: cleanup callbacks on window dealloactions. based on the research and patch by lks. #33596, #33131
git-svn-id: trunk@57655 -
2018-04-15 20:12:20 +00:00
zeljko
f98c9d4316 Qt5: fixed returning values of some functions in C bindings.
git-svn-id: trunk@57654 -
2018-04-15 08:18:45 +00:00
wp
68b3fe108b LCL: Fix out-of-range access to Colors array in LazIntfImages.CopyPixels (Issue #27144).
git-svn-id: trunk@57653 -
2018-04-13 12:36:50 +00:00
mattias
f2f7e9c993 codetools: debug obcclass alloc.init
git-svn-id: trunk@57652 -
2018-04-13 08:35:14 +00:00
wp
dd6ac71206 LazUtils: Undo unintentional change in r57634 #5ce61895bf
git-svn-id: trunk@57651 -
2018-04-13 07:32:03 +00:00
ondrej
64bd083a42 LCL: spin: cleanup
git-svn-id: trunk@57650 -
2018-04-12 21:09:50 +00:00
ondrej
c7ce7e191e LCL: spin: call Change/OnChange event handlers when handle is not allocated
git-svn-id: trunk@57649 -
2018-04-12 21:08:36 +00:00
mattias
a040f6c847 codetools: fixed parsing class operator method
git-svn-id: trunk@57648 -
2018-04-12 19:42:13 +00:00
mattias
a5293996d9 codetools: fixed tests TestParseModeTP
git-svn-id: trunk@57647 -
2018-04-12 19:36:09 +00:00
mattias
d43000198c lazutils: compwriterpas: fixed writing bytebool
git-svn-id: trunk@57646 -
2018-04-12 19:32:19 +00:00
mattias
c4d77663b1 codetools: fixed ExtractPocHead generic delphi method
git-svn-id: trunk@57645 -
2018-04-12 18:51:54 +00:00
mattias
112a8b6bf0 codetools: test method jump generic delphi method
git-svn-id: trunk@57644 -
2018-04-12 18:51:31 +00:00
maxim
0c22a2c5a8 PoChecker: removed "Ignore translated strings marked as fuzzy" checkbox and related logic. Now formatting arguments errors are always shown for both fuzzy and non-fuzzy strings (they are all ignored by translation system anyway and therefore have equal importance) and user is notified about formatting error count in non-fuzzy strings if such errors are found. Regenerated translations and updated Russian translation.
git-svn-id: trunk@57643 -
2018-04-11 23:10:14 +00:00
mattias
ff804887a0 codetools: parse delphi generic method
git-svn-id: trunk@57642 -
2018-04-11 18:49:18 +00:00
mattias
ef100a5f3f codetools: added test for delphi generic method
git-svn-id: trunk@57641 -
2018-04-11 18:49:05 +00:00
maxim
47d008b230 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57640 -
2018-04-10 23:02:03 +00:00
martin
33cc4218fa IDE, Editor Options: implement priority conf for text style
git-svn-id: trunk@57639 -
2018-04-10 20:08:45 +00:00
mattias
aca4d3b81b codetools: parse generic class method
git-svn-id: trunk@57638 -
2018-04-10 18:59:30 +00:00
maxim
f029765fd9 Components, Printers: regenerated translations and updated Russian translation
git-svn-id: trunk@57637 -
2018-04-09 23:00:55 +00:00
maxim
d841039a73 Components, Printers: fixed typo
git-svn-id: trunk@57636 -
2018-04-09 22:58:47 +00:00
maxim
a2386a3541 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57635 -
2018-04-09 22:45:13 +00:00
wp
5ce61895bf TAChart: Fix TCubicSplineSeries drawing nothing if there are less than 4 data points and the option csoDrawFewPoints is set.
git-svn-id: trunk@57634 -
2018-04-09 17:09:00 +00:00
wp
dd35516710 TAChart: Fix unit TAFuncSeries to use the fixed ipf unit (ipf_fix) in case of non-trunk FPC (got lost in r54489 #90a80483fb).
git-svn-id: trunk@57633 -
2018-04-09 17:03:10 +00:00
martin
8cd65222af SynEdit: Improve beautifier for comment extensions. Split the double usage of MaxIndent / add new flags for AlignOnce
IDE: Improve caption

git-svn-id: trunk@57632 -
2018-04-09 10:39:48 +00:00
martin
d5c2ad0fca Fix Icons for call stack
git-svn-id: trunk@57631 -
2018-04-09 10:34:17 +00:00
jesus
8196338704 LazReport: Patch from Aleksey Lagunov (with changes) Issue #33556
1. In dialog controls fix drawing lrRadioGroup without caption
2. In lr_class fix wrap text on printing
3. In lr_designer fix refresh data nspector

git-svn-id: trunk@57630 -
2018-04-08 22:29:36 +00:00
jesus
09f7d6aff2 LazReport: LazReport: fix PowerPDF exporter of roundrects filled without gradients.
git-svn-id: trunk@57629 -
2018-04-08 21:46:57 +00:00