Re: [Development] New library in qtbase

2017-01-31 Thread Samuel Gaist
> On 15 Jan 2017, at 15:04, Robin Burchell wrote: > > On Fri, Jan 13, 2017, at 11:58 PM, Samuel Gaist wrote: >> Short summary, we have three possibilities: >> 1) Own module (and current implementation) >> 2) One “core" module and one GUI module to separate concerns

Re: [Development] New library in qtbase

2017-01-15 Thread Robin Burchell
On Fri, Jan 13, 2017, at 11:58 PM, Samuel Gaist wrote: > Short summary, we have three possibilities: > 1) Own module (and current implementation) > 2) One “core" module and one GUI module to separate concerns for system > not requiring a GUI connection (Jake’s suggestion) > 3) Put everything in

Re: [Development] New library in qtbase

2017-01-13 Thread Samuel Gaist
> On 6 Dec 2016, at 15:44, Shawn Rutledge wrote: > > >> On 3 Dec 2016, at 00:36, Kevin Kofler wrote: >> >> Shawn Rutledge wrote: >>> http://www.galago-project.org/about.php >>> >>> sounds like it’s just for “presence” to tell instant-messaging

Re: [Development] New library in qtbase

2016-12-06 Thread Shawn Rutledge
> On 3 Dec 2016, at 00:36, Kevin Kofler wrote: > > Shawn Rutledge wrote: >> http://www.galago-project.org/about.php >> >> sounds like it’s just for “presence” to tell instant-messaging clients >> whether you are using the computer or not. > > I did not suggest you use

Re: [Development] New library in qtbase

2016-12-06 Thread Dmitry Shachnev
On Sat, Dec 03, 2016 at 12:36:48AM +0100, Kevin Kofler wrote: > I did not suggest you use the Galago software, just this specification: > https://people.gnome.org/~mccann/docs/notification-spec/notification-spec-latest.html > older versions of which were hosted on: >

Re: [Development] New library in qtbase

2016-12-03 Thread Samuel Gaist
> On 29 Nov 2016, at 09:31, Thiago Macieira wrote: > > On terça-feira, 29 de novembro de 2016 09:07:47 PST Samuel Gaist wrote: >>> On 27 Nov 2016, at 20:44, Thiago Macieira >>> wrote:> >>> On domingo, 27 de novembro de 2016 20:22:25 PST

Re: [Development] New library in qtbase

2016-12-02 Thread Kevin Kofler
Shawn Rutledge wrote: > http://www.galago-project.org/about.php > > sounds like it’s just for “presence” to tell instant-messaging clients > whether you are using the computer or not. I did not suggest you use the Galago software, just this specification:

Re: [Development] New library in qtbase

2016-12-02 Thread Shawn Rutledge
> On 2 Dec 2016, at 02:56, Kevin Kofler wrote: > > Samuel Gaist wrote: >> The idea is to implement the notification part which would be then used by >> QSystemTrayIcon. > > Then you want to use the freedesktop.org "Galago" notification spec.

Re: [Development] New library in qtbase

2016-12-01 Thread Kevin Kofler
Samuel Gaist wrote: > The idea is to implement the notification part which would be then used by > QSystemTrayIcon. Then you want to use the freedesktop.org "Galago" notification spec. Kevin Kofler ___ Development mailing list

Re: [Development] New library in qtbase

2016-11-29 Thread Samuel Gaist
> On 29 Nov 2016, at 13:39, Shawn Rutledge wrote: > >> >> On 29 Nov 2016, at 09:07, Samuel Gaist wrote: >> >>> On 27 Nov 2016, at 20:44, Thiago Macieira wrote: >>> >>> On domingo, 27 de novembro de 2016 20:22:25 PST

Re: [Development] New library in qtbase

2016-11-29 Thread Shawn Rutledge
> On 28 Nov 2016, at 01:05, Aleix Pol wrote: > > This is very interesting! We've missed this in several occasions and > at the moment it's a bit of a stopper for some KDE applications to > flourish on some platforms (thinking of KDE Connect at the moment but > I'm sure that

Re: [Development] New library in qtbase

2016-11-29 Thread Shawn Rutledge
> On 29 Nov 2016, at 09:07, Samuel Gaist wrote: > >> On 27 Nov 2016, at 20:44, Thiago Macieira wrote: >> >> On domingo, 27 de novembro de 2016 20:22:25 PST Samuel Gaist wrote: >>> Currently there’s macOS and iOS already working. >>> >>>

Re: [Development] New library in qtbase

2016-11-29 Thread Thiago Macieira
On terça-feira, 29 de novembro de 2016 09:07:47 PST Samuel Gaist wrote: > > On 27 Nov 2016, at 20:44, Thiago Macieira > > wrote:> > > On domingo, 27 de novembro de 2016 20:22:25 PST Samuel Gaist wrote: > >> Currently there’s macOS and iOS already working. > >> > >>

Re: [Development] New library in qtbase

2016-11-29 Thread Samuel Gaist
> On 28 Nov 2016, at 01:05, Aleix Pol wrote: > > On Sat, Nov 26, 2016 at 12:51 AM, Samuel Gaist > wrote: >> Hi, >> >> As requested by Thiago in https://codereview.qt-project.org/#/c/166456/ I’d >> like to open a discussion about adding a new

Re: [Development] New library in qtbase

2016-11-29 Thread Samuel Gaist
> On 27 Nov 2016, at 20:44, Thiago Macieira wrote: > > On domingo, 27 de novembro de 2016 20:22:25 PST Samuel Gaist wrote: >> Currently there’s macOS and iOS already working. >> >> The plan is to add >> - Android >> - Linux through DBus >> - Win10 (there will be some

Re: [Development] New library in qtbase

2016-11-27 Thread Aleix Pol
On Sat, Nov 26, 2016 at 12:51 AM, Samuel Gaist wrote: > Hi, > > As requested by Thiago in https://codereview.qt-project.org/#/c/166456/ I’d > like to open a discussion about adding a new library in qtbase. > > Why this discussion ? > > Currently in work a pluggable

Re: [Development] New library in qtbase

2016-11-27 Thread Thiago Macieira
On domingo, 27 de novembro de 2016 20:22:25 PST Samuel Gaist wrote: > Currently there’s macOS and iOS already working. > > The plan is to add > - Android > - Linux through DBus > - Win10 (there will be some constraints if I understood their documentation > correctly) How about the older X11 /

Re: [Development] New library in qtbase

2016-11-27 Thread Samuel Gaist
> On 26 Nov 2016, at 07:50, Thiago Macieira wrote: > > On sábado, 26 de novembro de 2016 00:51:06 PST Samuel Gaist wrote: >> The library as it is currently could even be in its own repository however >> the goal in the long run is to replace the code used in

Re: [Development] New library in qtbase

2016-11-26 Thread Allan Sandfeld Jensen
On Saturday 26 November 2016, Thiago Macieira wrote: > On sábado, 26 de novembro de 2016 11:18:24 PST Allan Sandfeld Jensen wrote: > > I would prefer putting the interface in gui or core and the > > implementation in platformsupport and QPA. It is not going to be more > > than a few kilobytes, and

Re: [Development] New library in qtbase

2016-11-26 Thread Thiago Macieira
On sábado, 26 de novembro de 2016 11:18:24 PST Allan Sandfeld Jensen wrote: > I would prefer putting the interface in gui or core and the implementation > in platformsupport and QPA. It is not going to be more than a few > kilobytes, and if we split core at some point it would fit with other >

Re: [Development] New library in qtbase

2016-11-26 Thread Allan Sandfeld Jensen
I would prefer putting the interface in gui or core and the implementation in platformsupport and QPA. It is not going to be more than a few kilobytes, and if we split core at some point it would fit with other system services. Note the Linux version will need the dbus and the dbustray code in

Re: [Development] New library in qtbase

2016-11-25 Thread Thiago Macieira
On sábado, 26 de novembro de 2016 00:51:06 PST Samuel Gaist wrote: > The library as it is currently could even be in its own repository however > the goal in the long run is to replace the code used in QSystemTrayIcon by > calls to this module which at this time duplicates the showMessage logic >

Re: [Development] New library in qtbase

2016-11-25 Thread Jake Petroules
> On Nov 25, 2016, at 3:51 PM, Samuel Gaist wrote: > > Hi, > > As requested by Thiago in https://codereview.qt-project.org/#/c/166456/ I’d > like to open a discussion about adding a new library in qtbase. > > Why this discussion ? > > Currently in work a pluggable

[Development] New library in qtbase

2016-11-25 Thread Samuel Gaist
Hi, As requested by Thiago in https://codereview.qt-project.org/#/c/166456/ I’d like to open a discussion about adding a new library in qtbase. Why this discussion ? Currently in work a pluggable notification system developed in its own library in qtbase. Why add a new library ? Originally