Re: [Lazarus] Continuous integration

2014-08-19 Thread Reinier Olislagers
On 18/08/2014 21:49, Alexsander Rosa wrote:
 I'm trying to setup an Ubuntu-64 machine to create 32-bit nightly builds.
 Is there any tutorial for this?

You could set up a Jenkins server:
some info here
http://wiki.lazarus.freepascal.org/Jenkins


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Grey windows in Lazarus IDE with GTK2 in Mint 17 + KDE

2014-08-19 Thread Juha Manninen
On Tue, Aug 19, 2014 at 1:25 AM, Luca Olivetti l...@wetron.es wrote:
 Yes, same here with mageia 4 (x86_64), kde desktop, lazarus 1.2.4.
 gtk is 2.24.22.

Ok, here it is gtk 2.24.23.
Any known workarounds? I tried changing the GTK theme in KDE but no
effect. The question is now, does this happen with KDE or also with
other desktop systems.

Juha

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Grey windows in Lazarus IDE with GTK2 in Mint 17 + KDE

2014-08-19 Thread Patrick Chevalley

Hi,  
  
 Ok, here it is gtk 2.24.23.   
  Any known workarounds? I tried changing the GTK theme in KDE but no   
  effect.
  
Probably a Kwin problem.   
A workaround is to open the KDE system settings, Desktop effects, All effects. 
On the Focus block uncheck Dialog parent.  
  
Patrick  

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] will lazarus work on kde plasma 5?

2014-08-19 Thread FreeMan

will lazarus work on kde plasma 5?
anybody test this?
http://www.kubuntu.org/news/kubuntu-plasma-5


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] will lazarus work on kde plasma 5?

2014-08-19 Thread leledumbo
 will lazarus work on kde plasma 5? 
anybody test this? 
http://www.kubuntu.org/news/kubuntu-plasma-5

while I don't see any reason why it wouldn't work there (KDE plasma 5
doesn't take Unity's radical approach that could break existing
environment), KDE plasma 5 is still a newborn baby. It should work fine
after a few months, though.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-will-lazarus-work-on-kde-plasma-5-tp4038190p4038191.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] lazbuild question

2014-08-19 Thread Michael Van Canneyt


Hi,

Does LazBuild update the packagefiles.xml file if it compiles a package it 
didn't encounter before ?

Michael.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] will lazarus work on kde plasma 5?

2014-08-19 Thread FreeMan

http://www.kubuntu.org/news/by-date/201407
Kubuntu Plasma 5 http://qa.kubuntu.co.uk/kubuntu-plasma5/ ISOs have 
started being built. These are early development builds of what should 
be a Tech Preview with our 14.10 release in October. Plasma 5 should 
be the default desktop in a future release.
They wrote Plasma 5 should be the default desktop in a future release 
so I asked lazarus's plan.


On 19-08-2014 14:15, leledumbo wrote:

while I don't see any reason why it wouldn't work there (KDE plasma 5
doesn't take Unity's radical approach that could break existing
environment), KDE plasma 5 is still a newborn baby. It should work fine
after a few months, though.
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] lazbuild question

2014-08-19 Thread Mattias Gaertner


 Michael Van Canneyt mich...@freepascal.org hat am 19. August 2014 um 14:25
 geschrieben:
 
 
 
 Hi,
 
 Does LazBuild update the packagefiles.xml file if it compiles a package it
 didn't encounter before ?

No.

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] lazbuild question

2014-08-19 Thread Michael Van Canneyt



On Tue, 19 Aug 2014, Mattias Gaertner wrote:





Michael Van Canneyt mich...@freepascal.org hat am 19. August 2014 um 14:25
geschrieben:



Hi,

Does LazBuild update the packagefiles.xml file if it compiles a package it
didn't encounter before ?


No.


OK. A pity, it means I must update the packagefiles.xml myself :(

Second question:

I have 2 packages (A, B) and a project (C), checked out as:

/projects/A/X
/projects/A/Y
/projects/B
/projects/C

Package B depends on Package A, min version X
Project C depends on Package A, min version Y
Project C depends on Package B.

I would expect Lazbuild to check that the versions X = Y or something similar
 when constructing the command-line for project C.

As far as I can see, it does not, it just adds a path to both versions of 
package A when compiling C:
-Fu/projects/A/X -Fu/projects/A/Y -Fu/projects/B

Is this intentional ? I would expect
- Either an error message that different versions are used.
- Either only 1 version (the biggest) of package A.
or am I missing something ?

Michael.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] fpGUI Toolkit v1.2 release

2014-08-19 Thread Graeme Geldenhuys
fpGUI v1.2 is available

I'm glad to announce the 1.2 release of fpGUI. This has been over a
years worth of development, so a complete list of changes will be
to big to list here.

For more details, run any of the following commands:

  git log --oneline v1.0..v1.2   (console viewer)
or
  gitk v1.0..v1.2(gui viewer)


Downloads
-
An archived source download of fpGUI, and pre-built binaries for
DocView (fpGUI's Documentation Viewer) can be found at the following
URL:

  http://sourceforge.net/projects/fpgui/files/fpGUI/1.2/

...or clone the source code repository by using any of the following
commands:

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.2), and the
'develop' branch contains the latest development work on fpGUI.


Documentation
-
Pre-built documentation in the highly optimized INF file format
(for use with DocView) will be available for download shortly. A single
archive of around 2MB in size. The documentation archive will contain
the following help files:

 - Class documentation for fpGUI Toolkit
 - The Free Pascal Language Reference
 - FPC Runtime Library (rtl) help
 - FPC Free Component Library (fcl) help

The download URL is:

  http://sourceforge.net/projects/fpgui/files/fpGUI/Documentation/

If you want integrated help in your IDE or Programmer Editor of
choice, the following URL describes how to do it:

  http://fpgui.sourceforge.net/docview_ide_integration.shtml


For more details, please visit the fpGUI home page:

  http://fpgui.sourceforge.net


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus