Commit Graph

55515 Commits

Author SHA1 Message Date
maxim
a3398d4910 Opkman: do not try to download package list on IDE startup if update interval is set to 'never', patch from Balázs
git-svn-id: branches/fixes_2_0@59783 -
2018-12-10 22:20:40 +00:00
maxim
ca0776b930 Merged revision(s) 59760 #78f99157f2 from trunk:
LCL: Rename function NewLineMI back to NewLine for Delphi-compatibility. Issue #34667.
........

git-svn-id: branches/fixes_2_0@59768 -
2018-12-09 22:40:19 +00:00
maxim
f57361106e Merged revision(s) 59737-59739 #466be7b582-#466be7b582, 59758 #971d302ea7 from trunk:
Qt: fixed TListView Style=vsReport + TListView.Checkable=True - no mouse move events. issue #34656
Qt: fixed TListView with Style vsReport + visible columns - it is possible to move columns without LCL interaction. issue #34655
........
Qt5: TListView with Style vsReport + visible columns - it is possible to move columns without LCL interaction. issue #34655
........
Qt5: TListView Style=vsReport + TListView.Checkable=True - no mouse move events. issue #34656
........
Qt5: added missing consts for QFontDialog options.
........

git-svn-id: branches/fixes_2_0@59767 -
2018-12-09 22:39:04 +00:00
maxim
3e125017ab Merged revision(s) 59727-59729 #bba050e333-#bba050e333, 59740-59743 #0506cd7fb5-#0506cd7fb5, 59745 #c5fdbd440a from trunk:
FpDebug: Disable assert, until fixed
........
FpDebug (incl lldb/gdb): Fix crash due to wrong cache removed from list. List could have 2 caches with same address, if a smaller cache was replaced by a bigger. Remove could destroy one and remove the other
........
FpDebug: (Linux/Mac) Do not keep files open longer than needed. Systems may limit max files open. (Mac opens many files)
........
FpDebug: Windows, Check dwDebugEventCode before accessing case dependent data
........
FpDebug: Windows, fix leaking filehandles (again), see r59552 #122dfbd2ce / needed until forked processes are handled.
........
LazDebuggerFp: fix getting exception class/msg for 64bit targets
........
Debugger: Limit size of exception message/window
........
FpDebug: fix accessing nil fileloader. Introduced in rev 59729 #f09614b9a8 / Issue #0034657
........

git-svn-id: branches/fixes_2_0@59766 -
2018-12-09 22:33:15 +00:00
maxim
21fb0ba3d9 Merged revision(s) 59014-59015 #121f09456b-#121f09456b, 59017 #4590a4f178, 59019-59029 #c002ba7df4-#c002ba7df4, 59033-59036 #7a0195312f-#7a0195312f, 59039 #b3b559273c, 59057-59058 #f000038a2b-#f000038a2b, 59060-59063 #23619be5e4-#23619be5e4, 59065 #4d1d0ac454, 59086-59088 #6da9bb3520-#6da9bb3520, 59102-59107 #55d94ff91b-#55d94ff91b, 59129-59132 #b6534f43ef-#b6534f43ef, 59134-59135 #c086c56cde-#c086c56cde, 59140-59141 #fdfa68c0e2-#fdfa68c0e2, 59163-59164 #61657c490e-#61657c490e, 59178-59179 #aa5acf09a9-#aa5acf09a9, 59183 #ed5c165da1, 59185 #a4503bccc0, 59187-59189 #9c1f561955-#9c1f561955, 59195-59196 #bbd07791c8-#bbd07791c8, 59205-59206 #5bb6685e21-#5bb6685e21, 59231-59238 #9b98baa793-#9b98baa793, 59247 #a9e858cf2a, 59249-59252 #003ad96f6d-#003ad96f6d, 59273 #18dbe2687b, 59329-59331 #a341d94c64-#a341d94c64, 59362-59363 #62db4e537d-#62db4e537d, 59380 #b5d3a2e2ab, 59397 #b135ccf3ac, 59492 #f8e9e6474b, 59620 #ed79e7c140, 59627-59628 #7382f53434-#7382f53434, 59645-59646 #f3a0a55e46-#f3a0a55e46, 59674 #477db40534, 59725-59726 #c7ae0282b6-#c7ae0282b6, 59746-59756 #d0e6eb11b6-#d0e6eb11b6 from trunk:
cocoa: rename frame view to handleview. HandleView would be used as HWND for any composed control
........
cocoa: remove lclIsHandle method completetly. Handle use is defined on WS level and stored with the callback object
........
cocoa: prevent MainMenu from being set on a designed form
........
cocoa: switch paintstruct back from dynamic (originally changed back in 2012) to static. Saving on heap change call
........
cocoa: remove the direct reference between TCocoaWindow and LCLForm
........
cocoa: initial support for enabling/disabling menus on ShowModal
........
cocoa: fix compilation issue made by the prev commit
........
cocoa: restore filtering of ampersands in menu titles
........
cocoa: support of BorderStyle property for the common rectangular controls
........
cocoa: adding support for borderstyle of a customchecklist box
........
cocoa: adding cocoawschecklst.pas to the list of units in lcl.lpk file
........
cocoa: extend support of CGContextRef (for macOS 10.10 and later). Adding init of context for custom drawn dropdownlist
........
cocoa: resolve mem leak in listbox custom draw
........
cocoa: update mainmenu implementaiton. Added support for Hide Others and Show All menu items
........
cocoa: preventing NSTabView to appear in chain of responders. That should prevent key event loss. (a very odd cocoa feature)
........
cocoa: update combobox (NSComboBox) to retain the selection after reopenning the popup window
........
cocoa: added code, but not enforcing it for change in border style of TComboBox
........
cocoa: fix in TListBox.setItemIndex to replace the selection, rather than extend it. #34290
........
cocoa: reduce the amount of focus (responders) related code. Process the focus handling in NSWindow only (rather than each control individually). Update tab switch notification to report tab change prior to focus switch
........
cocoa: replacing default keyDown handling routine, with a cusomized one. The reason: unable to fully predict the event processing within Cocoa, causing some keys to be lost
........
cocoa: removing tabControl workaround
........
cocoa: working around macOS problem with transactions during making a keyWindow
........
cocoa: simplify and more robust mac to LCL virtual key codes conversion
........
cocoa: update keyDown handling for custom controls
........
cocoa: remove debugging output
........
cocoa: reverting an attemtped workaround (r59060) to fix the problem with a modality during windows activate
........
cocoa: fix the compiler warning
........
cocoa: an attempt to resolve the issue during crashes, if a (cocoa) modal window is called during Activation of a window
........
cocoa: support for Services menu
........
cocoa: restore radio-menues functionality. #34310
........
cooca: allow autosized columns to be user sized as well. #34311. Patch by David Jenkins
........
cocoa: proper selection of an image index for a sub-item in listview. #34313. Patch by David Jenkins
........
cocoa: adding the support for TDisplayCode to determine a rectangle in ListView. Based on patch by David Jenkins. #34312
........
cocoa: update attachmenu process, so NSMenu can be added into NSMenuItem as a subitem. #34293
........
cocoa: making sure that window with popup_parent would stay above when attaching to the parent (and remain a keywindow). #34301
........
cocoa: update modality using modalitySessions (to keep event processing in place)
........
cocoa: removed the previously added hack for modal window on activation. Doesn't work on every macOS, as well as causing some issues
........
cocoa: improve tracking of menu changes when modal dialogs are switching. Merged menu routines from coocaojbect.inc into cocoaint.pas
........
cocoa: update menus switch in modal. The proper menu history save for modal windows without a menu
........
cocoa: restoring keyboard processing events for NSWindow. #34301
........
cocoa: adding support for focus rect of TMemo
........
cocoa: minimze table view invalidation on add / delete items. #34319. Patch by David Jenkins
........
cocoa: restore key processing, to let hot keys to triggers... odd
........
cocoa: propagating LM_CONTEXTMENU to parents
........
cocoa: the first oddity of modal sessions. Context Menu would not call an action to indicate the menu item selected #34325
........
cocoa: using a single place to process keyDown event related to LCL callbacks
........
cocoa: update key event handling. Not all characters from macOS are suitable for LCL KeyPress
........
cocoa: adding exception for processing key equivalents and return key, if a first responder is capable of processing the return key. #34354
........
cocoa: additional control over cocoa window levels
........
cocoa: implementing owner drawn for status bar panels. #34338
........
cocoa: removed redundant key emulation events (introduced with #32829). With the latest changes in key handling events those are no longer needed
........
cocoa: updating drawing of ownerdrawn statusbar
........
cocoa: update key processing, adding more exception for non-printable keys
........
cocoa: adding a check for TCocoaTextLayout.Draw procedure. Do nothing if string is empty or invalid. Prevents SynEdit crashes for unicode characters
........
cocoa: fix the conversion between WS to LCL tab index #34361
........
cocoa: update insertion and removal of rows in cocoa table (fix implementation from #34319)
........
cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
........
cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
........
cocoa: fix for a memory leak in overlay (designer) form
........
cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
........
cocoa: fix controls leaking spinedit
........
cocoa: improve mouse handling of spinedit
........
cocoa: dereferncing tracked control earlier
........
cocoa: fix drawing overlays - resing overlay designer view to the form
........
cocoa: fix the combobox itemindex when the new text is not the list
........
cocoa: update deallocation of read-only combobox
........
cocoa: fix compiler warning
........
cocoa: preventing too high values on measuring text with soft-line breaks. #34382
........
cocoa: fix combobox onchange which fixes also lazreport designer on second opening and also fixes issue #33800
........
cocoa: prevent listview premature handle allocation. Fixes the issue of IDE not being able to add list view onto a designer form
........
cocoa: workaround for a problem with 64-bit boolean parameter passing (see fpc issue #34411 for details)
........
cocoa: additional methods for handling fpc issue #34411
........
cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411
........
cocoa: using Device colorspace, instead of Calibrated colorspace for GDI objects. #34427
........
cocoa: update the behaviour of GetFocus function to use HandleView stored with callback object. #34450
........
cocoa: preventing spinedit value from being change while destroying the handle. #34468
........
cocoa: patch by David Jenkins - forcefully invalidate the content document for manual scroll. Should help with redrawing customcontrols for 10.14. #34478
........
Printers: Support for Cocoa printing, updated examples.
........
cocoa: restoring the code to identify VK code based on the character (support for Dvorak keyboards). Any national characters would still be determined based on keyCode. Suggested by Zoë Peterson
........
cocoa: Fixes TTabControl, it previously was placing controls inside it with Left=0 as if they had Left=-20, because NSTabView is not meant to receive views inside it like that, we need a different handle for TTabControl and TPageControl
........
cocoa: reporting extended UTF8 character as a question mark for ansi char
........
cocoa: using additional storage for keeping checked state of a checklist items. #34590
........
cocoa: any font can utf8 (unicode)... even if it doesn't. #34594
........
cocoa: fix the issue with using enclosing scrollView for mouse position check. #34516
........
cocoa: updating LCL overrides to recognize different boolean types used in FPC headers. #34609
........
cocoa: update OpenGL component to use LCLObjCBoolean type (rel #34609)
........
cocoa: move NSResponderHotKeys to cocoawindows.pas unit. #34609
........
cocoa: cleanup in calendar (datepicker) component. #34609
........
cocoa: cleanup in calendar (datepicker) component - removing unused units. #34609
........
cocoa: registering cocoadatepicker unit with lcl.lpk
........
cocoa: update type cocoawsmenu type switching from boolean to LCLObjCBoolean. #34609
........
cocoa: update printing component to use LCLObjCBoolean type
........
cocoa: update removal of menuItems. Removing an item from parent menu rather than from parentItem's menu. #34602
........
cocoa: update menus to be able to remove separator items
........
cocoa: menus - fix cocoa app mem leak for allocated TcocoaMenuItems
........
cocoa: additional code to handle unassigning of trayicon menu
........
cocoa: making sure that TEdit and TComboBox (editable) are trully single line
........

git-svn-id: branches/fixes_2_0@59765 -
2018-12-09 22:24:53 +00:00
maxim
815c49fcae Merged revision(s) 59708-59709 #5db60e1bdd-#5db60e1bdd, 59711 #167afa6433, 59714 #d8dd2565cf from trunk:
Qt,Qt5: fixed wrong PPI calculation. issue #34625
........
Qt5: fixed initialization of font in InitStockFont(). issue #34625
........
Qt: fixed InitStockFont(). issue #34625
........
Qt5: Fixed showing of popup window over modal form. eg TDateTimePicker calendar.
........

git-svn-id: branches/fixes_2_0@59724 -
2018-12-03 22:36:47 +00:00
maxim
d94176ebd9 Unmerged revision 59492 #f8e9e6474b: Printers: Support for Cocoa printing, updated examples.
It breaks compilation, because it depends on Cocoa updates which are not currently present in fixes_2_0.

git-svn-id: branches/fixes_2_0@59723 -
2018-12-03 22:20:05 +00:00
maxim
31570c7e45 Merged revision(s) 59665 #758c00904a from trunk:
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: branches/fixes_2_0@59706 -
2018-11-29 23:02:12 +00:00
maxim
fcc64fc072 Merged revision(s) 59655-59656 #895fe14aed-#895fe14aed, 59678-59680 #7716b8a149-#7716b8a149, 59692-59693 #84ba359bbd-#84ba359bbd from trunk:
LazDebuggerFp: handle "ignored exceptions" list
........
LazDebuggerFp: deal with fpc info for nested procs variable scopes.
........
LazDebugger(Fp)LLDB: fix, check for ignored exceptions
........
LazDebugger(Fp)LLDB: fix getting class-name for exceptions
........
LazDebugger(Fp)LLDB: fix memory leak
........
FpDebug: print type-name for structured types
........
Debugger: Fix wrong class for threads.
........

git-svn-id: branches/fixes_2_0@59705 -
2018-11-29 23:01:14 +00:00
maxim
70f729a84c Merged revision(s) 59651 #af653f96cb, 59666 #7a666ba10a, 59668 #455f531fe1 from trunk:
LCL: Support autocompletion in TComboBox for single-letter text, too. Issue #34566, patch from Serge Anvarov.
........
LCL: Fix unbound dblookupcombobox autocomplete, based on fix from melwinek issue #0034298
........
LCL, missing change from r59666 #7a666ba10a
........

git-svn-id: branches/fixes_2_0@59704 -
2018-11-29 22:58:30 +00:00
maxim
773ca8a794 Merged revision(s) 59648 #e8c7aff5f5 from trunk:
gtk3: removed workaround in GetTextExtentPoint() so it returns correct width of text.
........

git-svn-id: branches/fixes_2_0@59703 -
2018-11-29 22:56:00 +00:00
maxim
47e7e0dc2b Merged revision(s) 59642 #e0708688f5, 59661 #8f13d737df from trunk:
TAChart: Fix typo in German translation.
........
TAChart: regenerated German translation
........

git-svn-id: branches/fixes_2_0@59702 -
2018-11-29 22:53:04 +00:00
maxim
31fb175ec7 Merged revision(s) 59637 #33c4e77327, 59652-59654 #5ea7ebcdfa-#5ea7ebcdfa, 59667 #47da00028d from trunk:
Qt,Qt5: fixed ScrollWindowEx() when contains SW_SCROLLCHILDREN flag. issue #34589
........
Qt,Qt5: removed old workaround in DrawText(). Fixes issue #34587
........
Qt5: fixed crash when printing image. issue #34598
........
Qt5: fixed BringToFront() for TCustomForms. issue #34599
........
Qt: fixed drawText() background painting when BkMode = OPAQUE. issue #34587
........

git-svn-id: branches/fixes_2_0@59701 -
2018-11-29 22:50:40 +00:00
maxim
05f4330964 Merged revision(s) 59492 #f8e9e6474b from trunk:
Printers: Support for Cocoa printing, updated examples.
........

git-svn-id: branches/fixes_2_0@59700 -
2018-11-29 22:46:29 +00:00
maxim
9c8120ad22 Merged revision(s) 59698 #06854c84dc from trunk:
Translations: French translation update by Gilles Vasseur, bug #34616
........

git-svn-id: branches/fixes_2_0@59699 -
2018-11-29 22:42:48 +00:00
maxim
482594ed97 Merged revision(s) 59683 #8b7e498169 from trunk:
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34610
........

git-svn-id: branches/fixes_2_0@59684 -
2018-11-27 22:27:00 +00:00
mattias
f4585b2959 fpdebug: fixed framwork name Security
git-svn-id: branches/fixes_2_0@59670 -
2018-11-26 22:32:36 +00:00
mattias
1ad04fe63a IDE: fpc msg parser: check for Warning too, bug #34582
git-svn-id: branches/fixes_2_0@59639 -
2018-11-23 14:02:57 +00:00
mattias
21986948e2 IDE: fpc msg parser: check for Warning too, bug #34582
git-svn-id: branches/fixes_2_0@59636 -
2018-11-23 12:47:36 +00:00
maxim
9b1e16d864 Merged revision(s) 59614 #9b6c091763 from trunk:
LazLogger: fixed crash in assign
........

git-svn-id: branches/fixes_2_0@59632 -
2018-11-22 22:29:44 +00:00
maxim
e5fb3c03da Merged revision(s) 59607-59608 #96fdbb9d93-#96fdbb9d93, 59625 #26f6718812 from trunk:
LazDebuggerFp: Fix crash, if string read from debugged app is nil / debugged app exception info
........
LazDebuggerFp: more nil handling safety
........
Debugger: fixed breakpoint actions (take snapshot) for address and data breakpoints
........

git-svn-id: branches/fixes_2_0@59631 -
2018-11-22 22:28:41 +00:00
maxim
90daa49155 Merged revision(s) 59586 #a3b056875f, 59621 #a08b455ead from trunk:
LCL: Read a streamed WideString CollectionItem property correctly. Issue #34561, patch from Anton Kavalenka.
........
LCL: Win32: Fixed PageControl corrupts display when TabPosition is tpLeft or tpRight. Issue #34577
........

git-svn-id: branches/fixes_2_0@59630 -
2018-11-22 22:23:52 +00:00
maxim
99a67d1fdb Merged revision(s) 59584 #e5a2420d88, 59596 #f435a9dc89 from trunk:
SynEdit: fix caret blinking during code-completion drop down, if persistent-caret-is-none-blinking
........
SynEdit: (Win10 issue only) fix for "ghost" images of text-caret on Windows 10, in certain conditions where part of the editor is outside the physical screen.
........

git-svn-id: branches/fixes_2_0@59629 -
2018-11-22 22:21:36 +00:00
maxim
50a5e72bfa Merged revision(s) 59617 #c8c7a1723a from trunk:
Translations: Chinese translation update by robsean, bug #34579
........

git-svn-id: branches/fixes_2_0@59619 -
2018-11-22 00:11:42 +00:00
zeljko
824944d0c4 ------------------------------------------------------------------------
r59593 | zeljko | 2018-11-18 13:19:28 +0100 (Sun, 18 Nov 2018) | 2 lines

Qt5: use QPrinterInfo_avaliablePrinterNames() instead of old QPrinterInfo_availablePrinters(). issue #34558

------------------------------------------------------------------------
r59594 | zeljko | 2018-11-18 13:34:21 +0100 (Sun, 18 Nov 2018) | 2 lines

Qt5: fixed crash when caching papers. part of #34558

------------------------------------------------------------------------

git-svn-id: branches/fixes_2_0@59603 -
2018-11-19 09:51:24 +00:00
zeljko
4ce4f3c3d1 ------------------------------------------------------------------------
r59595 | zeljko | 2018-11-18 17:56:43 +0100 (Sun, 18 Nov 2018) | 2 lines

Qt,Qt5: implemented WP_SMALLCAPTION. issue #34459

------------------------------------------------------------------------

git-svn-id: branches/fixes_2_0@59602 -
2018-11-19 09:45:18 +00:00
zeljko
e38dfeaf65 ------------------------------------------------------------------------
r59592 | zeljko | 2018-11-18 13:16:45 +0100 (Sun, 18 Nov 2018) | 2 lines

qt56: added QPrinterInfo_availablePrinterNames().part of #34558

------------------------------------------------------------------------

git-svn-id: branches/fixes_2_0@59601 -
2018-11-19 09:41:53 +00:00
zeljko
6e88e0c8b7 ------------------------------------------------------------------------
r59590 | zeljko | 2018-11-18 12:54:33 +0100 (Sun, 18 Nov 2018) | 2 lines

Qt,Qt5: fixed LCLIntf.CreateCaret() and LCLIntf.ShowCaret() result. issue #34653

------------------------------------------------------------------------

git-svn-id: branches/fixes_2_0@59600 -
2018-11-19 09:39:37 +00:00
zeljko
0a367c607c ------------------------------------------------------------------------
r59566 | zeljko | 2018-11-17 10:16:16 +0100 (Sat, 17 Nov 2018) | 2 lines

Qt5: added static QPrinterInfo_availablePrinterNames() which returs QStringList. part of #34558

------------------------------------------------------------------------

git-svn-id: branches/fixes_2_0@59599 -
2018-11-19 09:36:00 +00:00
martin
d1f2dc15f0 LazDebuggerFp: Fix accessing property of nil object / CurrentThread may be nil.
In trunk this is fixed in r59546 and r59551 #84e5ae329a 

git-svn-id: branches/fixes_2_0@59597 -
2018-11-18 20:58:41 +00:00
mattias
240ee6cf93 IDE: ask new componentname dialog: fixed uninitialized result
git-svn-id: branches/fixes_2_0@59582 -
2018-11-17 20:40:59 +00:00
mattias
03cb3b96ab LazDebuggerFp: fix missing result for dcPause
git-svn-id: branches/fixes_2_0@59579 -
2018-11-17 20:14:09 +00:00
mattias
c07267185e FpDebug: fix memleak if no loader for file format is found
git-svn-id: branches/fixes_2_0@59578 -
2018-11-17 20:13:52 +00:00
mattias
17c32ef29b LazDebuggerFp: return typeinfo for watches
git-svn-id: branches/fixes_2_0@59577 -
2018-11-17 20:13:28 +00:00
mattias
4dd92cbcb4 FpDebug: format structured values (class) as one line per field
git-svn-id: branches/fixes_2_0@59576 -
2018-11-17 20:13:01 +00:00
mattias
bed1e0f8fc LazDebuggerFp: added auto-typecast for objects (watches, inspect / not working for hints)
git-svn-id: branches/fixes_2_0@59575 -
2018-11-17 20:12:45 +00:00
mattias
d3bc921507 FpDebug: Windows, fix leaking filehandles / more (temp) fixes for not processing forked children
git-svn-id: branches/fixes_2_0@59574 -
2018-11-17 20:12:25 +00:00
mattias
31929be376 FpDebug: fixed a memory leak, when the debugged process forked child processes.
git-svn-id: branches/fixes_2_0@59573 -
2018-11-17 20:12:06 +00:00
martin
4dea43db7c Merged revision(s) 59481-59482 #9fd763ca67-#9fd763ca67 from trunk:
Debugger-Gdbmi: fix setting internal breakpoints by address only.
........
Debugger-Gdbmi: add "step to except" for win64 (SEH). No "step to finally" yet. Refactor "step to except" for none SEH.
........

git-svn-id: branches/fixes_2_0@59572 -
2018-11-17 15:48:11 +00:00
maxim
6cbfa99e01 Merged revision(s) 59564 #3cefe5b042 from trunk:
Translations: Czech translation update by chronos, bug #34549
........

git-svn-id: branches/fixes_2_0@59565 -
2018-11-16 23:23:05 +00:00
mattias
7ecfb56820 IDE: fixed clear modified files on close project
git-svn-id: branches/fixes_2_0@59562 -
2018-11-16 17:51:31 +00:00
mattias
e09b7587c8 codetools: added TCodeCache.ClearAllModified
git-svn-id: branches/fixes_2_0@59561 -
2018-11-16 17:51:07 +00:00
maxim
9b3ee1136a Merged revision(s) 59547-59548 #b5448a2f2c-#b5448a2f2c from trunk:
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34555
........
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34554
........

git-svn-id: branches/fixes_2_0@59550 -
2018-11-15 22:33:58 +00:00
maxim
7a5a1c0024 Merged revision(s) 59543-59544 #24d3c9d127-#24d3c9d127 from trunk:
Packager: Add BorderSpacing values for controls in IDE package graph dialog (issue #34553).
........
IDE: Improve layout of Publish Project dialog. Issue #34547, patch from AlexeyT.
........

git-svn-id: branches/fixes_2_0@59549 -
2018-11-15 22:17:28 +00:00
maxim
75e107f774 Merged revision(s) 59540 #e4fcba5e03 from trunk:
Translations: Czech translation update by chronos, bug #34549
........

git-svn-id: branches/fixes_2_0@59542 -
2018-11-13 22:40:00 +00:00
maxim
3e99733e9d Merged revision(s) 59538-59539 #0368d8e0d8-#0368d8e0d8 from trunk:
FpDebug: temporary workaround to display widestrings (actually pwidechar^)
........
FpDebug: temporary workaround to display widechar
........

git-svn-id: branches/fixes_2_0@59541 -
2018-11-13 22:35:18 +00:00
maxim
58a59c2941 Translations: regenerated German translation
git-svn-id: branches/fixes_2_0@59536 -
2018-11-12 23:09:16 +00:00
maxim
e87ea1b8d5 Merged revision(s) 59528 #33ce58f4dc from trunk:
TAChart: Fix panning error of TAreaSeries (caused by r58562 #e279c0a839, see https://forum.lazarus.freepascal.org/index.php/topic,43182.0.html).
........

git-svn-id: branches/fixes_2_0@59535 -
2018-11-12 23:03:55 +00:00
maxim
37981d1d85 Merged revision(s) 59526 #2fb4a813cf from trunk:
VTV: Prevent building failure on the following architectures: arm64, armel and armhf(issue #34329). 
........

git-svn-id: branches/fixes_2_0@59534 -
2018-11-12 23:03:09 +00:00
maxim
4e9b63d8da Merged revision(s) 59510 #3018fb2880, 59511 #e31e672112, 59521 #9daf9a9f45 from trunk:
Fix compilation with debug define
........
LazDebuggerFp: fix mem leaks in logging code.
........
LazDebuggerFp: Fix/Implement "Reset Debugger" / Refactor: Use LockRelease from base class.
........

git-svn-id: branches/fixes_2_0@59533 -
2018-11-12 23:02:07 +00:00