git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent a6c474508e
commit 0014114cd2

@ -1,8 +1,8 @@
/** @mainpage
* KDE Base API Dox.
* Trinity Base API Dox.
*
* KDEBase is the SVN module with the "basic applications" needed
* for KDE. These include startkde (a shell script to start the whole
* kdebase is the SVN module with the "basic applications" needed
* for Trinity. These include startkde (a shell script to start the whole
* desktop), kdesktop (the desktop), konqueror (the browser and file-
* manager) and lots of other things. Nearly none of it has dox.
*

@ -132,7 +132,7 @@
<whatsthis></whatsthis>
</entry>
<entry key="ShadowEnabled" type="Bool">
<default>false</default>
<default>true</default>
<label>Enable text shadow</label>
<whatsthis>Check here to enable a shadow outline around the desktop font. This also improves the readability of the desktop text against backgrounds of a similar color.</whatsthis>
</entry>

@ -386,7 +386,7 @@ TQWidget* ContainerAreaLayout::widgetAt(int index) const
TQSize ContainerAreaLayout::sizeHint() const
{
const int size = KickerLib::sizeValue(KPanelExtension::SizeNormal);
const int size = KickerLib::sizeValue(KPanelExtension::SizeSmall);
if (orientation() == Horizontal)
{

@ -44,8 +44,8 @@ KCountryPage::KCountryPage(TQWidget *parent, const char *name ) : KCountryPageDl
b_savedLanguageChanged = false;
b_startedLanguageChanged = false;
// set appropriate KDE version (kapplication.h)
txt_welcome->setText(i18n("<h3>Welcome to KDE %1</h3>").arg(KDE_VERSION_STRING));
// set appropriate Trinity version (kapplication.h)
txt_welcome->setText(i18n("<h3>Welcome to Trinity %1</h3>").arg(KDE_VERSION_STRING));
flang = new KFindLanguage();

@ -76,7 +76,7 @@
<cstring>rb_kde</cstring>
</property>
<property name="text">
<string>Trinity (TM)</string>
<string>KDE (TM)</string>
</property>
<property name="checked">
<bool>true</bool>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 48 KiB

@ -163,8 +163,8 @@ fi
test -n "$KDEHOME" && kdehome=`echo "$KDEHOME" | sed "s,^~/,$HOME/,"`
echo "[startkde] kdehome: $kdehome" 1>&2
# Is this a GNOME/GDM variable? Probably does not cause any harm in
# any system not looking for the variable.
# Allow interested applications, such as the Plasma control wrapper,
# to know that this is a Trinity desktop and not a KDE one.
export DESKTOP_SESSION=kde3
# Please see kstartupconfig source for usage.
@ -381,8 +381,13 @@ if test -r "$kde_fontpaths" ; then
IFS=$savifs
fi
if [ -n "$KDEDIR" ]; then
export KDEDIR=`echo "$KDEDIRS" | sed -e 's/:.*//'`
fi
echo "[startkde] KDEDIR: $KDEDIR" 1>&2
echo "[startkde] KDEDIRS: $KDEDIRS" 1>&2
if test -n "$KDEDIRS"; then
kdedirs_first=`echo "$KDEDIRS" | sed -e 's/:.*//'`
sys_odir=$kdedirs_first/share/fonts/override

Loading…
Cancel
Save