/[svn]/gigedit/trunk/src/gigedit/mainwindow.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3409 by schoenebeck, Tue Jan 23 16:30:56 2018 UTC revision 3711 by schoenebeck, Fri Jan 10 14:22:25 2020 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2006-2017 Andreas Persson   * Copyright (C) 2006-2020 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 21  Line 21 
21  #include <cstring>  #include <cstring>
22    
23  #include "compat.h"  #include "compat.h"
 // threads.h must be included first to be able to build with  
 // G_DISABLE_DEPRECATED  
 #if (GLIBMM_MAJOR_VERSION == 2 && GLIBMM_MINOR_VERSION == 31 && GLIBMM_MICRO_VERSION >= 2) || \  
     (GLIBMM_MAJOR_VERSION == 2 && GLIBMM_MINOR_VERSION > 31) || GLIBMM_MAJOR_VERSION > 2  
 #include <glibmm/threads.h>  
 #endif  
24    
25  #include <glibmm/convert.h>  #include <glibmm/convert.h>
26  #include <glibmm/dispatcher.h>  #include <glibmm/dispatcher.h>
# Line 102  MainWindow::MainWindow() : Line 96  MainWindow::MainWindow() :
96    
97      if (!Settings::singleton()->autoRestoreWindowDimension) {      if (!Settings::singleton()->autoRestoreWindowDimension) {
98  #if GTKMM_MAJOR_VERSION >= 3  #if GTKMM_MAJOR_VERSION >= 3
99          set_default_size(895, 600);          set_default_size(960, 600);
100  #else  #else
101          set_default_size(800, 600);          set_default_size(865, 600);
102  #endif  #endif
103          set_position(Gtk::WIN_POS_CENTER);          set_position(Gtk::WIN_POS_CENTER);
104      }      }
# Line 457  MainWindow::MainWindow() : Line 451  MainWindow::MainWindow() :
451          m_actionGroup->add_action_bool("Statusbar", sigc::mem_fun(*this, &MainWindow::on_action_view_status_bar), true);          m_actionGroup->add_action_bool("Statusbar", sigc::mem_fun(*this, &MainWindow::on_action_view_status_bar), true);
452      m_actionToggleRestoreWinDim =      m_actionToggleRestoreWinDim =
453          m_actionGroup->add_action_bool("AutoRestoreWinDim", sigc::mem_fun(*this, &MainWindow::on_auto_restore_win_dim), Settings::singleton()->autoRestoreWindowDimension);          m_actionGroup->add_action_bool("AutoRestoreWinDim", sigc::mem_fun(*this, &MainWindow::on_auto_restore_win_dim), Settings::singleton()->autoRestoreWindowDimension);
454        m_actionInstrDoubleClickOpensProps =
455            m_actionGroup->add_action_bool(
456                "OpenInstrPropsByDoubleClick",
457                sigc::mem_fun(*this, &MainWindow::on_instr_double_click_opens_props),
458                Settings::singleton()->instrumentDoubleClickOpensProps
459            );
460      m_actionToggleShowTooltips = m_actionGroup->add_action_bool(      m_actionToggleShowTooltips = m_actionGroup->add_action_bool(
461          "ShowTooltips", sigc::mem_fun(*this, &MainWindow::on_action_show_tooltips),          "ShowTooltips", sigc::mem_fun(*this, &MainWindow::on_action_show_tooltips),
462          Settings::singleton()->showTooltips          Settings::singleton()->showTooltips
# Line 484  MainWindow::MainWindow() : Line 484  MainWindow::MainWindow() :
484                           *this, &MainWindow::on_auto_restore_win_dim));                           *this, &MainWindow::on_auto_restore_win_dim));
485    
486      toggle_action =      toggle_action =
487            Gtk::ToggleAction::create("OpenInstrPropsByDoubleClick", _("Instrument Properties by Double Click"));
488        toggle_action->set_active(Settings::singleton()->instrumentDoubleClickOpensProps);
489        actionGroup->add(toggle_action,
490                         sigc::mem_fun(
491                             *this, &MainWindow::on_instr_double_click_opens_props));
492    
493        toggle_action =
494          Gtk::ToggleAction::create("ShowTooltips", _("Tooltips for Beginners"));          Gtk::ToggleAction::create("ShowTooltips", _("Tooltips for Beginners"));
495      toggle_action->set_active(Settings::singleton()->showTooltips);      toggle_action->set_active(Settings::singleton()->showTooltips);
496      actionGroup->add(      actionGroup->add(
# Line 941  MainWindow::MainWindow() : Line 948  MainWindow::MainWindow() :
948          "          <attribute name='label' translatable='yes'>Auto restore Window Dimensions</attribute>"          "          <attribute name='label' translatable='yes'>Auto restore Window Dimensions</attribute>"
949          "          <attribute name='action'>AppMenu.AutoRestoreWinDim</attribute>"          "          <attribute name='action'>AppMenu.AutoRestoreWinDim</attribute>"
950          "        </item>"          "        </item>"
951            "        <item id='OpenInstrPropsByDoubleClick'>"
952            "          <attribute name='label' translatable='yes'>Instrument Properties by Double Click</attribute>"
953            "          <attribute name='action'>AppMenu.OpenInstrPropsByDoubleClick</attribute>"
954            "        </item>"
955          "      </section>"          "      </section>"
956          "      <section>"          "      <section>"
957          "        <item id='RefreshAll'>"          "        <item id='RefreshAll'>"
# Line 1169  MainWindow::MainWindow() : Line 1180  MainWindow::MainWindow() :
1180          "      <menuitem action='Statusbar'/>"          "      <menuitem action='Statusbar'/>"
1181          "      <menuitem action='ShowTooltips'/>"          "      <menuitem action='ShowTooltips'/>"
1182          "      <menuitem action='AutoRestoreWinDim'/>"          "      <menuitem action='AutoRestoreWinDim'/>"
1183            "      <menuitem action='OpenInstrPropsByDoubleClick'/>"
1184          "      <separator/>"          "      <separator/>"
1185          "      <menuitem action='RefreshAll'/>"          "      <menuitem action='RefreshAll'/>"
1186          "    </menu>"          "    </menu>"
# Line 1292  MainWindow::MainWindow() : Line 1304  MainWindow::MainWindow() :
1304      }      }
1305      {      {
1306          Gtk::MenuItem* item = dynamic_cast<Gtk::MenuItem*>(          Gtk::MenuItem* item = dynamic_cast<Gtk::MenuItem*>(
1307                uiManager->get_widget("/MenuBar/MenuView/OpenInstrPropsByDoubleClick"));
1308            item->set_tooltip_text(_("If checked, double clicking an instrument opens its properties dialog."));
1309        }
1310        {
1311            Gtk::MenuItem* item = dynamic_cast<Gtk::MenuItem*>(
1312              uiManager->get_widget("/MenuBar/MenuTools/CombineInstruments"));              uiManager->get_widget("/MenuBar/MenuTools/CombineInstruments"));
1313          item->set_tooltip_text(_("Create combi sounds out of individual sounds of this .gig file."));          item->set_tooltip_text(_("Create combi sounds out of individual sounds of this .gig file."));
1314      }      }
# Line 1356  MainWindow::MainWindow() : Line 1373  MainWindow::MainWindow() :
1373      m_TreeView.set_model(m_refTreeModelFilter);      m_TreeView.set_model(m_refTreeModelFilter);
1374    
1375      m_TreeView.get_selection()->set_mode(Gtk::SELECTION_MULTIPLE);      m_TreeView.get_selection()->set_mode(Gtk::SELECTION_MULTIPLE);
1376      m_TreeView.set_tooltip_text(_("Right click here for actions on instruments & MIDI Rules. Drag & drop to change the order of instruments."));      m_TreeView.set_has_tooltip(true);
1377        m_TreeView.signal_query_tooltip().connect(
1378            sigc::mem_fun(*this, &MainWindow::onQueryTreeViewTooltip)
1379        );
1380      instrument_name_connection = m_refTreeModel->signal_row_changed().connect(      instrument_name_connection = m_refTreeModel->signal_row_changed().connect(
1381          sigc::mem_fun(*this, &MainWindow::instrument_name_changed)          sigc::mem_fun(*this, &MainWindow::instrument_name_changed)
1382      );      );
# Line 1487  MainWindow::MainWindow() : Line 1507  MainWindow::MainWindow() :
1507          sigc::mem_fun(*this, &MainWindow::file_changed));          sigc::mem_fun(*this, &MainWindow::file_changed));
1508      instrumentProps.signal_changed().connect(      instrumentProps.signal_changed().connect(
1509          sigc::mem_fun(*this, &MainWindow::file_changed));          sigc::mem_fun(*this, &MainWindow::file_changed));
1510      propDialog.signal_changed().connect(      sampleProps.signal_changed().connect(
1511            sigc::mem_fun(*this, &MainWindow::file_changed));
1512        fileProps.signal_changed().connect(
1513          sigc::mem_fun(*this, &MainWindow::file_changed));          sigc::mem_fun(*this, &MainWindow::file_changed));
1514      midiRules.signal_changed().connect(      midiRules.signal_changed().connect(
1515          sigc::mem_fun(*this, &MainWindow::file_changed));          sigc::mem_fun(*this, &MainWindow::file_changed));
# Line 1513  MainWindow::MainWindow() : Line 1535  MainWindow::MainWindow() :
1535          sigc::hide(          sigc::hide(
1536              sigc::bind(              sigc::bind(
1537                  file_structure_to_be_changed_signal.make_slot(),                  file_structure_to_be_changed_signal.make_slot(),
1538    #if SIGCXX_MAJOR_VERSION > 2 || (SIGCXX_MAJOR_VERSION == 2 && SIGCXX_MINOR_VERSION >= 8)
1539                    std::ref(this->file)
1540    #else
1541                  sigc::ref(this->file)                  sigc::ref(this->file)
1542    #endif
1543              )              )
1544          )          )
1545      );      );
# Line 1521  MainWindow::MainWindow() : Line 1547  MainWindow::MainWindow() :
1547          sigc::hide(          sigc::hide(
1548              sigc::bind(              sigc::bind(
1549                  file_structure_changed_signal.make_slot(),                  file_structure_changed_signal.make_slot(),
1550    #if SIGCXX_MAJOR_VERSION > 2 || (SIGCXX_MAJOR_VERSION == 2 && SIGCXX_MINOR_VERSION >= 8)
1551                    std::ref(this->file)
1552    #else
1553                  sigc::ref(this->file)                  sigc::ref(this->file)
1554    #endif
1555              )              )
1556          )          )
1557      );      );
# Line 1543  MainWindow::MainWindow() : Line 1573  MainWindow::MainWindow() :
1573          sigc::mem_fun(*this, &MainWindow::update_dimregs));          sigc::mem_fun(*this, &MainWindow::update_dimregs));
1574    
1575      m_searchText.signal_changed().connect(      m_searchText.signal_changed().connect(
1576          sigc::mem_fun(m_refTreeModelFilter.operator->(), &Gtk::TreeModelFilter::refilter)          sigc::mem_fun(*m_refTreeModelFilter.operator->(), &Gtk::TreeModelFilter::refilter)
1577      );      );
1578    
1579      file = 0;      file = 0;
# Line 1597  MainWindow::MainWindow() : Line 1627  MainWindow::MainWindow() :
1627          Gtk::AccelMap::add_entry("<Macros>/macro_9", GDK_KEY_F10, noModifier);          Gtk::AccelMap::add_entry("<Macros>/macro_9", GDK_KEY_F10, noModifier);
1628          Gtk::AccelMap::add_entry("<Macros>/macro_10", GDK_KEY_F11, noModifier);          Gtk::AccelMap::add_entry("<Macros>/macro_10", GDK_KEY_F11, noModifier);
1629          Gtk::AccelMap::add_entry("<Macros>/macro_11", GDK_KEY_F12, noModifier);          Gtk::AccelMap::add_entry("<Macros>/macro_11", GDK_KEY_F12, noModifier);
1630            Gtk::AccelMap::add_entry("<Macros>/macro_12", GDK_KEY_F13, noModifier);
1631            Gtk::AccelMap::add_entry("<Macros>/macro_13", GDK_KEY_F14, noModifier);
1632            Gtk::AccelMap::add_entry("<Macros>/macro_14", GDK_KEY_F15, noModifier);
1633            Gtk::AccelMap::add_entry("<Macros>/macro_15", GDK_KEY_F16, noModifier);
1634            Gtk::AccelMap::add_entry("<Macros>/macro_16", GDK_KEY_F17, noModifier);
1635            Gtk::AccelMap::add_entry("<Macros>/macro_17", GDK_KEY_F18, noModifier);
1636            Gtk::AccelMap::add_entry("<Macros>/macro_18", GDK_KEY_F19, noModifier);
1637          Gtk::AccelMap::add_entry("<Macros>/SetupMacros", 'm', primaryModifierKey);          Gtk::AccelMap::add_entry("<Macros>/SetupMacros", 'm', primaryModifierKey);
1638    
1639          Glib::RefPtr<Gtk::AccelGroup> accelGroup = this->get_accel_group();          Glib::RefPtr<Gtk::AccelGroup> accelGroup = this->get_accel_group();
# Line 1619  MainWindow::MainWindow() : Line 1656  MainWindow::MainWindow() :
1656          Gtk::AccelMap::add_entry("<Scripts>/script_9", GDK_KEY_F10, Gdk::SHIFT_MASK);          Gtk::AccelMap::add_entry("<Scripts>/script_9", GDK_KEY_F10, Gdk::SHIFT_MASK);
1657          Gtk::AccelMap::add_entry("<Scripts>/script_10", GDK_KEY_F11, Gdk::SHIFT_MASK);          Gtk::AccelMap::add_entry("<Scripts>/script_10", GDK_KEY_F11, Gdk::SHIFT_MASK);
1658          Gtk::AccelMap::add_entry("<Scripts>/script_11", GDK_KEY_F12, Gdk::SHIFT_MASK);          Gtk::AccelMap::add_entry("<Scripts>/script_11", GDK_KEY_F12, Gdk::SHIFT_MASK);
1659            Gtk::AccelMap::add_entry("<Scripts>/script_12", GDK_KEY_F13, Gdk::SHIFT_MASK);
1660            Gtk::AccelMap::add_entry("<Scripts>/script_13", GDK_KEY_F14, Gdk::SHIFT_MASK);
1661            Gtk::AccelMap::add_entry("<Scripts>/script_14", GDK_KEY_F15, Gdk::SHIFT_MASK);
1662            Gtk::AccelMap::add_entry("<Scripts>/script_15", GDK_KEY_F16, Gdk::SHIFT_MASK);
1663            Gtk::AccelMap::add_entry("<Scripts>/script_16", GDK_KEY_F17, Gdk::SHIFT_MASK);
1664            Gtk::AccelMap::add_entry("<Scripts>/script_17", GDK_KEY_F18, Gdk::SHIFT_MASK);
1665            Gtk::AccelMap::add_entry("<Scripts>/script_18", GDK_KEY_F19, Gdk::SHIFT_MASK);
1666            Gtk::AccelMap::add_entry("<Scripts>/DropAllScriptSlots", GDK_KEY_BackSpace, Gdk::SHIFT_MASK);
1667    
1668          Glib::RefPtr<Gtk::AccelGroup> accelGroup = this->get_accel_group();          Glib::RefPtr<Gtk::AccelGroup> accelGroup = this->get_accel_group();
1669          assign_scripts_menu->set_accel_group(accelGroup);          assign_scripts_menu->set_accel_group(accelGroup);
# Line 1866  void MainWindow::on_sel_change() Line 1911  void MainWindow::on_sel_change()
1911      }      }
1912  }  }
1913    
1914    
1915    LoaderSaverBase::LoaderSaverBase(const Glib::ustring filename, gig::File* gig) :
1916        filename(filename), gig(gig),
1917    #ifdef GLIB_THREADS
1918        thread(0),
1919    #endif
1920        progress(0.f)
1921    {
1922    }
1923    
1924  void loader_progress_callback(gig::progress_t* progress)  void loader_progress_callback(gig::progress_t* progress)
1925  {  {
1926      Loader* loader = static_cast<Loader*>(progress->custom);      LoaderSaverBase* loader = static_cast<LoaderSaverBase*>(progress->custom);
1927      loader->progress_callback(progress->factor);      loader->progress_callback(progress->factor);
1928  }  }
1929    
1930  void Loader::progress_callback(float fraction)  void LoaderSaverBase::progress_callback(float fraction)
1931  {  {
1932      {      {
1933    #ifdef GLIB_THREADS
1934          Glib::Threads::Mutex::Lock lock(progressMutex);          Glib::Threads::Mutex::Lock lock(progressMutex);
1935    #else
1936            std::lock_guard<std::mutex> lock(progressMutex);
1937    #endif
1938          progress = fraction;          progress = fraction;
1939      }      }
1940      progress_dispatcher();      progress_dispatcher();
# Line 1885  void Loader::progress_callback(float fra Line 1944  void Loader::progress_callback(float fra
1944  // make sure stack is 16-byte aligned for SSE instructions  // make sure stack is 16-byte aligned for SSE instructions
1945  __attribute__((force_align_arg_pointer))  __attribute__((force_align_arg_pointer))
1946  #endif  #endif
1947  void Loader::thread_function()  void LoaderSaverBase::thread_function()
1948  {  {
1949    #ifdef GLIB_THREADS
1950      printf("thread_function self=%p\n",      printf("thread_function self=%p\n",
1951             static_cast<void*>(Glib::Threads::Thread::self()));             static_cast<void*>(Glib::Threads::Thread::self()));
1952    #else
1953        std::cout << "thread_function self=" << std::this_thread::get_id() << "\n";
1954    #endif
1955      printf("Start %s\n", filename.c_str());      printf("Start %s\n", filename.c_str());
1956      try {      try {
         RIFF::File* riff = new RIFF::File(filename);  
         gig = new gig::File(riff);  
1957          gig::progress_t progress;          gig::progress_t progress;
1958          progress.callback = loader_progress_callback;          progress.callback = loader_progress_callback;
1959          progress.custom = this;          progress.custom = this;
1960    
1961          gig->GetInstrument(0, &progress);          thread_function_sub(progress);
1962          printf("End\n");          printf("End\n");
1963          finished_dispatcher();          finished_dispatcher();
1964      } catch (RIFF::Exception e) {      } catch (RIFF::Exception e) {
# Line 1909  void Loader::thread_function() Line 1970  void Loader::thread_function()
1970      }      }
1971  }  }
1972    
1973  Loader::Loader(const char* filename)  void LoaderSaverBase::launch()
     : filename(filename), gig(0), thread(0), progress(0.f)  
 {  
 }  
   
 void Loader::launch()  
1974  {  {
1975    #ifdef GLIB_THREADS
1976  #ifdef OLD_THREADS  #ifdef OLD_THREADS
1977      thread = Glib::Thread::create(sigc::mem_fun(*this, &Loader::thread_function), true);      thread = Glib::Thread::create(sigc::mem_fun(*this, &LoaderSaverBase::thread_function), true);
1978  #else  #else
1979      thread = Glib::Threads::Thread::create(sigc::mem_fun(*this, &Loader::thread_function));      thread = Glib::Threads::Thread::create(sigc::mem_fun(*this, &LoaderSaverBase::thread_function));
1980  #endif  #endif
1981      printf("launch thread=%p\n", static_cast<void*>(thread));      printf("launch thread=%p\n", static_cast<void*>(thread));
1982    #else
1983        thread = std::thread([this](){ thread_function(); });
1984        std::cout << "launch thread=" << thread.get_id() << "\n";
1985    #endif
1986  }  }
1987    
1988  float Loader::get_progress()  float LoaderSaverBase::get_progress()
1989  {  {
1990      float res;  #ifdef GLIB_THREADS
1991      {      Glib::Threads::Mutex::Lock lock(progressMutex);
1992          Glib::Threads::Mutex::Lock lock(progressMutex);  #else
1993          res = progress;      std::lock_guard<std::mutex> lock(progressMutex);
1994      }  #endif
1995      return res;      return progress;
1996  }  }
1997    
1998  Glib::Dispatcher& Loader::signal_progress()  Glib::Dispatcher& LoaderSaverBase::signal_progress()
1999  {  {
2000      return progress_dispatcher;      return progress_dispatcher;
2001  }  }
2002    
2003  Glib::Dispatcher& Loader::signal_finished()  Glib::Dispatcher& LoaderSaverBase::signal_finished()
2004  {  {
2005      return finished_dispatcher;      return finished_dispatcher;
2006  }  }
2007    
2008  Glib::Dispatcher& Loader::signal_error()  Glib::Dispatcher& LoaderSaverBase::signal_error()
2009  {  {
2010      return error_dispatcher;      return error_dispatcher;
2011  }  }
2012    
2013  void saver_progress_callback(gig::progress_t* progress)  void LoaderSaverBase::join() {
2014  {  #ifdef GLIB_THREADS
2015      Saver* saver = static_cast<Saver*>(progress->custom);      thread->join();
2016      saver->progress_callback(progress->factor);  #else
2017        thread.join();
2018    #endif
2019  }  }
2020    
2021  void Saver::progress_callback(float fraction)  
2022    Loader::Loader(const char* filename) :
2023        LoaderSaverBase(filename, 0)
2024  {  {
     {  
         Glib::Threads::Mutex::Lock lock(progressMutex);  
         progress = fraction;  
     }  
     progress_dispatcher.emit();  
2025  }  }
2026    
2027  #if defined(WIN32) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2))  void Loader::thread_function_sub(gig::progress_t& progress)
 // make sure stack is 16-byte aligned for SSE instructions  
 __attribute__((force_align_arg_pointer))  
 #endif  
 void Saver::thread_function()  
2028  {  {
2029      printf("thread_function self=%p\n",      RIFF::File* riff = new RIFF::File(filename);
2030             static_cast<void*>(Glib::Threads::Thread::self()));      gig = new gig::File(riff);
     printf("Start %s\n", filename.c_str());  
     try {  
         gig::progress_t progress;  
         progress.callback = saver_progress_callback;  
         progress.custom = this;  
   
         // if no filename was provided, that means "save", if filename was provided means "save as"  
         if (filename.empty()) {  
             if (!Settings::singleton()->saveWithTemporaryFile) {  
                 // save directly over the existing .gig file  
                 // (requires less disk space than solution below  
                 // but may be slower)  
                 gig->Save(&progress);  
             } else {  
                 // save the file as separate temporary file first,  
                 // then move the saved file over the old file  
                 // (may result in performance speedup during save)  
                 gig::String tmpname = filename + ".TMP";  
                 gig->Save(tmpname, &progress);  
                 #if defined(WIN32)  
                 if (!DeleteFile(filename.c_str())) {  
                     throw RIFF::Exception("Could not replace original file with temporary file (unable to remove original file).");  
                 }  
                 #else // POSIX ...  
                 if (unlink(filename.c_str())) {  
                     throw RIFF::Exception("Could not replace original file with temporary file (unable to remove original file): " + gig::String(strerror(errno)));  
                 }  
                 #endif  
                 if (rename(tmpname.c_str(), filename.c_str())) {  
                     #if defined(WIN32)  
                     throw RIFF::Exception("Could not replace original file with temporary file (unable to rename temp file).");  
                     #else  
                     throw RIFF::Exception("Could not replace original file with temporary file (unable to rename temp file): " + gig::String(strerror(errno)));  
                     #endif  
                 }  
             }  
         } else {  
             gig->Save(filename, &progress);  
         }  
2031    
2032          printf("End\n");      gig->GetInstrument(0, &progress);
         finished_dispatcher.emit();  
     } catch (RIFF::Exception e) {  
         error_message = e.Message;  
         error_dispatcher.emit();  
     } catch (...) {  
         error_message = _("Unknown exception occurred");  
         error_dispatcher.emit();  
     }  
2033  }  }
2034    
2035  Saver::Saver(gig::File* file, Glib::ustring filename)  
2036      : gig(file), filename(filename), thread(0), progress(0.f)  Saver::Saver(gig::File* file, Glib::ustring filename) :
2037        LoaderSaverBase(filename, file)
2038  {  {
2039  }  }
2040    
2041  void Saver::launch()  void Saver::thread_function_sub(gig::progress_t& progress)
2042  {  {
2043  #ifdef OLD_THREADS      // if no filename was provided, that means "save", if filename was provided means "save as"
2044      thread = Glib::Thread::create(sigc::mem_fun(*this, &Saver::thread_function), true);      if (filename.empty()) {
2045            if (!Settings::singleton()->saveWithTemporaryFile) {
2046                // save directly over the existing .gig file
2047                // (requires less disk space than solution below
2048                // but may be slower)
2049                gig->Save(&progress);
2050            } else {
2051                // save the file as separate temporary file first,
2052                // then move the saved file over the old file
2053                // (may result in performance speedup during save)
2054                gig::String tmpname = filename + ".TMP";
2055                gig->Save(tmpname, &progress);
2056    #if defined(WIN32)
2057                if (!DeleteFile(filename.c_str())) {
2058                    throw RIFF::Exception("Could not replace original file with temporary file (unable to remove original file).");
2059                }
2060    #else // POSIX ...
2061                if (unlink(filename.c_str())) {
2062                    throw RIFF::Exception("Could not replace original file with temporary file (unable to remove original file): " + gig::String(strerror(errno)));
2063                }
2064    #endif
2065                if (rename(tmpname.c_str(), filename.c_str())) {
2066    #if defined(WIN32)
2067                    throw RIFF::Exception("Could not replace original file with temporary file (unable to rename temp file).");
2068  #else  #else
2069      thread = Glib::Threads::Thread::create(sigc::mem_fun(*this, &Saver::thread_function));                  throw RIFF::Exception("Could not replace original file with temporary file (unable to rename temp file): " + gig::String(strerror(errno)));
2070  #endif  #endif
2071      printf("launch thread=%p\n", static_cast<void*>(thread));              }
2072  }          }
2073        } else {
2074  float Saver::get_progress()          gig->Save(filename, &progress);
 {  
     float res;  
     {  
         Glib::Threads::Mutex::Lock lock(progressMutex);  
         res = progress;  
2075      }      }
     return res;  
 }  
   
 Glib::Dispatcher& Saver::signal_progress()  
 {  
     return progress_dispatcher;  
 }  
   
 Glib::Dispatcher& Saver::signal_finished()  
 {  
     return finished_dispatcher;  
2076  }  }
2077    
 Glib::Dispatcher& Saver::signal_error()  
 {  
     return error_dispatcher;  
 }  
2078    
2079  ProgressDialog::ProgressDialog(const Glib::ustring& title, Gtk::Window& parent)  ProgressDialog::ProgressDialog(const Glib::ustring& title, Gtk::Window& parent)
2080      : Gtk::Dialog(title, parent, true)      : Gtk::Dialog(title, parent, true)
# Line 2217  void MainWindow::on_action_file_open() Line 2230  void MainWindow::on_action_file_open()
2230          dialog.set_current_folder(current_gig_dir);          dialog.set_current_folder(current_gig_dir);
2231      }      }
2232      if (dialog.run() == Gtk::RESPONSE_OK) {      if (dialog.run() == Gtk::RESPONSE_OK) {
2233            dialog.hide();
2234          std::string filename = dialog.get_filename();          std::string filename = dialog.get_filename();
2235          printf("filename=%s\n", filename.c_str());          printf("filename=%s\n", filename.c_str());
2236    #ifdef GLIB_THREADS
2237          printf("on_action_file_open self=%p\n",          printf("on_action_file_open self=%p\n",
2238                 static_cast<void*>(Glib::Threads::Thread::self()));                 static_cast<void*>(Glib::Threads::Thread::self()));
2239    #else
2240            std::cout << "on_action_file_open self=" <<
2241                std::this_thread::get_id() << "\n";
2242    #endif
2243          load_file(filename.c_str());          load_file(filename.c_str());
2244          current_gig_dir = Glib::path_get_dirname(filename);          current_gig_dir = Glib::path_get_dirname(filename);
2245      }      }
# Line 2293  void MainWindow::on_loader_progress() Line 2312  void MainWindow::on_loader_progress()
2312    
2313  void MainWindow::on_loader_finished()  void MainWindow::on_loader_finished()
2314  {  {
2315        loader->join();
2316      printf("Loader finished!\n");      printf("Loader finished!\n");
2317    #ifdef GLIB_THREADS
2318      printf("on_loader_finished self=%p\n",      printf("on_loader_finished self=%p\n",
2319             static_cast<void*>(Glib::Threads::Thread::self()));             static_cast<void*>(Glib::Threads::Thread::self()));
2320    #else
2321        std::cout << "on_loader_finished self=" <<
2322            std::this_thread::get_id() << "\n";
2323    #endif
2324      load_gig(loader->gig, loader->filename.c_str());      load_gig(loader->gig, loader->filename.c_str());
2325      progress_dialog->hide();      progress_dialog->hide();
2326  }  }
2327    
2328  void MainWindow::on_loader_error()  void MainWindow::on_loader_error()
2329  {  {
2330        loader->join();
2331      Glib::ustring txt = _("Could not load file: ") + loader->error_message;      Glib::ustring txt = _("Could not load file: ") + loader->error_message;
2332      Gtk::MessageDialog msg(*this, txt, false, Gtk::MESSAGE_ERROR);      Gtk::MessageDialog msg(*this, txt, false, Gtk::MESSAGE_ERROR);
2333      msg.run();      msg.run();
# Line 2372  void MainWindow::on_saver_progress() Line 2398  void MainWindow::on_saver_progress()
2398    
2399  void MainWindow::on_saver_error()  void MainWindow::on_saver_error()
2400  {  {
2401        saver->join();
2402      file_structure_changed_signal.emit(this->file);      file_structure_changed_signal.emit(this->file);
2403      Glib::ustring txt = _("Could not save file: ") + saver->error_message;      Glib::ustring txt = _("Could not save file: ") + saver->error_message;
2404      Gtk::MessageDialog msg(*this, txt, false, Gtk::MESSAGE_ERROR);      Gtk::MessageDialog msg(*this, txt, false, Gtk::MESSAGE_ERROR);
# Line 2380  void MainWindow::on_saver_error() Line 2407  void MainWindow::on_saver_error()
2407    
2408  void MainWindow::on_saver_finished()  void MainWindow::on_saver_finished()
2409  {  {
2410        saver->join();
2411      this->file = saver->gig;      this->file = saver->gig;
2412      this->filename = saver->filename;      this->filename = saver->filename;
2413      current_gig_dir = Glib::path_get_dirname(filename);      current_gig_dir = Glib::path_get_dirname(filename);
# Line 2471  bool MainWindow::file_save_as() Line 2499  bool MainWindow::file_save_as()
2499  #endif  #endif
2500    
2501      if (dialog.run() == Gtk::RESPONSE_OK) {      if (dialog.run() == Gtk::RESPONSE_OK) {
2502            dialog.hide();
2503          std::string filename = dialog.get_filename();          std::string filename = dialog.get_filename();
2504          if (!Glib::str_has_suffix(filename, ".gig")) {          if (!Glib::str_has_suffix(filename, ".gig")) {
2505              filename += ".gig";              filename += ".gig";
# Line 2599  void MainWindow::__import_queued_samples Line 2628  void MainWindow::__import_queued_samples
2628    
2629  void MainWindow::on_action_file_properties()  void MainWindow::on_action_file_properties()
2630  {  {
2631      propDialog.show();      fileProps.show();
2632      propDialog.deiconify();      fileProps.deiconify();
2633  }  }
2634    
2635  void MainWindow::on_action_warn_user_on_extensions() {  void MainWindow::on_action_warn_user_on_extensions() {
# Line 2622  void MainWindow::on_show_tooltips_change Line 2651  void MainWindow::on_show_tooltips_change
2651      dimreg_all_regions.set_has_tooltip(b);      dimreg_all_regions.set_has_tooltip(b);
2652      dimreg_all_dimregs.set_has_tooltip(b);      dimreg_all_dimregs.set_has_tooltip(b);
2653      dimreg_stereo.set_has_tooltip(b);      dimreg_stereo.set_has_tooltip(b);
2654      m_TreeView.set_has_tooltip(b);  
2655        // Not doing this here, we let onQueryTreeViewTooltip() handle this per cell
2656        //m_TreeView.set_has_tooltip(b);
2657    
2658      m_TreeViewSamples.set_has_tooltip(b);      m_TreeViewSamples.set_has_tooltip(b);
2659      m_TreeViewScripts.set_has_tooltip(b);      m_TreeViewScripts.set_has_tooltip(b);
2660    
# Line 2648  void MainWindow::on_action_help_about() Line 2680  void MainWindow::on_action_help_about()
2680      dialog.set_name("Gigedit");      dialog.set_name("Gigedit");
2681  #endif  #endif
2682      dialog.set_version(VERSION);      dialog.set_version(VERSION);
2683      dialog.set_copyright("Copyright (C) 2006-2017 Andreas Persson");      dialog.set_copyright("Copyright (C) 2006-2019 Andreas Persson");
2684      const std::string sComment =      const std::string sComment =
2685          _("Built " __DATE__ "\nUsing ") +          _("Built " __DATE__ "\nUsing ") +
2686          ::gig::libraryName() + " " + ::gig::libraryVersion() + "\n\n" +          ::gig::libraryName() + " " + ::gig::libraryVersion() + "\n\n" +
# Line 2659  void MainWindow::on_action_help_about() Line 2691  void MainWindow::on_action_help_about()
2691              "backup your Gigasampler/GigaStudio files before editing them with "              "backup your Gigasampler/GigaStudio files before editing them with "
2692              "this application.\n"              "this application.\n"
2693              "\n"              "\n"
2694              "Please report bugs to: http://bugs.linuxsampler.org"              "Please report bugs to: https://bugs.linuxsampler.org"
2695          );          );
2696      dialog.set_comments(sComment.c_str());      dialog.set_comments(sComment.c_str());
2697      dialog.set_website("http://www.linuxsampler.org");      dialog.set_website("https://www.linuxsampler.org");
2698      dialog.set_website_label("http://www.linuxsampler.org");      dialog.set_website_label("https://www.linuxsampler.org");
2699      dialog.set_position(Gtk::WIN_POS_CENTER);      dialog.set_position(Gtk::WIN_POS_CENTER);
2700      dialog.run();      dialog.run();
2701  }  }
2702    
2703  PropDialog::PropDialog()  FilePropDialog::FilePropDialog()
2704      : eFileFormat(_("File Format")),      : eFileFormat(_("File Format")),
2705        eName(_("Name")),        eName(_("Name")),
2706        eCreationDate(_("Creation date")),        eCreationDate(_("Creation date")),
# Line 2702  PropDialog::PropDialog() Line 2734  PropDialog::PropDialog()
2734      set_title(_("File Properties"));      set_title(_("File Properties"));
2735      eName.set_width_chars(50);      eName.set_width_chars(50);
2736    
2737        connect(eFileFormat, &FilePropDialog::set_FileFormat);
2738      connect(eName, &DLS::Info::Name);      connect(eName, &DLS::Info::Name);
2739      connect(eCreationDate, &DLS::Info::CreationDate);      connect(eCreationDate, &DLS::Info::CreationDate);
2740      connect(eComments, &DLS::Info::Comments);      connect(eComments, &DLS::Info::Comments);
# Line 2744  PropDialog::PropDialog() Line 2777  PropDialog::PropDialog()
2777  #endif  #endif
2778    
2779      add(vbox);      add(vbox);
2780  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
2781      table.set_margin(5);      table.set_margin(5);
2782  #else  #else
2783      table.set_border_width(5);      table.set_border_width(5);
# Line 2752  PropDialog::PropDialog() Line 2785  PropDialog::PropDialog()
2785      vbox.add(table);      vbox.add(table);
2786      vbox.pack_start(buttonBox, Gtk::PACK_SHRINK);      vbox.pack_start(buttonBox, Gtk::PACK_SHRINK);
2787      buttonBox.set_layout(Gtk::BUTTONBOX_END);      buttonBox.set_layout(Gtk::BUTTONBOX_END);
2788  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
2789      buttonBox.set_margin(5);      buttonBox.set_margin(5);
2790  #else  #else
2791      buttonBox.set_border_width(5);      buttonBox.set_border_width(5);
# Line 2762  PropDialog::PropDialog() Line 2795  PropDialog::PropDialog()
2795      quitButton.set_can_default();      quitButton.set_can_default();
2796      quitButton.grab_focus();      quitButton.grab_focus();
2797      quitButton.signal_clicked().connect(      quitButton.signal_clicked().connect(
2798          sigc::mem_fun(*this, &PropDialog::hide));          sigc::mem_fun(*this, &FilePropDialog::hide));
     eFileFormat.signal_value_changed().connect(  
         sigc::mem_fun(*this, &PropDialog::onFileFormatChanged));  
2799    
2800      quitButton.show();      quitButton.show();
2801      vbox.show();      vbox.show();
# Line 2773  PropDialog::PropDialog() Line 2804  PropDialog::PropDialog()
2804  #endif  #endif
2805  }  }
2806    
2807  void PropDialog::set_file(gig::File* file)  void FilePropDialog::set_file(gig::File* file)
2808  {  {
2809      m_file = file;      m_file = file;
2810        update(file->pInfo);
2811    
2812      // update file format version combo box      // update file format version combo box
2813      const std::string sGiga = "Gigasampler/GigaStudio v";      const std::string sGiga = "Gigasampler/GigaStudio v";
# Line 2783  void PropDialog::set_file(gig::File* fil Line 2815  void PropDialog::set_file(gig::File* fil
2815      std::vector<std::string> txts;      std::vector<std::string> txts;
2816      std::vector<int> values;      std::vector<int> values;
2817      txts.push_back(sGiga + "2"); values.push_back(2);      txts.push_back(sGiga + "2"); values.push_back(2);
2818      txts.push_back(sGiga + "3/v4"); values.push_back(3);      txts.push_back(sGiga + "3"); values.push_back(3);
2819      if (major != 2 && major != 3) {      txts.push_back(sGiga + "4"); values.push_back(4);
2820        if (major < 2 || major > 4) {
2821          txts.push_back(sGiga + ToString(major)); values.push_back(major);          txts.push_back(sGiga + ToString(major)); values.push_back(major);
2822      }      }
2823      std::vector<const char*> texts;      std::vector<const char*> texts;
2824      for (int i = 0; i < txts.size(); ++i) texts.push_back(txts[i].c_str());      for (int i = 0; i < txts.size(); ++i) texts.push_back(txts[i].c_str());
2825      texts.push_back(NULL); values.push_back(0);      texts.push_back(NULL); values.push_back(0);
2826    
2827        update_model++;
2828      eFileFormat.set_choices(&texts[0], &values[0]);      eFileFormat.set_choices(&texts[0], &values[0]);
2829      eFileFormat.set_value(major);      eFileFormat.set_value(major);
2830        update_model--;
2831  }  }
2832    
2833  void PropDialog::onFileFormatChanged() {  void FilePropDialog::set_FileFormat(int value)
     const int major = eFileFormat.get_value();  
     if (m_file) m_file->pVersion->major = major;  
 }  
   
 void PropDialog::set_info(DLS::Info* info)  
2834  {  {
2835      update(info);      m_file->pVersion->major = value;
2836  }  }
2837    
2838    
# Line 2843  InstrumentProps::InstrumentProps() : Line 2874  InstrumentProps::InstrumentProps() :
2874      eIsDrum(_("Is drum")),      eIsDrum(_("Is drum")),
2875      eMIDIBank(_("MIDI bank"), 0, 16383),      eMIDIBank(_("MIDI bank"), 0, 16383),
2876      eMIDIProgram(_("MIDI program")),      eMIDIProgram(_("MIDI program")),
2877      eAttenuation(_("Attenuation"), 0, 96, 0, 1),      eAttenuation(_("Attenuation (dB)"), -96, +96, 0, 1),
     eGainPlus6(_("Gain +6dB"), eAttenuation, -6),  
2878      eEffectSend(_("Effect send"), 0, 65535),      eEffectSend(_("Effect send"), 0, 65535),
2879      eFineTune(_("Fine tune"), -8400, 8400),      eFineTune(_("Fine tune"), -8400, 8400),
2880      ePitchbendRange(_("Pitchbend range"), 0, 48),      ePitchbendRange(_("Pitchbend range (halftones)"), 0, 48),
2881      ePianoReleaseMode(_("Piano release mode")),      ePianoReleaseMode(_("Piano release mode")),
2882      eDimensionKeyRangeLow(_("Keyswitching range low")),      eDimensionKeyRangeLow(_("Keyswitching range low")),
2883      eDimensionKeyRangeHigh(_("Keyswitching range high"))      eDimensionKeyRangeHigh(_("Keyswitching range high")),
2884        table2(2,1),
2885        eName2(_("Name")),
2886        eCreationDate(_("Creation date")),
2887        eComments(_("Comments")),
2888        eProduct(_("Product")),
2889        eCopyright(_("Copyright")),
2890        eArtists(_("Artists")),
2891        eGenre(_("Genre")),
2892        eKeywords(_("Keywords")),
2893        eEngineer(_("Engineer")),
2894        eTechnician(_("Technician")),
2895        eSoftware(_("Software")),
2896        eMedium(_("Medium")),
2897        eSource(_("Source")),
2898        eSourceForm(_("Source form")),
2899        eCommissioned(_("Commissioned")),
2900        eSubject(_("Subject"))
2901  {  {
2902      if (!Settings::singleton()->autoRestoreWindowDimension) {      if (!Settings::singleton()->autoRestoreWindowDimension) {
2903          //set_default_size(470, 390);          //set_default_size(470, 390);
# Line 2859  InstrumentProps::InstrumentProps() : Line 2906  InstrumentProps::InstrumentProps() :
2906    
2907      set_title(_("Instrument Properties"));      set_title(_("Instrument Properties"));
2908    
2909        tabs.append_page(vbox[1], _("Settings"));
2910        tabs.append_page(vbox[2], _("Info"));
2911    
2912      eDimensionKeyRangeLow.set_tip(      eDimensionKeyRangeLow.set_tip(
2913          _("start of the keyboard area which should switch the "          _("start of the keyboard area which should switch the "
2914            "\"keyswitching\" dimension")            "\"keyswitching\" dimension")
# Line 2873  InstrumentProps::InstrumentProps() : Line 2923  InstrumentProps::InstrumentProps() :
2923      connect(eMIDIBank, &InstrumentProps::set_MIDIBank);      connect(eMIDIBank, &InstrumentProps::set_MIDIBank);
2924      connect(eMIDIProgram, &InstrumentProps::set_MIDIProgram);      connect(eMIDIProgram, &InstrumentProps::set_MIDIProgram);
2925      connect(eAttenuation, &gig::Instrument::Attenuation);      connect(eAttenuation, &gig::Instrument::Attenuation);
     connect(eGainPlus6, &gig::Instrument::Attenuation);  
2926      connect(eEffectSend, &gig::Instrument::EffectSend);      connect(eEffectSend, &gig::Instrument::EffectSend);
2927      connect(eFineTune, &gig::Instrument::FineTune);      connect(eFineTune, &gig::Instrument::FineTune);
2928      connect(ePitchbendRange, &gig::Instrument::PitchbendRange);      connect(ePitchbendRange, &gig::Instrument::PitchbendRange);
# Line 2883  InstrumentProps::InstrumentProps() : Line 2932  InstrumentProps::InstrumentProps() :
2932    
2933      eName.signal_value_changed().connect(sig_name_changed.make_slot());      eName.signal_value_changed().connect(sig_name_changed.make_slot());
2934    
2935        connect(eName2, &InstrumentProps::set_Name);
2936        connectLambda(eCreationDate, [this](gig::String s) {
2937            m->pInfo->CreationDate = s;
2938        });
2939        connectLambda(eComments, [this](gig::String s) {
2940            m->pInfo->Comments = s;
2941        });
2942        connectLambda(eProduct, [this](gig::String s) {
2943            m->pInfo->Product = s;
2944        });
2945        connectLambda(eCopyright, [this](gig::String s) {
2946            m->pInfo->Copyright = s;
2947        });
2948        connectLambda(eArtists, [this](gig::String s) {
2949            m->pInfo->Artists = s;
2950        });
2951        connectLambda(eGenre, [this](gig::String s) {
2952            m->pInfo->Genre = s;
2953        });
2954        connectLambda(eKeywords, [this](gig::String s) {
2955            m->pInfo->Keywords = s;
2956        });
2957        connectLambda(eEngineer, [this](gig::String s) {
2958            m->pInfo->Engineer = s;
2959        });
2960        connectLambda(eTechnician, [this](gig::String s) {
2961            m->pInfo->Technician = s;
2962        });
2963        connectLambda(eSoftware, [this](gig::String s) {
2964            m->pInfo->Software = s;
2965        });
2966        connectLambda(eMedium, [this](gig::String s) {
2967            m->pInfo->Medium = s;
2968        });
2969        connectLambda(eSource, [this](gig::String s) {
2970            m->pInfo->Source = s;
2971        });
2972        connectLambda(eSourceForm, [this](gig::String s) {
2973            m->pInfo->SourceForm = s;
2974        });
2975        connectLambda(eCommissioned, [this](gig::String s) {
2976            m->pInfo->Commissioned = s;
2977        });
2978        connectLambda(eSubject, [this](gig::String s) {
2979            m->pInfo->Subject = s;
2980        });
2981    
2982        // tab 1
2983  #if USE_GTKMM_GRID  #if USE_GTKMM_GRID
2984      table.set_column_spacing(5);      table.set_column_spacing(5);
2985  #else  #else
2986      table.set_col_spacings(5);      table.set_col_spacings(5);
2987  #endif  #endif
   
2988      table.add(eName);      table.add(eName);
2989      table.add(eIsDrum);      table.add(eIsDrum);
2990      table.add(eMIDIBank);      table.add(eMIDIBank);
2991      table.add(eMIDIProgram);      table.add(eMIDIProgram);
2992      table.add(eAttenuation);      table.add(eAttenuation);
     table.add(eGainPlus6);  
2993      table.add(eEffectSend);      table.add(eEffectSend);
2994      table.add(eFineTune);      table.add(eFineTune);
2995      table.add(ePitchbendRange);      table.add(ePitchbendRange);
# Line 2902  InstrumentProps::InstrumentProps() : Line 2997  InstrumentProps::InstrumentProps() :
2997      table.add(eDimensionKeyRangeLow);      table.add(eDimensionKeyRangeLow);
2998      table.add(eDimensionKeyRangeHigh);      table.add(eDimensionKeyRangeHigh);
2999    
3000      add(vbox);      // tab 2
3001  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if USE_GTKMM_GRID
3002        table2.set_column_spacing(5);
3003    #else
3004        table2.set_col_spacings(5);
3005    #endif
3006        table2.add(eName2);
3007        table2.add(eCreationDate);
3008        table2.add(eComments);
3009        table2.add(eProduct);
3010        table2.add(eCopyright);
3011        table2.add(eArtists);
3012        table2.add(eGenre);
3013        table2.add(eKeywords);
3014        table2.add(eEngineer);
3015        table2.add(eTechnician);
3016        table2.add(eSoftware);
3017        table2.add(eMedium);
3018        table2.add(eSource);
3019        table2.add(eSourceForm);
3020        table2.add(eCommissioned);
3021        table2.add(eSubject);
3022    
3023        add(vbox[0]);
3024    #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
3025      table.set_margin(5);      table.set_margin(5);
3026  #else  #else
3027      table.set_border_width(5);      table.set_border_width(5);
3028  #endif  #endif
3029      vbox.pack_start(table);      vbox[1].pack_start(table);
3030        vbox[2].pack_start(table2);
3031      table.show();      table.show();
3032      vbox.pack_start(buttonBox, Gtk::PACK_SHRINK);      table2.show();
3033        vbox[0].pack_start(tabs);
3034        vbox[0].pack_start(buttonBox, Gtk::PACK_SHRINK);
3035      buttonBox.set_layout(Gtk::BUTTONBOX_END);      buttonBox.set_layout(Gtk::BUTTONBOX_END);
3036  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
3037      buttonBox.set_margin(5);      buttonBox.set_margin(5);
3038  #else  #else
3039      buttonBox.set_border_width(5);      buttonBox.set_border_width(5);
# Line 2926  InstrumentProps::InstrumentProps() : Line 3047  InstrumentProps::InstrumentProps() :
3047          sigc::mem_fun(*this, &InstrumentProps::hide));          sigc::mem_fun(*this, &InstrumentProps::hide));
3048    
3049      quitButton.show();      quitButton.show();
3050      vbox.show();      vbox[0].show();
3051  #if HAS_GTKMM_SHOW_ALL_CHILDREN  #if HAS_GTKMM_SHOW_ALL_CHILDREN
3052      show_all_children();      show_all_children();
3053  #endif  #endif
# Line 2937  void InstrumentProps::set_instrument(gig Line 3058  void InstrumentProps::set_instrument(gig
3058      update(instrument);      update(instrument);
3059    
3060      update_model++;      update_model++;
3061    
3062        // tab 1
3063      eName.set_value(instrument->pInfo->Name);      eName.set_value(instrument->pInfo->Name);
3064      eIsDrum.set_value(instrument->IsDrum);      eIsDrum.set_value(instrument->IsDrum);
3065      eMIDIBank.set_value(instrument->MIDIBank);      eMIDIBank.set_value(instrument->MIDIBank);
3066      eMIDIProgram.set_value(instrument->MIDIProgram);      eMIDIProgram.set_value(instrument->MIDIProgram);
3067        // tab 2
3068        eName2.set_value(instrument->pInfo->Name);
3069        eCreationDate.set_value(instrument->pInfo->CreationDate);
3070        eComments.set_value(instrument->pInfo->Comments);
3071        eProduct.set_value(instrument->pInfo->Product);
3072        eCopyright.set_value(instrument->pInfo->Copyright);
3073        eArtists.set_value(instrument->pInfo->Artists);
3074        eGenre.set_value(instrument->pInfo->Genre);
3075        eKeywords.set_value(instrument->pInfo->Keywords);
3076        eEngineer.set_value(instrument->pInfo->Engineer);
3077        eTechnician.set_value(instrument->pInfo->Technician);
3078        eSoftware.set_value(instrument->pInfo->Software);
3079        eMedium.set_value(instrument->pInfo->Medium);
3080        eSource.set_value(instrument->pInfo->Source);
3081        eSourceForm.set_value(instrument->pInfo->SourceForm);
3082        eCommissioned.set_value(instrument->pInfo->Commissioned);
3083        eSubject.set_value(instrument->pInfo->Subject);
3084    
3085        update_model--;
3086    }
3087    
3088    
3089    SampleProps::SampleProps() :
3090    #if HAS_GTKMM_STOCK
3091        quitButton(Gtk::Stock::CLOSE),
3092    #else
3093        quitButton(_("_Close")),
3094    #endif
3095        table(2,1),
3096        eName(_("Name")),
3097        eUnityNote(_("Unity Note")),
3098        eSampleGroup(_("Sample Group")),
3099        eSampleFormatInfo(_("Sample Format")),
3100        eSampleID("Sample ID"),
3101        eChecksum("Wave Data CRC-32"),
3102        eLoopsCount(_("Loops"), 0, 1), // we might support more than 1 loop in future
3103        eLoopStart(_("Loop start position"), 0, 9999999),
3104        eLoopLength(_("Loop size"), 0, 9999999),
3105        eLoopType(_("Loop type")),
3106        eLoopPlayCount(_("Playback count")),
3107        table2(2,1),
3108        eName2(_("Name")),
3109        eCreationDate(_("Creation date")),
3110        eComments(_("Comments")),
3111        eProduct(_("Product")),
3112        eCopyright(_("Copyright")),
3113        eArtists(_("Artists")),
3114        eGenre(_("Genre")),
3115        eKeywords(_("Keywords")),
3116        eEngineer(_("Engineer")),
3117        eTechnician(_("Technician")),
3118        eSoftware(_("Software")),
3119        eMedium(_("Medium")),
3120        eSource(_("Source")),
3121        eSourceForm(_("Source form")),
3122        eCommissioned(_("Commissioned")),
3123        eSubject(_("Subject"))
3124    {
3125        if (!Settings::singleton()->autoRestoreWindowDimension) {
3126            //set_default_size(470, 390);
3127            set_position(Gtk::WIN_POS_MOUSE);
3128        }
3129    
3130        set_title(_("Sample Properties"));
3131    
3132        tabs.append_page(vbox[1], _("Settings"));
3133        tabs.append_page(vbox[2], _("Info"));
3134    
3135        connect(eName, &SampleProps::set_Name);
3136        connect(eUnityNote, &gig::Sample::MIDIUnityNote);
3137        connect(eLoopsCount, &gig::Sample::Loops);
3138        connectLambda(eLoopStart, [this](uint32_t start){
3139            m->LoopStart = start;
3140            m->LoopEnd = start + m->LoopSize;
3141        });
3142        connectLambda(eLoopLength, [this](uint32_t length){
3143            m->LoopSize = length;
3144            m->LoopEnd = m->LoopStart + length;
3145        });
3146        {
3147            const char* choices[] = { _("normal"), _("bidirectional"), _("backward"), 0 };
3148            static const gig::loop_type_t values[] = {
3149                gig::loop_type_normal,
3150                gig::loop_type_bidirectional,
3151                gig::loop_type_backward
3152            };
3153            eLoopType.set_choices(choices, values);
3154        }
3155        connect(eLoopType, &gig::Sample::LoopType);
3156        connect(eLoopPlayCount, &gig::Sample::LoopPlayCount);
3157    
3158        eName.signal_value_changed().connect(sig_name_changed.make_slot());
3159    
3160        connect(eName2, &SampleProps::set_Name);
3161        connectLambda(eCreationDate, [this](gig::String s) {
3162            m->pInfo->CreationDate = s;
3163        });
3164        connectLambda(eComments, [this](gig::String s) {
3165            m->pInfo->Comments = s;
3166        });
3167        connectLambda(eProduct, [this](gig::String s) {
3168            m->pInfo->Product = s;
3169        });
3170        connectLambda(eCopyright, [this](gig::String s) {
3171            m->pInfo->Copyright = s;
3172        });
3173        connectLambda(eArtists, [this](gig::String s) {
3174            m->pInfo->Artists = s;
3175        });
3176        connectLambda(eGenre, [this](gig::String s) {
3177            m->pInfo->Genre = s;
3178        });
3179        connectLambda(eKeywords, [this](gig::String s) {
3180            m->pInfo->Keywords = s;
3181        });
3182        connectLambda(eEngineer, [this](gig::String s) {
3183            m->pInfo->Engineer = s;
3184        });
3185        connectLambda(eTechnician, [this](gig::String s) {
3186            m->pInfo->Technician = s;
3187        });
3188        connectLambda(eSoftware, [this](gig::String s) {
3189            m->pInfo->Software = s;
3190        });
3191        connectLambda(eMedium, [this](gig::String s) {
3192            m->pInfo->Medium = s;
3193        });
3194        connectLambda(eSource, [this](gig::String s) {
3195            m->pInfo->Source = s;
3196        });
3197        connectLambda(eSourceForm, [this](gig::String s) {
3198            m->pInfo->SourceForm = s;
3199        });
3200        connectLambda(eCommissioned, [this](gig::String s) {
3201            m->pInfo->Commissioned = s;
3202        });
3203        connectLambda(eSubject, [this](gig::String s) {
3204            m->pInfo->Subject = s;
3205        });
3206    
3207        // tab 1
3208    #if USE_GTKMM_GRID
3209        table.set_column_spacing(5);
3210    #else
3211        table.set_col_spacings(5);
3212    #endif
3213        table.add(eName);
3214        table.add(eUnityNote);
3215        table.add(eSampleGroup);
3216        table.add(eSampleFormatInfo);
3217        table.add(eSampleID);
3218        table.add(eChecksum);
3219        table.add(eLoopsCount);
3220        table.add(eLoopStart);
3221        table.add(eLoopLength);
3222        table.add(eLoopType);
3223        table.add(eLoopPlayCount);
3224    
3225        // tab 2
3226    #if USE_GTKMM_GRID
3227        table2.set_column_spacing(5);
3228    #else
3229        table2.set_col_spacings(5);
3230    #endif
3231        table2.add(eName2);
3232        table2.add(eCreationDate);
3233        table2.add(eComments);
3234        table2.add(eProduct);
3235        table2.add(eCopyright);
3236        table2.add(eArtists);
3237        table2.add(eGenre);
3238        table2.add(eKeywords);
3239        table2.add(eEngineer);
3240        table2.add(eTechnician);
3241        table2.add(eSoftware);
3242        table2.add(eMedium);
3243        table2.add(eSource);
3244        table2.add(eSourceForm);
3245        table2.add(eCommissioned);
3246        table2.add(eSubject);
3247    
3248        add(vbox[0]);
3249    #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
3250        table.set_margin(5);
3251    #else
3252        table.set_border_width(5);
3253    #endif
3254        vbox[1].pack_start(table);
3255        vbox[2].pack_start(table2);
3256        table.show();
3257        table2.show();
3258        vbox[0].pack_start(tabs);
3259        vbox[0].pack_start(buttonBox, Gtk::PACK_SHRINK);
3260        buttonBox.set_layout(Gtk::BUTTONBOX_END);
3261    #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
3262        buttonBox.set_margin(5);
3263    #else
3264        buttonBox.set_border_width(5);
3265    #endif
3266        buttonBox.show();
3267        buttonBox.pack_start(quitButton);
3268        quitButton.set_can_default();
3269        quitButton.grab_focus();
3270    
3271        quitButton.signal_clicked().connect(
3272            sigc::mem_fun(*this, &SampleProps::hide));
3273    
3274        quitButton.show();
3275        vbox[0].show();
3276    #if HAS_GTKMM_SHOW_ALL_CHILDREN
3277        show_all_children();
3278    #endif
3279    }
3280    
3281    void SampleProps::set_sample(gig::Sample* sample)
3282    {
3283        update(sample);
3284    
3285        update_model++;
3286    
3287        // tab 1
3288        eName.set_value(sample->pInfo->Name);
3289        eUnityNote.set_value(sample->MIDIUnityNote);
3290        // show sample group name
3291        {
3292            Glib::ustring s = "---";
3293            if (sample && sample->GetGroup())
3294                s = sample->GetGroup()->Name;
3295            eSampleGroup.text.set_text(s);
3296        }
3297        // assemble sample format info string
3298        {
3299            Glib::ustring s;
3300            if (sample) {
3301                switch (sample->Channels) {
3302                    case 1: s = _("Mono"); break;
3303                    case 2: s = _("Stereo"); break;
3304                    default:
3305                        s = ToString(sample->Channels) + _(" audio channels");
3306                        break;
3307                }
3308                s += " " + ToString(sample->BitDepth) + " Bits";
3309                s += " " + ToString(sample->SamplesPerSecond/1000) + "."
3310                         + ToString((sample->SamplesPerSecond%1000)/100) + " kHz";
3311            } else {
3312                s = _("No sample assigned to this dimension region.");
3313            }
3314            eSampleFormatInfo.text.set_text(s);
3315        }
3316        // generate sample's memory address pointer string
3317        {
3318            Glib::ustring s;
3319            if (sample) {
3320                char buf[64] = {};
3321                snprintf(buf, sizeof(buf), "%p", sample);
3322                s = buf;
3323            } else {
3324                s = "---";
3325            }
3326            eSampleID.text.set_text(s);
3327        }
3328        // generate raw wave form data CRC-32 checksum string
3329        {
3330            Glib::ustring s = "---";
3331            if (sample) {
3332                char buf[64] = {};
3333                snprintf(buf, sizeof(buf), "%x", sample->GetWaveDataCRC32Checksum());
3334                s = buf;
3335            }
3336            eChecksum.text.set_text(s);
3337        }
3338        eLoopsCount.set_value(sample->Loops);
3339        eLoopStart.set_value(sample->LoopStart);
3340        eLoopLength.set_value(sample->LoopSize);
3341        eLoopType.set_value(sample->LoopType);
3342        eLoopPlayCount.set_value(sample->LoopPlayCount);
3343        // tab 2
3344        eName2.set_value(sample->pInfo->Name);
3345        eCreationDate.set_value(sample->pInfo->CreationDate);
3346        eComments.set_value(sample->pInfo->Comments);
3347        eProduct.set_value(sample->pInfo->Product);
3348        eCopyright.set_value(sample->pInfo->Copyright);
3349        eArtists.set_value(sample->pInfo->Artists);
3350        eGenre.set_value(sample->pInfo->Genre);
3351        eKeywords.set_value(sample->pInfo->Keywords);
3352        eEngineer.set_value(sample->pInfo->Engineer);
3353        eTechnician.set_value(sample->pInfo->Technician);
3354        eSoftware.set_value(sample->pInfo->Software);
3355        eMedium.set_value(sample->pInfo->Medium);
3356        eSource.set_value(sample->pInfo->Source);
3357        eSourceForm.set_value(sample->pInfo->SourceForm);
3358        eCommissioned.set_value(sample->pInfo->Commissioned);
3359        eSubject.set_value(sample->pInfo->Subject);
3360    
3361        update_model--;
3362    }
3363    
3364    void SampleProps::set_Name(const gig::String& name)
3365    {
3366        m->pInfo->Name = name;
3367    }
3368    
3369    void SampleProps::update_name()
3370    {
3371        update_model++;
3372        eName.set_value(m->pInfo->Name);
3373      update_model--;      update_model--;
3374  }  }
3375    
# Line 2974  void MainWindow::updateSampleRefCountMap Line 3403  void MainWindow::updateSampleRefCountMap
3403      }      }
3404  }  }
3405    
3406    bool MainWindow::onQueryTreeViewTooltip(int x, int y, bool keyboardTip, const Glib::RefPtr<Gtk::Tooltip>& tooltip) {
3407        Gtk::TreeModel::iterator iter;
3408        if (!m_TreeView.get_tooltip_context_iter(x, y, keyboardTip, iter)) {
3409            return false;
3410        }
3411        Gtk::TreeModel::Path path(iter);
3412        Gtk::TreeModel::Row row = *iter;
3413        Gtk::TreeViewColumn* pointedColumn = NULL;
3414        // resolve the precise table column the mouse points to
3415        {
3416            Gtk::TreeModel::Path path; // unused
3417            int cellX, cellY; // unused
3418            m_TreeView.get_path_at_pos(x, y, path, pointedColumn, cellX, cellY);
3419        }
3420        Gtk::TreeViewColumn* scriptsColumn = m_TreeView.get_column(2);
3421        if (pointedColumn == scriptsColumn) { // mouse hovers scripts column ...
3422            // show the script(s) assigned to the hovered instrument as tooltip
3423            tooltip->set_markup( row[m_Columns.m_col_tooltip] );
3424            m_TreeView.set_tooltip_cell(tooltip, &path, scriptsColumn, NULL);
3425        } else {
3426            // if beginners' tooltips is disabled then don't show the following one
3427            if (!Settings::singleton()->showTooltips)
3428                return false;
3429            // yeah, a beginners tooltip
3430            tooltip->set_text(_(
3431                "Right click here for actions on instruments & MIDI Rules. "
3432                "Drag & drop to change the order of instruments."
3433            ));
3434            m_TreeView.set_tooltip_cell(tooltip, &path, pointedColumn, NULL);
3435        }
3436        return true;
3437    }
3438    
3439    static Glib::ustring scriptTooltipFor(gig::Instrument* instrument, int index) {
3440        Glib::ustring name(gig_to_utf8(instrument->pInfo->Name));
3441        const int iScriptSlots = instrument->ScriptSlotCount();
3442        Glib::ustring tooltip = "<u>(" + ToString(index) + ") “"  + name + "”</u>\n\n";
3443        if (!iScriptSlots)
3444            tooltip += "<span foreground='red'><i>No script assigned</i></span>";
3445        else {
3446            for (int i = 0; i < iScriptSlots; ++i) {
3447                tooltip += "• " + ToString(i+1) + ". Script: “<span foreground='#46DEFF'><b>" +
3448                           instrument->GetScriptOfSlot(i)->Name + "</b></span>”";
3449                if (i + 1 < iScriptSlots) tooltip += "\n\n";
3450            }
3451        }
3452        return tooltip;
3453    }
3454    
3455  void MainWindow::load_gig(gig::File* gig, const char* filename, bool isSharedInstrument)  void MainWindow::load_gig(gig::File* gig, const char* filename, bool isSharedInstrument)
3456  {  {
3457      file = 0;      file = 0;
# Line 2987  void MainWindow::load_gig(gig::File* gig Line 3465  void MainWindow::load_gig(gig::File* gig
3465      file_has_name = filename;      file_has_name = filename;
3466      file_is_changed = false;      file_is_changed = false;
3467    
3468      propDialog.set_file(gig);      fileProps.set_file(gig);
     propDialog.set_info(gig->pInfo);  
3469    
3470      instrument_name_connection.block();      instrument_name_connection.block();
3471      int index = 0;      int index = 0;
# Line 3003  void MainWindow::load_gig(gig::File* gig Line 3480  void MainWindow::load_gig(gig::File* gig
3480          row[m_Columns.m_col_name] = name;          row[m_Columns.m_col_name] = name;
3481          row[m_Columns.m_col_instr] = instrument;          row[m_Columns.m_col_instr] = instrument;
3482          row[m_Columns.m_col_scripts] = iScriptSlots ? ToString(iScriptSlots) : "";          row[m_Columns.m_col_scripts] = iScriptSlots ? ToString(iScriptSlots) : "";
3483            row[m_Columns.m_col_tooltip] = scriptTooltipFor(instrument, index);
3484    
3485  #if !USE_GTKMM_BUILDER  #if !USE_GTKMM_BUILDER
3486          add_instrument_to_menu(name);          add_instrument_to_menu(name);
# Line 3120  void MainWindow::instr_name_changed_by_i Line 3598  void MainWindow::instr_name_changed_by_i
3598      gig::Instrument* instrument = row[m_Columns.m_col_instr];      gig::Instrument* instrument = row[m_Columns.m_col_instr];
3599      Glib::ustring gigname(gig_to_utf8(instrument->pInfo->Name));      Glib::ustring gigname(gig_to_utf8(instrument->pInfo->Name));
3600      if (gigname != name) {      if (gigname != name) {
3601            Gtk::TreeModel::Path path(*it);
3602            const int index = path[0];
3603          row[m_Columns.m_col_name] = gigname;          row[m_Columns.m_col_name] = gigname;
3604            row[m_Columns.m_col_tooltip] = scriptTooltipFor(instrument, index);
3605        }
3606    }
3607    
3608    bool MainWindow::sample_props_set_sample()
3609    {
3610        sampleProps.signal_name_changed().clear();
3611    
3612        std::vector<Gtk::TreeModel::Path> rows = m_TreeViewSamples.get_selection()->get_selected_rows();
3613        if (rows.empty()) {
3614            sampleProps.hide();
3615            return false;
3616        }
3617        //NOTE: was const_iterator before, which did not compile with GTKMM4 development branch, probably going to be fixed before final GTKMM4 release though.
3618        Gtk::TreeModel::iterator it = m_refSamplesTreeModel->get_iter(rows[0]);
3619        if (it) {
3620            Gtk::TreeModel::Row row = *it;
3621            gig::Sample* sample = row[m_SamplesModel.m_col_sample];
3622    
3623            sampleProps.set_sample(sample);
3624    
3625            // make sure sample tree is updated when user changes the
3626            // sample name in sample properties window
3627            sampleProps.signal_name_changed().connect(
3628                sigc::bind(
3629                    sigc::mem_fun(*this,
3630                        &MainWindow::sample_name_changed_by_sample_props
3631                    ), it
3632                )
3633            );
3634        } else {
3635            sampleProps.hide();
3636        }
3637        //NOTE: explicit boolean cast required for GTKMM4 development branch here
3638        return it ? true : false;
3639    }
3640    
3641    void MainWindow::show_sample_props()
3642    {
3643        if (sample_props_set_sample()) {
3644            sampleProps.show();
3645            sampleProps.deiconify();
3646        }
3647    }
3648    
3649    void MainWindow::sample_name_changed_by_sample_props(Gtk::TreeModel::iterator& it)
3650    {
3651        Gtk::TreeModel::Row row = *it;
3652        Glib::ustring name = row[m_SamplesModel.m_col_name];
3653    
3654        gig::Sample* sample = row[m_SamplesModel.m_col_sample];
3655        Glib::ustring gigname(gig_to_utf8(sample->pInfo->Name));
3656        if (gigname != name) {
3657            Gtk::TreeModel::Path path(*it);
3658            row[m_SamplesModel.m_col_name] = gigname;
3659      }      }
3660  }  }
3661    
# Line 3166  void MainWindow::onScriptSlotsModified(g Line 3701  void MainWindow::onScriptSlotsModified(g
3701          Gtk::TreeModel::Row row = model->children()[i];          Gtk::TreeModel::Row row = model->children()[i];
3702          if (row[m_Columns.m_col_instr] != pInstrument) continue;          if (row[m_Columns.m_col_instr] != pInstrument) continue;
3703          row[m_Columns.m_col_scripts] = iScriptSlots ? ToString(iScriptSlots) : "";          row[m_Columns.m_col_scripts] = iScriptSlots ? ToString(iScriptSlots) : "";
3704            row[m_Columns.m_col_tooltip] = scriptTooltipFor(pInstrument, i);
3705          break;          break;
3706      }      }
3707    
# Line 3191  void MainWindow::assignScript(gig::Scrip Line 3727  void MainWindow::assignScript(gig::Scrip
3727      onScriptSlotsModified(pInstrument);      onScriptSlotsModified(pInstrument);
3728  }  }
3729    
3730    void MainWindow::dropAllScriptSlots() {
3731        gig::Instrument* pInstrument = get_instrument();
3732        if (!pInstrument) {
3733            printf("!instrument\n");
3734            return;
3735        }
3736    
3737        const int iScriptSlots = pInstrument->ScriptSlotCount();
3738        for (int i = iScriptSlots - 1; i >= 0; --i)
3739            pInstrument->RemoveScriptSlot(i);
3740    
3741        onScriptSlotsModified(pInstrument);
3742    }
3743    
3744  void MainWindow::on_action_refresh_all() {  void MainWindow::on_action_refresh_all() {
3745      __refreshEntireGUI();      __refreshEntireGUI();
3746  }  }
# Line 3237  void MainWindow::on_auto_restore_win_dim Line 3787  void MainWindow::on_auto_restore_win_dim
3787  #endif  #endif
3788  }  }
3789    
3790    void MainWindow::on_instr_double_click_opens_props() {
3791    #if USE_GLIB_ACTION
3792        bool active = false;
3793        m_actionInstrDoubleClickOpensProps->get_state(active);
3794        // for some reason toggle state does not change automatically
3795        active = !active;
3796        m_actionInstrDoubleClickOpensProps->change_state(active);
3797        Settings::singleton()->instrumentDoubleClickOpensProps = active;
3798    #else
3799        Gtk::CheckMenuItem* item =
3800            dynamic_cast<Gtk::CheckMenuItem*>(uiManager->get_widget("/MenuBar/MenuView/OpenInstrPropsByDoubleClick"));
3801        if (!item) {
3802            std::cerr << "/MenuBar/MenuView/OpenInstrPropsByDoubleClick == NULL\n";
3803            return;
3804        }
3805        Settings::singleton()->instrumentDoubleClickOpensProps = item->get_active();
3806    #endif
3807    }
3808    
3809  void MainWindow::on_save_with_temporary_file() {  void MainWindow::on_save_with_temporary_file() {
3810  #if USE_GLIB_ACTION  #if USE_GLIB_ACTION
3811      bool active = false;      bool active = false;
# Line 3311  bool MainWindow::on_button_release(Gdk:: Line 3880  bool MainWindow::on_button_release(Gdk::
3880  void MainWindow::on_button_release(GdkEventButton* button) {  void MainWindow::on_button_release(GdkEventButton* button) {
3881  #endif  #endif
3882      if (button->type == GDK_2BUTTON_PRESS) {      if (button->type == GDK_2BUTTON_PRESS) {
3883          show_instr_props();          if (Settings::singleton()->instrumentDoubleClickOpensProps)
3884                show_instr_props();
3885      } else if (button->type == GDK_BUTTON_PRESS && button->button == 3) {      } else if (button->type == GDK_BUTTON_PRESS && button->button == 3) {
3886          // gig v2 files have no midi rules          // gig v2 files have no midi rules
3887          const bool bEnabled = !(file->pVersion && file->pVersion->major == 2);          const bool bEnabled = !(file->pVersion && file->pVersion->major == 2);
# Line 3365  void MainWindow::select_instrument(gig:: Line 3935  void MainWindow::select_instrument(gig::
3935              show_intruments_tab();              show_intruments_tab();
3936              m_TreeView.get_selection()->unselect_all();              m_TreeView.get_selection()->unselect_all();
3937                            
3938  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
3939              auto iterSel = model->children()[i].get_iter();              auto iterSel = model->children()[i].get_iter();
3940              m_TreeView.get_selection()->select(iterSel);              m_TreeView.get_selection()->select(iterSel);
3941  #else  #else
# Line 3395  bool MainWindow::select_dimension_region Line 3965  bool MainWindow::select_dimension_region
3965              // select and show the respective instrument in the list view              // select and show the respective instrument in the list view
3966              show_intruments_tab();              show_intruments_tab();
3967              m_TreeView.get_selection()->unselect_all();              m_TreeView.get_selection()->unselect_all();
3968  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
3969              auto iterSel = model->children()[i].get_iter();              auto iterSel = model->children()[i].get_iter();
3970              m_TreeView.get_selection()->select(iterSel);              m_TreeView.get_selection()->select(iterSel);
3971  #else  #else
# Line 3431  void MainWindow::select_sample(gig::Samp Line 4001  void MainWindow::select_sample(gig::Samp
4001              if (rowSample[m_SamplesModel.m_col_sample] == sample) {              if (rowSample[m_SamplesModel.m_col_sample] == sample) {
4002                  show_samples_tab();                  show_samples_tab();
4003                  m_TreeViewSamples.get_selection()->unselect_all();                  m_TreeViewSamples.get_selection()->unselect_all();
4004  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
4005                  auto iterSel = rowGroup.children()[s].get_iter();                  auto iterSel = rowGroup.children()[s].get_iter();
4006                  m_TreeViewSamples.get_selection()->select(iterSel);                  m_TreeViewSamples.get_selection()->select(iterSel);
4007  #else  #else
# Line 3631  void MainWindow::updateScriptListOfMenu( Line 4201  void MainWindow::updateScriptListOfMenu(
4201          assign_scripts_menu->append(*item);          assign_scripts_menu->append(*item);
4202      }      }
4203    
4204        // add separator line to menu
4205        assign_scripts_menu->append(*new Gtk::SeparatorMenuItem);
4206    
4207        {
4208            Gtk::MenuItem* item = new Gtk::MenuItem(_("Unassign All Scripts"));
4209            item->signal_activate().connect(
4210                sigc::mem_fun(*this, &MainWindow::dropAllScriptSlots)
4211            );
4212            assign_scripts_menu->append(*item);
4213            item->set_accel_path("<Scripts>/DropAllScriptSlots");
4214        }
4215    
4216  #if HAS_GTKMM_SHOW_ALL_CHILDREN  #if HAS_GTKMM_SHOW_ALL_CHILDREN
4217      assign_scripts_menu->show_all_children();      assign_scripts_menu->show_all_children();
4218  #endif  #endif
# Line 3679  void MainWindow::add_instrument(gig::Ins Line 4261  void MainWindow::add_instrument(gig::Ins
4261      instrument_name_connection.block();      instrument_name_connection.block();
4262      Gtk::TreeModel::iterator iterInstr = m_refTreeModel->append();      Gtk::TreeModel::iterator iterInstr = m_refTreeModel->append();
4263      Gtk::TreeModel::Row rowInstr = *iterInstr;      Gtk::TreeModel::Row rowInstr = *iterInstr;
4264      rowInstr[m_Columns.m_col_nr] = m_refTreeModel->children().size() - 1;      const int index = m_refTreeModel->children().size() - 1;
4265        rowInstr[m_Columns.m_col_nr] = index;
4266      rowInstr[m_Columns.m_col_name] = name;      rowInstr[m_Columns.m_col_name] = name;
4267      rowInstr[m_Columns.m_col_instr] = instrument;      rowInstr[m_Columns.m_col_instr] = instrument;
4268      rowInstr[m_Columns.m_col_scripts] = "";      rowInstr[m_Columns.m_col_scripts] = "";
4269        rowInstr[m_Columns.m_col_tooltip] = scriptTooltipFor(instrument, index);
4270      instrument_name_connection.unblock();      instrument_name_connection.unblock();
4271    
4272  #if !USE_GTKMM_BUILDER  #if !USE_GTKMM_BUILDER
# Line 3769  void MainWindow::on_action_remove_instru Line 4353  void MainWindow::on_action_remove_instru
4353                       it != m_refTreeModel->children().end(); ++it, ++index)                       it != m_refTreeModel->children().end(); ++it, ++index)
4354                  {                  {
4355                      Gtk::TreeModel::Row row = *it;                      Gtk::TreeModel::Row row = *it;
4356                        gig::Instrument* instrument = row[m_Columns.m_col_instr];
4357                      row[m_Columns.m_col_nr] = index;                      row[m_Columns.m_col_nr] = index;
4358                        row[m_Columns.m_col_tooltip] = scriptTooltipFor(instrument, index);
4359                  }                  }
4360              }              }
4361    
# Line 3799  void MainWindow::on_action_remove_instru Line 4385  void MainWindow::on_action_remove_instru
4385  }  }
4386    
4387  void MainWindow::on_action_sample_properties() {  void MainWindow::on_action_sample_properties() {
4388      //TODO: show a dialog where the selected sample's properties can be edited      show_sample_props();
     Gtk::MessageDialog msg(  
         *this, _("Sorry, yet to be implemented!"), false, Gtk::MESSAGE_INFO  
     );  
     msg.run();  
4389  }  }
4390    
4391  void MainWindow::on_action_add_script_group() {  void MainWindow::on_action_add_script_group() {
# Line 4022  void MainWindow::add_or_replace_sample(b Line 4604  void MainWindow::add_or_replace_sample(b
4604          dialog.set_current_folder(current_sample_dir);          dialog.set_current_folder(current_sample_dir);
4605      }      }
4606      if (dialog.run() == Gtk::RESPONSE_OK) {      if (dialog.run() == Gtk::RESPONSE_OK) {
4607            dialog.hide();
4608          current_sample_dir = dialog.get_current_folder();          current_sample_dir = dialog.get_current_folder();
4609          Glib::ustring error_files;          Glib::ustring error_files;
4610          std::vector<std::string> filenames = dialog.get_filenames();          std::vector<std::string> filenames = dialog.get_filenames();
# Line 4202  void MainWindow::on_action_replace_all_s Line 4785  void MainWindow::on_action_replace_all_s
4785      }      }
4786      if (dialog.run() == Gtk::RESPONSE_OK)      if (dialog.run() == Gtk::RESPONSE_OK)
4787      {      {
4788            dialog.hide();
4789          current_sample_dir = dialog.get_current_folder();          current_sample_dir = dialog.get_current_folder();
4790          Glib::ustring error_files;          Glib::ustring error_files;
4791          std::string folder = dialog.get_filename();          std::string folder = dialog.get_filename();
# Line 4600  void MainWindow::sample_name_changed(con Line 5184  void MainWindow::sample_name_changed(con
5184              file_changed();              file_changed();
5185          }          }
5186      }      }
5187        // change name in the sample properties window
5188        if (sampleProps.get_sample() == sample && sample) {
5189            sampleProps.set_sample(sample);
5190        }
5191  }  }
5192    
5193  void MainWindow::script_name_changed(const Gtk::TreeModel::Path& path,  void MainWindow::script_name_changed(const Gtk::TreeModel::Path& path,
# Line 4690  bool MainWindow::instrument_row_visible( Line 5278  bool MainWindow::instrument_row_visible(
5278      trim(pattern);      trim(pattern);
5279      if (pattern.empty()) return true;      if (pattern.empty()) return true;
5280    
5281  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22)  #if GTKMM_MAJOR_VERSION > 3 || (GTKMM_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24)
5282      //HACK: on GTKMM4 development branch const_iterator cannot be easily converted to iterator, probably going to be fixed before final GTKMM4 release though.      //HACK: on GTKMM4 development branch const_iterator cannot be easily converted to iterator, probably going to be fixed before final GTKMM4 release though.
5283      Gtk::TreeModel::Row row = **(Gtk::TreeModel::iterator*)(&iter);      Gtk::TreeModel::Row row = **(Gtk::TreeModel::iterator*)(&iter);
5284  #else  #else
# Line 4930  void MainWindow::on_action_merge_files() Line 5518  void MainWindow::on_action_merge_files()
5518  #endif  #endif
5519    
5520      if (dialog.run() == Gtk::RESPONSE_OK) {      if (dialog.run() == Gtk::RESPONSE_OK) {
5521            dialog.hide();
5522    #ifdef GLIB_THREADS
5523          printf("on_action_merge_files self=%p\n",          printf("on_action_merge_files self=%p\n",
5524                 static_cast<void*>(Glib::Threads::Thread::self()));                 static_cast<void*>(Glib::Threads::Thread::self()));
5525    #else
5526            std::cout << "on_action_merge_files self=" <<
5527                std::this_thread::get_id() << "\n";
5528    #endif
5529          std::vector<std::string> filenames = dialog.get_filenames();          std::vector<std::string> filenames = dialog.get_filenames();
5530    
5531          // merge the selected files to the currently open .gig file          // merge the selected files to the currently open .gig file

Legend:
Removed from v.3409  
changed lines
  Added in v.3711

  ViewVC Help
Powered by ViewVC