Home
last modified time | relevance | path

Searched refs:newSessionName (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/tests/
H A Dtest_sessioncontroller.cpp102 const QString newSessionName = QStringLiteral("TestOtherSession4"); in renameSession() local
107 s->setName( newSessionName ); in renameSession()
108 QCOMPARE( newSessionName, s->name() ); in renameSession()
117 const QString newSessionName = QStringLiteral("TestOtherSession5"); in canRenameActiveSession() local
122 s->setName( newSessionName ); in canRenameActiveSession()
123 QCOMPARE( newSessionName, s->name() ); in canRenameActiveSession()
/dports/comms/cutecom/cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd/
H A Dsessionmanager.cpp175 void SessionManager::editingFinished(const QString &newSessionName) in editingFinished() argument
179 if (newSessionName != m_previous_sessionName) in editingFinished()
180 emit sessionRenamed(m_previous_sessionName, newSessionName); in editingFinished()
182 emit sessionSwitched(newSessionName); in editingFinished()
185 emit sessionCloned(m_previous_sessionName, newSessionName); in editingFinished()
H A Dsessionmanager.h42 void editingFinished(const QString &newSessionName);
85 void editingFinished(QString newSessionName) const;
/dports/misc/bibletime/bibletime-2.11.2/src/backend/config/
H A Dbtconfigcore.cpp58 QString const & newSessionName = in BtConfigCore() local
60 m_currentSessionKey = newSessionName; in BtConfigCore()
61 m_settings.setValue(KEY_CURRENT_SESSION, newSessionName); in BtConfigCore()
62 m_settings.setValue(KEY_SESSION_NAME.arg(newSessionName), in BtConfigCore()
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DPrefSetsPage.mm187 NSString *newSessionName = [sessionNames objectAtIndex:[tableView selectedRow]];
189 TCUserDefaults::setSessionName([newSessionName UTF8String], PREFERENCE_SET_KEY);
190 if (![newSessionName isEqualToString:oldSessionName])
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dsessioncontroller.cpp143 … auto newSessionName = QInputDialog::getText(Core::self()->uiController()->activeMainWindow(), in renameSession() local
147 static_cast<Session*>(q->activeSession())->setName(newSessionName); in renameSession()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/dist/lang/
H A DMessages_id_ID.properties1984 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_de_DE.properties2007 httpSessions.api.action.renameSession.param.newSessionName=\
H A DMessages_az_AZ.properties2005 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_he_IL.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_pcm_NG.properties2006 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_ro_RO.properties2007 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_sl_SI.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_sr_CS.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_ha_HG.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_hi_IN.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_hr_HR.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_hu_HU.properties2007 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_it_IT.properties1989 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_ko_KR.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_bs_BA.properties2006 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_da_DK.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_ms_MY.properties2003 httpSessions.api.action.renameSession.param.newSessionName=
H A DMessages_nb_NO.properties2008 httpSessions.api.action.renameSession.param.newSessionName=
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/resources/org/zaproxy/zap/resources/
H A DMessages.properties1891 httpSessions.api.action.renameSession.param.newSessionName =

12