Commit Graph

64 Commits

Author SHA1 Message Date
Paul van Tilburg 851c870b16 Handle server request errors (only retry on timeout) (refs: #343ba1) 2012-02-14 23:50:00 +01:00
Paul van Tilburg cefe991968 Add set_message to display a permanent version of a flash message 2012-02-14 23:49:11 +01:00
Paul van Tilburg 98275014a5 Tweak the layout fix of pre blocks a bit more 2012-02-14 23:48:48 +01:00
Paul van Tilburg 575c64b6b8 Fixed syntax error 2012-02-14 23:46:27 +01:00
Paul van Tilburg 90fb2057a9 Send resize updates and handle resize server events (closes: #1a4507) 2012-02-14 18:50:49 +01:00
Paul van Tilburg f4bd1b9348 Make items resizable, parameters depend on the (mime) type 2012-02-14 18:49:47 +01:00
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 214b15ffcc Add an empty message box to the right of the upload button 2012-02-14 00:23:29 +01:00
Paul van Tilburg 5b4a24e0a6 Removed unnecessary CSS that is handled by JQuery UI CSS now; add some overrides
Finished with integrating JQuery UI Dialogs, closes: #abb97f
2012-02-13 18:10:56 +01:00
Paul van Tilburg 0cdcec4275 Add the #delete_confirm dialog HTML 2012-02-13 18:09:49 +01:00
Paul van Tilburg 8995dda1f4 Transform the #add_dialog HTML 2012-02-13 18:09:31 +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 457a87be0e Enlarge the item header font size a bit 2012-02-11 12:33:18 +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 e7209f8d86 Bumped the version to 0.4 2012-02-11 11:00:13 +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 feb5f58000 Style fixes for elements contained in draggables 2012-01-18 23:35:37 +01:00
Paul van Tilburg 09cfe2772b Ensure the height of the body/canvas is the full 100% (for uploading) 2012-01-18 22:18:35 +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 5a4ab521b3 Add the filedrop jQuery plugin 2012-01-18 22:18:35 +01:00
Paul van Tilburg 20db6beaea Tweak the font size of text and code 2012-01-18 22:17:26 +01:00
Paul van Tilburg 1ddb35acdc Bump version to 0.2 2012-01-17 14:29:44 +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 4bbc98a94f Include jquery-ui.css, ignore it, and use the non minimized version of jquery-ui.js 2012-01-16 11:12:59 +01:00
Paul van Tilburg 9de0d664de Simplify the plempable header style a bit and make it into a proper h2 2012-01-16 10:57:37 +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
Paul van Tilburg d201cd9fa7 Show comments part of the draggable when hovering over it (no comments yet though) 2012-01-16 00:17:51 +01:00
Paul van Tilburg 03f6469223 Removed unused callback function 2012-01-15 23:52:08 +01:00
Paul van Tilburg e09dc28a06 Keycode 16 is actually Shift, don't trigger on that! 2012-01-15 23:51:51 +01:00
Paul van Tilburg 98c37dba4e Add fade effect when a draggable is removed 2012-01-15 23:51:01 +01:00
Paul van Tilburg 59974e0e0c General style tweaks 2012-01-15 23:48:33 +01:00
Paul van Tilburg 1e0b8a21d8 Include and use the Jeditable jQuery plugin to update the title 2012-01-15 23:46:09 +01:00
Paul van Tilburg 5a1f6fe4ac Add the Jeditable jQuery plugin 2012-01-15 23:42:39 +01:00
Paul van Tilburg 569052a06e Delete the draggable when the "X" is clicked upon
Also apply syntax highlighting, draggabilty, and signals to the last
added draggable in the iteration, not to all.
2012-01-15 17:15:10 +01:00
Paul van Tilburg 87a9aa2f27 Make our style CSS override the CSS from highlight.js; set body font family 2012-01-15 16:19:41 +01:00
Paul van Tilburg 2537e0ef77 Only apply syntax highlighting to code now that we know the type 2012-01-15 16:19:12 +01:00
Paul van Tilburg 3e0d783454 Wrap the content in a div with title and comments; add some style 2012-01-15 16:18:23 +01:00
Paul van Tilburg e22a95d017 Allow for setting the type of entered/pasted text in the add dialog 2012-01-15 14:25:47 +01:00
Paul van Tilburg 86f518d0c7 Fix saving positions of text and code 2012-01-13 10:43:47 +01:00