Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dl8fcl:wsjtx-rc
wsjtx
wsjtx-version.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wsjtx-version.diff of Package wsjtx
diff -urN wsjtx-2.5.0_orig/widgets/mainwindow.cpp wsjtx-2.5.0/widgets/mainwindow.cpp --- wsjtx-2.5.0_orig/widgets/mainwindow.cpp 2021-09-27 18:26:31.952156691 +0000 +++ wsjtx-2.5.0/widgets/mainwindow.cpp 2021-09-27 19:10:25.221895881 +0000 @@ -2503,17 +2503,13 @@ void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual { -#if defined (CMAKE_BUILD) - m_manual.display_html_url (QUrl {PROJECT_MANUAL_DIRECTORY_URL}, PROJECT_MANUAL); -#endif +QDesktopServices::openUrl (QUrl {"https://wsjt.sourceforge.io/wsjtx-doc/wsjtx-main-2.7.0-rc7.html"}); } //Display local copy of manual void MainWindow::on_actionLocal_User_Guide_triggered() { -#if defined (CMAKE_BUILD) - m_manual.display_html_file (m_config.doc_dir (), PROJECT_MANUAL); -#endif +QDesktopServices::openUrl (QUrl {"/usr/share/doc/wsjtx/wsjtx-main-2.7.0-rc7.html"}); } void MainWindow::on_actionWide_Waterfall_triggered() //Display Waterfalls diff -urN wsjtx-2.5.0_orig/wsjtx_config.h.in wsjtx-2.5.0/wsjtx_config.h.in --- wsjtx-2.5.0_orig/wsjtx_config.h.in 2021-06-16 11:51:53.536251565 +0000 +++ wsjtx-2.5.0/wsjtx_config.h.in 2021-09-27 19:04:29.491825463 +0000 @@ -12,7 +12,7 @@ #define PROJECT_VERSION_MAJOR @PROJECT_VERSION_MAJOR@ #define PROJECT_VERSION_MINOR @PROJECT_VERSION_MINOR@ -#define PROJECT_VERSION_PATCH @PROJECT_VERSION_PATCH@ +#define PROJECT_VERSION_PATCH @PROJECT_VERSION_PATCH@ fcl #define PROJECT_VERSION_TWEAK @PROJECT_VERSION_TWEAK@ #define BUILD_TYPE_REVISION "@BUILD_TYPE_REVISION@"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor