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