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

List:       kde-commits
Subject:    koffice/kexi/plugins
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2006-08-16 8:41:38
Message-ID: 1155717698.691427.31747.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 573464 by staniek:

CSV Export
= fixed crash on exporting to clipboard
- time and object values: fixed exporting or copying to clipboard

2.0: merged


 M  +1 -1      forms/kexidbtextwidgetinterface.cpp  
 M  +2 -1      importexport/csv/kexicsvexportwizard.cpp  
 M  +2 -2      tables/kexitabledesignercommands.h  


--- trunk/koffice/kexi/plugins/forms/kexidbtextwidgetinterface.cpp #573463:573464
@@ -47,7 +47,7 @@
 			p.setPen(KexiUtils::blendedColors(m_autonumberDisplayParameters->textColor, \
w->palette().active().base(), 1, 3));  }
 		const int m = w->lineWidth()+w->midLineWidth();
-		KexiDisplayUtils::drawAutonumberSign(*m_autonumberDisplayParameters, &p,
+		KexiDisplayUtils::paintAutonumberSign(*m_autonumberDisplayParameters, &p,
 			2+m+w->margin(), m, w->width()-m*2 -2-2, w->height()-m*2 -2, alignment, \
hasFocus);  }
 }
--- trunk/koffice/kexi/plugins/importexport/csv/kexicsvexportwizard.cpp \
#573463:573464 @@ -295,7 +295,8 @@
 void KexiCSVExportWizard::done(int result)
 {
 	if (QDialog::Accepted == result) {
-		m_options.fileName = m_fileSavePage->currentFileName();
+		if (m_fileSavePage)
+			m_options.fileName = m_fileSavePage->currentFileName();
 		m_options.delimiter = m_delimiterWidget->delimiter();
 		m_options.textQuote = m_textQuote->textQuote();
 		m_options.addColumnNames = m_addColumnNamesCheckBox->isChecked();
--- trunk/koffice/kexi/plugins/tables/kexitabledesignercommands.h #573463:573464
@@ -63,7 +63,7 @@
 	public:
 		/*! Creates the ChangeFieldPropertyCommand object. 
 		 Note: we use internal "uid" property of a field (set["uid"]) to avoid problems \
                with looking 
-		 for field by name when more than one filed exists with the same name 
+		 for field by name when more than one field exists with the same name 
 		 (it's invalid but allowed in design time). 
 		 \a oldlistData and and \a newListData can be specified so Property::setListData() \
will be called  on execute() and unexecute().
@@ -145,7 +145,7 @@
 	public:
 		/*! Creates the ChangePropertyVisibilityCommand object. 
 		 Note: we use internal "uid" property of a field (set["uid"]) to avoid problems \
                with looking 
-		 for field by name when more than one filed exists with the same name 
+		 for field by name when more than one field exists with the same name 
 		 (it's invalid but allowed in design time). 
 		*/
 		ChangePropertyVisibilityCommand( KexiTableDesignerView* view,


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

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