Skip to content
Snippets Groups Projects
  1. Mar 22, 2015
    • Eric Koegel's avatar
      Don't call present/show · d4403c19
      Eric Koegel authored
      Bringing the window to the foreground when it's a GtkPlug causes
      the main dialog window contents to appear as a floating window. So
      let's not do that.
      d4403c19
    • Eric Koegel's avatar
      Settings: Select the device-id · fb7ecef4
      Eric Koegel authored
      When the device-id is selected after the window is open, switch
      to the devices tab and select it.
      fb7ecef4
    • Eric Koegel's avatar
      Settings: Present the window when launched again · dac971a6
      Eric Koegel authored
      When the settings app is launched after it's already shown, present
      it rather than launching a new one.
      dac971a6
    • Eric Koegel's avatar
      This is better · 89aa61c3
      Eric Koegel authored
      Just create an activate action to perform the default action on
      the primary instance, also don't create additional windows. We
      need to make the settings dialog take an update for when device
      icons are clicked in the panel plugin.
      89aa61c3
    • Eric Koegel's avatar
      Settings: Don't be unique · 553ff3cf
      Eric Koegel authored
      We don't want the single app logic for settings because it can be
      a normal dialog and plugged into the settings manager at the same
      time.
      553ff3cf
    • Eric Koegel's avatar
      Settings: Add actions for cli options · 8f126856
      Eric Koegel authored
      This patch adds actions to map the existing cli options. It allows
      the settings dialog to be embedded as a plug and the device-id
      mapping for the devices tab. Might need to rework the settings
      app a little so it can active the device item rather than launch
      a new window.
      8f126856
    • Eric Koegel's avatar
      Fix build warnings with --enable-debug=full · cdafab7d
      Eric Koegel authored
      cdafab7d
    • Eric Koegel's avatar
      Settings: Port to GtkApplication · 6eedcd26
      Eric Koegel authored
      This changes the settings app to use GtkApplication to handle
      process uniqueness rather than our custom version. Currently,
      the command line doesn't get handeled properly so it doesn't plug
      and the plugin doesn't popup the correct device item.
      6eedcd26
Loading