]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Dialogs2.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / Dialogs2.C
index 4b0f9cf2317e05ba7cc92f5e82a3e975d7e92944..975f018015ac85d531de10732d6ff35c74528f04 100644 (file)
@@ -131,18 +131,6 @@ void Dialogs::createIndex()
 }
 
 
-void Dialogs::showListing(InsetCommand * ic)
-{
-       pimpl_->listing.controller().showInset(ic);
-}
-
-
-void Dialogs::createListing(string const & s)
-{
-       pimpl_->listing.controller().createInset(s);
-}
-
-
 void Dialogs::showLogFile()
 {
        pimpl_->logfile.controller().show();
@@ -184,12 +172,14 @@ void Dialogs::updateParagraph()
 
 void Dialogs::showPreamble()
 {
-       pimpl_->document.controller().showPreamble();
+       // FIXME
 }
 
 
 void Dialogs::showPreferences()
-{}
+{
+       pimpl_->prefs.controller().show();
+}
 
 
 void Dialogs::showPrint()
@@ -228,12 +218,16 @@ void Dialogs::showSpellchecker()
 }
 
 
-void Dialogs::showTabular(InsetTabular *)
-{}
+void Dialogs::showTabular(InsetTabular * it)
+{
+       pimpl_->tabular.controller().showInset(it);
+}
 
 
-void Dialogs::updateTabular(InsetTabular *)
-{}
+void Dialogs::updateTabular(InsetTabular * it)
+{
+       pimpl_->tabular.controller().updateInset(it);
+}
 
 
 void Dialogs::showTabularCreate()