Some backbone refactorization
authorBartosz Szatkowski <bulislaw@linux.com>
Mon, 9 Aug 2010 08:46:08 +0000 (10:46 +0200)
committerBartosz Szatkowski <bulislaw@linux.com>
Mon, 9 Aug 2010 08:46:08 +0000 (10:46 +0200)
debian/mdictionary.substvars
doc/latex/Makefile [deleted file]
trunk/src/base/backbone/backbone.cpp
trunk/src/base/backbone/backbone.h

index 1c10018..abbeeb5 100644 (file)
@@ -1,2 +1 @@
-shlibs:Depends=libc6 (>= 2.1.3), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.6.1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1)
-misc:Depends=
+shlibs:Depends=libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-core (>= 4.6.2~git20100401), libqt4-gui (>= 4.6.2~git20100401), libqt4-xml (>= 4.6.2~git20100401), libstdc++6 (>= 4.2.1)
diff --git a/doc/latex/Makefile b/doc/latex/Makefile
deleted file mode 100644 (file)
index 8b7c89a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-all: clean refman.pdf
-
-pdf: refman.pdf
-
-refman.pdf: refman.tex
-       pdflatex refman.tex
-       makeindex refman.idx
-       pdflatex refman.tex
-       latex_count=5 ; \
-       while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
-           do \
-             echo "Rerunning latex...." ;\
-             pdflatex refman.tex ;\
-             latex_count=`expr $$latex_count - 1` ;\
-           done
-
-
-clean:
-       rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf
index e1b2e8b..4bed9a7 100644 (file)
@@ -231,7 +231,4 @@ void Backbone::loadPlugins() {
 }
 
 
-void Backbone::loadDict() {
-
-}
 
index 4302e26..3ddcaf7 100644 (file)
@@ -140,7 +140,6 @@ private:
     void init();
     QStringList getFilesFromDir(QString dir, QStringList nameFilter);
     void loadPlugins(); //< locate and load plugins
-    void loadDict();
     //void writeConfig(QString key, QString value);
 
 };