From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/widgets/pixmaps/textbold.xpm | 27 +++++++++++++++++++++++++++ kommander/widgets/pixmaps/textcenter.xpm | 27 +++++++++++++++++++++++++++ kommander/widgets/pixmaps/textitalic.xpm | 27 +++++++++++++++++++++++++++ kommander/widgets/pixmaps/textleft.xpm | 27 +++++++++++++++++++++++++++ kommander/widgets/pixmaps/textright.xpm | 27 +++++++++++++++++++++++++++ kommander/widgets/pixmaps/textunder.xpm | 27 +++++++++++++++++++++++++++ 6 files changed, 162 insertions(+) create mode 100644 kommander/widgets/pixmaps/textbold.xpm create mode 100644 kommander/widgets/pixmaps/textcenter.xpm create mode 100644 kommander/widgets/pixmaps/textitalic.xpm create mode 100644 kommander/widgets/pixmaps/textleft.xpm create mode 100644 kommander/widgets/pixmaps/textright.xpm create mode 100644 kommander/widgets/pixmaps/textunder.xpm (limited to 'kommander/widgets/pixmaps') diff --git a/kommander/widgets/pixmaps/textbold.xpm b/kommander/widgets/pixmaps/textbold.xpm new file mode 100644 index 00000000..6787a461 --- /dev/null +++ b/kommander/widgets/pixmaps/textbold.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const bold_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ......... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ........ ", +" ... .... ", +" ... .... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ... ... ", +" .......... ", +" ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textcenter.xpm b/kommander/widgets/pixmaps/textcenter.xpm new file mode 100644 index 00000000..59eeb565 --- /dev/null +++ b/kommander/widgets/pixmaps/textcenter.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const center_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textitalic.xpm b/kommander/widgets/pixmaps/textitalic.xpm new file mode 100644 index 00000000..4cbee92c --- /dev/null +++ b/kommander/widgets/pixmaps/textitalic.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const italic_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ..... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ..... ", +" ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textleft.xpm b/kommander/widgets/pixmaps/textleft.xpm new file mode 100644 index 00000000..129a93a4 --- /dev/null +++ b/kommander/widgets/pixmaps/textleft.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const left_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textright.xpm b/kommander/widgets/pixmaps/textright.xpm new file mode 100644 index 00000000..71544c87 --- /dev/null +++ b/kommander/widgets/pixmaps/textright.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const right_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textunder.xpm b/kommander/widgets/pixmaps/textunder.xpm new file mode 100644 index 00000000..37882c45 --- /dev/null +++ b/kommander/widgets/pixmaps/textunder.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const under_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ..... .... ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... .. ", +" ... .. ", +" ...... ", +" ", +" ............ ", +" ", +" ", +" "}; -- cgit v1.2.1