Timothy Pearson 13 years ago
commit b8ed19a4c2

@ -1 +1 @@
Subproject commit 4027b878fb556a51ed29affd578e78aa70997480
Subproject commit 307fab5fdad542247fa11a418be0e9635f4b5ebf

@ -184,7 +184,7 @@ TDEDIRS='/opt/kde_staff:/opt/trinity'
class="directory">/opt/kde_staff</filename> contained additional settings
and applications for staff members. <quote>User Profiles</quote> allow you
to add this directory only for certain users and not for others. Add the
following to <filename>/etc/kderc</filename>:</para>
following to <filename>/etc/tderc</filename>:</para>
<programlisting>
[Directories-staff]
@ -195,11 +195,11 @@ prefixes=/opt/kde_staff
<filename class="directory">/opt/kde_staff</filename> directory
tree. (Note that &SuSE; &Linux; uses
<filename>/etc/kde3rc</filename> instead of
<filename>/etc/kderc</filename>. Now that we have a named profile it
<filename>/etc/tderc</filename>. Now that we have a named profile it
can be assigned to users.</para>
<para>To map profiles to users a mapping file needs to be specified in
<filename>/etc/kderc</filename>:</para>
<filename>/etc/tderc</filename>:</para>
<programlisting>
[Directories]
@ -2381,7 +2381,7 @@ Installing Software
= AutoYaST
= KickStart
Maintaining Settings
= /etc/kderc, other settings
= /etc/tderc, other settings
= Use rsync to copy files around
= Shared filesystem such as NFS
o store profiles themselves on NFS

@ -372,7 +372,7 @@ void KColorScheme::save()
// KDE-1.x support
KSimpleConfig *config =
new KSimpleConfig( TQDir::homeDirPath() + "/.kderc" );
new KSimpleConfig( TQDir::homeDirPath() + "/.tderc" );
config->setGroup( "General" );
config->writeEntry("background", cs->back );
config->writeEntry("selectBackground", cs->select );

@ -733,7 +733,7 @@ void TDEFonts::save()
}
// KDE-1.x support
KSimpleConfig* config = new KSimpleConfig( TQDir::homeDirPath() + "/.kderc" );
KSimpleConfig* config = new KSimpleConfig( TQDir::homeDirPath() + "/.tderc" );
config->setGroup( "General" );
for ( FontUseItem* i = fontUseList.first(); i; i = fontUseList.next() ) {
if("font"==i->rcKey())

@ -2,6 +2,6 @@ CHANGES V0.2
- Global keys stored by default in ~/.trinity/share/config/kdeglobals
[Global Keys] group
- KKeyDialog checks new key choices against exising bindings for the widget
and against entries in .kderc [Global Keys]
and against entries in .tderc [Global Keys]
- kcmkeys now has two standard kcontrol pages - one for standard desktop
accelerators and one for global keybindings.

@ -655,7 +655,7 @@ void KTheme::apply()
if ( !fontsElem.isNull() )
{
TDEConfig * fontsConf = TDEGlobal::config();
TDEConfig * kde1xConf = new KSimpleConfig( TQDir::homeDirPath() + "/.kderc" );
TDEConfig * kde1xConf = new KSimpleConfig( TQDir::homeDirPath() + "/.tderc" );
kde1xConf->setGroup( "General" );
TQDomNodeList fontList = fontsElem.childNodes();

@ -509,7 +509,7 @@
<cstring>cbCommand</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>Enter the command you wish to execute or the address of the resource you want to open. This can be a remote URL like "www.kde.org" or a local one like "~/.kderc".</string>
<string>Enter the command you wish to execute or the address of the resource you want to open. This can be a remote URL like "www.kde.org" or a local one like "~/.tderc".</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
@ -550,7 +550,7 @@
</size>
</property>
<property name="whatsThis" stdset="0">
<string>Enter the command you wish to execute or the address of the resource you want to open. This can be a remote URL like "www.kde.org" or a local one like "~/.kderc".</string>
<string>Enter the command you wish to execute or the address of the resource you want to open. This can be a remote URL like "www.kde.org" or a local one like "~/.tderc".</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="1">

@ -2,7 +2,7 @@
<head>
<title>%1</title>
<link rel="stylesheet" href="help:/common/kde-default.css" type="text/css" />
<link rel="stylesheet" href="help:/common/tde-default.css" type="text/css" />
</head>
<body>

@ -40,7 +40,7 @@ View::View( TQWidget *parentWidget, const char *widgetName,
connect( this, TQT_SIGNAL( popupMenu( const TQString &, const TQPoint& ) ),
this, TQT_SLOT( showMenu( const TQString &, const TQPoint& ) ) );
TQString css = langLookup("common/kde-default.css");
TQString css = langLookup("common/tde-default.css");
if (!css.isEmpty())
{
TQFile css_file(css);
@ -48,7 +48,7 @@ View::View( TQWidget *parentWidget, const char *widgetName,
{
TQTextStream s(&css_file);
TQString stylesheet = s.read();
preloadStyleSheet("help:/common/kde-default.css", stylesheet);
preloadStyleSheet("help:/common/tde-default.css", stylesheet);
}
}

@ -188,7 +188,7 @@ void TDEStylePage::saveColors(bool curSettings){
////////////////////////////////////////////////////
// KDE-1.x support
KSimpleConfig *tdeconfig =
new KSimpleConfig( TQDir::homeDirPath() + "/.kderc" );
new KSimpleConfig( TQDir::homeDirPath() + "/.tderc" );
tdeconfig->setGroup( "General" );
tdeconfig->writeEntry("background", toSave->background );
tdeconfig->writeEntry("selectBackground", toSave->selectBackground );

@ -624,6 +624,16 @@ if [ ! -f $PROFILE_DIR/share/config/tderadiorc ] && [ -f $PROFILE_DIR/share/conf
mv $PROFILE_DIR/share/config/kradiorc $PROFILE_DIR/share/config/tderadiorc 2>/dev/null
mv $PROFILE_DIR/share/apps/kradio $PROFILE_DIR/share/apps/tderadio 2>/dev/null
fi
if [ ! -f $HOME/.tderc ] && [ -f $HOME/.kderc ]; then
# Do not blindly move $HOME/.kderc because that file might be from KDE4.
# The first test is from a Trinity .kderc and the second test is from a KDE4 .kderc.
if [ "`grep selectBackground $HOME/.kderc`" != "" ] && [ "`grep smallestReadableFont $HOME/.kderc`" = "" ]; then
# Both tests pass. Probably a Trinity .kderc.
Message_Prefix
echo " .kderc->.tderc"
mv $HOME/.kderc $HOME/.tderc 2>/dev/null
fi
fi
# Disable some features new to R14, otherwise users will see an unfamiliar desktop.
if [[ $($TDEDIR/bin/kreadconfig --file kickerrc --group "General" --key "ShowDeepButtons" --default false) == "false" ]]; then

@ -52,7 +52,7 @@ delete $ENV{CDPATH};
delete $ENV{ENV};
require $config_file; #-- configuration settings
my $STYLESHEET_KDE = "<link rel=\"stylesheet\" href=\"help:common/kde-default.css\" type=\"text/css\"/>";
my $STYLESHEET_KDE = "<link rel=\"stylesheet\" href=\"help:common/tde-default.css\" type=\"text/css\"/>";
my $LOGO_KDE = "<img src=\"help:/common/kde_logo.png\" alt=\"TDE - The Trinity Desktop Environment\" width=\"296\" height=\"79\" border=\"0\">";
# the use of a query should make sure it never conflicts with a "real" path

@ -4083,7 +4083,7 @@ static char *scan_request(char *c)
out_html( " Manpage</TITLE>\n");
out_html( "<link rel=\"stylesheet\" href=\"");
out_html(htmlPath);
out_html("/kde-default.css\" type=\"text/css\">\n" );
out_html("/tde-default.css\" type=\"text/css\">\n" );
out_html( "<meta name=\"ROFF Type\" content=\"");
if (mandoc_command)
out_html("mdoc");

@ -116,7 +116,7 @@ MANProtocol::MANProtocol(const TQCString &pool_socket, const TQCString &app_sock
{
assert(!_self);
_self = this;
const TQString common_dir = TDEGlobal::dirs()->findResourceDir( "html", "en/common/kde-common.css" );
const TQString common_dir = TDEGlobal::dirs()->findResourceDir( "html", "en/common/tde-common.css" );
const TQString strPath=TQString( "file:%1/en/common" ).arg( common_dir );
m_htmlPath=strPath.local8Bit(); // ### TODO encode for HTML
m_cssPath=strPath.local8Bit(); // ### TODO encode for CSS

@ -45,7 +45,7 @@ save these options to .dmrc?
otherwise the GUI would become insanely complex.
- make config position independent
- parse /etc/kderc?
- parse /etc/tderc?
- merge multiple tdmrcs in the style of tdeconfig. how to set section priorities?
- gentdmconf: treat backgroundrc as an ini file, not as a text blob
- add proper quoting and dequoting to gentdmconf ini parser & writer

Loading…
Cancel
Save