corregida la navegaci?n del historial
nuevos iconos para la toolbar en macosx
@ -568,7 +568,7 @@ void LibraryWindow::createToolBars()
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
libraryToolBar->backButton->setDefaultAction(backAction);
|
libraryToolBar->backButton->setDefaultAction(backAction);
|
||||||
libraryToolBar->forwardButton->setDefaultAction(fordwardAction);
|
libraryToolBar->forwardButton->setDefaultAction(forwardAction);
|
||||||
libraryToolBar->settingsButton->setDefaultAction(optionsAction);
|
libraryToolBar->settingsButton->setDefaultAction(optionsAction);
|
||||||
libraryToolBar->serverButton->setDefaultAction(serverConfigAction);
|
libraryToolBar->serverButton->setDefaultAction(serverConfigAction);
|
||||||
libraryToolBar->helpButton->setDefaultAction(helpAboutAction);
|
libraryToolBar->helpButton->setDefaultAction(helpAboutAction);
|
||||||
@ -1580,4 +1580,6 @@ void LibraryWindow::updateHistory(const QModelIndex &mi)
|
|||||||
history.append(mi);
|
history.append(mi);
|
||||||
|
|
||||||
currentFolderNavigation++;
|
currentFolderNavigation++;
|
||||||
|
|
||||||
|
forwardAction->setEnabled(false);
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.6 KiB |