Commit Graph

58696 Commits

Author SHA1 Message Date
zeljko
e5b60643df Qt5: fixed memory leak inside Qt library, QImage_scaled() creates new instance.
git-svn-id: trunk@62846 -
2020-04-01 15:57:13 +00:00
zeljko
77f154322f Qt5: fixed assertion in TQtWidgetSet.RawImage_FromDevice(), use QScreen_grabWindow() instead of QPixmap_grabWindow().
git-svn-id: trunk@62845 -
2020-04-01 13:25:53 +00:00
zeljko
8ffd2f7f25 Qt5: provide current widget screen when grabbing window
git-svn-id: trunk@62844 -
2020-04-01 12:16:28 +00:00
juha
7c479cba63 LCL: Update contents of TTreeView better when Scrollbars are hidden with ssAutoVertical. Issue #36731, patch from nappsoft.
git-svn-id: trunk@62843 -
2020-04-01 10:43:21 +00:00
juha
01082a807d LCL-GTK3: Update for swapped R/B colors. Issue #36374, patch from Anton Kavalenka.
git-svn-id: trunk@62842 -
2020-04-01 10:43:20 +00:00
juha
b2501a2b9a Customdrawn: Implement EnumDisplayMonitors and GetMonitorInfo for CD_X11 and CD_win32. Issue #31738, patch from Anton Kavalenka.
git-svn-id: trunk@62841 -
2020-04-01 10:43:08 +00:00
zeljko
b9799e15cb Qt,Qt5: implemented DCGetPixel() for widgets. patch by Mark Malakanov, changed by me. issue #29276
git-svn-id: trunk@62840 -
2020-04-01 08:36:37 +00:00
zeljko
1a5015dca6 Qt,Qt5: optimized DCSetPixel() via cached QPen. issue #29277
git-svn-id: trunk@62839 -
2020-04-01 08:01:00 +00:00
juha
33d370e3b4 LCL-Win32: Simulate wsFullScreen WindowState with Maximized. Issue #34759, patch from Serge Anvarov.
git-svn-id: trunk@62835 -
2020-03-31 19:07:19 +00:00
maxim
056c393c8f POChecker: store total translation statistics in TPOFamilyList
git-svn-id: trunk@62834 -
2020-03-31 16:21:23 +00:00
maxim
7bf136d6ac POChecker: there is no need to copy PoFamilyStats all over the place anymore
git-svn-id: trunk@62833 -
2020-03-31 14:19:29 +00:00
maxim
48951b67fb POChecker: there is no need to copy logs to result form separately anymore
git-svn-id: trunk@62832 -
2020-03-31 13:30:35 +00:00
juha
3dd719c344 IDE: Open Code Explorer next to source editor by default. Partly reverts r59830 #95f1c7e0bc. Issue #36808.
git-svn-id: trunk@62831 -
2020-03-31 13:15:39 +00:00
juha
111c34dec3 Formatting.
git-svn-id: trunk@62830 -
2020-03-31 13:15:27 +00:00
maxim
30f1ec9708 POChecker: store PoFamilyList in one place
git-svn-id: trunk@62829 -
2020-03-31 13:02:44 +00:00
zeljko
42c1f05392 LCL: TTreeView fixed sort under unixes. issue #33064
git-svn-id: trunk@62828 -
2020-03-31 11:03:33 +00:00
zeljko
5e1a4e94f5 Qt,Qt5: set selection start to 0 if edit control is disabled. issue #23369
git-svn-id: trunk@62827 -
2020-03-31 10:48:29 +00:00
zeljko
ca458a59c2 Qt,Qt5: set ListView.AutoWidthLastColumn to qt widget. issue #27850
git-svn-id: trunk@62826 -
2020-03-31 10:18:57 +00:00
juha
d84fe6746d IDE: Jump to code declarations from Code Explorer with shortcut keys. Reuse event handlers. Issue #20048.
git-svn-id: trunk@62821 -
2020-03-30 18:26:36 +00:00
maxim
0bdef3f301 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36841
git-svn-id: trunk@62820 -
2020-03-30 15:01:52 +00:00
juha
d7bff517ba IDE: Middle mouse click in Code Explorer now jumps to implementation. Issue #20048.
git-svn-id: trunk@62819 -
2020-03-30 13:56:00 +00:00
juha
56a4a9e0d5 IDE: Expand nodes in Code Explorer matching a filter. Reduce some parameters. Issue #36787.
git-svn-id: trunk@62818 -
2020-03-30 12:43:35 +00:00
lacak
864df52f4a LCL: WinCE: fix function "LCLBoundsToWin32Bounds()" signature introduced by rev. 61112. Bug #36848
git-svn-id: trunk@62817 -
2020-03-30 07:27:25 +00:00
juha
707c0d5894 IDE: Fix filter for directives in Code Explorer. Issue #35767.
git-svn-id: trunk@62816 -
2020-03-29 21:49:23 +00:00
juha
5a2520082e IdeIntf: Show icons in ActionlistEditor in native size. Fix offset in ImageIndexPropertyEditor. Issue #35810.
git-svn-id: trunk@62815 -
2020-03-28 11:21:40 +00:00
juha
d5e5203170 Docs: Updated documentation for LazUtils. Issue #36834, patch from Don Siders.
git-svn-id: trunk@62814 -
2020-03-27 21:55:15 +00:00
juha
2ba03b720e IDE: Update project inspector also when there is no active project.
git-svn-id: trunk@62813 -
2020-03-27 20:20:56 +00:00
juha
de38b0140e Codetools: Understand BuildIntf package with any project.
git-svn-id: trunk@62812 -
2020-03-27 20:20:43 +00:00
martin
667546f298 FpDebugger (all): prevent nil deref, for empty watch (auto instance class)
git-svn-id: trunk@62811 -
2020-03-25 15:51:09 +00:00
martin
1f69cf465e FpDebug: fix typecast/deref for generated-pointer-type "^Foo($1234)", for signed values.
git-svn-id: trunk@62810 -
2020-03-25 15:51:07 +00:00
juha
ab7cad1fc8 Jedi Code Format: Comments, formatting. Issue #36825, patch from BrunoK.
git-svn-id: trunk@62809 -
2020-03-25 13:49:42 +00:00
juha
434cd7d38c Jedi Code Format: Support >< Symmetric difference of two sets. Issue #36825, patch from BrunoK.
git-svn-id: trunk@62808 -
2020-03-25 13:49:28 +00:00
juha
a8e7c6e3a7 LCL-GTK2: Eliminate delayed SetSelStart. Issue #34678.
git-svn-id: trunk@62807 -
2020-03-25 10:49:44 +00:00
juha
e4a6fcf1af LCL-GTK2: Fix TMaskEdit skipping chars. Eliminate delayed SetSelLength. Issue #34678, idea from Percy Van Den bylaardt.
git-svn-id: trunk@62806 -
2020-03-25 09:55:24 +00:00
juha
47d77264ba Jedi Code Format: Support deprecated-directive with a message. Issue #36823, patch from delfion.
git-svn-id: trunk@62805 -
2020-03-25 08:22:23 +00:00
wp
dd9be6d9e1 LazUtils/FreeType: Avoid ignoring font files after reading defective one.
git-svn-id: trunk@62804 -
2020-03-24 09:45:08 +00:00
mattias
cd40b9e0c1 tachartopengl: added lpl
git-svn-id: trunk@62803 -
2020-03-24 09:31:01 +00:00
mattias
e7f6c6983e buildintf: added lpl
git-svn-id: trunk@62802 -
2020-03-24 09:29:40 +00:00
maxim
4fa72adf2b BuildIntf: enabled i18n and added Russian translation
git-svn-id: trunk@62801 -
2020-03-23 21:57:38 +00:00
juha
d14e99f26b IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
git-svn-id: trunk@62800 -
2020-03-23 20:33:04 +00:00
juha
7f7f144d57 Jedi Code Format: Parse operators. Issue #32550, patch from delfion.
git-svn-id: trunk@62799 -
2020-03-22 23:50:16 +00:00
juha
a8c3755e68 Docs: New documentation files for LazUtils units. Issue #36818, patch from Don Siders.
git-svn-id: trunk@62798 -
2020-03-22 23:50:11 +00:00
wp
c5e306d814 ShellCtrls: Publish OnEdited and OnEditing events for TShellListView.
git-svn-id: trunk@62797 -
2020-03-22 22:30:41 +00:00
mattias
d30dbcce35 buildintf: split from ideintf
git-svn-id: trunk@62796 -
2020-03-22 12:05:04 +00:00
mattias
a472e9ef09 buildintf: split from ideintf
git-svn-id: trunk@62795 -
2020-03-22 11:58:11 +00:00
mattias
f1a6faedaf buildintf: started
git-svn-id: trunk@62794 -
2020-03-22 10:25:01 +00:00
mattias
60317e70ff IDE: less hints
git-svn-id: trunk@62793 -
2020-03-22 09:39:21 +00:00
mattias
0d54b95a55 projectgroup: clean up
git-svn-id: trunk@62792 -
2020-03-22 09:39:08 +00:00
juha
f950017dde Docs: New documentation file for ObjectLists in LazUtils from from Don Siders. Issue #36817.
git-svn-id: trunk@62791 -
2020-03-21 21:01:33 +00:00
juha
940477566f Jedi Code Format: Support global properties. Issue #36548, patch from delfion.
git-svn-id: trunk@62790 -
2020-03-21 21:01:32 +00:00