]> 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 0c5cb49adcce9d179e229f65f06d55656f1f95af..975f018015ac85d531de10732d6ff35c74528f04 100644 (file)
@@ -172,12 +172,14 @@ void Dialogs::updateParagraph()
 
 void Dialogs::showPreamble()
 {
-       pimpl_->document.controller().showPreamble();
+       // FIXME
 }
 
 
 void Dialogs::showPreferences()
-{}
+{
+       pimpl_->prefs.controller().show();
+}
 
 
 void Dialogs::showPrint()
@@ -216,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()