[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi
From:       Lucijan Busch <lucijan () gmx ! at>
Date:       2002-12-05 20:11:22
[Download RAW message or body]

CVS commit by lucijan: 

* projectcreating works again...


  M +3 -1      core/kexicreateproject.cpp   1.30
  M +1 -0      kexiDB/drivers/mySQL/mysqldb.cpp   1.32
  M +1 -0      plugins/kexirelationview.cpp   1.18


--- koffice/kexi/core/kexicreateproject.cpp:1.29	Thu Dec  5 17:38:38 2002
@@ -100,7 +100,7 @@
 			KWizard::next();
 		}
 	}
-	else if(currentPage() == m_pageLocation)
+	else if(currentPage() == m_pageAuth)
 	{
 		kdDebug() << "KexiCreateProject::next(): time to connect..." << endl;
 		QString engine = m_pageEngine->data("engine").toString();
@@ -111,7 +111,9 @@
 		QString pass = m_pageAuth->data("password").toString();
 		bool savePass = m_pageAuth->data("savePassword").toBool();
 
+		kdDebug() << "User = " << user << endl;
 		kdDebug() << "Socket = " << socket << " Port = " << port << endl;
+		
 		static_cast<KexiCreateProjectPageDB*>(m_pageDatabase)->connectHost(engine, host, user, pass, socket,
 			port, savePass);
 	}
--- koffice/kexi/kexiDB/drivers/mySQL/mysqldb.cpp:1.31	Thu Dec  5 17:38:38 2002
@@ -126,6 +126,7 @@
 	}
 	else
 	{
+		kdDebug() << "MySqlDB::connect(db): retrying..." << endl;
 		if(connect(host, user, password, socket, port))
 		{
 			//create new database if needed
--- koffice/kexi/plugins/kexirelationview.cpp:1.17	Sat Nov 30 00:15:21 2002
@@ -273,6 +273,7 @@
 void
 KexiRelationView::addConnection(SourceConnection connection, bool interactive)
 {
+	kdDebug() << "KexiRelationView::addConnection()" << endl;
 	SourceConnection *conn = &connection;
 	bool add=true;
 	for (RelationList::iterator it=m_connections.begin();it!=m_connections.end();++it)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic