diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-07 22:58:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-07 22:58:44 +0900 |
commit | 145abc15d57fb29701a12e8a14dcb9c1fd72e9be (patch) | |
tree | fbb4f2f737ec6f4e8a85bea5f2ca2257d20d7e22 /konqueror/ChangeLog | |
parent | d95494d97233919fa0b2eebf60759537b793e05b (diff) | |
download | tdebase-145abc15d57fb29701a12e8a14dcb9c1fd72e9be.tar.gz tdebase-145abc15d57fb29701a12e8a14dcb9c1fd72e9be.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konqueror/ChangeLog')
-rw-r--r-- | konqueror/ChangeLog | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/konqueror/ChangeLog b/konqueror/ChangeLog index bdd198606..a6b8bed4c 100644 --- a/konqueror/ChangeLog +++ b/konqueror/ChangeLog @@ -5,14 +5,14 @@ 2001-05-05 David Faure <faure@kde.org> - * konq_mainwindow.cc: Set WDestructiveClose again when going + * konq_mainwindow.cpp: Set WDestructiveClose again when going to fullscreen mode (Qt bug), to prevent Alt+F4 from crashing. - * konq_misc.cc: Only abort full-screen mode for windows on the + * konq_misc.cpp: Only abort full-screen mode for windows on the current desktop. 2001-05-01 Simon Hausmann <simon@kde.org> - * konq_mainwindow.cc : moved the connect and disconnect calls + * konq_mainwindow.cpp : moved the connect and disconnect calls to/from the highlighting signals of the actioncollections into two separate methods, for cleanup, and use the qt child deletion mechanism to delete the bookmark actioncollection @@ -26,11 +26,11 @@ starts flickering like mad, when the window width is getting small than the length of the url in the combobox. - * konq_mainwindow.cc (initActions): use KonqGoURLAction + * konq_mainwindow.cpp (initActions): use KonqGoURLAction 2001-04-27 Simon Hausmann <simon@kde.org> - * konq_mainwindow.cc (goURL): new slot, sending a fake key + * konq_mainwindow.cpp (goURL): new slot, sending a fake key event to the lineedit, acting like the user pressing return (initActions): allocate a "Go" action and connect it to the new goURL slot @@ -39,22 +39,22 @@ 2001-04-07 Simon Hausmann <simon@kde.org> - * konq_mainwindow.cc (slotReload): call m_currentView->lockHistory(), + * konq_mainwindow.cpp (slotReload): call m_currentView->lockHistory(), to fix #23818 - * konq_view.cc/h (reload): removed obsolete method + * konq_view.cpp/h (reload): removed obsolete method 2001-03-31 David Faure <faure@kde.org> - * konq_mainwindow.cc(slotRunFinished): Stop wheel animation when a + * konq_mainwindow.cpp(slotRunFinished): Stop wheel animation when a konqrun fails and we have no view. 2001-03-25 Simon Hausmann <simon@kde.org> - * iconview/konq_iconview.cc (KonqKfmIconView): specify a status text for + * iconview/konq_iconview.cpp (KonqKfmIconView): specify a status text for some actions. Likewise for some actions in KonqDirPart. Also call setHighlightingEnabled in the KonqDirPart constructor - * konq_mainwindow.cc (slotShowMenuBar): call saveMainWindowSettings and + * konq_mainwindow.cpp (slotShowMenuBar): call saveMainWindowSettings and TDEGlobal::config()->sync() after toggling the visiblity of the menubar, just like it is done for toolbars. (slotPartActivated): connect and disconnect to/from the actionStatusText @@ -62,25 +62,25 @@ 2001-03-02 Simon Hausmann <simon@kde.org> - * konq_view.cc, konq_browseriface.cc/h: Utilize and implement the newly + * konq_view.cpp, konq_browseriface.cpp/h: Utilize and implement the newly added KParts::BrowserInterface 2001-02-06 Simon Hausmann <simon@kde.org> - * konq_mainwindow.cc (openBookmarkURL): Patch by + * konq_mainwindow.cpp (openBookmarkURL): Patch by Marco Krohn <Marco.Krohn@stud.uni-hannover.de> to call openFilteredURL instead of openURL. Allows environment variables in bookmarks and other sugar. 2001-01-28 Stephan Kulow <coolo@kde.org> - * konq_mainwindow.cc (initActions): Plug the actions into a TDEAccel to + * konq_mainwindow.cpp (initActions): Plug the actions into a TDEAccel to fix short cuts in full screen mode 2001-01-16 Simon Hausmann <simon@kde.org> - * konq_actions.cc (fillHistoryPopup), - libkonq/kbookmarkmenu.cc (fillBookmarkMenu): When a Website has + * konq_actions.cpp (fillHistoryPopup), + libkonq/kbookmarkmenu.cpp (fillBookmarkMenu): When a Website has "&" in the Title, make sure to transform it into "&&" before inserting it into a QPopupMenu (for history or for bookmarks) , to avoid QPopupMenu interpreting it as accelerator. @@ -88,30 +88,30 @@ 2001-01-15 David Faure <faure@kde.org> - * konq_aboutpage.cc, konq_mainwindow.cc: Support for "about:konqueror". + * konq_aboutpage.cpp, konq_mainwindow.cpp: Support for "about:konqueror". Credits to Simon for the part, and Torsten for the icons. 2001-01-14 David Faure <faure@kde.org> - * konq_viewmgr.cc (loadItem): Use openView instead of view->openURL, + * konq_viewmgr.cpp (loadItem): Use openView instead of view->openURL, so that "view-follows-view" is also applied on startup. Fixes #17679. - * konq_mainwindow.cc etc.: Lock to current location doesn't make the + * konq_mainwindow.cpp etc.: Lock to current location doesn't make the view passive anymore. This allows to e.g. change the view mode. - * konq_frame.cc: Added Lock / Unlock to view statusbar's popupmenu. + * konq_frame.cpp: Added Lock / Unlock to view statusbar's popupmenu. 2001-01-13 David Faure <faure@kde.org> - * konq_dirpart.cc etc.: Always paste to current directory, even + * konq_dirpart.cpp etc.: Always paste to current directory, even when an item is selected. 2001-01-12 David Faure <faure@kde.org> - * konq_viewmgr.cc (loadViewProfile): Set active part before loading + * konq_viewmgr.cpp (loadViewProfile): Set active part before loading URL, so that the URL appears in the location bar. - * konq_mainwindow.cc, konq_dirpart.cc: Store find part into history, + * konq_mainwindow.cpp, konq_dirpart.cpp: Store find part into history, in order to restore it when pressing back. 2001-01-11 David Faure <faure@kde.org> @@ -132,7 +132,7 @@ 2001-01-08 Simon Hausmann <simon@kde.org> - * KonquerorIface.cc (openBrowserWindow), + * KonquerorIface.cpp (openBrowserWindow), (createNewWindow), (createNewWindow), (createBrowserWindowFromProfile), @@ -150,14 +150,14 @@ 2000-12-28 Simon Hausmann <simon@kde.org> - * konq_viewmgr.cc (loadViewProfile): When loading an empty profile + * konq_viewmgr.cpp (loadViewProfile): When loading an empty profile (in particular the webbrowsing one) , activate the clear_location action. This gives the focus to the location bar -> the user can type in an url right away when loading the webbrowsing profile 2000-12-27 Simon Hausmann <simon@kde.org> - * konq_mainwindow.cc (enableAllActions): for iterating over all actions + * konq_mainwindow.cpp (enableAllActions): for iterating over all actions don't use the action( int index ) method of TDEActionCollection but instead retrieve a QValueList<TDEAction *> and iterate over that, as the =+(int) operator of QDictIterator isn't really fast @@ -166,16 +166,16 @@ 2000-12-12 David Faure <faure@kde.org> - * konq_viewmgr.cc: Fixed saving of profiles containing views + * konq_viewmgr.cpp: Fixed saving of profiles containing views "locked to their current location". The attribute was missing from the profile. - * konq_mainwindow.cc: Save and restore the preferred service in for + * konq_mainwindow.cpp: Save and restore the preferred service in for each toolbar 'viewmode' button. 2000-12-10 David Faure <faure@kde.org> - * konq_mainwindow.cc, konq_view.*, browserextension.*: Fixed + * konq_mainwindow.cpp, konq_view.*, browserextension.*: Fixed the initial state of the common actions (cut,copy,paste etc.). Had to move all the handling of the action states to browserextension. @@ -203,7 +203,7 @@ 2000-12-08 David Faure <faure@kde.org> - * konq_mainwindow.cc (openURL): Support for about:blank + * konq_mainwindow.cpp (openURL): Support for about:blank Fix for severe problems with the activation of the standard actions. The state of the action is now stored in each KonqView. @@ -220,77 +220,77 @@ 2000-12-06 Matthias Elter <elter@kde.org> - * konq_mainwindow.cc: Turned the Configure submenu into a single dialog. + * konq_mainwindow.cpp: Turned the Configure submenu into a single dialog. 2000-12-02 David Faure <faure@kde.org> - * konq_mainwindow.cc (slotToolFind): "Find Files" now embeds the kfind + * konq_mainwindow.cpp (slotToolFind): "Find Files" now embeds the kfind part, and the result of the search is connected to the current directory part. "Close" or opening any other URL closes the 'find' part. Thanks to Eric Coquelle for the kfind classes, and to jpmartin for pushing us to do this :) - * konq_viewmgr.cc: Support for suicidal passive views, more arguments + * konq_viewmgr.cpp: Support for suicidal passive views, more arguments to splitView and splitWindow. - * konq_guiclients.cc: Duplicated code removed, uses splitWindow now. + * konq_guiclients.cpp: Duplicated code removed, uses splitWindow now. 2000-11-30 David Faure <faure@kde.org> - * konq_mainwindow.cc: Use current profile in "New Window" to fix #16283. + * konq_mainwindow.cpp: Use current profile in "New Window" to fix #16283. 2000-11-28 David Faure <faure@kde.org> - * konq_actions.cc: Accel (Alt+O in English) to give focus to location bar, + * konq_actions.cpp: Accel (Alt+O in English) to give focus to location bar, shown by the label. - * konq_profiledlg.cc: Ported to TDEListView to fix problems with selection. + * konq_profiledlg.cpp: Ported to TDEListView to fix problems with selection. 2000-11-26 David Faure <faure@kde.org> - * konq_misc.cc, kfmclient.cc, KonquerorIface.cc: Speed up for URLs opened + * konq_misc.cpp, kfmclient.cpp, KonquerorIface.cpp: Speed up for URLs opened from another process using KRun (e.g. kdesktop's Minicli), by passing the mimetype through to konqueror. 2000-11-25 David Faure <faure@kde.org> - * konq_misc.cc: Fixed location bar not showing the URL asap. + * konq_misc.cpp: Fixed location bar not showing the URL asap. - * konq_mainwindow.cc : Icons for the configure submenu. + * konq_mainwindow.cpp : Icons for the configure submenu. - * konq_actions.cc : KonqHistoryAction turned into TDEToolBarPopupAction. + * konq_actions.cpp : KonqHistoryAction turned into TDEToolBarPopupAction. Drag the "Location" label to start a drag with the current URL. 2000-11-25 Simon Hausmann <simon@kde.org> - * konq_view.cc (connectPart): Install new url event filter for plain + * konq_view.cpp (connectPart): Install new url event filter for plain krops and for browserviews with the enableURLDropHandling property enabled (eventFilter): New eventfilter which listens for url drop events Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org> - * konq_mainwindow.cc: Completion handling overhauled. We have + * konq_mainwindow.cpp: Completion handling overhauled. We have one KonqHistoryManager, which holds a TDECompletion object and syncs the history with the completion. - * konq_view.cc: + * konq_view.cpp: set m_bAborted before calling slotCompleted in slotCanceled() feed the history manager - * konq_actions.cc: use KonqHistoryCombo that doesn't mess with the + * konq_actions.cpp: use KonqHistoryCombo that doesn't mess with the competion-object, we do our own synchronization now. * libkonq/ added konq_history* 2000-11-22 David Faure <faure@kde.org> - * konq_listview.cc: Added "Default" Icon Size, which corresponds to + * konq_listview.cpp: Added "Default" Icon Size, which corresponds to TDEIcon::Small (but when switching to icon view, it becomes whatever's configured for the "Desktop" group). 2000-11-21 David Faure <faure@kde.org> - * konq_listview.cc: Case Insensitive Sort option, on by default. + * konq_listview.cpp: Case Insensitive Sort option, on by default. * Views: Major rework of the "delayed mimetypes determination" feature, to make it available to the list view. This makes the list view @@ -303,30 +303,30 @@ Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org> 2000-11-17 David Faure <faure@kde.org> - * konq_profiledlg.cc: Made checkbox states persistent (saved to config) + * konq_profiledlg.cpp: Made checkbox states persistent (saved to config) - * konq_run.cc: Check that when we call KRun from KonqRun, it's not going + * konq_run.cpp: Check that when we call KRun from KonqRun, it's not going to launch another konqueror. - * konq_guiclients.cc: Build toggle-view actions in the actioncollection + * konq_guiclients.cpp: Build toggle-view actions in the actioncollection of the mainwindow, so that it's possible to assign them a shortcut. 2000-11-16 David Faure <faure@kde.org> - * konq_viewmgr.cc: Patch by Keunwoo Lee <klee@cs.washington.edu> to + * konq_viewmgr.cpp: Patch by Keunwoo Lee <klee@cs.washington.edu> to implement dynamic accels for the profile submenu. 2000-11-15 David Faure <faure@kde.org> - * konq_drag.cc: Export URLs as text/plain as well. + * konq_drag.cpp: Export URLs as text/plain as well. - * konq_mainwindow.cc: Implemented auto-saving of toolbars (TDEMainWindow), + * konq_mainwindow.cpp: Implemented auto-saving of toolbars (TDEMainWindow), removed "Save Settings". Fixed "clicking on directory in dirtree uses wrong view mode for dirs". - * konq_iconview.cc: Added +/- buttons for changing the icon size. + * konq_iconview.cpp: Added +/- buttons for changing the icon size. 2000-11-06 David Faure <faure@kde.org> - * konq_operations.cc: statURL, calls a slot when it stat'ed + * konq_operations.cpp: statURL, calls a slot when it stat'ed the url and created a tdefileitem for it. Used in doDrop when the destination's tdefileitem is unknown. Fixes #14739. Also, KPropsDlg now does a similar thing when called with a KURL. @@ -336,30 +336,30 @@ Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org> * konqueror.rc: Moved the "open with" actions to the Location menu, and added a separator to the action list. - * konq_view.cc (connectPart): moved call to setSaveViewPropertiesLocally + * konq_view.cpp (connectPart): moved call to setSaveViewPropertiesLocally (used to be in various places in KonqMW) so that the flag is also correct when switching views. - * konq_dirpart.cc and directory views: apply background color and pixmap + * konq_dirpart.cpp and directory views: apply background color and pixmap to the viewport(), and updated konq_iconview to do the same. This fixes many inconsistencies, and makes resizing a window much faster & smoother. Note that it has to be the viewport and not the widget, otherwise in the listview, the box between the scrollbars appears colored/pixmap-ed. - * konq_mainwindow.cc: action renamed View Properties Saved In Directory + * konq_mainwindow.cpp: action renamed View Properties Saved In Directory 2000-11-04 David Faure <faure@kde.org> - * konq_viewmgr.cc: now takes care of enableAllActions. + * konq_viewmgr.cpp: now takes care of enableAllActions. Show led and active statusbar even in the tree+icon configuration (the rule is now "more than one view", not "more than one activeable view"). This should remove some confusion. - * konq_frame.cc: "Remove View" in RMB on statusbar. + * konq_frame.cpp: "Remove View" in RMB on statusbar. Don't try to activate passive views when clicking statusbar. Different background color on statusbar for active view. - * konq_mainwindow.cc: Fixes for "Remove Active View" enabling, + * konq_mainwindow.cpp: Fixes for "Remove Active View" enabling, to avoid ending up with a lonely embedded konsole, and some cleanup of code for enabling other view-related actions. Introducing updateViewActions for common code between enableAllActions @@ -393,10 +393,10 @@ Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org> 2000-10-22 David Faure <faure@kde.org> - * dirtree/konq_dirtree.cc: Fixed support for devices in the directory + * dirtree/konq_dirtree.cpp: Fixed support for devices in the directory tree. It currently requires MountPoint in the device desktop file. - * listview/konq_textviewwidget.cc: Only the Name column is now + * listview/konq_textviewwidget.cpp: Only the Name column is now selected, and used as a drop area - like in other listviews. This requires the fix in TDEListView to work properly. @@ -406,7 +406,7 @@ Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org> 2000-10-20 David Faure <faure@kde.org> - * konq_misc.cc: Use webbrowsing profile for *.html *.htm as well. + * konq_misc.cpp: Use webbrowsing profile for *.html *.htm as well. 2000-10-20 Simon Hausmann <hausmann@kde.org> |