CVSROOT:        /cvs/gnome
Module name:    glom
Changes by:     murrayc 06/12/20 04:03:44

Modified files:
        .              : ChangeLog 
        glom           : Makefile.am application.cc base_db.cc 
                         dialog_connection.cc dialog_connection.h 
                         dialog_new_database.cc dialog_new_database.h 
                         frame_glom.cc glom.glade 
        glom/libglom   : connectionpool.cc connectionpool.h 
        glom/libglom/document: document_glom.cc document_glom.h 
Added files:
        glom           : dialog_new_self_hosted_connection.cc 
                         dialog_new_self_hosted_connection.h 

Log message:
2006-12-20  Murray Cumming  <[EMAIL PROTECTED]>

* glom/dialog_new_database.cc:
* glom/dialog_new_database.h: Added radio buttons, so the user can choose to 
self-host the
database, or create it on an external server.
* glom/Makefile.am:
* glom/dialog_new_self_hosted_connection.cc:
* glom/dialog_new_self_hosted_connection.h:
* glom/glom.glade: Added a new dialog, asking for the name and password for the 
first super user,
when creating a new self-hosted database.
* glom/libglom/document/document_glom.cc:
* glom/libglom/document/document_glom.h: Added set_connection_is_self_hosted().
* glom/libglom/connectionpool.cc:
* glom/libglom/connectionpool.h: Added create_self_hosting(), which creates
the postgres files in a folder.
* glom/frame_glom.cc: 
connection_request_password_and_choose_new_database_name():
If the database should be self-hosted, ask for the initial details, and create 
it.
* glom/dialog_connection.cc:
* glom/dialog_connection.h: Added set_self_hosted_user_and_password(), because
we currently use the connect_to_server_with_connection_settings() method from 
this
class to actually connect. I should refactor that.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glom&who=murrayc&date=explicit&mindate=2006-12-20%2004:02&maxdate=2006-12-20%2004:04

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to