Commit graph

18 commits

Author SHA1 Message Date
Paul van Tilburg 063ab8612e Fix the comments (counter) in the generated draggable HTML for now
This is necessary to give the draggable div a nice, fixed initial height.
2012-02-14 18:48:07 +01:00
Paul van Tilburg e7c1bdc461 Use the message box to show/handle filedrop errors (closes: #079a63) 2012-02-14 00:25:29 +01:00
Paul van Tilburg 7a5caad7e1 Big dialog rework using JQuery UI dialogs
* Turn #add_dialog into a proper dialog.
* Split off the dialog form functionality into clear_add_dialog_form().
* Update {show,hide}_add_dialog.
* Fixed dialog hiding issue in delete_draggable_from_canvas.
* Chain deletion via confirm_delete_draggable, a confirm dialog to
  delete_draggable.
2012-02-13 18:07:11 +01:00
Paul van Tilburg 3af2bf38c0 Code cleanups 2012-02-11 23:56:40 +01:00
Paul van Tilburg 4c63e00e82 Handle the download button by calling the download controller; add some style 2012-02-11 12:32:36 +01:00
Paul van Tilburg f6274f1002 No longer reload window after adding, just wait for the add event 2012-02-11 12:30:52 +01:00
Paul van Tilburg e38da8c405 A jQuery function should return this 2012-02-11 12:30:01 +01:00
Paul van Tilburg 6f9a7c60d9 Fade in items that are added 2012-02-11 12:29:01 +01:00
Paul van Tilburg 7f6e91c44b Merge branch 'feature/dragndrop' to add drag&drop support (closes: #743b13) 2012-02-11 00:39:21 +01:00
Paul van Tilburg 6a120ae148 Add a poll_server method loop and handle server events by manipulating the canvas
Closes #5bc941.
2012-02-09 10:35:51 +01:00
Paul van Tilburg 870342ffdf Split of the code for the actual adding/deleting of draggables to/from the canvas 2012-02-09 10:28:09 +01:00
Paul van Tilburg 29f6b52dff Use the filedrop jQuery plugin to allow for drag & drop uploading 2012-01-18 22:18:35 +01:00
Paul van Tilburg 0b6d9c6ba0 Raise a draggable on click 2012-01-17 14:27:52 +01:00
Paul van Tilburg b961536aab Modify draggable params: dragging starts from > 10px and not on audio/vido 2012-01-17 14:27:37 +01:00
Paul van Tilburg bc35b23891 Remove debug statements; added missing semicolons 2012-01-16 23:45:15 +01:00
Paul van Tilburg 6300da2881 Fixed id attribute retrieval due to refactoring in 5b3edc5 2012-01-16 20:27:09 +01:00
Paul van Tilburg 5b3edc5e53 Refactored the draggable setup into the plempable jQuery plugin 2012-01-16 10:22:22 +01:00
Paul van Tilburg 33f5f1511e Rename dragreg.js to plemp-ui.js 2012-01-16 10:02:50 +01:00
Renamed from public/javascripts/dragreg.js (Browse further)