Commit Graph

210 Commits

Author SHA1 Message Date
juha
53ee66450d LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities.
git-svn-id: trunk@58255 -
2018-06-14 09:05:50 +00:00
maxim
f3bc00c889 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #33847
git-svn-id: trunk@58251 -
2018-06-13 22:54:29 +00:00
juha
8bed6f8ca0 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
2018-06-09 14:40:08 +00:00
ondrej
c0136a0867 Components: use LazLoggerBase instead of LazLogger
git-svn-id: trunk@58083 -
2018-06-02 16:46:39 +00:00
maxim
79ec84c065 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33771
git-svn-id: trunk@58006 -
2018-05-22 22:49:34 +00:00
mattias
ed0e36b971 anchordocking: started tests
git-svn-id: trunk@58002 -
2018-05-22 15:10:42 +00:00
maxim
e2769e5420 AnchorDocking: updated Russian translation
git-svn-id: trunk@57998 -
2018-05-21 22:55:40 +00:00
mattias
0d1607b11b anchordocking: disable highlight focused option when not showing headers
git-svn-id: trunk@57996 -
2018-05-21 20:28:57 +00:00
mattias
2deb8f8c97 anchordocking: version 1.0
git-svn-id: trunk@57993 -
2018-05-21 20:20:43 +00:00
mattias
385fd9392d anchordocking: IDE options: use spinedits
git-svn-id: trunk@57992 -
2018-05-21 20:19:23 +00:00
mattias
1c3649257b anchordocking: options: fixed tab order
git-svn-id: trunk@57990 -
2018-05-21 17:32:31 +00:00
mattias
00ff76e8f7 anchordocking: license headers
git-svn-id: trunk@57985 -
2018-05-21 09:01:30 +00:00
mattias
982cf32719 anchordocking: readme
git-svn-id: trunk@57950 -
2018-05-18 07:01:53 +00:00
juha
9f7177574f AnchorDocking: Take care of Nil Control in function GetDockSplitter. Issue #33608, patch from BBaz.
git-svn-id: trunk@57726 -
2018-04-26 14:09:43 +00:00
maxim
f23167b458 Translations: Simplified Chinese translation update by robsean, bug #33242
git-svn-id: trunk@57404 -
2018-02-27 23:23:20 +00:00
maxim
ac38042db0 Translations: Brazilian Portuguese translation update by Marcelo B
Paula, bug #32787

git-svn-id: trunk@56658 -
2017-12-07 14:08:09 +00:00
maxim
682a383e55 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32754
git-svn-id: trunk@56535 -
2017-11-29 22:49:04 +00:00
maxim
926062dcfd Translations: huge Chinese translation update by robsean, bug #32750
git-svn-id: trunk@56534 -
2017-11-29 22:32:14 +00:00
juha
93f48e1da6 LCL: Improve giving focus to docked windows from Windows menu. Issue #32659, patch from Pascal Riekenberg.
git-svn-id: trunk@56417 -
2017-11-16 11:19:00 +00:00
juha
9640327dd7 Anchordocking: Fix loading the same layout twice. Issue #32660, patch from Andrey Zubarev.
git-svn-id: trunk@56349 -
2017-11-10 08:46:23 +00:00
juha
0bf8f0f4c9 AnchorDocking: Show also inactive tabed windows in Window-menu. Issue #32618, patch from Pascal Riekenberg.
git-svn-id: trunk@56244 -
2017-10-30 07:59:19 +00:00
juha
c1a20347a3 AnchorDocking: Use async call for SimplifyPendingLayouts always. Issue #32591.
git-svn-id: trunk@56156 -
2017-10-22 22:25:38 +00:00
juha
b24dd9505a AnchorDocking: Don't free AnchorDockPageControl too early. Prevent AV. Issues #32342,#32591,#31895.
git-svn-id: trunk@56143 -
2017-10-21 18:16:27 +00:00
maxim
75d2b6b092 Translations: Hungarian translation update by Péter Gábor, bug #32503
git-svn-id: trunk@55983 -
2017-10-05 22:45:21 +00:00
mattias
429d58ac16 translations: German: updates from Swen Heinig
git-svn-id: trunk@55955 -
2017-10-02 10:03:37 +00:00
juha
24f4125a85 AnchorDocking: Prevent parasitic changes in sites height with TAnchorDockPanel. Issue #32376, patch from Andrey Zubarev.
git-svn-id: trunk@55930 -
2017-09-26 13:42:04 +00:00
michl
90e664c499 LCL: AnchorDocking: Fixed faulty load layout from config when used second time. Issue #31238. Patch by Andrey Zubarev
git-svn-id: trunk@55921 -
2017-09-25 20:01:11 +00:00
maxim
3956dc2480 Translations: French translation update by Gilles Vasseur, bug #32456
git-svn-id: trunk@55897 -
2017-09-22 23:02:34 +00:00
mattias
db6292c15f anchordocking: fixed debugging, issue #32390
git-svn-id: trunk@55826 -
2017-09-09 10:11:12 +00:00
maxim
828eced700 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32357
git-svn-id: trunk@55763 -
2017-08-30 23:47:49 +00:00
maxim
a46cdde868 Anchordocking: regenerated translations and updated Russian translation
git-svn-id: trunk@55744 -
2017-08-25 23:22:26 +00:00
juha
ed20432426 AnchorDocking: New grabbers themed design, new option HeaderHighlightFocused. Issue #32330, patch from Andrey Zubarev.
git-svn-id: trunk@55742 -
2017-08-24 21:44:26 +00:00
juha
ca797fbb73 AnchorDocking: Fix order of new site size assignment. Issue #32303, patch from Andrey Zubarev.
git-svn-id: trunk@55724 -
2017-08-20 20:05:54 +00:00
juha
c2428a4dd1 AnchorDocking: Fix save-restore of MainForm.WindowState with TAnchorDockPanel. Issue #32302, patch from Andrey Zubarev.
git-svn-id: trunk@55712 -
2017-08-20 09:02:32 +00:00
juha
f7a2a00330 AnchorDocking: More refactoring. Rename "Parent" parameter to avoid confusion.
git-svn-id: trunk@55657 -
2017-08-13 17:04:58 +00:00
juha
701a919a24 AnchorDocking: Refactoring, turn local sub-subfunctions into private methods.
git-svn-id: trunk@55656 -
2017-08-13 17:04:56 +00:00
juha
5ed05955da AnchorDocking: Cleanup and formatting.
git-svn-id: trunk@55655 -
2017-08-13 17:04:51 +00:00
juha
1665c436b5 AnchorDocking: Fix wrong type casts for AnchorDockPanel. Issue #24703, patch from Andrey Zubarev.
git-svn-id: trunk@55654 -
2017-08-13 12:19:27 +00:00
juha
5981bdc344 AnchorDocking: Add a minide example project with AnchorDockPanel. Issue #24703, by Andrey Zubarev.
git-svn-id: trunk@55641 -
2017-08-07 07:30:58 +00:00
juha
3d1ee5f174 AnchorDocking: Implement AnchorDockPanel. Issue #24703, patch from Andrey Zubarev.
git-svn-id: trunk@55638 -
2017-08-06 18:57:23 +00:00
mattias
6c7ffd91e2 anchordocking: fixed hiding docksite when last control gets Visible=false
git-svn-id: trunk@55482 -
2017-07-10 12:50:02 +00:00
maxim
732c7f90fd Translations: Lithuanian translation update by Valdas Jankūnas, bug #32126
git-svn-id: trunk@55474 -
2017-07-08 12:47:30 +00:00
wp
9139481f92 LCL: Separate coolbar and other dockmanagers (another patch by Andrey Zubarev), Issue #32027
git-svn-id: trunk@55438 -
2017-07-04 12:19:04 +00:00
michl
95d8fc70ee AnchorDocking: Revert revision 54525 #6139a22bcf as it breaks other reloading of AnchorDocking layouts. Issue #31834
git-svn-id: trunk@55083 -
2017-05-25 20:25:43 +00:00
michl
6139a22bcf AnchorDocking: Fixed ChangeBounds loop detected. Issue #31238
git-svn-id: trunk@54525 -
2017-04-05 09:12:12 +00:00
maxim
c74ec53ab7 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31463
git-svn-id: trunk@54327 -
2017-03-02 22:17:27 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
michl
26c080e5a4 IDE: replace TabIndexAtClientPos with IndexOfPageAt to hide compiler warnings, after r53950 #f723ac55cd
git-svn-id: trunk@53953 -
2017-01-15 22:40:10 +00:00
ondrej
7d0f452c5b anchordocking: fix broken default layout. issue #29863 and #31084. Patch by Michl
git-svn-id: trunk@53592 -
2016-12-07 21:40:55 +00:00
maxim
6a74f2e274 Anchordocking: improved Russian translation
git-svn-id: trunk@53273 -
2016-10-31 22:46:08 +00:00