Skip to content
Snippets Groups Projects
  1. Feb 04, 2017
  2. Dec 19, 2016
  3. Dec 01, 2016
  4. Nov 28, 2016
  5. Nov 24, 2016
  6. Nov 21, 2016
  7. Nov 18, 2016
  8. Nov 08, 2016
  9. Nov 07, 2016
  10. Nov 04, 2016
  11. Oct 24, 2016
  12. Oct 21, 2016
  13. Oct 20, 2016
  14. Oct 03, 2016
  15. Sep 16, 2016
    • Simon Eisenmann's avatar
      Fixup getURLParameter behavior · c80c5ad9
      Simon Eisenmann authored
      This commit further changes the behavior of getURLParmeter to handle
      encoded parameter values and returns the decoded string and improves
      behavior for parameters without value and multiple equals and other
      similar cases which did not work before. See the comments at
      http://stackoverflow.com/questions/1403888/get-escaped-url-parameter for
      a list of the issues handled by the updated implementation.
      
      This change does not change the general behavior of the function. Empty
      or non existing parameters still return an empty string ('').
      c80c5ad9
    • Simon Eisenmann's avatar
      Return '' instead of 'null' · 1e9d5230
      Simon Eisenmann authored
      This commit changes the behavior of getURLParameter(name) to return an
      empty string when the parameter is not set or has empty value. Before it
      returned 'null' as string.
      1e9d5230
  16. Sep 05, 2016
  17. Sep 01, 2016
  18. Aug 19, 2016
    • Thomas Pulzer's avatar
      Fixing infinite spinner animation · 58f9340d
      Thomas Pulzer authored
      setupMainMenu() & setupUserMenu():
      Changed click delegate to add the spinner animation only the primary mouse button was clicked without ctrl- or meta-key modifier
      Adding mouseup delegate to hide the menu if the middle mouse button was clicked.
      
      Redone #778
      58f9340d
  19. Aug 18, 2016
  20. Aug 11, 2016
  21. Aug 09, 2016
  22. Jul 31, 2016
  23. Jul 20, 2016
  24. Jul 01, 2016
  25. Jun 23, 2016
  26. May 09, 2016
Loading