Re: [fpc-pascal] fpGUI Toolkit v1.4.1 released

2015-09-02 Thread Philippe Lévi
nice ...

what about emails I sent a week ago? ... (some stuffs could have been inserted 
in the release ... may be!).

P.



De: fpc-pascal-boun...@lists.freepascal.org 
 em nome de Graeme Geldenhuys 

Enviado: quarta-feira, 2 de setembro de 2015 19:56
Para: FPC-Pascal users discussions
Assunto: [fpc-pascal] fpGUI Toolkit v1.4.1 released

Hi,

I'm glad to announce the v1.4.1 maintenance release of fpGUI. I'll
shortly update the file and documentation downloads on SourceForge.

Source Code:


from SourceForge:
  git clone git://git.code.sf.net/p/fpgui/code fpgui

from GitHub:
  git clone git://github.com/graemeg/fpGUI.git


The 'master' branch contains the latest released fpGUI (v1.4.1), and the
'develop' branch contains the latest development work on fpGUI.

For more details, please visit the fpGUI home page:

  http://fpgui.sourceforge.net


[ Full changelog for v1.4.1 ]-

Changes by Author:
==

Graeme Geldenhuys (44):
  WinCE: fixes compilation errors for WinCE-ARM
  wince: adds a new batch file for WinCE-ARM target
  Fix compilation error for 'canvastest' demo
  Disable -dDEBUG compiler define under windows (build from batch
 file).
  Removes the -dDEBUG compiler define for *nix environments too.
  Win: DND support is now toggled by a feature compile define, not
 platform define
  extras: Updated "new project types" package for Lazarus IDE
 integration
  Lazarus IDE add-on's: changed the way the forms are created.
  example: Fixes compiler error  - fpgApplication.DefaultFont was
 removed a while ago
  Fixes compiler error when AggCanvas is enabled.
  New resource string values for File Dialog buttons
  dialogs: We had a SetupCaptions method, but nothing ever called
 it!
  file dialog: set button hint values
  Updated language PO files.
  bug: OnKeyPress() keycode parameter was 0 for internally consumed
 keys.
  pdf: Translated French identifier names to English
  pdf: translated more French identifiers to English
  pdf: Code clean-up, removing empty destructors.
  RichText: fixed the bug where Underlined text didn't work.
  richview: fixes bug with Italic text adding an extra space at the
 end
  richview: earmarked TRichTextView.CopyTextToBuffer() to be removed
  ActiveTabColor/ActiveTabTextColor now defaults to clDefault
  PageControl: Implements standardised Ctrl+TAB and Ctrl+Shift+TAB
 shortcuts.
  docview: updated code comment to mention missing IPF tag.
  docview: Fix bug where centered text setting was kept for longer
 than needed
  SpinEdit & SpinEditFloat now has a default Height - same as
 TfpgEdit.
  fpg_spinedit: Introduced a new overloaded CreateSpinEdit()
 function.
  spinedit: minor code formatting
  Minor compilation fix - differences between stable vs develop
 branch
  Bugfix for X11: Thread synchronize stops working if no mouse input
  demo: colorwheel - minor tweaks
  fpc lang ref: minor tweak to make the large number easier to read.
  docview: reuse fpgApplication.ShowException() instead.
  Removes hard-coded English text in TfpgApplication.ShowException()
  docview todo list update
  docview: Fixes memory leak with processing files from command line
 parameters
  docview: file offset will always be a positive value.
  docview: minor code formatting
  docview: lzw decmopress tweak.
  docview: finally fixed the broken INF image support.
  docview: new project file for use with MSEide.
  dbtest: updates buttons with actual images.
  updates release process documentation.
  Bump version number for the release.

Jean-Marc Levecque (13):
  Updated French translations
  Minor fix to French rsLanguage resource string
  Allow tabs color setting
  Anchors edtHeight in case of resizing
  Make value calculation use maximum color value as divider
  Allow to type hexa value for color selection
  Color setting improvement in colorwheel
  Add selection of predefined colors using colorlistbox
  Make predefined color values converted first to hexa for
 conversion precision
  Selection of predefined colors shown on colorwheel and valuebar
  Change saturation and value to 0-100 and value name to brightness
  Allow tabtext color setting
  Anchors label "Height" in case of resizing

Philippe Lévi (2):
  richview: correctly typecast result in TLayoutLineList.GetItem()
  richview: fix bug where varied size fonts didn't start on
 baseline.

Stéphane Aulery (1):
  Clean up unused local variables



Changed Files:
==

docs/fpc_lang_ref.ipf
docs/manifest.xml
docs/release_process.txt
docview/components/richtext/CanvasFontManager.pas
docview

[fpc-pascal] fpGUI Toolkit v1.4.1 released

2015-09-02 Thread Graeme Geldenhuys
Hi,

I'm glad to announce the v1.4.1 maintenance release of fpGUI. I'll
shortly update the file and documentation downloads on SourceForge.

Source Code:


from SourceForge:
  git clone git://git.code.sf.net/p/fpgui/code fpgui

from GitHub:
  git clone git://github.com/graemeg/fpGUI.git


The 'master' branch contains the latest released fpGUI (v1.4.1), and the
'develop' branch contains the latest development work on fpGUI.

For more details, please visit the fpGUI home page:

  http://fpgui.sourceforge.net


[ Full changelog for v1.4.1 ]-

Changes by Author:
==

Graeme Geldenhuys (44):
  WinCE: fixes compilation errors for WinCE-ARM
  wince: adds a new batch file for WinCE-ARM target
  Fix compilation error for 'canvastest' demo
  Disable -dDEBUG compiler define under windows (build from batch
 file).
  Removes the -dDEBUG compiler define for *nix environments too.
  Win: DND support is now toggled by a feature compile define, not
 platform define
  extras: Updated "new project types" package for Lazarus IDE
 integration
  Lazarus IDE add-on's: changed the way the forms are created.
  example: Fixes compiler error  - fpgApplication.DefaultFont was
 removed a while ago
  Fixes compiler error when AggCanvas is enabled.
  New resource string values for File Dialog buttons
  dialogs: We had a SetupCaptions method, but nothing ever called
 it!
  file dialog: set button hint values
  Updated language PO files.
  bug: OnKeyPress() keycode parameter was 0 for internally consumed
 keys.
  pdf: Translated French identifier names to English
  pdf: translated more French identifiers to English
  pdf: Code clean-up, removing empty destructors.
  RichText: fixed the bug where Underlined text didn't work.
  richview: fixes bug with Italic text adding an extra space at the
 end
  richview: earmarked TRichTextView.CopyTextToBuffer() to be removed
  ActiveTabColor/ActiveTabTextColor now defaults to clDefault
  PageControl: Implements standardised Ctrl+TAB and Ctrl+Shift+TAB
 shortcuts.
  docview: updated code comment to mention missing IPF tag.
  docview: Fix bug where centered text setting was kept for longer
 than needed
  SpinEdit & SpinEditFloat now has a default Height - same as
 TfpgEdit.
  fpg_spinedit: Introduced a new overloaded CreateSpinEdit()
 function.
  spinedit: minor code formatting
  Minor compilation fix - differences between stable vs develop
 branch
  Bugfix for X11: Thread synchronize stops working if no mouse input
  demo: colorwheel - minor tweaks
  fpc lang ref: minor tweak to make the large number easier to read.
  docview: reuse fpgApplication.ShowException() instead.
  Removes hard-coded English text in TfpgApplication.ShowException()
  docview todo list update
  docview: Fixes memory leak with processing files from command line
 parameters
  docview: file offset will always be a positive value.
  docview: minor code formatting
  docview: lzw decmopress tweak.
  docview: finally fixed the broken INF image support.
  docview: new project file for use with MSEide.
  dbtest: updates buttons with actual images.
  updates release process documentation.
  Bump version number for the release.

Jean-Marc Levecque (13):
  Updated French translations
  Minor fix to French rsLanguage resource string
  Allow tabs color setting
  Anchors edtHeight in case of resizing
  Make value calculation use maximum color value as divider
  Allow to type hexa value for color selection
  Color setting improvement in colorwheel
  Add selection of predefined colors using colorlistbox
  Make predefined color values converted first to hexa for
 conversion precision
  Selection of predefined colors shown on colorwheel and valuebar
  Change saturation and value to 0-100 and value name to brightness
  Allow tabtext color setting
  Anchors label "Height" in case of resizing

Philippe Lévi (2):
  richview: correctly typecast result in TLayoutLineList.GetItem()
  richview: fix bug where varied size fonts didn't start on
 baseline.

Stéphane Aulery (1):
  Clean up unused local variables



Changed Files:
==

docs/fpc_lang_ref.ipf
docs/manifest.xml
docs/release_process.txt
docview/components/richtext/CanvasFontManager.pas
docview/components/richtext/RichTextDisplayUnit.pas
docview/components/richtext/RichTextLayoutUnit.pas
docview/components/richtext/RichTextView.pas
docview/src/docview_clean.prj
docview/src/docview.rc
docview/src/frm_main.pas
docview/src/HelpBitmap.pas
docview/src/HelpTopic.pas
docview/src/IPFFileFormatUnit.pas
docview/src/lzwdecompress.pas
docview/TODO.txt
examples/corelib/aggcanvas/ag

Re: [fpc-pascal] https support; call for testers

2015-09-02 Thread sami
Hi Again, 

I did it work but still having problems

Thres two patches attached for sscokets.pp and fphttpserver.pp

Using TSSLSocketHandler worked, but i think it is not for use with
concurrency

TSSLSocketHandler use FSSL: TSSL; object that is freed at the end of every
connection 

if there´s two or more concurrent connections it crash with SIGSEGV because
FSSL = nil on line 436 

  Result:=FSSL.Read(@Buffer ,Count);

Ideas how to make TSSLSocketHandler work with concurrency ??? 

Thanks. 
fphttpserver.patch

  
ssockets.patch
 
 

 



--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/https-support-call-for-testers-tp5718919p5722526.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-09-02 Thread Mark Morgan Lloyd

Mark Morgan Lloyd wrote:

Anyway, even with that older Rasbian release FPC 3.0.1 is now making a 
valiant attempt to compile Lazarus. Whichever way that goes I'll discuss 
it in the Lazarus mailing list.


Just in case this is something that anybody thinks is worth discussing:

The good news is that after successful tests on x86 and x86-64 Linux 
(Debian Jessie), yesterday evening I was able to compile and run Lazarus 
1.4 using FPC 3.0.1 on a SPARC running OpenSXCE (very approximately, 
Solaris 11).


The bad news is that when I try to do the same natively on a Raspberry 
Pi running 2014-era Raspbian, it consistently fails with


(3104) Compiling etsrceditmarks.pas
/usr/local/share/lazarus-trunk/ide/etsrceditmarks.pas(177,27) Hint: 
(5024) Parameter "Data" not used
/usr/local/share/lazarus-trunk/ide/etsrceditmarks.pas(204,26) Hint: 
(5024) Parameter "Sender" not used
/usr/local/share/lazarus-trunk/ide/etsrceditmarks.pas(205,34) Hint: 
(5024) Parameter "aText" not used

(9009) Assembling etsrceditmarks
etsrceditmarks.pas(1184) Error: (9008) Can't call the assembler, error 
-1 switching to external assembling
etsrceditmarks.pas(1184) Fatal: (10026) There were 2 errors compiling 
module, stopping

Fatal: (1018) Compilation aborted
make[2]: *** [lazbuild] Error 1
make[2]: Leaving directory `/usr/local/share/lazarus-trunk/ide'

I mention this here rather than in the Lazarus ML because of the 
successful tests on other platforms. The failure is the same on both 
Lazarus 1.4 and lazarus-trunk, which suggests that it's not something 
gross like an out-of-RAM condition. For various reasons I'm making very 
heavy going of upgrading to a more recent Raspbian (e.g. 2015-05-05) and 
I think it would be useful for somebody with a current version to check 
this combination, alternatively if somebody could tell me what options 
etc. to use to get more detailed failure info...


--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] arm-linux for Raspberry 1 FPC 3.0.0-rc1 release

2015-09-02 Thread Mark Morgan Lloyd

Jonas Maebe wrote:

John Lee wrote:

Is this tar ok? - anyone used it successfully? Getting 'not a tar file'
error on my rpi. john


The tar file verifies fine on the ftp server.


I'm currently having a lot of difficulty moving a .tar.gz from a PC to a 
2014-era Raspbian, with various CRC and format errors reported when I 
try to decompress... this appears to be something consistent rather than 
an intermittent fault. Since I was able to decompress stuff earlier this 
could be related to the amount of storage available.


--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal