The current library is being updated. For faster updates, please, keep your libraries updated frequently.
You can stop the process and continue updating this library later.")+"
"); } void ImportWidget::clearScene() diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index 977404cd..098bfbd2 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -45,7 +45,7 @@ #include "tablemodel.h" #include "yacreader_tool_bar_stretch.h" - +#include "yacreader_dark_menu.h" // LibraryWindow::LibraryWindow() @@ -462,9 +462,9 @@ void LibraryWindow::createActions() comicFlow->addAction(toggleFullScreenAction); comicFlow->addAction(openComicAction); - comicFlow->setContextMenuPolicy(Qt::ActionsContextMenu); + } //TODO unificar con disableActions diff --git a/YACReaderLibrary/no_libraries_widget.cpp b/YACReaderLibrary/no_libraries_widget.cpp index 093523af..12efb9e3 100644 --- a/YACReaderLibrary/no_libraries_widget.cpp +++ b/YACReaderLibrary/no_libraries_widget.cpp @@ -25,7 +25,7 @@ NoLibrariesWidget::NoLibrariesWidget(QWidget *parent) : QLabel * text = new QLabel(""+tr("You don't have any librarires yet")+""); text->setStyleSheet("QLabel {font-size:25px;font-weight:bold;}"); - QLabel * textDescription = new QLabel(""+tr("Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.")+""); + QLabel * textDescription = new QLabel(""+tr("You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.
Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.
")+""); textDescription->setWordWrap(true); textDescription->setMaximumWidth(330); diff --git a/YACReaderLibrary/server_config_dialog.cpp b/YACReaderLibrary/server_config_dialog.cpp index d4e6e0d4..fa19cbd4 100644 --- a/YACReaderLibrary/server_config_dialog.cpp +++ b/YACReaderLibrary/server_config_dialog.cpp @@ -78,7 +78,7 @@ ServerConfigDialog::ServerConfigDialog(QWidget * parent) qrMessage->setWordWrap(true); qrMessage->setFixedWidth(200); - QLabel * propaganda = new QLabel(tr("YACReader is now available for iOS devices, the best comic reading experience now in your iPad, iPhone or iPod touch. Discover it! "),this); + QLabel * propaganda = new QLabel(tr("YACReader is now available for iOS devices, the best comic reading experience now in your iPad, iPhone or iPod touch. Discover it! "),this); propaganda->move(36,375); propaganda->setStyleSheet("QLabel {color:#1F1F1F; font-size:16px; font-family: Arial; font-style: italic;}" "QLabel::a {color:#1A1A1A}"); diff --git a/custom_widgets/custom_widgets.pri b/custom_widgets/custom_widgets.pri index 68e0deae..acc81c54 100644 --- a/custom_widgets/custom_widgets.pri +++ b/custom_widgets/custom_widgets.pri @@ -11,6 +11,7 @@ HEADERS += $$PWD/help_about_dialog.h \ $$PWD/yacreader_search_line_edit.h \ $$PWD/yacreader_spin_slider_widget.h \ $$PWD/yacreader_tool_bar_stretch.h \ + $$PWD/yacreader_dark_menu.h SOURCES += $$PWD/help_about_dialog.cpp \ $$PWD/yacreader_field_edit.cpp yacreader_search_line_edit.cpp \ @@ -21,4 +22,5 @@ SOURCES += $$PWD/help_about_dialog.cpp \ $$PWD/yacreader_options_dialog.cpp \ $$PWD/yacreader_search_line_edit.cpp \ $$PWD/yacreader_spin_slider_widget.cpp \ - $$PWD/yacreader_tool_bar_stretch.cpp \ \ No newline at end of file + $$PWD/yacreader_tool_bar_stretch.cpp \ + $$PWD/yacreader_dark_menu.cpp \ No newline at end of file diff --git a/custom_widgets/yacreader_dark_menu.cpp b/custom_widgets/yacreader_dark_menu.cpp new file mode 100644 index 00000000..0ed7118c --- /dev/null +++ b/custom_widgets/yacreader_dark_menu.cpp @@ -0,0 +1,38 @@ +#include "yacreader_dark_menu.h" + +#include