[commits] Horde branch develop updated. 055f4f19a0286ee23b8f70156c87987539bd0b07

Jan Schneider jan at horde.org
Thu Jul 12 22:41:19 UTC 2012


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

from: 30e37f67f2213867ce24ae76b119424c7cb81457

b36c9d6 Move message flags to sub-directory.
1b123dd Smaller and simpler icons for message flags.
eb8557c Load hordecore.
e1dfe10 Full icon sizes in context menu.
5b6fe7a Semantically more correct icons.
325918e Fix CSS class name.
8f255cd Remove rules for context menu entries that no longer exist.
eb498fb Remove duplicate icon.
055f4f1 Update file list.

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

commit b36c9d6a6cced06da22c9820628dfb449a925d99
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jul 12 23:50:01 2012 +0200

    Move message flags to sub-directory.

 imp/themes/default/dynamic/screen.css               |   16 +++++++-------
 imp/themes/default/graphics/answered.png            |  Bin 0 -> 556 bytes
 imp/themes/default/graphics/clearflag.png           |  Bin 0 -> 364 bytes
 imp/themes/default/graphics/flagged.png             |  Bin 0 -> 373 bytes
 imp/themes/default/graphics/flags/answered.png      |  Bin 0 -> 556 bytes
 imp/themes/default/graphics/flags/deleted.png       |  Bin 0 -> 412 bytes
 imp/themes/default/graphics/flags/draft.png         |  Bin 0 -> 623 bytes
 imp/themes/default/graphics/flags/flagged.png       |  Bin 0 -> 373 bytes
 imp/themes/default/graphics/flags/forwarded.png     |  Bin 0 -> 559 bytes
 imp/themes/default/graphics/flags/personal.png      |  Bin 0 -> 427 bytes
 imp/themes/default/graphics/flags/priority_high.png |  Bin 0 -> 591 bytes
 imp/themes/default/graphics/flags/priority_low.png  |  Bin 0 -> 634 bytes
 imp/themes/default/graphics/flags/seen.png          |  Bin 0 -> 616 bytes
 imp/themes/default/graphics/flags/unseen.png        |  Bin 0 -> 476 bytes
 imp/themes/default/graphics/forwarded.png           |  Bin 0 -> 559 bytes
 imp/themes/default/graphics/mail_answered.png       |  Bin 556 -> 0 bytes
 imp/themes/default/graphics/mail_clearflag.png      |  Bin 364 -> 0 bytes
 imp/themes/default/graphics/mail_deleted.png        |  Bin 412 -> 0 bytes
 imp/themes/default/graphics/mail_draft.png          |  Bin 623 -> 0 bytes
 imp/themes/default/graphics/mail_flagged.png        |  Bin 373 -> 0 bytes
 imp/themes/default/graphics/mail_forwarded.png      |  Bin 559 -> 0 bytes
 imp/themes/default/graphics/mail_personal.png       |  Bin 427 -> 0 bytes
 imp/themes/default/graphics/mail_priority_high.png  |  Bin 591 -> 0 bytes
 imp/themes/default/graphics/mail_priority_low.png   |  Bin 634 -> 0 bytes
 imp/themes/default/graphics/mail_seen.png           |  Bin 616 -> 0 bytes
 imp/themes/default/graphics/mail_unseen.png         |  Bin 476 -> 0 bytes
 imp/themes/default/graphics/seen.png                |  Bin 0 -> 616 bytes
 imp/themes/default/graphics/unseen.png              |  Bin 0 -> 476 bytes
 imp/themes/default/screen.css                       |   20 +++++++++---------
 29 files changed, 18 insertions(+), 18 deletions(-)
 create mode 100644 imp/themes/default/graphics/answered.png
 create mode 100644 imp/themes/default/graphics/clearflag.png
 create mode 100644 imp/themes/default/graphics/flagged.png
 create mode 100644 imp/themes/default/graphics/flags/answered.png
 create mode 100644 imp/themes/default/graphics/flags/deleted.png
 create mode 100644 imp/themes/default/graphics/flags/draft.png
 create mode 100644 imp/themes/default/graphics/flags/flagged.png
 create mode 100644 imp/themes/default/graphics/flags/forwarded.png
 create mode 100644 imp/themes/default/graphics/flags/personal.png
 create mode 100644 imp/themes/default/graphics/flags/priority_high.png
 create mode 100644 imp/themes/default/graphics/flags/priority_low.png
 create mode 100644 imp/themes/default/graphics/flags/seen.png
 create mode 100644 imp/themes/default/graphics/flags/unseen.png
 create mode 100644 imp/themes/default/graphics/forwarded.png
 delete mode 100644 imp/themes/default/graphics/mail_answered.png
 delete mode 100644 imp/themes/default/graphics/mail_clearflag.png
 delete mode 100644 imp/themes/default/graphics/mail_deleted.png
 delete mode 100644 imp/themes/default/graphics/mail_draft.png
 delete mode 100644 imp/themes/default/graphics/mail_flagged.png
 delete mode 100644 imp/themes/default/graphics/mail_forwarded.png
 delete mode 100644 imp/themes/default/graphics/mail_personal.png
 delete mode 100644 imp/themes/default/graphics/mail_priority_high.png
 delete mode 100644 imp/themes/default/graphics/mail_priority_low.png
 delete mode 100644 imp/themes/default/graphics/mail_seen.png
 delete mode 100644 imp/themes/default/graphics/mail_unseen.png
 create mode 100644 imp/themes/default/graphics/seen.png
 create mode 100644 imp/themes/default/graphics/unseen.png

http://git.horde.org/horde-git/-/commit/b36c9d6a6cced06da22c9820628dfb449a925d99

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

commit 1b123dd82cb16524c5e98d73ff39c2dffff0eebc
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 13 00:09:52 2012 +0200

    Smaller and simpler icons for message flags.

 imp/themes/default/dynamic/screen.css               |    5 +++--
 imp/themes/default/graphics/flags/answered.png      |  Bin 556 -> 355 bytes
 imp/themes/default/graphics/flags/deleted.png       |  Bin 412 -> 392 bytes
 imp/themes/default/graphics/flags/draft.png         |  Bin 623 -> 517 bytes
 imp/themes/default/graphics/flags/flagged.png       |  Bin 373 -> 361 bytes
 imp/themes/default/graphics/flags/forwarded.png     |  Bin 559 -> 349 bytes
 imp/themes/default/graphics/flags/personal.png      |  Bin 427 -> 404 bytes
 imp/themes/default/graphics/flags/priority_high.png |  Bin 591 -> 475 bytes
 imp/themes/default/graphics/flags/priority_low.png  |  Bin 634 -> 448 bytes
 imp/themes/default/graphics/flags/seen.png          |  Bin 616 -> 494 bytes
 imp/themes/default/graphics/flags/unseen.png        |  Bin 476 -> 462 bytes
 imp/themes/default/screen.css                       |    3 +++
 12 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/1b123dd82cb16524c5e98d73ff39c2dffff0eebc

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

commit eb8557c7bcd6cf4561819507955d62655e0b3138
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 13 00:19:12 2012 +0200

    Load hordecore.

 imp/mailbox.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/eb8557c7bcd6cf4561819507955d62655e0b3138

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

commit e1dfe104f3935dfc0a86f2b117a159b5ad770277
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 13 00:23:00 2012 +0200

    Full icon sizes in context menu.

 imp/themes/default/dynamic/screen.css |    4 ++--
 imp/themes/default/screen.css         |    5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/e1dfe104f3935dfc0a86f2b117a159b5ad770277

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

commit 5b6fe7aab83765aabda422d6038aa22259e6d032
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 13 00:26:00 2012 +0200

    Semantically more correct icons.

 imp/themes/default/dynamic/screen.css |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/5b6fe7aab83765aabda422d6038aa22259e6d032

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

commit 325918e8acc541ed063f32a3d9eebcc3ce9ef20a
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 13 00:39:21 2012 +0200

    Fix CSS class name.

 imp/themes/default/dynamic/screen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/325918e8acc541ed063f32a3d9eebcc3ce9ef20a

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

commit 8f255cd9bfbe9a32cdfd3f8138c042bbb83b3afc
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 13 00:39:49 2012 +0200

    Remove rules for context menu entries that no longer exist.

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

http://git.horde.org/horde-git/-/commit/8f255cd9bfbe9a32cdfd3f8138c042bbb83b3afc

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

commit eb498fbf4e778ffcfcfd43a9d6e2d5ae0b519075
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 13 00:40:23 2012 +0200

    Remove duplicate icon.

 imp/themes/default/dynamic/screen.css        |    2 +-
 imp/themes/default/graphics/email_attach.png |  Bin 650 -> 0 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)
 delete mode 100644 imp/themes/default/graphics/email_attach.png

http://git.horde.org/horde-git/-/commit/eb498fbf4e778ffcfcfd43a9d6e2d5ae0b519075

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

commit 055f4f19a0286ee23b8f70156c87987539bd0b07
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 13 00:41:01 2012 +0200

    Update file list.

 imp/package.xml |   68 ++++++++++++++++++++++++++++++++----------------------
 1 files changed, 40 insertions(+), 28 deletions(-)

http://git.horde.org/horde-git/-/commit/055f4f19a0286ee23b8f70156c87987539bd0b07




More information about the commits mailing list