Branch: master

123dd355 2014-10-08 04:31:12 Michele Calgaro
Revert "Sort Documentation pane list in alphabetical order. This relates to bug 1859."
because the change also sort subitems, messing up the order of entries in most of the sublists.
Need to find a different way to sort the mail list.
This reverts commit b98d05cb4db601d354d72915a57a09affb2ab29a.
M parts/documentation/contentsview.cpp
diff --git a/parts/documentation/contentsview.cpp b/parts/documentation/contentsview.cpp
index 36c1fcb..532feef 100644
--- a/parts/documentation/contentsview.cpp
+++ b/parts/documentation/contentsview.cpp
@@ -44,8 +44,8 @@
     m_view->header()->hide();
     m_view->setResizeMode(TQListView::AllColumns);
     m_view->setRootIsDecorated(true);
-    m_view->setSorting(0);
-    m_view->setAllColumnsShowFocus(true);
+    m_view->setSorting(-1);
+    m_view->setAllColumnsShowFocus( true );
 
     connect(m_view, TQT_SIGNAL(executed(TQListViewItem*, const TQPoint&, int )),
         this, TQT_SLOT(itemExecuted(TQListViewItem*, const TQPoint&, int )));
cb2afcad 2014-10-08 04:34:50 Michele Calgaro
Removed QtRuby and Korundrum since the referred documentantion is no longer available. This relates to bug 1859.
M languages/ruby/doc/CMakeLists.txt
M languages/ruby/doc/Makefile.am
R languages/ruby/doc/qtruby.toc
diff --git a/languages/ruby/doc/CMakeLists.txt b/languages/ruby/doc/CMakeLists.txt
index 781fa2b..bdc2301 100644
--- a/languages/ruby/doc/CMakeLists.txt
+++ b/languages/ruby/doc/CMakeLists.txt
@@ -10,5 +10,5 @@
 #################################################
 
 install( FILES
-    ruby.toc ruby_bugs.toc qtruby.toc rails.toc
+    ruby.toc ruby_bugs.toc rails.toc
   DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs )
diff --git a/languages/ruby/doc/Makefile.am b/languages/ruby/doc/Makefile.am
index 245b8fe..6b13052 100644
--- a/languages/ruby/doc/Makefile.am
+++ b/languages/ruby/doc/Makefile.am
@@ -1,5 +1,5 @@
 tocdir = ${kde_datadir}/kdevdocumentation/tocs
-toc_DATA = ruby.toc ruby_bugs.toc qtruby.toc rails.toc
+toc_DATA = ruby.toc ruby_bugs.toc rails.toc
 
 #indexdir = ${kde_datadir}/devdoctreeview/indices
 #index_DATA = ruby.index
diff --git a/languages/ruby/doc/qtruby.toc b/languages/ruby/doc/qtruby.toc
deleted file mode 100644
index 902a371..0000000
--- a/languages/ruby/doc/qtruby.toc
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE tdeveloptoc>
-<tdeveloptoc>
-<title>QtRuby and Korundum</title>
-<base href="http://developer.kde.org/language-bindings/ruby/"/>
-<tocsect1 name="Qt Tutorial #1" url="tutorial/tutorial.html"></tocsect1>
-<tocsect1 name="Qt Tutorial #2" url="tutorial2/tutorial2.html"></tocsect1>
-<tocsect1 name="Qt Designer Tutorial" url="colortooltutorial/designer-manual-3.html"></tocsect1>
-<tocsect1 name="KDE 3.0 Tutorial" url="trinitytutorial/index.html"></tocsect1>
-</tdeveloptoc>