Angelo Naselli | 8 Oct 2007 12:56
Picon
Favicon
Gravatar

call for comment (Aurelien)

http://bugs.kde.org/show_bug.cgi?id=140069 

IMHO, there's no need to reinvent the wheel, and it could be moved to kipi-plugins
if there are problem with them.

TIA,	
	Angelo
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Gwenview-general mailing list
Gwenview-general@...
https://lists.sourceforge.net/lists/listinfo/gwenview-general
Aurélien Gâteau | 8 Oct 2007 23:17
Picon
Favicon
Gravatar

Re: call for comment (Aurelien)

On Monday 08 October 2007 12:56:41 Angelo Naselli wrote:
> http://bugs.kde.org/show_bug.cgi?id=140069
>
> IMHO, there's no need to reinvent the wheel, and it could be moved to
> kipi-plugins if there are problem with them.

Comment posted! Thanks again for the great bug triaging work, Angelo!

Aurélien

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Gwenview-general mailing list
Gwenview-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gwenview-general
Angelo Naselli | 9 Oct 2007 09:56
Picon
Favicon
Gravatar

Re: call for comment (Aurelien)

Alle lunedì 8 ottobre 2007, Aurélien Gâteau ha scritto:
> On Monday 08 October 2007 12:56:41 Angelo Naselli wrote:
> > http://bugs.kde.org/show_bug.cgi?id=140069
> >
> > IMHO, there's no need to reinvent the wheel, and it could be moved to
> > kipi-plugins if there are problem with them.
> 
> Comment posted! Thanks again for the great bug triaging work, Angelo!
:-$

Aurélien I posted a new comment, and if you find the time i'd like to have
some feedbacks for that. Here or in private it's ok for me. 

Thanks,
	Angelo
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Gwenview-general mailing list
Gwenview-general@...
https://lists.sourceforge.net/lists/listinfo/gwenview-general
Angelo Naselli | 14 Oct 2007 16:19
Picon
Favicon
Gravatar

kipi-plugins 0.1.5 beta1 is out

New features
# PrintWizard
  * Wizard GUI review
  * Added exif management
  * Prints exif date-time info
  * Font, color and size of captions
  * Added an option to to print without margins (full-bleed)
  * Added 10x13.33cm into a4 (provided by Joerg Kuehne)
  * Added full size A4 printing (one photo per A4 page)
  * Added A6 size to get the old configuration for 10x15cm page
  * Changed page size to real 10x15cm instead of A6 (need to set up right page size on kprinter)
  * Added a new page size 13x18cm (need to set up right page size on kprinter)
  * Each photo can be printed more than once

# PicasaWebExport
    New plugin to export pictures to Picasa web service (by Vardhman Jain). 
# SlideShow
    Dropped imlib2 dependency 

Bug fixed from B.K.O (http://bugs.kde.org):

001 ==> 133193 : PrintWizard  : Data on the photo.
002 ==> 111454 : PrintWizard  : Print photo's date into one corner like print assistant.
003 ==> 146457 : PrintWizard  : Rotation is not done correctly Exif.
004 ==> 138838 : NewPlugin    : Digikam Picasaweb export plugin.
005 ==> 103152 : PrintWizard  : Improvement suggestions for printing wizard.
006 ==> 117085 : PrintWizard  : Have pictures fit a whole, single sheet.
007 ==> 100471 : PrintWizard  : Can't print the same image more than once on the same page.
008 ==> 148621 : JPEGLossLess : Image rotation not working properly.
009 ==> 144388 : JPEGLOssLess : Cache is not updated after rotating pictures.
(Continue reading)

Aurélien Gâteau | 10 Oct 2007 18:05

Re: call for comment (Aurelien)

On Tuesday 09 October 2007 09:56:12 Angelo Naselli wrote:
> Aurélien I posted a new comment, and if you find the time i'd like to have
> some feedbacks for that. Here or in private it's ok for me.

Some context for the list, here is the comment
> Aurelien in the past i was working to port some kipi-plugins inside context
> menus, I mean printwizard, sendmail, and why not ratations could be a good
> improvement for that, but i was stopped by the lack of time :/ I needed
> some info, though, about the way you load the plugins, infact IIRC, you
> decide to load them if and only if users choose the plugins menu. I the
> case i was developing the plugins must be already loaded... can you answer
> me (in private is ok) for that?

You might remember my KIPI2 proposal on kde-imaging, whose aim was to be able 
to display the KIPI plugin menu without actually loading the plugins. I 
believe it would be the right solution for this, because it could be extended 
to support custom shortcut keys, effectively loading the plugin the first 
time the shortcut is invoked.

Aurélien

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Gwenview-general mailing list
Gwenview-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gwenview-general
(Continue reading)

Angelo Naselli | 23 Oct 2007 11:48
Picon
Favicon
Gravatar

Re: call for comment (Aurelien)

Alle mercoledì 10 ottobre 2007, Aurélien Gâteau ha scritto:
> On Tuesday 09 October 2007 09:56:12 Angelo Naselli wrote:
> > Aurélien I posted a new comment, and if you find the time i'd like to have
> > some feedbacks for that. Here or in private it's ok for me.
> 
> Some context for the list, here is the comment
> > Aurelien in the past i was working to port some kipi-plugins inside context
> > menus, I mean printwizard, sendmail, and why not ratations could be a good
> > improvement for that, but i was stopped by the lack of time :/ I needed
> > some info, though, about the way you load the plugins, infact IIRC, you
> > decide to load them if and only if users choose the plugins menu. I the
> > case i was developing the plugins must be already loaded... can you answer
> > me (in private is ok) for that?
> 
> You might remember my KIPI2 proposal on kde-imaging, whose aim was to be able 
> to display the KIPI plugin menu without actually loading the plugins. I 
> believe it would be the right solution for this, because it could be extended 
> to support custom shortcut keys, effectively loading the plugin the first 
> time the shortcut is invoked.
Ehm, to be honest no :$ but the proposal sounds good to me. I will recall it in kde-imaging
again...
The problem here is if we want to add that in gv 1.x, kipi2 will start on kde4 i believe, so
that cannot be used but in gv 2.0....
.... and of course find the time to do it ;)

Angelo
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
(Continue reading)


Gmane