diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:49 -0600 |
commit | 037f63ff07d188ad2398af9c98914cf21f80e033 (patch) | |
tree | 8ca3b2f7ee217b55a5b804e0a06af2d15b7572bb /ChangeLog | |
parent | a193fcd80dbf6875f3e66b7fd2561f9394dc4189 (diff) | |
download | smb4k-037f63ff07d188ad2398af9c98914cf21f80e033.tar.gz smb4k-037f63ff07d188ad2398af9c98914cf21f80e033.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -196,7 +196,7 @@ Smb4K 0.9.0: + The network browser is now a KParts KDE module: libsmb4knetworkbrowser. - Redesigned search dialog: + Applied a major revision to the Smb4KSearchDialog class. Among other things, - the widget that shows the search results is now a KListView. + the widget that shows the search results is now a TDEListView. + Introduced new Smb4KSearchDialogItem class for easier handling of the items in the list view. + Introduced Smb4KSearchDialogPart class that manages the communication with @@ -450,7 +450,7 @@ Smb4K 0.8.0: + Enhanced overall handling of tooltips. + The current network item will be collapsed if the Smb4KScanner::failed() signal is received. -- Smb4KBrowserWidgetItem class now inherits KListViewItem instead of +- Smb4KBrowserWidgetItem class now inherits TDEListViewItem instead of QListViewItem. - Revised Smb4KPreviewDialog class: + The constructor now takes a pointer to an Smb4KShareItem object and looks up @@ -842,7 +842,7 @@ Smb4K 0.6.0: password. - Added namespace Smb4K_Global which contains functions used by several classes. -- Improved KAction handling in popup menus. +- Improved TDEAction handling in popup menus. - Added a patch by Nuts Mueller that adds /usr/local/bin and /usr/local/sbin to the paths that are searched by the utility programs. - Added a patch by Steven Lawrance that fixes buffer size problems in @@ -903,7 +903,7 @@ Smb4K 0.5.0: - Replaced the QSplitters in the main window by KDockWidgets. Now, you can move the network browser and tab widget around or even detach them. - Removed the Smb4KView class. -- Moved to nice KActionMenus. This included a complete rewrite of the +- Moved to nice TDEActionMenus. This included a complete rewrite of the Smb4KSystemTray and Smb4KBookmarkMenuWidget classes (closes #2007). - Mounted shares are optically advertized in the browser widget. - If the mountpoint can't be created, an error message will be emitted and |