From e722dbcb9f9763c062336bf3762d2acf72b7bb25 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:26:46 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- ChangeLog | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 61c1c09..0401e69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Smb4K 0.9.4: -- Smb4KGlobal::timer() is now deprecated. +- Smb4TDEGlobal::timer() is now deprecated. - The core classes now use QObject::timerEvent() instead of a connection - to Smb4KGlobal::timer(). + to Smb4TDEGlobal::timer(). - Smb4K will try to launch the wallet manager before it opens the wallet. This should prevent it from hanging on start-up (closes #12707). - If the digital wallet could not be opened, KWallet support won't be @@ -77,11 +77,11 @@ Smb4K 0.9.0: - Removed obsolete Smb4KUser class. - Implemented validity checks into the core container classes, so that only IPv4 and IPv6 IP addresses are used (closes #11470). -- Modified Smb4KGlobal namespace: - + Removed Smb4KGlobal::kernelVersion() function. - + Removed Smb4KGlobal::systemName() function. - + Removed Smb4KGlobal::config() function. - + Removed Smb4KGlobal::getUMASK(). +- Modified Smb4TDEGlobal namespace: + + Removed Smb4TDEGlobal::kernelVersion() function. + + Removed Smb4TDEGlobal::systemName() function. + + Removed Smb4TDEGlobal::config() function. + + Removed Smb4TDEGlobal::getUMASK(). - Removed Smb4KHomesShareHandler::convert() function. - Revised Smb4KCore class: + Rewrote Smb4KCore::searchPrograms(). @@ -392,11 +392,11 @@ Smb4K 0.8.0: + Renamed and removed several error codes. + Adjusted code to use the new error codes. + Improved error messages. -- Revised Smb4KGlobal namespace: +- Revised Smb4TDEGlobal namespace: + Moved Smb4KPasswordHandler here. + Added Smb4KSambaOptionsHandler. + Added Smb4KHomesSharesHandler. - + Smb4KGlobal now provides a function that creates a temporary directory. The + + Smb4TDEGlobal now provides a function that creates a temporary directory. The core classes were ported to use it. - Revised Smb4KMounter class: + Optimized code in Smb4KMounter::import(). @@ -509,7 +509,7 @@ Smb4K 0.7.3: (closes #8325). - Fixed insertion of a host from the search dialog to the browser window when the host has no IP address displayed. -- Added missing error code to Smb4KGlobal::showCoreError(). +- Added missing error code to Smb4TDEGlobal::showCoreError(). - The preview dialog won't accept the contents of a wrong address anymore. - The wallet will be reopened if it was closed by the user, the screensaver, etc. (closes #8558). @@ -652,15 +652,15 @@ Smb4K 0.7.0: changed from GFDL to GPL. - If a user tries to mount an already mounted share, no error message will be displayed anymore. -- Renamed the global namespace to Smb4KGlobal and several functions inside. -- Centralized the application's timer in the Smb4KGlobal namespace. As a +- Renamed the global namespace to Smb4TDEGlobal and several functions inside. +- Centralized the application's timer in the Smb4TDEGlobal namespace. As a side effect, this seems to fix the very-fast-vanishing-tooltips problem. - If the user canceled the writing to /etc/super.tab or /etc/sudoers, the previous state will be re-established. - Removed "Specify User" dialog from Smb4KBrowserWidget and moved it to - Smb4KGlobal namespace. Now only core classes are using it. + Smb4TDEGlobal namespace. Now only core classes are using it. - Reworked and cleaned up Linux specific code in Smb4KMounter::import(). -- Moved error handling to Smb4KGlobal namespace. The reason is, that the +- Moved error handling to Smb4TDEGlobal namespace. The reason is, that the previous signal/slot model was not able to handle errors during the initialization of the core. - Removed Smb4KPasswordHandler::AskPass class and integrated its functionality @@ -1123,7 +1123,7 @@ Smb4K 0.3.0: - Improved "splash screen". - /usr/local/etc (FreeBSD) is searched for smb.conf, too. - Merged Smb4KSearch and Smb4KScanner core classes. -- Removed KProcess::setEnvironment() stuff from the browse and mount code. +- Removed TDEProcess::setEnvironment() stuff from the browse and mount code. It only caused problems. - Changed password handling. Passwords for single shares can be defined. Unfortunaltelly, it is INCOMPATIBLE with the old one. Sorry, folks! @@ -1145,7 +1145,7 @@ Smb4K 0.2.1: providing it. - Added Swedish translation. - Added experimental WINS server support. -- Separated KProcess stuff from the widget classes. +- Separated TDEProcess stuff from the widget classes. - Login information is stored in a separate file with strict permissions. - Many more improvements, bug fixes and code clean-ups. -- cgit v1.2.1