[commits] Horde-Hatchery branch master updated. dc5a8295cef78e444355c0eed26bed2ebfd37cbf

Michael M Slusarz slusarz at horde.org
Tue Nov 17 19:26:09 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 593d2f86db938bfed0d51ed67fa3e84eff16d15e

f7dcf96 Tweak mimePartInfo images padding.
361d4c3 Make sure there is some text displayed for the name entry
f208c38 Better toggling of preview pane.
dc5a829 Add vertical-pane preview layout to DIMP.

-----------------------------------------------------------------------

commit f7dcf967316362eaa6ae8167c0655491903e2973
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 15:38:55 2009 -0700

    Tweak mimePartInfo images padding.
    
    Use margin instead of padding - since these images are clickable, the
    active outline will better conform to the shape of the image.

 imp/themes/screen.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=51337b7f594e2b80ee221055d5d3bcc0f6700e9b&r2=f7dcf967316362eaa6ae8167c0655491903e2973

-----------------------------------------------------------------------

commit 361d4c3b6e08119def4bc7d2efdd3f1c0724b95d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 15:41:04 2009 -0700

    Make sure there is some text displayed for the name entry

 imp/lib/Message.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=361d4c3b6e08119def4bc7d2efdd3f1c0724b95d

-----------------------------------------------------------------------

commit f208c3811483afeeaf1e893961af5323fa746bf6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 16:28:14 2009 -0700

    Better toggling of preview pane.

 imp/js/DimpBase.js                     |   12 ++++++++++--
 imp/templates/index/index-dimp.inc     |    3 ++-
 imp/templates/javascript_defs_dimp.php |    2 --
 imp/themes/screen-dimp.css             |    2 +-
 imp/themes/silver/screen-dimp.css      |    2 +-
 5 files changed, 14 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=d3991e7c0de59b09408fd3d0edd2260bfba9e3b7&r2=f208c3811483afeeaf1e893961af5323fa746bf6
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=4df5d876bc74612955a8a50d90012991bd420bd5&r2=f208c3811483afeeaf1e893961af5323fa746bf6
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=e0c23955a2d73aa85221e4e3400a6d04bb787a43&r2=f208c3811483afeeaf1e893961af5323fa746bf6
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=4df5d876bc74612955a8a50d90012991bd420bd5&r2=f208c3811483afeeaf1e893961af5323fa746bf6
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=f208c3811483afeeaf1e893961af5323fa746bf6

-----------------------------------------------------------------------

commit dc5a8295cef78e444355c0eed26bed2ebfd37cbf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 20:48:11 2009 -0700

    Add vertical-pane preview layout to DIMP.
    
    Thank you Microsoft Outlook.

 imp/docs/CHANGES                       |    1 +
 imp/js/DimpBase.js                     |  228 ++++++++++++--------
 imp/js/ViewPort.js                     |  360 ++++++++++++++++++++-----------
 imp/js/mailbox-dimp.js                 |   26 ++-
 imp/templates/index/index-dimp.inc     |  213 ++++++++++----------
 imp/templates/javascript_defs_dimp.php |    2 +-
 imp/themes/graphics/dragHandleVert.png |  Bin 0 -> 132 bytes
 imp/themes/ie6_or_less-dimp.css        |    2 +-
 imp/themes/ie7-dimp.css                |    2 +-
 imp/themes/screen-dimp.css             |   92 ++++++---
 10 files changed, 555 insertions(+), 371 deletions(-)
 create mode 100644 imp/themes/graphics/dragHandleVert.png

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=cc879e508bee934aeea1f7068c72a87649b5b7ad&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=f208c3811483afeeaf1e893961af5323fa746bf6&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=318625f7e16360c3f8a11c73897c01cd38dcda6d&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/diff.php/imp/js/mailbox-dimp.js?rt=horde-hatchery&r1=749d9b407fdcd2ae700e9c50283b460fb56971c2&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=f208c3811483afeeaf1e893961af5323fa746bf6&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=f208c3811483afeeaf1e893961af5323fa746bf6&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/co.php/imp/themes/graphics/dragHandleVert.png?rt=horde-hatchery&r=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/diff.php/imp/themes/ie6_or_less-dimp.css?rt=horde-hatchery&r1=59177261553b358cc231a1ae57ae267b6c08efe3&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/diff.php/imp/themes/ie7-dimp.css?rt=horde-hatchery&r1=d3991e7c0de59b09408fd3d0edd2260bfba9e3b7&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=f208c3811483afeeaf1e893961af5323fa746bf6&r2=dc5a8295cef78e444355c0eed26bed2ebfd37cbf




More information about the commits mailing list