Hi everybody,
I would like to know if someone can reproduce this: I open an image in IE and make some transformations, if I tray to save the image, the cursor changes to bussy and is still in that state indefinitely. If I close the IE window, the changes aren't saved, but the cursor is still bussy. Thanks in advance. PD: I'm working with 0.9 version from svn. Paco Cruz _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit :
> Hi everybody, > > I would like to know if someone can reproduce this: > > I open an image in IE and make some transformations, if I tray to save the > image, the cursor changes to bussy and is still in that state indefinitely. > If I close the IE window, the changes aren't saved, but the cursor is still > bussy. > Yes, i can reproduce it. I think this come from last Marcel changes about load save threaded implementation... I will take a look. I'm currently working to make a common GUI class between showfoto and IE, because it's infernal to update both (and similar) implementations... The code staying on my computer an need to be cleaned. After to commit this implementation, any regressive tests must will done. Please, let's me any time to stabilize (:=)))... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by F.J.Cruz
Am Sonntag 22 Januar 2006 20:32 schrieb F.J.Cruz:
> Hi everybody, > > I would like to know if someone can reproduce this: > > I open an image in IE and make some transformations, if I tray to save the > image, the cursor changes to bussy and is still in that state indefinitely. > If I close the IE window, the changes aren't saved, but the cursor is still > bussy. > > Thanks in advance. > > PD: I'm working with 0.9 version from svn. > > Paco Cruz Yep, here too. Using "save as" I get a *.tmp file with I have to rename by hand. Bye Thorsten > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
El Domingo, 22 de Enero de 2006 20:37, Thorsten Schnebeck escribió:
> Am Sonntag 22 Januar 2006 20:32 schrieb F.J.Cruz: > > Hi everybody, > > > > I would like to know if someone can reproduce this: > > > > I open an image in IE and make some transformations, if I tray to save > > the image, the cursor changes to bussy and is still in that state > > indefinitely. If I close the IE window, the changes aren't saved, but the > > cursor is still bussy. > > > > Thanks in advance. > > > > PD: I'm working with 0.9 version from svn. > > > > Paco Cruz > > Yep, here too. Using "save as" I get a *.tmp file with I have to rename by > hand. > Paco. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gilles Caulier
El Domingo, 22 de Enero de 2006 20:48, Gilles Caulier escribió:
> Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > Hi everybody, > > > > I would like to know if someone can reproduce this: > > > > I open an image in IE and make some transformations, if I tray to save > > the image, the cursor changes to bussy and is still in that state > > indefinitely. If I close the IE window, the changes aren't saved, but the > > cursor is still bussy. > > Yes, i can reproduce it. I think this come from last Marcel changes about > load save threaded implementation... I will take a look. > > I'm currently working to make a common GUI class between showfoto and IE, > because it's infernal to update both (and similar) implementations... > Yes, I know it. > The code staying on my computer an need to be cleaned. After to commit this > implementation, any regressive tests must will done. Please, let's me any > time to stabilize (:=)))... > All the time you need, of course :-) > Gilles Paco. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Le Dimanche 22 Janvier 2006 21:26, F.J.Cruz a écrit :
> El Domingo, 22 de Enero de 2006 20:48, Gilles Caulier escribió: > > Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > > Hi everybody, > > > > > > I would like to know if someone can reproduce this: > > > > > > I open an image in IE and make some transformations, if I tray to save > > > the image, the cursor changes to bussy and is still in that state > > > indefinitely. If I close the IE window, the changes aren't saved, but > > > the cursor is still bussy. > > > > Yes, i can reproduce it. I think this come from last Marcel changes about > > load save threaded implementation... I will take a look. > > > > I'm currently working to make a common GUI class between showfoto and IE, > > because it's infernal to update both (and similar) implementations... > > Yes, I know it. > > > The code staying on my computer an need to be cleaned. After to commit > > this implementation, any regressive tests must will done. Please, let's > > me any time to stabilize (:=)))... > > All the time you need, of course :-) > About showfoto::setupicc implementation, if it the same that digikam::setupicc, i recommend you to use only the digikam implementation to prevent duplicate source code. I will do the same thing about showfoto::setupimgplugins() and digikam::setupimgplugins(). Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
El Domingo, 22 de Enero de 2006 22:40, Gilles Caulier escribió:
> Le Dimanche 22 Janvier 2006 21:26, F.J.Cruz a écrit : > > El Domingo, 22 de Enero de 2006 20:48, Gilles Caulier escribió: > > > Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > > > Hi everybody, > > > > > > > > I would like to know if someone can reproduce this: > > > > > > > > I open an image in IE and make some transformations, if I tray to > > > > save the image, the cursor changes to bussy and is still in that > > > > state indefinitely. If I close the IE window, the changes aren't > > > > saved, but the cursor is still bussy. > > > > > > Yes, i can reproduce it. I think this come from last Marcel changes > > > about load save threaded implementation... I will take a look. > > > > > > I'm currently working to make a common GUI class between showfoto and > > > IE, because it's infernal to update both (and similar) > > > implementations... > > > > Yes, I know it. > > > > > The code staying on my computer an need to be cleaned. After to commit > > > this implementation, any regressive tests must will done. Please, let's > > > me any time to stabilize (:=)))... > > > > All the time you need, of course :-) > > About showfoto::setupicc implementation, if it the same that > digikam::setupicc, i recommend you to use only the digikam implementation > to prevent duplicate source code. > I think so, but I'll review it. I've just have an error trying to compile a udpated copy from svn with showfoto/setup: there is no rule to build 'all' target. I've made a make -f ..... but there is still the error, I'm going to see where the problem is :-). > I will do the same thing about showfoto::setupimgplugins() and > digikam::setupimgplugins(). > > Gilles Paco. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Le Dimanche 22 Janvier 2006 22:50, F.J.Cruz a écrit :
> El Domingo, 22 de Enero de 2006 22:40, Gilles Caulier escribió: > > Le Dimanche 22 Janvier 2006 21:26, F.J.Cruz a écrit : > > > El Domingo, 22 de Enero de 2006 20:48, Gilles Caulier escribió: > > > > Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > > > > Hi everybody, > > > > > > > > > > I would like to know if someone can reproduce this: > > > > > > > > > > I open an image in IE and make some transformations, if I tray to > > > > > save the image, the cursor changes to bussy and is still in that > > > > > state indefinitely. If I close the IE window, the changes aren't > > > > > saved, but the cursor is still bussy. > > > > > > > > Yes, i can reproduce it. I think this come from last Marcel changes > > > > about load save threaded implementation... I will take a look. > > > > > > > > I'm currently working to make a common GUI class between showfoto and > > > > IE, because it's infernal to update both (and similar) > > > > implementations... > > > > > > Yes, I know it. > > > > > > > The code staying on my computer an need to be cleaned. After to > > > > commit this implementation, any regressive tests must will done. > > > > Please, let's me any time to stabilize (:=)))... > > > > > > All the time you need, of course :-) > > > > About showfoto::setupicc implementation, if it the same that > > digikam::setupicc, i recommend you to use only the digikam implementation > > to prevent duplicate source code. > > I think so, but I'll review it. I've just have an error trying to compile a > udpated copy from svn with showfoto/setup: there is no rule to build 'all' > target. I've made a make -f ..... but there is still the error, I'm going > to see where the problem is :-). > > > I will do the same thing about showfoto::setupimgplugins() and > > digikam::setupimgplugins(). I have just commited any changes. Please checkout svn, and try again... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
El Domingo, 22 de Enero de 2006 23:00, Gilles Caulier escribió:
> Le Dimanche 22 Janvier 2006 22:50, F.J.Cruz a écrit : > > El Domingo, 22 de Enero de 2006 22:40, Gilles Caulier escribió: > > > Le Dimanche 22 Janvier 2006 21:26, F.J.Cruz a écrit : > > > > El Domingo, 22 de Enero de 2006 20:48, Gilles Caulier escribió: > > > > > Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > > > > > Hi everybody, > > > > > > > > > > > > I would like to know if someone can reproduce this: > > > > > > > > > > > > I open an image in IE and make some transformations, if I tray to > > > > > > save the image, the cursor changes to bussy and is still in that > > > > > > state indefinitely. If I close the IE window, the changes aren't > > > > > > saved, but the cursor is still bussy. > > > > > > > > > > Yes, i can reproduce it. I think this come from last Marcel changes > > > > > about load save threaded implementation... I will take a look. > > > > > > > > > > I'm currently working to make a common GUI class between showfoto > > > > > and IE, because it's infernal to update both (and similar) > > > > > implementations... > > > > > > > > Yes, I know it. > > > > > > > > > The code staying on my computer an need to be cleaned. After to > > > > > commit this implementation, any regressive tests must will done. > > > > > Please, let's me any time to stabilize (:=)))... > > > > > > > > All the time you need, of course :-) > > > > > > About showfoto::setupicc implementation, if it the same that > > > digikam::setupicc, i recommend you to use only the digikam > > > implementation to prevent duplicate source code. > > > > I think so, but I'll review it. I've just have an error trying to compile > > a udpated copy from svn with showfoto/setup: there is no rule to build > > 'all' target. I've made a make -f ..... but there is still the error, I'm > > going to see where the problem is :-). > > > > > I will do the same thing about showfoto::setupimgplugins() and > > > digikam::setupimgplugins(). > > I have just commited any changes. Please checkout svn, and try again... > > Gilles I can't compile, there is no make file in ../showfoto/setup after make -f ..... and so. Paco. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Le Dimanche 22 Janvier 2006 23:14, F.J.Cruz a écrit :
> El Domingo, 22 de Enero de 2006 23:00, Gilles Caulier escribió: > > Le Dimanche 22 Janvier 2006 22:50, F.J.Cruz a écrit : > > > El Domingo, 22 de Enero de 2006 22:40, Gilles Caulier escribió: > > > > Le Dimanche 22 Janvier 2006 21:26, F.J.Cruz a écrit : > > > > > El Domingo, 22 de Enero de 2006 20:48, Gilles Caulier escribió: > > > > > > Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > > > > > > Hi everybody, > > > > > > > > > > > > > > I would like to know if someone can reproduce this: > > > > > > > > > > > > > > I open an image in IE and make some transformations, if I tray > > > > > > > to save the image, the cursor changes to bussy and is still in > > > > > > > that state indefinitely. If I close the IE window, the changes > > > > > > > aren't saved, but the cursor is still bussy. > > > > > > > > > > > > Yes, i can reproduce it. I think this come from last Marcel > > > > > > changes about load save threaded implementation... I will take a > > > > > > look. > > > > > > > > > > > > I'm currently working to make a common GUI class between showfoto > > > > > > and IE, because it's infernal to update both (and similar) > > > > > > implementations... > > > > > > > > > > Yes, I know it. > > > > > > > > > > > The code staying on my computer an need to be cleaned. After to > > > > > > commit this implementation, any regressive tests must will done. > > > > > > Please, let's me any time to stabilize (:=)))... > > > > > > > > > > All the time you need, of course :-) > > > > > > > > About showfoto::setupicc implementation, if it the same that > > > > digikam::setupicc, i recommend you to use only the digikam > > > > implementation to prevent duplicate source code. > > > > > > I think so, but I'll review it. I've just have an error trying to > > > compile a udpated copy from svn with showfoto/setup: there is no rule > > > to build 'all' target. I've made a make -f ..... but there is still the > > > error, I'm going to see where the problem is :-). > > > > > > > I will do the same thing about showfoto::setupimgplugins() and > > > > digikam::setupimgplugins(). > > > > I have just commited any changes. Please checkout svn, and try again... > > > > Gilles > > I can't compile, there is no make file in ../showfoto/setup after make > -f ..... and so. > Right. Fixed in svn. I have missing to add this file. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by F.J.Cruz
---- Caulier Gilles <[hidden email]> escribió: > Le Dimanche 22 Janvier 2006 23:14, F.J.Cruz a écrit : > > I can't compile, there is no make file in ../showfoto/setup after make > > -f ..... and so. > > > > Right. Fixed in svn. I have missing to add this file. > > Gilles I can't compile yet: digikam/showfoto/setup/Makefile.am: no rule to create target: /home/pcruz/Desarrollo/Digikam-svn/digikam/utilities/setup/libshowfotosetup.la(./digikam/showfoto/setup/libsetup.la) Sorry, I', bugging you again :/. Paco. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gilles Caulier
Am Sonntag 22 Januar 2006 20:48 schrieb Gilles Caulier:
> Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > Hi everybody, > > > > I would like to know if someone can reproduce this: > > > > I open an image in IE and make some transformations, if I tray to save > > the image, the cursor changes to bussy and is still in that state > > indefinitely. If I close the IE window, the changes aren't saved, but the > > cursor is still bussy. > > Yes, i can reproduce it. I think this come from last Marcel changes about > load save threaded implementation... I will take a look. This is certainly caused by my changes. > > I'm currently working to make a common GUI class between showfoto and IE, > because it's infernal to update both (and similar) implementations... I will fix this if any problems are left when Gilles has commited and stabilized the code. No sense in fixing this now. Marcel > Gilles > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Le Lundi 23 Janvier 2006 19:33, Marcel Wiesweg a écrit :
> Am Sonntag 22 Januar 2006 20:48 schrieb Gilles Caulier: > > Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > > Hi everybody, > > > > > > I would like to know if someone can reproduce this: > > > > > > I open an image in IE and make some transformations, if I tray to save > > > the image, the cursor changes to bussy and is still in that state > > > indefinitely. If I close the IE window, the changes aren't saved, but > > > the cursor is still bussy. > > > > Yes, i can reproduce it. I think this come from last Marcel changes about > > load save threaded implementation... I will take a look. > > This is certainly caused by my changes. > > > I'm currently working to make a common GUI class between showfoto and IE, > > because it's infernal to update both (and similar) implementations... > > I will fix this if any problems are left when Gilles has commited and > stabilized the code. No sense in fixing this now. Yes. Let's me any days to complete all task on common showfoto/IE GUI class (:=)))... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Marcel Wiesweg
Le Lundi 23 Janvier 2006 19:33, Marcel Wiesweg a écrit :
> Am Sonntag 22 Januar 2006 20:48 schrieb Gilles Caulier: > > Le Dimanche 22 Janvier 2006 20:32, F.J.Cruz a écrit : > > > Hi everybody, > > > > > > I would like to know if someone can reproduce this: > > > > > > I open an image in IE and make some transformations, if I tray to save > > > the image, the cursor changes to bussy and is still in that state > > > indefinitely. If I close the IE window, the changes aren't saved, but > > > the cursor is still bussy. > > > > Yes, i can reproduce it. I think this come from last Marcel changes about > > load save threaded implementation... I will take a look. > > This is certainly caused by my changes. > > > I'm currently working to make a common GUI class between showfoto and IE, > > because it's infernal to update both (and similar) implementations... > > I will fix this if any problems are left when Gilles has commited and > stabilized the code. No sense in fixing this now. You can do it now. Common GUI implementation about showfoto/IE is ready to use. About image Loading/saving features, the problem is relevant of signals witch come from your threaded io file access implementation. None signal is emit and IE can't toogle to the right state when io file operation are completed. About saving I have removed your KprogressBar and used a new iofileprogressbar widget ("à la kmail") embedded in status bar. There is a cancel button (not yet used). I'm waiting your fix to finalize this common GUI implementation (:=))) regards Gilles > > Marcel > > > Gilles > > _______________________________________________ > > Digikam-devel mailing list > > [hidden email] > > https://mail.kde.org/mailman/listinfo/digikam-devel > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel -- Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |