# HG changeset patch # User insilmaril # Date 1174477898 0 # Node ID 918417b015e01a7c7ecf43f5dd2daa0fa0560a37 # Parent 19e5907b78180d8ba49d846ccb8ed01f88939396 Slightly improved scripting abilities diff -r 19e5907b7818 -r 918417b015e0 mainwindow.cpp --- a/mainwindow.cpp Wed Mar 21 11:51:38 2007 +0000 +++ b/mainwindow.cpp Wed Mar 21 11:51:38 2007 +0000 @@ -257,6 +257,7 @@ connect( a, SIGNAL( triggered() ), this, SLOT( fileLoad() ) ); fileLastMapsMenu = fileMenu->addMenu (tr("Open Recent","File menu")); + fileLastMapsMenu->menuAction()->setShortcut ( Qt::CTRL + +Qt::SHIFT + Qt::Key_O ); fileMenu->addSeparator(); a = new QAction( QPixmap( iconPath+"filesave.png"), tr( "&Save...","File menu" ), this); diff -r 19e5907b7818 -r 918417b015e0 mapeditor.cpp --- a/mapeditor.cpp Wed Mar 21 11:51:38 2007 +0000 +++ b/mapeditor.cpp Wed Mar 21 11:51:38 2007 +0000 @@ -3251,7 +3251,7 @@ } } -void MapEditor::setIncludeImagesVer(bool b) // FIXME missing saveState +void MapEditor::setIncludeImagesVer(bool b) { BranchObj *bo=xelection.getBranch(); if (bo) @@ -3271,7 +3271,7 @@ } } -void MapEditor::setIncludeImagesHor(bool b) // FIXME missing saveState +void MapEditor::setIncludeImagesHor(bool b) { BranchObj *bo=xelection.getBranch(); if (bo)