<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title>Recent changes to patches</title><link href="http://sourceforge.net/p/tora/patches/" rel="alternate"></link><id>http://sourceforge.net/p/tora/patches/</id><updated>2013-01-26T16:53:50Z</updated><entry><title>My changes to BrowserIndex for Tora-2.1.3</title><link href="http://sourceforge.net/p/tora/patches/82/" rel="alternate"></link><updated>2013-01-26T16:53:50Z</updated><published>2013-01-26T16:53:50Z</published><author><name>ste-65</name><uri>http://sourceforge.net/u/ste-65/</uri></author><id>http://sourceforge.netfde4c107a1011cf860eb1cf8743eb1a4a9a3872d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have downloaded the source files tora-2.1.3.tar.gz.&lt;br /&gt;
I compiled it on windows XP after big troubles because I use to work with Visual studio and do not know much the command line. I still cannot debug the project.&lt;br /&gt;
I have an oracle 11G database and tried to use the "Table index" window. I attach the source files I changed to make it work.&lt;br /&gt;
Hope it can be useful for the life of this project.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Allow to use (prefer) external ferrisloki library</title><link href="http://sourceforge.net/p/tora/patches/81/" rel="alternate"></link><updated>2012-09-26T15:47:42Z</updated><published>2012-09-26T15:47:42Z</published><author><name>Michael Haubenwallner</name><uri>http://sourceforge.net/u/mhaubi/</uri></author><id>http://sourceforge.net328cce348308a4a4f4d7f06972c2c83f1f7fba2c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Attached patch uses pkg-config to query for external ferrisloki library,&lt;br /&gt;
and allows to switch back to interal loki much like with the QScintilla library.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>TOra fails to build with Qt 4.7</title><link href="http://sourceforge.net/p/tora/patches/80/" rel="alternate"></link><updated>2010-06-27T20:46:59Z</updated><published>2010-06-27T20:46:59Z</published><author><name>Felix Geyer</name><uri>http://sourceforge.net/u/debfx/</uri></author><id>http://sourceforge.netb5c7d0114e75a16fec9f8fc590bcc9e56b5f1633</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;QString shouldn't be initalized with 0. The default constructor creates a null string.&lt;br /&gt;
Qt 4.7 added a QString(const QChar*) constructor so calling QString(0) is ambiguous.&lt;/p&gt;
&lt;p&gt;/build/user-tora_2.1.2-1-i386-wxPIYf/tora-2.1.2/src/tobrowserbasewidget.cpp: In constructor 'toBrowserBaseWidget::toBrowserBaseWidget(QWidget*)':&lt;br /&gt;
/build/user-tora_2.1.2-1-i386-wxPIYf/tora-2.1.2/src/tobrowserbasewidget.cpp:52: error: call of overloaded 'QString(int)' is ambiguous&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:428: note: candidates are: QString::QString(const QByteArray&amp;amp;)&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:426: note:                 QString::QString(const char*)&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:727: note:                 QString::QString(const QString&amp;amp;)&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:106: note:                 QString::QString(QChar)&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:105: note:                 QString::QString(const QChar*)&lt;br /&gt;
/build/user-tora_2.1.2-1-i386-wxPIYf/tora-2.1.2/src/tobrowserbasewidget.cpp:52: error: call of overloaded 'QString(int)' is ambiguous&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:428: note: candidates are: QString::QString(const QByteArray&amp;amp;)&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:426: note:                 QString::QString(const char*)&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:727: note:                 QString::QString(const QString&amp;amp;)&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:106: note:                 QString::QString(QChar)&lt;br /&gt;
/usr/include/qt4/QtCore/qstring.h:105: note:                 QString::QString(const QChar*)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix theme loading under KDE 4 with Qt 4.5 Patch</title><link href="http://sourceforge.net/p/tora/patches/79/" rel="alternate"></link><updated>2009-05-19T19:07:14Z</updated><published>2009-05-19T19:07:14Z</published><author><name>Juan Luis Baptiste</name><uri>http://sourceforge.net/u/jbaptiste/</uri></author><id>http://sourceforge.net124f0f4f683c3eae0f11fe28e71d7be869ccbdbc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When compiling tora with Qt 4.5 (not sure if it happens also with older versions) and running it under KDE, tora uses the Gnome theme. This is because Qt 4.5 includes QGtkStyle support. This patch fixes this issue by removing the following lines from main.cpp which are no longer needed:&lt;/p&gt;
&lt;p&gt;QString style(toConfigurationSingle::Instance().style());&lt;br /&gt;
if (!style.isEmpty())&lt;br /&gt;
QApplication::setStyle(QStyleFactory::create(style));&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix cmake compilation patch</title><link href="http://sourceforge.net/p/tora/patches/78/" rel="alternate"></link><updated>2009-05-19T18:51:07Z</updated><published>2009-05-19T18:51:07Z</published><author><name>Juan Luis Baptiste</name><uri>http://sourceforge.net/u/jbaptiste/</uri></author><id>http://sourceforge.net3231851dfc5fd6edd8913004859890883d6315ac</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;Installation fails when using cmake, the files README.LAYOUT is listed in CMakeLists.txt and that file isn't part of the tarball for 2.0.0:&lt;/p&gt;
&lt;p&gt;CMake Error at cmake_install.cmake:36 (FILE):&lt;br /&gt;
file INSTALL cannot find file&lt;br /&gt;
"/home/juancho/Download/gz/tora-2.0.0-orig/README.LAYOUT" to install.&lt;/p&gt;
&lt;p&gt;This little patch fixes this issue.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>convert oracle schemanames to upper case</title><link href="http://sourceforge.net/p/tora/patches/77/" rel="alternate"></link><updated>2009-01-02T23:00:56Z</updated><published>2009-01-02T23:00:56Z</published><author><name>Andreas Piesk</name><uri>http://sourceforge.net/u/apiesk/</uri></author><id>http://sourceforge.net3a078056e313cef8197019527da4f33bb9bf64ca</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;this patch fixes the problem in bug 2446467: schema in worksheet is always ANONYMOUS&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>otl 4.0.160</title><link href="http://sourceforge.net/p/tora/patches/76/" rel="alternate"></link><updated>2007-12-22T15:41:37Z</updated><published>2007-12-22T15:41:37Z</published><author><name>Andreas Piesk</name><uri>http://sourceforge.net/u/apiesk/</uri></author><id>http://sourceforge.net3a3cf8db5e0b58feb1a863fafe842a044b181ed8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;otl 4.0.160 introduced the new define OTL_ORA11G. this patch modifies oracle.m4 to use the new setting.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>sort longops by start_time</title><link href="http://sourceforge.net/p/tora/patches/75/" rel="alternate"></link><updated>2007-09-25T16:25:25Z</updated><published>2007-09-25T16:25:25Z</published><author><name>Andreas Piesk</name><uri>http://sourceforge.net/u/apiesk/</uri></author><id>http://sourceforge.net77463d358d191e82635c27cc95c8c2f69a396759</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;sorting session longops by start_time desc shows the last longops on top of the list which i find very useful.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>fix for previously flawed dbversion.patch</title><link href="http://sourceforge.net/p/tora/patches/74/" rel="alternate"></link><updated>2007-09-25T16:21:55Z</updated><published>2007-09-25T16:21:55Z</published><author><name>Andreas Piesk</name><uri>http://sourceforge.net/u/apiesk/</uri></author><id>http://sourceforge.net87449df5ec25018419aa741b4910d82c2c37d2bf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;i've managed to break version detection with one of my previously submitted patches.&lt;br /&gt;
this patch fixes the problem.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>update to loki-0.1.6</title><link href="http://sourceforge.net/p/tora/patches/73/" rel="alternate"></link><updated>2007-09-17T21:20:18Z</updated><published>2007-09-17T21:20:18Z</published><author><name>Andreas Piesk</name><uri>http://sourceforge.net/u/apiesk/</uri></author><id>http://sourceforge.netf7c39d32fa8bd4e4b04a15d373ee3d26baf1ed8b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;this patch modifies Makefiles and automake files to use current (0.1.6) version of loki.&lt;br /&gt;
the loki tarball itself is not included and must be downloaded from sf.net and untarred in ext/loki. directory ext/loki/loki-0.1.4 can be removed afterwards.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>