From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 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/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kontact/profiles/OutlookDefaults/Makefile.am | 6 +++++ kontact/profiles/OutlookDefaults/kontactrc | 33 +++++++++++++++++++++++++++ kontact/profiles/OutlookDefaults/korganizerrc | 3 +++ kontact/profiles/OutlookDefaults/profile.cfg | 4 ++++ 4 files changed, 46 insertions(+) create mode 100644 kontact/profiles/OutlookDefaults/Makefile.am create mode 100644 kontact/profiles/OutlookDefaults/kontactrc create mode 100644 kontact/profiles/OutlookDefaults/korganizerrc create mode 100644 kontact/profiles/OutlookDefaults/profile.cfg (limited to 'kontact/profiles/OutlookDefaults') diff --git a/kontact/profiles/OutlookDefaults/Makefile.am b/kontact/profiles/OutlookDefaults/Makefile.am new file mode 100644 index 000000000..87e8814d6 --- /dev/null +++ b/kontact/profiles/OutlookDefaults/Makefile.am @@ -0,0 +1,6 @@ +profile_DATA = \ + profile.cfg \ + kontactrc \ + korganizerrc + +profiledir = $(kde_datadir)/kontact/profiles/OutlookDefaults diff --git a/kontact/profiles/OutlookDefaults/kontactrc b/kontact/profiles/OutlookDefaults/kontactrc new file mode 100644 index 000000000..f086bedf1 --- /dev/null +++ b/kontact/profiles/OutlookDefaults/kontactrc @@ -0,0 +1,33 @@ +[General] +activeBackground=47,103,255 +activeBlend=41,93,180 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +alternateBackground=240,240,240 +background=238,238,230 +buttonBackground=238,234,222 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=238,238,230 +handle=238,238,230 +inactiveBackground=220,220,220 +inactiveBlend=220,220,220 +inactiveForeground=0,0,0 +inactiveFrame=238,238,230 +inactiveHandle=238,238,230 +inactiveTitleBtnBg=220,220,220 +linkColor=0,0,192 +selectBackground=74,121,205 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,255,255 +windowForeground=0,0,0 +[Icons] +Theme=Locolor + +[MainWindow Toolbar navigatorToolBar] +Hidden=false + + diff --git a/kontact/profiles/OutlookDefaults/korganizerrc b/kontact/profiles/OutlookDefaults/korganizerrc new file mode 100644 index 000000000..e0c1178bb --- /dev/null +++ b/kontact/profiles/OutlookDefaults/korganizerrc @@ -0,0 +1,3 @@ +[Views] +Agenda View Calendar Display=CalendarsSideBySide + diff --git a/kontact/profiles/OutlookDefaults/profile.cfg b/kontact/profiles/OutlookDefaults/profile.cfg new file mode 100644 index 000000000..0fef517e1 --- /dev/null +++ b/kontact/profiles/OutlookDefaults/profile.cfg @@ -0,0 +1,4 @@ +[Kontact Profile] +Description=Settings resembling MS Outlook +Identifier=OutlookDefaults +Name=Outlook Style -- cgit v1.2.1