Skip to content
Snippets Groups Projects
  1. Nov 18, 2016
  2. Nov 08, 2016
  3. Nov 07, 2016
  4. Nov 04, 2016
  5. Oct 24, 2016
  6. Oct 21, 2016
  7. Oct 20, 2016
  8. Oct 03, 2016
  9. 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
  10. Sep 05, 2016
  11. Sep 01, 2016
  12. 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
  13. Aug 18, 2016
  14. Aug 11, 2016
  15. Aug 09, 2016
  16. Jul 31, 2016
  17. Jul 20, 2016
  18. Jul 01, 2016
  19. Jun 23, 2016
  20. May 09, 2016
  21. May 06, 2016
  22. Apr 20, 2016
  23. Apr 19, 2016
  24. Apr 18, 2016
  25. Apr 14, 2016
  26. Apr 04, 2016
  27. Mar 23, 2016
  28. Mar 22, 2016
Loading