On Fri, 2002-07-19 at 00:56, phearbear wrote: > Gabriel Gerhardsson wrote: > > >On Tue, 2002-07-16 at 22:10, Kenneth J.Davis wrote: > > > > > >>Gabriel Gerhardsson <[EMAIL PROTECTED]> wrote on 7/16/2002 3:08:25 PM: > >> > >> > >>>Here it goes, my first commit :) > >>> > >>> > >>:-) > >> > >> > >>>A new dialog (Download_File) that downloads a file (through libcurl) > >>>while offering a small dialog to the user. The dialog contains status > >>>information and a cancel-button. > >>> > >>> > >>> > >>.. > >> > >> > >>>Stubs is implemented for all platforms. And the download-functionality > >>>works on all platforms that it worked on before. But the graphical > >>>dialog is only implemented on Unix, GTK. > >>>To get the threaded download and a dialog on your platform you need to: > >>>* Implement the dialog (duuh :). And don't forget _abortDialog(). > >>>* Implement a thread implementation (ut_threadImpl.h). Right now only > >>>Unix has such a thing. > >>> > >>> > >>.. > >> > >> > >>>Take care > >>>/Gabriel > >>> > >>> > >>.. > >> > >>Could you provide me with a screenshot of what the dialog looks > >>like on Unix (mostly I'm curious) and if no one else has already > >>started, I'll see about creating the Win32 equivalent tonight. > >>[If you have started or are planning on it, let me know and I'll do other stuff.] > >> > >>Thanks, > >>Jeremy > >> > >> > > > >I was going to do this tomorrow, but couldn't stay away :) > >Btw, yes the dialog is *very* simple. It's the functionality that counts > >;) > > > >Take care > >/Gabriel > > > >CVS: > >---------------------------------------------------------------------- > >CVS: Enter Log. Lines beginning with `CVS:' are removed automatically > >CVS: > >CVS: Committing in . > >CVS: > >CVS: Added Files: > >CVS: shots/wp/unix/download_file.png > >CVS: > >---------------------------------------------------------------------- > > > > > > > > > > > > > Added this for QNX. > Download file dialog. CVS: > ---------------------------------------------------------------------- > CVS: Enter Log. Lines beginning with `CVS:' are removed automatically > CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: > wp/ap/qnx//Makefile wp/ap/qnx//ap_QNXApp.cpp CVS: > wp/ap/qnx//ap_QNXDialog_All.h CVS: > wp/ap/qnx//ap_QNXDialog_Download_File.cpp CVS: > wp/ap/qnx//ap_QNXDialog_Download_File.h CVS: > ----------------------------------------------------------------------
Hi phearbear I did a small commit yesterday right before your one, it had to do with some updated strings. It messed up your commit a little bit. So since that's my fault, I fix it now. Sorry. Take care /Gabriel CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/wp/ap/qnx/ap_QNXDialog_Download_File.cpp CVS: ----------------------------------------------------------------------
