Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

t/103: Update components once UI architecture has been stripped of Controller class #104

Merged
merged 50 commits into from
Nov 8, 2016

Commits on Nov 4, 2016

  1. Rewritten Dropdown component to Controller–less API.

    oleq authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    41827ea View commit details
    Browse the repository at this point in the history
  2. Clean-up of obsolete Dropdown* classes.

    oleq authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    f4e6dc0 View commit details
    Browse the repository at this point in the history
  3. Updated ListDropdown component to the new Controller–less API.

    oleq authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    21df3b4 View commit details
    Browse the repository at this point in the history
  4. TMP.

    oleq authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    b891a90 View commit details
    Browse the repository at this point in the history
  5. Added tests for createButton() and updated tests for ButtonView. Refa…

    …ctoring in both classes.
    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9eae8a3 View commit details
    Browse the repository at this point in the history
  6. Removed Button controller class with its tests. Replaced by createBut…

    …ton() helper function.
    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    064bfc2 View commit details
    Browse the repository at this point in the history
  7. Removed Icon controller. Updated tests of IconView.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    621ca54 View commit details
    Browse the repository at this point in the history
  8. Refactoring in List* classes and tests.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    e4933dd View commit details
    Browse the repository at this point in the history
  9. Added missing collection docs in DropdownPanelView class.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    0ddbcdf View commit details
    Browse the repository at this point in the history
  10. Removed List and ListItem controllers along with tests.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    c8f57f9 View commit details
    Browse the repository at this point in the history
  11. Removed camel-case from createDropdown.js and createListDropdown.js.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    694abe6 View commit details
    Browse the repository at this point in the history
  12. Moved DropdownView attribute docs inside constructor().

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    635de66 View commit details
    Browse the repository at this point in the history
  13. Removed Label Controller.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    3a2be06 View commit details
    Browse the repository at this point in the history
  14. Added LabelView creator.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    a7b548c View commit details
    Browse the repository at this point in the history
  15. Removed Label creator.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    3c0fd7e View commit details
    Browse the repository at this point in the history
  16. Removed InputText controller.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    322d9f7 View commit details
    Browse the repository at this point in the history
  17. Defined default observable properties for LabelView.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    4ba0bb1 View commit details
    Browse the repository at this point in the history
  18. Removed LabeledInput Controller.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    565e532 View commit details
    Browse the repository at this point in the history
  19. Adjusted LabeledInputView class to be controller less.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    d4f9908 View commit details
    Browse the repository at this point in the history
  20. Refactoring in *EditorUIView classes and tests.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    123e650 View commit details
    Browse the repository at this point in the history
  21. Removed IFrame controller.

    Piotr Jasiun authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    f95efc0 View commit details
    Browse the repository at this point in the history
  22. Refactoring in *EditableUIView classes and tests.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    61e7d38 View commit details
    Browse the repository at this point in the history
  23. Refactoring in IconManager* classes and tests.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    725c3ee View commit details
    Browse the repository at this point in the history
  24. Fixed: IconManagerView not injected into DOM when EditorUIView initia…

    …lizes.
    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    a052bce View commit details
    Browse the repository at this point in the history
  25. Removed Toolbar Controller.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    46395b8 View commit details
    Browse the repository at this point in the history
  26. Minor test fix.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    92ba24b View commit details
    Browse the repository at this point in the history
  27. Adjusted Toolbar View to new View API.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    e1c46ea View commit details
    Browse the repository at this point in the history
  28. Refactored StickyToolbarView API docs.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    5de581b View commit details
    Browse the repository at this point in the history
  29. Minor refactoring of StickyToolbar View.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    902ef0d View commit details
    Browse the repository at this point in the history
  30. Updated balloon panel.

    Piotr Jasiun authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    3f711a6 View commit details
    Browse the repository at this point in the history
  31. Removed toolbar bindings and StickyToolbar class.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    d87cfcf View commit details
    Browse the repository at this point in the history
  32. Removed Button creator and refactored ButtonView.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    c67b8cb View commit details
    Browse the repository at this point in the history
  33. Replaced Button cretor by ButtonView in Dropdown component.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    6291842 View commit details
    Browse the repository at this point in the history
  34. Fixed skipped test of ButtonView.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    ff0f9df View commit details
    Browse the repository at this point in the history
  35. Fixed ButtonView docs.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    cb83628 View commit details
    Browse the repository at this point in the history
  36. Bound all item model attributes in createListDropdown.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9b06b53 View commit details
    Browse the repository at this point in the history
  37. Code refactoring: changed order of IconManager initialization.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    1cadf78 View commit details
    Browse the repository at this point in the history
  38. Minor InputTextView API change.

    oskarwrobel authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    b0f0817 View commit details
    Browse the repository at this point in the history
  39. Improved the algorithm of inserting an icon into ButtonView.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    79dca45 View commit details
    Browse the repository at this point in the history
  40. Minor fix in LabeledInputView tests.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    89bacbb View commit details
    Browse the repository at this point in the history
  41. Changed import paths for Karma.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    7a03559 View commit details
    Browse the repository at this point in the history
  42. Minor code–style refactoring in tests.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    490e6bb View commit details
    Browse the repository at this point in the history
  43. Post-rebase fixes.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    388b21b View commit details
    Browse the repository at this point in the history
  44. Use lower case when importing createDropdown.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    0c6dbdb View commit details
    Browse the repository at this point in the history
  45. Bulletproofed escPressHandler to avoid duplicated listeners.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    64196e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Reverted escPressHandler back to simpler implementation. The bug is e…

    …lsewhere :D
    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    0731d9b View commit details
    Browse the repository at this point in the history
  2. Tests: Improved code coverage for escPressHandler helper.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    c95e36b View commit details
    Browse the repository at this point in the history
  3. Tests refac: Changed assertion types from expect() to sinon.assert in…

    … binding helper tests.
    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    f89802d View commit details
    Browse the repository at this point in the history
  4. Code-refac: Simplified and aligned bindings to the Controller–less API.

    Aleksander Nowodziński authored and Aleksander Nowodziński committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    d50f86d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    da6d711 View commit details
    Browse the repository at this point in the history