Commit Graph

53 Commits

Author SHA1 Message Date
alecpl
91a35ee012 - use lowercase in html tag names (to make switch to xhtml simpler in the future) 2009-07-17 08:46:59 +00:00
alecpl
1691a8e91a - fix key repetition (#1485672) 2009-06-05 13:18:08 +00:00
alecpl
024130bee2 - fix selecting repetition with holded arrow key (#1485672) 2009-06-03 11:02:19 +00:00
thomascube
9489adc593 Fix list events used in drag&drop functionality (#1485890) 2009-06-02 15:46:14 +00:00
alecpl
52818559ce - Added possibility to invert messages selection 2009-05-31 11:12:04 +00:00
alecpl
91d1a15ba8 - Add drag cancelling with ESC key (#1484344) 2009-05-26 07:28:42 +00:00
alecpl
a803049371 - Fix folder dragging in folder manager isn't working after jquery integration (#1485819) 2009-04-24 06:58:19 +00:00
alecpl
eaacbec631 - fix Unread selection after jquery integration 2009-04-23 09:10:53 +00:00
alecpl
c4b819e9b9 - Speed up message list displaying on IE (initialize list in background)
- use DOM methods instead of jQuery for messages list object
2009-04-21 09:04:49 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
40d7c23c85 - Fix folders subscribtions on Konqueror (#1484841) 2009-04-16 17:42:40 +00:00
alecpl
451637a76d - remove leading spaces from draglayer's rows 2009-04-15 09:28:37 +00:00
alecpl
58c9dd7293 - Fix DEL key problem in search boxes (#1485528) 2009-04-10 11:11:45 +00:00
alecpl
432a614ab6 - Fix drag&drop with scrolling on IE (#1485786) 2009-04-09 19:38:50 +00:00
alecpl
c8570784e9 - Fix incorrect row id parsing for LDAP contacts list (#1485784) 2009-03-17 19:21:48 +00:00
alecpl
874717b7f1 - Fix pressing select all/unread multiple times (#1485723) 2009-02-06 14:42:39 +00:00
alecpl
98bf5f3dd7 - Fix selecting all unread does not honor new messages (#1485724) 2009-02-06 14:13:37 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
till
57ff3b244e * adding svn:keywords 2009-01-17 01:27:06 +00:00
alecpl
cf6bc5d5fa #1485444: fix drag layer over an iframe 2008-12-14 19:00:09 +00:00
alecpl
25c35c81e1 - added set_message, set_message_icon and set_message_status functions
- icon setting more unified + some small fixes/typos
- get rid of *_from_preview() functions
 (Thomas, don't be mad, it was truly tested ;))
2008-09-19 16:14:10 +00:00
thomascube
633142fa6b Prevent drag layer from wrapping lines 2008-09-18 20:16:27 +00:00
alecpl
095d05ef00 #1484805: fix next/last page buttons when new message is added to the list + remove last message 2008-09-18 10:14:16 +00:00
thomascube
f89f03cd6a Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453) 2008-09-12 11:12:05 +00:00
thomascube
6e6e89324c Capture backspace key in list mode (#1484566) 2008-09-05 10:32:25 +00:00
thomascube
0dbac32181 Enable export of contacts as vCard + DRY 2008-09-04 18:20:27 +00:00
thomascube
9e7a1b4167 Better fix for keyboard controls; does not disable all kind of keyboard events 2008-08-22 10:54:45 +00:00
thomascube
26f5b0935e Fix keyboard control of the list widgets and prevent Safari from scrolling (#1485279) 2008-08-22 10:37:48 +00:00
alecpl
e9b57bb874 - #1484816: keypress (not keydown) for repeat 2008-06-12 06:47:20 +00:00
alecpl
287227502a - focus the list after drag&drop 2008-06-11 19:09:15 +00:00
alecpl
b00bd0f27d - and another constraint for shift selection 2008-04-12 12:45:56 +00:00
alecpl
f2892d7cfc - fix for shift key use without shift_start on the list 2008-04-12 12:31:10 +00:00
alecpl
e7886405d8 - added check 2008-04-07 12:31:29 +00:00
thomascube
df015d175a Better fix for #1484942 2008-04-04 16:06:21 +00:00
alecpl
4672dec8e1 #1484942: Clear selection when selecting single item 2008-04-03 11:21:15 +00:00
alecpl
d7c226ca1b http://trac.roundcube.net/ticket/1484838 2008-04-02 14:20:16 +00:00
svncommit
21168d21cc Don't preview message if dragging or multi-selecting it, closes #1484316. 2008-03-31 14:49:54 +00:00
thomascube
bf36a9a7e3 Fix quirky message selection 2008-02-28 19:43:54 +00:00
thomascube
d24d208d1c Always use subject col when dragging messages 2008-02-13 07:43:33 +00:00
thomascube
a0ce2f0fa1 Make script cross browser compatible 2008-02-12 19:54:16 +00:00
thomascube
0b7cd3460c Ignore clicks from input elements and images 2008-02-12 18:22:47 +00:00
thomascube
320e15b32f Don't unselect and re-select a list row 2008-02-08 17:15:24 +00:00
thomascube
1107480192 Only show new messages if they match the current search (#1484176) 2007-11-25 20:40:10 +00:00
thomascube
a9dda59a65 Fix toggleselect of list widget 2007-10-20 17:49:01 +00:00
svncommit
68b6a9e8e4 - Enable single-selection toggling in JS list object
- Use row id's instead of folder names in folder renaming/moving
- Fix some smaller errors in folder renaming/moving
2007-10-19 12:24:04 +00:00
thomascube
b6265631f0 Select next message after removing one from list 2007-09-26 16:42:16 +00:00
thomascube
1094cda9a0 Allso trigger events when selecting all/none list entries 2007-09-05 06:53:53 +00:00
thomascube
b2fb950fb5 Prevent default events on subject link; fixed typo in smtp script 2007-05-28 19:08:36 +00:00
thomascube
41bece1a1a Add link to message subjects (#1484257); don't make selected list items bold; remove duplicate function 2007-05-17 18:41:24 +00:00
thomascube
f1154163b0 Merged branch devel-addressbook from r443 back to trunk 2007-04-28 18:07:12 +00:00