|
|
|
|
@ -119,10 +119,7 @@ TopLevel::TopLevel(const char *name)
|
|
|
|
|
|
|
|
|
|
setupPartSelection(_partSelection);
|
|
|
|
|
|
|
|
|
|
// KCachegrind for KDE 3.0.x does not allow to hide toolbars...
|
|
|
|
|
#if TDE_VERSION >= 308 // KDE 3.1
|
|
|
|
|
setStandardToolBarMenuEnabled(true);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// QT dock windows are created before (using QT position restoring)
|
|
|
|
|
createGUI();
|
|
|
|
|
@ -507,12 +504,7 @@ void TopLevel::createMiscActions()
|
|
|
|
|
action->setWhatsThis( hint );
|
|
|
|
|
|
|
|
|
|
action = new TDEAction( i18n( "&Reload" ), "reload",
|
|
|
|
|
#if TDE_VERSION > 0x030190
|
|
|
|
|
// for KDE 3.2: TDEStdAccel::key is deprecated
|
|
|
|
|
TDEStdAccel::shortcut(TDEStdAccel::Reload),
|
|
|
|
|
#else
|
|
|
|
|
TDEStdAccel::key(TDEStdAccel::Reload),
|
|
|
|
|
#endif
|
|
|
|
|
TDEStdAccel::shortcut(TDEStdAccel::Reload),
|
|
|
|
|
this, TQ_SLOT( reload() ), actionCollection(), "reload" );
|
|
|
|
|
hint = i18n("<b>Reload Profile Data</b>"
|
|
|
|
|
"<p>This loads any new created parts, too.</p>");
|
|
|
|
|
@ -529,12 +521,7 @@ void TopLevel::createMiscActions()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_taDump = new TDEToggleAction( i18n( "&Force Dump" ), "edit-redo",
|
|
|
|
|
#if TDE_VERSION > 0x030190
|
|
|
|
|
// for KDE 3.2: TDEStdAccel::key is deprecated
|
|
|
|
|
TDEStdAccel::shortcut(TDEStdAccel::Redo),
|
|
|
|
|
#else
|
|
|
|
|
TDEStdAccel::key(TDEStdAccel::Redo),
|
|
|
|
|
#endif
|
|
|
|
|
TDEStdAccel::shortcut(TDEStdAccel::Redo),
|
|
|
|
|
this, TQ_SLOT( forceTrace() ),
|
|
|
|
|
actionCollection(), "dump" );
|
|
|
|
|
hint = i18n("<b>Force Dump</b>"
|
|
|
|
|
@ -616,10 +603,7 @@ void TopLevel::createMiscActions()
|
|
|
|
|
this, TQ_SLOT(togglePercentage()),
|
|
|
|
|
actionCollection(),
|
|
|
|
|
"view_percentage");
|
|
|
|
|
#if TDE_VERSION >= 0x030290
|
|
|
|
|
// for KDE 3.3: show another text instead of a checkmark
|
|
|
|
|
_taPercentage->setCheckedState(i18n("Show Absolute Costs"));
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
hint = i18n("Show relative instead of absolute costs");
|
|
|
|
|
_taPercentage->setToolTip( hint );
|
|
|
|
|
@ -654,10 +638,7 @@ void TopLevel::createMiscActions()
|
|
|
|
|
TDEShortcut(),
|
|
|
|
|
this, TQ_SLOT( toggleCycles() ), actionCollection(),
|
|
|
|
|
"view_cycles" );
|
|
|
|
|
#if TDE_VERSION >= 0x030290
|
|
|
|
|
// for KDE 3.3: show another text instead of a checkmark
|
|
|
|
|
_taCycles->setCheckedState(i18n("Skip Cycle Detection"));
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
hint = i18n("<b>Detect recursive cycles</b>"
|
|
|
|
|
"<p>If this is switched off, the treemap drawing will show "
|
|
|
|
|
@ -796,15 +777,7 @@ void TopLevel::createMiscActions()
|
|
|
|
|
_taSplitDir->setToolTip( hint );
|
|
|
|
|
_taSplitDir->setWhatsThis( hint );
|
|
|
|
|
|
|
|
|
|
// copied from KMail...
|
|
|
|
|
#if TDE_VERSION >= 308 // KDE 3.1
|
|
|
|
|
KStdAction::tipOfDay( this, TQ_SLOT( slotShowTip() ), actionCollection() );
|
|
|
|
|
#else
|
|
|
|
|
(void) new TDEAction( KGuiItem( i18n("Tip of the &Day..."), "idea",
|
|
|
|
|
i18n("Show \"Tip of the Day\"") ),
|
|
|
|
|
0, this, TQ_SLOT(slotShowTip()),
|
|
|
|
|
actionCollection(), "help_show_tip" );
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void TopLevel::createActions()
|
|
|
|
|
@ -969,12 +942,7 @@ void TopLevel::querySlot()
|
|
|
|
|
|
|
|
|
|
void TopLevel::configureKeys()
|
|
|
|
|
{
|
|
|
|
|
#if TDE_VERSION > 0x030190
|
|
|
|
|
// for KDE 3.2: KKeyDialog::configureKeys is deprecated
|
|
|
|
|
KKeyDialog::configure(actionCollection(), this, true);
|
|
|
|
|
#else
|
|
|
|
|
KKeyDialog::configureKeys(actionCollection(), xmlFile(), true, this);
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1016,12 +984,7 @@ void TopLevel::loadTrace(const KURL& url)
|
|
|
|
|
|
|
|
|
|
// network transparancy
|
|
|
|
|
TQString tmpFile;
|
|
|
|
|
#if TDE_VERSION > 0x030190
|
|
|
|
|
// for KDE 3.2: TDEIO::NetAccess::download with 2 args is deprecated
|
|
|
|
|
if(TDEIO::NetAccess::download( url, tmpFile, this )) {
|
|
|
|
|
#else
|
|
|
|
|
if(TDEIO::NetAccess::download( url, tmpFile )) {
|
|
|
|
|
#endif
|
|
|
|
|
_openRecent->addURL(url);
|
|
|
|
|
_openRecent->saveEntries( TDEGlobal::config() );
|
|
|
|
|
|
|
|
|
|
@ -1065,12 +1028,7 @@ void TopLevel::addTrace(const KURL& url)
|
|
|
|
|
|
|
|
|
|
// network transparancy
|
|
|
|
|
TQString tmpFile;
|
|
|
|
|
#if TDE_VERSION > 0x030190
|
|
|
|
|
// for KDE 3.2: TDEIO::NetAccess::download with 2 args is deprecated
|
|
|
|
|
if(TDEIO::NetAccess::download( url, tmpFile, this )) {
|
|
|
|
|
#else
|
|
|
|
|
if(TDEIO::NetAccess::download( url, tmpFile )) {
|
|
|
|
|
#endif
|
|
|
|
|
_openRecent->addURL(url);
|
|
|
|
|
_openRecent->saveEntries( TDEGlobal::config() );
|
|
|
|
|
|
|
|
|
|
|