Re: [Lazarus] Lazarus Release 1.4.4 (debugging on some versions of Windows )

2015-10-06 Thread Mattias Gaertner
On Tue, 6 Oct 2015 13:44:54 +0100 Martin Frb wrote: > On 06/10/2015 12:56, Mattias Gaertner wrote: > > The Lazarus team is glad to announce the release of Lazarus 1.4.4. > > > > This release was built with FPC 2.6.4, same as the previous > > release Lazarus 1.4.2. > > > >

Re: [Lazarus] Lazarus Release 1.4.4 (debugging on some versions of Windows )

2015-10-06 Thread Martin Frb
On 06/10/2015 15:56, Mattias Gaertner wrote: On Tue, 6 Oct 2015 13:44:54 +0100 Martin Frb wrote: On 06/10/2015 12:56, Mattias Gaertner wrote: The Lazarus team is glad to announce the release of Lazarus 1.4.4. This release was built with FPC 2.6.4, same as the previous

[Lazarus] UTF-16 to hexadecimal string output

2015-10-06 Thread Graeme Geldenhuys
Hi Does Lazarus have a function that can convert UnicodeString (UTF-16 encoding) to hexadecimal string output? some_utf16_text -->> 4E6F762073686D6F7A206B Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public

Re: [Lazarus] UTF-16 to hexadecimal string output

2015-10-06 Thread Graeme Geldenhuys
On 2015-10-06 15:53, Mattias Gaertner wrote: > Maybe dbgMemRange of LazLoggerBase helps: Many thanks, that is very helpful. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp

Re: [Lazarus] UTF-16 to hexadecimal string output

2015-10-06 Thread Mattias Gaertner
On Tue, 6 Oct 2015 15:35:41 +0100 Graeme Geldenhuys wrote: > Hi > > Does Lazarus have a function that can convert UnicodeString (UTF-16 > encoding) to hexadecimal string output? > > > some_utf16_text -->> 4E6F762073686D6F7A206B Maybe dbgMemRange of

[Lazarus] Tray icon not working on Ubunut

2015-10-06 Thread Anthony Walter
What's the status of TTrayIcon and Ubuntu/Unity? Today I tried to create an application with a TTrayIcon on Ubuntu with the latest LCL sources and the TTrayIcon doesn't show. I think it's been broken for years. Also there is no systray-whitelist to set to 'all' in gconf any longer. --

Re: [Lazarus] Tray icon not working on Ubunut

2015-10-06 Thread Michael Van Canneyt
On Tue, 6 Oct 2015, Anthony Walter wrote: What's the status of TTrayIcon and Ubuntu/Unity? Today I tried to create an application with a TTrayIcon on Ubuntu with the latest LCL sources and the TTrayIcon doesn't show. I think it's been broken for years. It works just fine on Kubuntu. It's

[Lazarus] High-DPI aware LCL ?

2015-10-06 Thread Michael Van Canneyt
Hello, Out of curiosity: Are there any plans to make the LCL (and by extension the IDE itself) High-DPI aware? Working on a Macbook Pro with retina screen (running kubuntu) is OK if you only need to edit code, but as soon as you need to use buttons (any toolbutton or even component palette

Re: [Lazarus] lazcontrols filters

2015-10-06 Thread Péter Gábor
Patch is posted: http://bugs.freepascal.org/view.php?id=28781 I hope I did not miss something... 2015-10-05 18:40 keltezéssel, Bart írta: > Please post patches (in bugtracker) for controls (TCustomEdit > descendants or compound controls that have a TCustomEdit in it) that > do not pubish these

Re: [Lazarus] "Checkbox for Booleans" in Object Inspector now used as default

2015-10-06 Thread Mattias Gaertner
On Tue, 6 Oct 2015 08:49:32 +0300 Juha Manninen wrote: > On Tuesday, October 6, 2015, Anthony Walter wrote: > > > > As it stands right now, I believe it's pretty much impossible separate the > > object inspector source code from the IDE source code.

Re: [Lazarus] Lazarus Release 1.4.4 (debugging on some versions of Windows )

2015-10-06 Thread Martin Frb
On 06/10/2015 12:56, Mattias Gaertner wrote: The Lazarus team is glad to announce the release of Lazarus 1.4.4. This release was built with FPC 2.6.4, same as the previous release Lazarus 1.4.2. Windows users with Windows 7 or up may in some cases need to change the debugger: You may try

Re: [Lazarus] Strange interaction between combox and IniPropStorage

2015-10-06 Thread Luca Olivetti
El 13/08/15 a les 09:24, Luca Olivetti ha escrit: El 12/08/15 a les 16:37, Luca Olivetti ha escrit: Definitely a regression: I just had to modify an old program (where this feature worked) and it doesn't work anymore :-( At least the workaround seems to do the job. It's not a regression,

Re: [Lazarus] "Checkbox for Booleans" in Object Inspector now used as default

2015-10-06 Thread Anthony Walter
Thanks. I look into making small enhancements shortly. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] changing DPI values and Lazarus Forms Designer

2015-10-06 Thread Graeme Geldenhuys
Hi, Why doesn't Lazarus write the TCustomForm.DesignedDPI value to the LFM files (like Delphi or Kylix does)? Currently that property is public, not published. The problem being that say forms were designed at 96dpi (could be anything really), and then opened by other developers that run 72,

[Lazarus] Lazarus Release 1.4.4

2015-10-06 Thread Mattias Gaertner
The Lazarus team is glad to announce the release of Lazarus 1.4.4. This release was built with FPC 2.6.4, same as the previous release Lazarus 1.4.2. Here is the list of fixes for Lazarus 1.4.4: http://wiki.freepascal.org/Lazarus_1.4_fixes_branch#Merged_revisions_for_1.4.4 Here is the list of

Re: [Lazarus] Lazarus Release 1.4.4 (debugging on some versions of Windows )

2015-10-06 Thread Mattias Gaertner
On Tue, 6 Oct 2015 16:06:29 +0100 Martin Frb wrote: > On 06/10/2015 15:56, Mattias Gaertner wrote: >[...] > >> You may try the following setting: > >> http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working > >> > >> Or (32 bit) download an

Re: [Lazarus] Strange interaction between combox and IniPropStorage

2015-10-06 Thread Juha Manninen
On Tue, Oct 6, 2015 at 4:15 PM, Luca Olivetti wrote: > I see that the patch hasn't been merged in 1.4.4. > Please keep it in mind for 1.4.6 I aded it now here: http://wiki.freepascal.org/Lazarus_1.4_fixes_branch You can add commits there, too, in the "Submitted by others"

Re: [Lazarus] Desktops and IDECoolbar

2015-10-06 Thread Juha Manninen
Sorry for the delay with this answer. On Tue, Sep 8, 2015 at 11:31 AM, patspiper wrote: > Desktops and IDECoolbar support are welcome additions to Lazarus. I suppose > a package can now add a dropdown button to the IDECoolbar. Is there an > example on how to add such a