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