Skip to content
Snippets Groups Projects
  1. Nov 28, 2015
  2. Nov 27, 2015
  3. Nov 25, 2015
  4. Nov 24, 2015
  5. Nov 23, 2015
    • Don Gagne's avatar
      Remove old reconnect on boot option · cac31024
      Don Gagne authored
      cac31024
    • Don Gagne's avatar
      Auto connect support · b9cb57ec
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      b9cb57ec
  6. Nov 22, 2015
  7. Nov 21, 2015
  8. Nov 20, 2015
  9. Nov 19, 2015
  10. Nov 18, 2015
    • Don Gagne's avatar
      Remove old reconnect on boot option · f099826e
      Don Gagne authored
      f099826e
    • Don Gagne's avatar
      Auto connect support · aaed8c2d
      Don Gagne authored
      - Pervasive change to automatically connect to known board types
      - Lots of additional changes along with this:
      - More exposure of objects/properties to Qml
      - Much restructuring in LinkManager and LinkManager clients
      aaed8c2d
  11. Nov 15, 2015
  12. Nov 13, 2015
  13. Nov 12, 2015
  14. Nov 10, 2015
  15. Nov 09, 2015
  16. Nov 07, 2015
  17. Nov 06, 2015
  18. Nov 05, 2015
  19. Nov 04, 2015
  20. Nov 03, 2015
  21. Nov 02, 2015
  22. Oct 31, 2015
  23. Oct 30, 2015
  24. Oct 29, 2015
  25. Oct 27, 2015
    • Tomaz Canabrava's avatar
      Remove removed Widget · a77773b6
      Tomaz Canabrava authored
      
      Signed-off-by: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      a77773b6
    • Tomaz Canabrava's avatar
      Fixed Style for switch · c051b59a
      Tomaz Canabrava authored
      
      Too used to Kernel Formatting Style.
      
      Signed-off-by: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      c051b59a
    • Tomaz Canabrava's avatar
      Fix opening DockWidget views · 0fcc718d
      Tomaz Canabrava authored
      
      The dock widget opening system had several issues,
      1 - it didn't deal with translations
      2 - it didn't deal with accelerator keys
      3 - it crashed if passed a invalid string (like when using KDE, happened
      for all options)
      
      This new way of using the views are slightly different:
      1 - no more string comparissons, use integer comparissons (much faster)
      2 - do not use a convoluted if/else - switch simplify.
      3 - do not create two different static variable strings for the same stuff
      4 - create an enum / an vector of strings (the enums bein an index of it)
      to acess the correct view.
      
      The overall code is clear than the old one, and faster.
      the only point where the code isn't as clear is on the call to
      showDockWidgetAction, since we passed a string that had the
      name of the Widget, but now the action only holds the index
      for the name in the string vector, I first need to get the
      correct string and send it.
      
      Tested here closing and reopening the app and verifying that
      the dock widgets that where left open are still open when
      reopening the application.
      
      Signed-off-by: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      0fcc718d
Loading