Age | Commit message (Expand) | Author |
2015-10-02 | moved gui language selection completely into the settings dropdown menu and (... | root |
2015-10-02 | Remove deprecated files. | Aleš Smodiš |
2015-10-02 | Remove code rot: class "translatable" is not used anymore. | Aleš Smodiš |
2015-10-02 | Fix the layout bug for python and robots, too. | Aleš Smodiš |
2015-10-02 | Bugfix: change in HTML layout caused problem descriptions to disappear. | Aleš Smodiš |
2015-10-02 | B type problem screen ... so far only for Python | Marko Pušnik |
2015-10-01 | block description fix; hint img centered; | Marko Pušnik |
2015-10-01 | Make hints auto-scrolling again by introducting a new div with class: scrolla... | Aleš Smodiš |
2015-10-01 | robot editor layout and scrolling fix | Marko Pušnik |
2015-09-30 | Remove CodeMirror panel addon | Timotej Lazar |
2015-09-30 | Add statusbar to Python screen | Timotej Lazar |
2015-09-30 | Merge branch 'master' of odie.guru.si:codeq-web | Marko Pušnik |
2015-09-30 | responsiveness and scrolling fixed for all viewport sizes | Marko Pušnik |
2015-09-30 | Implemented GUI translations via the data-tkey tag attribute and res/*.json f... | Aleš Smodiš |
2015-09-30 | Add the robot problem screen | Timotej Lazar |
2015-09-29 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik |
2015-09-29 | made login as modal with arnesaai button + modals beautified; | Marko Pušnik |
2015-09-29 | Add a statusbar to the editor widget | Timotej Lazar |
2015-09-29 | logout, sign in + change password modals, setting drop-down, profile screen | Marko Pušnik |
2015-09-29 | login removed from navbar | Marko Pušnik |
2015-09-28 | Implement in-structure GUI translation for python and problem editing screens. | Aleš Smodiš |
2015-09-26 | Reimplemented translation support: leave the DOM structure intact, upon displ... | Aleš Smodiš |
2015-09-25 | refactor menu + some forms to use bootstrap properly | Marko Pušnik |
2015-09-24 | Implemented: CodeQ event queue, basic translation infrastructure, reimplement... | Aleš Smodiš |
2015-09-24 | Reimplemented language selection with simple links. Removed unused startup.js... | Aleš Smodiš |
2015-09-24 | Add a few comments to index.html, so it is straightforward what are various f... | Aleš Smodiš |
2015-09-23 | Refactored code from js/codeq.js into js/codeq/core.js. | Aleš Smodiš |
2015-09-22 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko |
2015-09-22 | enabled buttons in the navigation header (at least buttons on the left side o... | Robert Zorko |
2015-09-22 | Add support for run/stop in the Python interface | Timotej Lazar |
2015-09-21 | Refactoring: simplified python.js and prolog.js, removed all DOM IDs except f... | Aleš Smodiš |
2015-09-18 | merge conflict occured and is now fixed | Robert Zorko |
2015-09-18 | split the selection of the language and the selection of the problem into two... | Robert Zorko |
2015-09-18 | Use a link instead of a button in a static hint sequence. | Aleš Smodiš |
2015-09-18 | Add "Plan" button to display next "planning" hint | Timotej Lazar |
2015-09-18 | divided the login and problem chooser into two different screens | Robert Zorko |
2015-09-18 | removed some forgotten references form the index file | Robert Zorko |
2015-09-18 | added some comments and improved the selection of the divs which are beeing c... | Robert Zorko |
2015-09-18 | XMerge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko |
2015-09-18 | added python and prolog into two different states | Robert Zorko |
2015-09-17 | Refactored hint handling into a separate module. | Aleš Smodiš |
2015-09-17 | improvments to the state machine (states can now be registered) and those imp... | Robert Zorko |
2015-09-16 | Enabled the state machine and the UI improvments and removed some debug loging | Robert Zorko |
2015-09-16 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko |
2015-09-16 | basis for the state machine and some UI improvements (currently disabled) | Robert Zorko |
2015-09-16 | Removed the "run" and "break" buttons. Removed commented-out code from prolog... | Aleš Smodiš |
2015-09-15 | Remove the old code: old communication, separate prolog and python pages. | Aleš Smodiš |
2015-09-14 | Implemented async delivery of server events. | Aleš Smodiš |
2015-09-14 | Reimplemented communication with the server. | Aleš Smodiš |
2015-08-25 | Login now fetches the list of available problems from the server. | Aleš Smodiš |