summaryrefslogtreecommitdiff
path: root/editors/calligra/files
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-07-04 10:25:00 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-07-04 10:25:00 +0000
commit961141fb14b688f13c92a4be6bbc4ba0ab9cf51b (patch)
tree8d33a723594dd3d8d48dfd3dcd1ded76eb0a52c0 /editors/calligra/files
parentUpgrade to 1.2.23 to fix a security issue. (diff)
Update to KDE 3.5.7 / KOffice 1.6.3
Notes
Notes: svn path=/head/; revision=194883
Diffstat (limited to 'editors/calligra/files')
-rw-r--r--editors/calligra/files/patch-filters_krita_tiff-kis_tiff_reader.h25
-rw-r--r--editors/calligra/files/patch-kexi_examples-build_kexi_file.sh15
-rw-r--r--editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp11
-rw-r--r--editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection_p.h11
-rw-r--r--editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp11
-rw-r--r--editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxdriver.cpp19
-rw-r--r--editors/calligra/files/patch-kexi_migration_pqxx-pqxxmigrate.h11
7 files changed, 0 insertions, 103 deletions
diff --git a/editors/calligra/files/patch-filters_krita_tiff-kis_tiff_reader.h b/editors/calligra/files/patch-filters_krita_tiff-kis_tiff_reader.h
deleted file mode 100644
index 21642547bfec..000000000000
--- a/editors/calligra/files/patch-filters_krita_tiff-kis_tiff_reader.h
+++ /dev/null
@@ -1,25 +0,0 @@
---- filters/krita/tiff/kis_tiff_reader.h 2006/10/15 22:49:50 595862
-+++ filters/krita/tiff/kis_tiff_reader.h 2007/05/26 10:45:29 668416
-@@ -20,15 +20,15 @@
- #ifndef _KIS_TIFF_READER_H_
- #define _KIS_TIFF_READER_H_
-
-+// On some platforms, tiffio.h #defines NULL in a bad
-+// way for C++, as (void *)0 instead of using the correct
-+// C++ value 0. Include stdio.h first to get the right one.
-+#include <stdio.h>
- #include <tiffio.h>
-
--/*#include <stdio.h>
--
--#include <qvaluevector.h>
--
--#include <kio/job.h>
--
--#include <kis_progress_subject.h> */
-+// #include <qvaluevector.h>
-+// #include <kio/job.h>
-+// #include <kis_progress_subject.h>
-
- #include <kis_paint_device.h>
-
diff --git a/editors/calligra/files/patch-kexi_examples-build_kexi_file.sh b/editors/calligra/files/patch-kexi_examples-build_kexi_file.sh
deleted file mode 100644
index 1fb0916c33a0..000000000000
--- a/editors/calligra/files/patch-kexi_examples-build_kexi_file.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- kexi/examples/build_kexi_file.sh.orig Mon Mar 5 01:50:05 2007
-+++ kexi/examples/build_kexi_file.sh Mon Mar 5 01:50:31 2007
-@@ -7,9 +7,9 @@
- # Only .kexi file that is older than .sql file is recreated.
- # ksqlite is needed on the $PATH.
-
--KEXISQL3PATH=../3rdparty/kexisql3/src/.libs/
--PATH=$PATH:$KEXISQL3PATH
--LD_LIBRARY_PATH=$KEXISQL3PATH:$KEXISQL3PATH
-+export KEXISQL3PATH=../3rdparty/kexisql3/src/.libs/
-+export PATH=$PATH:$KEXISQL3PATH
-+export LD_LIBRARY_PATH=$KEXISQL3PATH:$KEXISQL3PATH
- which ksqlite > /dev/null || exit 1
-
- [ $# -lt 1 ] && echo "Missing .sql filename." && exit 1
diff --git a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp b/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp
deleted file mode 100644
index 3b6ac0bea559..000000000000
--- a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kexi/kexidb/drivers/pqxx/pqxxconnection.cpp.orig Sun Feb 11 16:58:22 2007
-+++ kexi/kexidb/drivers/pqxx/pqxxconnection.cpp Sun Feb 11 16:58:53 2007
-@@ -277,7 +277,7 @@
- // m_trans = new pqxx::nontransaction(*m_pqxxsql);
- // KexiDBDrvDbg << "About to execute" << endl;
- //Create a result object through the transaction
-- d->res = new pqxx::result(m_trans->data->exec(statement.utf8()));
-+ d->res = new pqxx::result(m_trans->data->exec(statement.utf8().data()));
- // KexiDBDrvDbg << "Executed" << endl;
- //Commit the transaction
- if (implicityStarted) {
diff --git a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection_p.h b/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection_p.h
deleted file mode 100644
index bc0531bfb527..000000000000
--- a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxconnection_p.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kexi/kexidb/drivers/pqxx/pqxxconnection_p.h.orig Sun Feb 11 16:52:10 2007
-+++ kexi/kexidb/drivers/pqxx/pqxxconnection_p.h Sun Feb 11 16:54:21 2007
-@@ -31,7 +31,7 @@
- #define PQXXSQLCONNECTIONINTERNAL_H
-
- #include <kexidb/connection_p.h>
--#include <pqxx/all.h>
-+#include <pqxx/pqxx>
-
- namespace KexiDB
- {
diff --git a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp b/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp
deleted file mode 100644
index 65ded10e000d..000000000000
--- a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxcursor.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kexi/kexidb/drivers/pqxx/pqxxcursor.cpp.orig Sun Feb 11 16:45:47 2007
-+++ kexi/kexidb/drivers/pqxx/pqxxcursor.cpp Sun Feb 11 16:50:26 2007
-@@ -155,7 +155,7 @@
- m_implicityStarted = true;
- }
-
-- m_res = new pqxx::result(((pqxxSqlConnection*)connection())->m_trans->data->exec(m_sql.utf8()));
-+ m_res = new pqxx::result(((pqxxSqlConnection*)connection())->m_trans->data->exec(m_sql.utf8().data()));
- ((pqxxSqlConnection*)connection())
- ->drv_commitTransaction(((pqxxSqlConnection*)connection())->m_trans);
- // my_conn->m_trans->commit();
diff --git a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxdriver.cpp b/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxdriver.cpp
deleted file mode 100644
index bd06c9436ff7..000000000000
--- a/editors/calligra/files/patch-kexi_kexidb_drivers_pqxx-pqxxdriver.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- kexi/kexidb/drivers/pqxx/pqxxdriver.cpp.orig Sun Feb 11 16:38:08 2007
-+++ kexi/kexidb/drivers/pqxx/pqxxdriver.cpp Sun Feb 11 17:29:18 2007
-@@ -133,14 +133,14 @@
- //
- QString pqxxSqlDriver::escapeString( const QString& str) const
- {
-- return QString(pqxx::Quote(str.ascii()).c_str());
-+ return "'"+QString(pqxx::sqlesc(str.ascii()).c_str())+"'";
- }
-
- //==================================================================================
- //
- QCString pqxxSqlDriver::escapeString( const QCString& str) const
- {
-- return QCString(pqxx::Quote(QString(str).ascii()).c_str());
-+ return "'"+QCString(pqxx::sqlesc(QString(str).ascii()).c_str())+"'";
- }
-
- //==================================================================================
diff --git a/editors/calligra/files/patch-kexi_migration_pqxx-pqxxmigrate.h b/editors/calligra/files/patch-kexi_migration_pqxx-pqxxmigrate.h
deleted file mode 100644
index 8a7fc161aabe..000000000000
--- a/editors/calligra/files/patch-kexi_migration_pqxx-pqxxmigrate.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kexi/migration/pqxx/pqxxmigrate.h.orig Sun Feb 11 17:15:12 2007
-+++ kexi/migration/pqxx/pqxxmigrate.h Sun Feb 11 17:15:38 2007
-@@ -26,7 +26,7 @@
- #include <kexidb/field.h>
- #include <kexidb/connection.h>
-
--#include <pqxx/all.h>
-+#include <pqxx/pqxx>
-
- namespace KexiMigration
- {