summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/CMakeLists.txt14
-rw-r--r--konqueror/ChangeLog126
-rw-r--r--konqueror/KonqMainWindowIface.cpp (renamed from konqueror/KonqMainWindowIface.cc)0
-rw-r--r--konqueror/KonqViewIface.cpp (renamed from konqueror/KonqViewIface.cc)0
-rw-r--r--konqueror/KonquerorIface.cpp (renamed from konqueror/KonquerorIface.cc)2
-rw-r--r--konqueror/Makefile.am38
-rw-r--r--konqueror/about/CMakeLists.txt2
-rw-r--r--konqueror/about/Makefile.am2
-rw-r--r--konqueror/about/konq_aboutpage.cpp (renamed from konqueror/about/konq_aboutpage.cc)0
-rw-r--r--konqueror/client/CMakeLists.txt2
-rw-r--r--konqueror/client/Makefile.am4
-rw-r--r--konqueror/client/kfmclient.cpp (renamed from konqueror/client/kfmclient.cc)2
-rw-r--r--konqueror/delayedinitializer.cpp (renamed from konqueror/delayedinitializer.cc)0
-rw-r--r--konqueror/iconview/CMakeLists.txt2
-rw-r--r--konqueror/iconview/Makefile.am2
-rw-r--r--konqueror/iconview/konq_iconview.cpp (renamed from konqueror/iconview/konq_iconview.cc)0
-rw-r--r--konqueror/konq_actions.cpp (renamed from konqueror/konq_actions.cc)0
-rw-r--r--konqueror/konq_browseriface.cpp (renamed from konqueror/konq_browseriface.cc)0
-rw-r--r--konqueror/konq_combo.cpp (renamed from konqueror/konq_combo.cc)2
-rw-r--r--konqueror/konq_extensionmanager.cpp (renamed from konqueror/konq_extensionmanager.cc)2
-rw-r--r--konqueror/konq_factory.cpp (renamed from konqueror/konq_factory.cc)0
-rw-r--r--konqueror/konq_frame.cpp (renamed from konqueror/konq_frame.cc)0
-rw-r--r--konqueror/konq_guiclients.cpp (renamed from konqueror/konq_guiclients.cc)0
-rw-r--r--konqueror/konq_main.cpp (renamed from konqueror/konq_main.cc)0
-rw-r--r--konqueror/konq_mainwindow.cpp (renamed from konqueror/konq_mainwindow.cc)4
-rw-r--r--konqueror/konq_misc.cpp (renamed from konqueror/konq_misc.cc)0
-rw-r--r--konqueror/konq_misc.h2
-rw-r--r--konqueror/konq_profiledlg.cpp (renamed from konqueror/konq_profiledlg.cc)0
-rw-r--r--konqueror/konq_run.cpp (renamed from konqueror/konq_run.cc)0
-rw-r--r--konqueror/konq_tabs.cpp (renamed from konqueror/konq_tabs.cc)0
-rw-r--r--konqueror/konq_view.cpp (renamed from konqueror/konq_view.cc)0
-rw-r--r--konqueror/konq_viewmgr.cpp (renamed from konqueror/konq_viewmgr.cc)0
-rw-r--r--konqueror/konqueror.kcfg10
-rw-r--r--konqueror/listview/CMakeLists.txt8
-rw-r--r--konqueror/listview/Makefile.am10
-rw-r--r--konqueror/listview/konq_infolistviewitem.cpp (renamed from konqueror/listview/konq_infolistviewitem.cc)0
-rw-r--r--konqueror/listview/konq_infolistviewwidget.cpp (renamed from konqueror/listview/konq_infolistviewwidget.cc)0
-rw-r--r--konqueror/listview/konq_listview.cpp (renamed from konqueror/listview/konq_listview.cc)0
-rw-r--r--konqueror/listview/konq_listviewitems.cpp (renamed from konqueror/listview/konq_listviewitems.cc)0
-rw-r--r--konqueror/listview/konq_listviewwidget.cpp (renamed from konqueror/listview/konq_listviewwidget.cc)0
-rw-r--r--konqueror/listview/konq_textviewitem.cpp (renamed from konqueror/listview/konq_textviewitem.cc)0
-rw-r--r--konqueror/listview/konq_textviewwidget.cpp (renamed from konqueror/listview/konq_textviewwidget.cc)0
-rw-r--r--konqueror/listview/konq_treeviewitem.cpp (renamed from konqueror/listview/konq_treeviewitem.cc)0
-rw-r--r--konqueror/listview/konq_treeviewwidget.cpp (renamed from konqueror/listview/konq_treeviewwidget.cc)0
-rw-r--r--konqueror/preloader/CMakeLists.txt2
-rw-r--r--konqueror/preloader/Makefile.am2
-rw-r--r--konqueror/preloader/configure.in.in2
-rw-r--r--konqueror/preloader/preloader.cpp (renamed from konqueror/preloader/preloader.cc)0
48 files changed, 120 insertions, 120 deletions
diff --git a/konqueror/CMakeLists.txt b/konqueror/CMakeLists.txt
index bd6f9d974..aa6091502 100644
--- a/konqueror/CMakeLists.txt
+++ b/konqueror/CMakeLists.txt
@@ -141,13 +141,13 @@ tde_add_library( ${target} STATIC_PIC
set( target konqueror )
set( ${target}_SRCS
- konq_main.cc KonquerorIface.cc KonquerorIface.skel
- KonqMainWindowIface.cc KonqMainWindowIface.skel
- KonqViewIface.cc KonqViewIface.skel konq_guiclients.cc
- konq_run.cc konq_view.cc konq_viewmgr.cc konq_misc.cc
- konq_frame.cc konq_tabs.cc konq_actions.cc konq_profiledlg.cc
- konq_factory.cc konq_combo.cc konq_browseriface.cc
- delayedinitializer.cc konq_mainwindow.cc konq_extensionmanager.cc
+ konq_main.cpp KonquerorIface.cpp KonquerorIface.skel
+ KonqMainWindowIface.cpp KonqMainWindowIface.skel
+ KonqViewIface.cpp KonqViewIface.skel konq_guiclients.cpp
+ konq_run.cpp konq_view.cpp konq_viewmgr.cpp konq_misc.cpp
+ konq_frame.cpp konq_tabs.cpp konq_actions.cpp konq_profiledlg.cpp
+ konq_factory.cpp konq_combo.cpp konq_browseriface.cpp
+ delayedinitializer.cpp konq_mainwindow.cpp konq_extensionmanager.cpp
)
tde_add_tdeinit_executable( ${target} AUTOMOC
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>
diff --git a/konqueror/KonqMainWindowIface.cc b/konqueror/KonqMainWindowIface.cpp
index a18301a2f..a18301a2f 100644
--- a/konqueror/KonqMainWindowIface.cc
+++ b/konqueror/KonqMainWindowIface.cpp
diff --git a/konqueror/KonqViewIface.cc b/konqueror/KonqViewIface.cpp
index 77bfbb61c..77bfbb61c 100644
--- a/konqueror/KonqViewIface.cc
+++ b/konqueror/KonqViewIface.cpp
diff --git a/konqueror/KonquerorIface.cc b/konqueror/KonquerorIface.cpp
index cd3ed7591..6a164b160 100644
--- a/konqueror/KonquerorIface.cc
+++ b/konqueror/KonquerorIface.cpp
@@ -254,7 +254,7 @@ bool KonquerorIface::processCanBeReused( int screen )
if( allowed_parts.count() == 1 && allowed_parts.first() == TQString::fromLatin1( "SAFE" ))
{
allowed_parts.clear();
- // is duplicated in client/kfmclient.cc
+ // is duplicated in client/kfmclient.cpp
allowed_parts << TQString::fromLatin1( "konq_iconview.desktop" )
<< TQString::fromLatin1( "konq_multicolumnview.desktop" )
<< TQString::fromLatin1( "konq_sidebartng.desktop" )
diff --git a/konqueror/Makefile.am b/konqueror/Makefile.am
index e84ddffcf..a81cabe84 100644
--- a/konqueror/Makefile.am
+++ b/konqueror/Makefile.am
@@ -22,23 +22,23 @@ METASOURCES = AUTO
include_HEADERS = KonquerorIface.h
libkonqueror_intern_la_SOURCES = konq_settingsxt.kcfgc
-konqueror_la_SOURCES = konq_main.cc \
- KonquerorIface.cc KonquerorIface.skel \
- KonqMainWindowIface.cc KonqMainWindowIface.skel \
- KonqViewIface.cc KonqViewIface.skel \
- konq_guiclients.cc \
- konq_run.cc konq_view.cc konq_viewmgr.cc \
- konq_misc.cc \
- konq_frame.cc \
- konq_tabs.cc \
- konq_actions.cc \
- konq_profiledlg.cc \
- konq_factory.cc \
- konq_combo.cc \
- konq_browseriface.cc \
- delayedinitializer.cc \
- konq_mainwindow.cc \
- konq_extensionmanager.cc
+konqueror_la_SOURCES = konq_main.cpp \
+ KonquerorIface.cpp KonquerorIface.skel \
+ KonqMainWindowIface.cpp KonqMainWindowIface.skel \
+ KonqViewIface.cpp KonqViewIface.skel \
+ konq_guiclients.cpp \
+ konq_run.cpp konq_view.cpp konq_viewmgr.cpp \
+ konq_misc.cpp \
+ konq_frame.cpp \
+ konq_tabs.cpp \
+ konq_actions.cpp \
+ konq_profiledlg.cpp \
+ konq_factory.cpp \
+ konq_combo.cpp \
+ konq_browseriface.cpp \
+ delayedinitializer.cpp \
+ konq_mainwindow.cpp \
+ konq_extensionmanager.cpp
konqueror_la_PCH = AUTO
@@ -59,14 +59,14 @@ konqueror_la_LIBADD = ../libkonq/libkonq.la libkonqueror_intern.la $(LIBMALLOC)
# and make clean ; make konqueror_static in here.
#check_PROGRAMS = konqueror_static
#
-#konqueror_static_SOURCES = dummy.cc
+#konqueror_static_SOURCES = dummy.cpp
#konqueror_static_LDADD = konqueror.la *view/*.la dirtree/*.la $(libdir)/libtdehtml.la
#konqueror_static_LDFLAGS = $(all_libraries) -static
messages: rc.cpp
$(EXTRACTRC) *.rc */*.rc >> rc.cpp
$(EXTRACTRC) sidebar/trees/history_module/history_dlg.ui >> rc.cpp
- $(XGETTEXT) -kaliasLocal rc.cpp *.h *.cc *view/*h *view/*cc kedit*/*.h kedit*/*.cpp about/*.h about/*.cc remoteencodingplugin/*.cpp remoteencodingplugin/*.h shellcmdplugin/*.cpp -o `find sidebar -name "*.cpp"` `find sidebar -name "*.h"` -o $(podir)/konqueror.pot
+ $(XGETTEXT) -kaliasLocal rc.cpp *.h *.cpp *view/*h *view/*.cpp kedit*/*.h kedit*/*.cpp about/*.h about/*.cpp remoteencodingplugin/*.cpp remoteencodingplugin/*.h shellcmdplugin/*.cpp -o `find sidebar -name "*.cpp"` `find sidebar -name "*.h"` -o $(podir)/konqueror.pot
xdg_apps_DATA = kfmclient.desktop kfmclient_dir.desktop kfmclient_html.desktop \
kfmclient_war.desktop konqbrowser.desktop konquerorsu.desktop Home.desktop
diff --git a/konqueror/about/CMakeLists.txt b/konqueror/about/CMakeLists.txt
index 9d77c04be..ffa5d4b96 100644
--- a/konqueror/about/CMakeLists.txt
+++ b/konqueror/about/CMakeLists.txt
@@ -47,7 +47,7 @@ install( FILES
set( target konq_aboutpage )
tde_add_kpart( ${target} AUTOMOC
- SOURCES konq_aboutpage.cc
+ SOURCES konq_aboutpage.cpp
LINK tdehtml-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/konqueror/about/Makefile.am b/konqueror/about/Makefile.am
index 0a33f9bb7..f4ede2182 100644
--- a/konqueror/about/Makefile.am
+++ b/konqueror/about/Makefile.am
@@ -1,7 +1,7 @@
kde_module_LTLIBRARIES = konq_aboutpage.la
INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/libkonq $(all_includes)
-konq_aboutpage_la_SOURCES = konq_aboutpage.cc
+konq_aboutpage_la_SOURCES = konq_aboutpage.cpp
konq_aboutpage_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
konq_aboutpage_la_LIBADD = $(LIB_TDEHTML)
diff --git a/konqueror/about/konq_aboutpage.cc b/konqueror/about/konq_aboutpage.cpp
index cb2149f90..cb2149f90 100644
--- a/konqueror/about/konq_aboutpage.cc
+++ b/konqueror/about/konq_aboutpage.cpp
diff --git a/konqueror/client/CMakeLists.txt b/konqueror/client/CMakeLists.txt
index 3ae477d32..fe45ce141 100644
--- a/konqueror/client/CMakeLists.txt
+++ b/konqueror/client/CMakeLists.txt
@@ -32,7 +32,7 @@ install( PROGRAMS kfmclient_3_2_update.sh DESTINATION ${DATA_INSTALL_DIR}/tdecon
set( target kfmclient )
set( ${target}_SRCS
- kfmclient.cc
+ kfmclient.cpp
${CMAKE_SOURCE_DIR}/konqueror/KonquerorIface.stub
${CMAKE_SOURCE_DIR}/kdesktop/KDesktopIface.stub
)
diff --git a/konqueror/client/Makefile.am b/konqueror/client/Makefile.am
index c66ed555c..872951b4e 100644
--- a/konqueror/client/Makefile.am
+++ b/konqueror/client/Makefile.am
@@ -7,7 +7,7 @@ tdeinit_LTLIBRARIES = kfmclient.la
INCLUDES= -I.. $(all_includes)
kfmclient_la_LDFLAGS = $(all_libraries) -module -avoid-version
kfmclient_la_LIBADD = $(LIB_TDEIO)
-kfmclient_la_SOURCES = kfmclient.cc KonquerorIface.stub KDesktopIface.stub
+kfmclient_la_SOURCES = kfmclient.cpp KonquerorIface.stub KDesktopIface.stub
noinst_HEADERS = kfmclient.h
METASOURCES = AUTO
@@ -16,7 +16,7 @@ KonquerorIface_DIR = $(srcdir)/..
KDesktopIface_DIR = $(top_srcdir)/kdesktop
messages:
- $(XGETTEXT) -kaliasLocal *.h *.cc -o $(podir)/kfmclient.pot
+ $(XGETTEXT) -kaliasLocal *.h *.cpp -o $(podir)/kfmclient.pot
updatedir = $(kde_datadir)/tdeconf_update
update_DATA = kfmclient_3_2.upd
diff --git a/konqueror/client/kfmclient.cc b/konqueror/client/kfmclient.cpp
index c0f0c5c69..efc858f61 100644
--- a/konqueror/client/kfmclient.cc
+++ b/konqueror/client/kfmclient.cpp
@@ -181,7 +181,7 @@ static bool startNewKonqueror( TQString url, TQString mimetype, const TQString&
TDEConfig cfg( TQString::fromLatin1( "konquerorrc" ), true );
cfg.setGroup( "Reusing" );
TQStringList allowed_parts;
- // is duplicated in ../KonquerorIface.cc
+ // is duplicated in ../KonquerorIface.cpp
allowed_parts << TQString::fromLatin1( "konq_iconview.desktop" )
<< TQString::fromLatin1( "konq_multicolumnview.desktop" )
<< TQString::fromLatin1( "konq_sidebartng.desktop" )
diff --git a/konqueror/delayedinitializer.cc b/konqueror/delayedinitializer.cpp
index e30db3d21..e30db3d21 100644
--- a/konqueror/delayedinitializer.cc
+++ b/konqueror/delayedinitializer.cpp
diff --git a/konqueror/iconview/CMakeLists.txt b/konqueror/iconview/CMakeLists.txt
index e88884b47..f308f226a 100644
--- a/konqueror/iconview/CMakeLists.txt
+++ b/konqueror/iconview/CMakeLists.txt
@@ -39,7 +39,7 @@ install( FILES konq_iconview.rc konq_multicolumnview.rc DESTINATION ${DATA_INSTA
set( target konq_iconview )
tde_add_kpart( ${target} AUTOMOC
- SOURCES konq_iconview.cc
+ SOURCES konq_iconview.cpp
LINK konq-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/konqueror/iconview/Makefile.am b/konqueror/iconview/Makefile.am
index bc685d997..34b4f31a8 100644
--- a/konqueror/iconview/Makefile.am
+++ b/konqueror/iconview/Makefile.am
@@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = konq_iconview.la
METASOURCES = AUTO
-konq_iconview_la_SOURCES = konq_iconview.cc
+konq_iconview_la_SOURCES = konq_iconview.cpp
konq_iconview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
konq_iconview_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
diff --git a/konqueror/iconview/konq_iconview.cc b/konqueror/iconview/konq_iconview.cpp
index 5efc1e751..5efc1e751 100644
--- a/konqueror/iconview/konq_iconview.cc
+++ b/konqueror/iconview/konq_iconview.cpp
diff --git a/konqueror/konq_actions.cc b/konqueror/konq_actions.cpp
index 934c326f7..934c326f7 100644
--- a/konqueror/konq_actions.cc
+++ b/konqueror/konq_actions.cpp
diff --git a/konqueror/konq_browseriface.cc b/konqueror/konq_browseriface.cpp
index ebec2ef04..ebec2ef04 100644
--- a/konqueror/konq_browseriface.cc
+++ b/konqueror/konq_browseriface.cpp
diff --git a/konqueror/konq_combo.cc b/konqueror/konq_combo.cpp
index 17075a529..850859b58 100644
--- a/konqueror/konq_combo.cc
+++ b/konqueror/konq_combo.cpp
@@ -651,7 +651,7 @@ void KonqCombo::setPageSecurity( int pageSecurity )
bool KonqCombo::hasSufficientContrast(const TQColor &c1, const TQColor &c2)
{
- // Taken from tdehtml/misc/helper.cc
+ // Taken from tdehtml/misc/helper.cpp
#define HUE_DISTANCE 40
#define CONTRAST_DISTANCE 10
diff --git a/konqueror/konq_extensionmanager.cc b/konqueror/konq_extensionmanager.cpp
index 4ddfb8870..b00522252 100644
--- a/konqueror/konq_extensionmanager.cc
+++ b/konqueror/konq_extensionmanager.cpp
@@ -1,5 +1,5 @@
/*
- konq_extensionmanager.cc - Extension Manager for Konqueror
+ konq_extensionmanager.cpp - Extension Manager for Konqueror
Copyright (c) 2003 by Martijn Klingens <klingens@kde.org>
Copyright (c) 2004 by Arend van Beelen jr. <arend@auton.nl>
diff --git a/konqueror/konq_factory.cc b/konqueror/konq_factory.cpp
index d89cbf9a6..d89cbf9a6 100644
--- a/konqueror/konq_factory.cc
+++ b/konqueror/konq_factory.cpp
diff --git a/konqueror/konq_frame.cc b/konqueror/konq_frame.cpp
index 0acf39b49..0acf39b49 100644
--- a/konqueror/konq_frame.cc
+++ b/konqueror/konq_frame.cpp
diff --git a/konqueror/konq_guiclients.cc b/konqueror/konq_guiclients.cpp
index 31647b0c3..31647b0c3 100644
--- a/konqueror/konq_guiclients.cc
+++ b/konqueror/konq_guiclients.cpp
diff --git a/konqueror/konq_main.cc b/konqueror/konq_main.cpp
index ee1fc71db..ee1fc71db 100644
--- a/konqueror/konq_main.cc
+++ b/konqueror/konq_main.cpp
diff --git a/konqueror/konq_mainwindow.cc b/konqueror/konq_mainwindow.cpp
index ebd9ab8df..90dd451af 100644
--- a/konqueror/konq_mainwindow.cc
+++ b/konqueror/konq_mainwindow.cpp
@@ -2150,7 +2150,7 @@ void KonqMainWindow::applyKonqMainWindowSettings()
void KonqMainWindow::slotSetStatusBarText( const TQString & )
{
// Reimplemented to disable KParts::MainWindow default behaviour
- // Does nothing here, see konq_frame.cc
+ // Does nothing here, see konq_frame.cpp
}
void KonqMainWindow::slotViewCompleted( KonqView * view )
@@ -4811,7 +4811,7 @@ void KonqMainWindow::slotPopupMenu( KXMLGUIClient *client, const TQPoint &_globa
if (pPopupMenu->hasGroup("tabhandling"))
{
// "tabhandling" group in inserted in the popup menu if no encrypted media devices are part of "_items"
- // see libkonq/konq_popupmenu.cc KonqPopupMenu::setup() method
+ // see libkonq/konq_popupmenu.cpp KonqPopupMenu::setup() method
pPopupMenu->factory()->addClient( konqyMenuClient );
}
diff --git a/konqueror/konq_misc.cc b/konqueror/konq_misc.cpp
index b2f0ad47f..b2f0ad47f 100644
--- a/konqueror/konq_misc.cc
+++ b/konqueror/konq_misc.cpp
diff --git a/konqueror/konq_misc.h b/konqueror/konq_misc.h
index ada1712c5..762d72d19 100644
--- a/konqueror/konq_misc.h
+++ b/konqueror/konq_misc.h
@@ -21,7 +21,7 @@
#define _konq_misc_h
// This file can hold every global class for konqueror that used to pollute
-// konq_main.cc
+// konq_main.cpp
#include <krun.h>
#include <tdeparts/browserextension.h>
diff --git a/konqueror/konq_profiledlg.cc b/konqueror/konq_profiledlg.cpp
index f7241713b..f7241713b 100644
--- a/konqueror/konq_profiledlg.cc
+++ b/konqueror/konq_profiledlg.cpp
diff --git a/konqueror/konq_run.cc b/konqueror/konq_run.cpp
index 8c2a91329..8c2a91329 100644
--- a/konqueror/konq_run.cc
+++ b/konqueror/konq_run.cpp
diff --git a/konqueror/konq_tabs.cc b/konqueror/konq_tabs.cpp
index 868b8edc9..868b8edc9 100644
--- a/konqueror/konq_tabs.cc
+++ b/konqueror/konq_tabs.cpp
diff --git a/konqueror/konq_view.cc b/konqueror/konq_view.cpp
index 3a970018b..3a970018b 100644
--- a/konqueror/konq_view.cc
+++ b/konqueror/konq_view.cpp
diff --git a/konqueror/konq_viewmgr.cc b/konqueror/konq_viewmgr.cpp
index 495d267e8..495d267e8 100644
--- a/konqueror/konq_viewmgr.cc
+++ b/konqueror/konq_viewmgr.cpp
diff --git a/konqueror/konqueror.kcfg b/konqueror/konqueror.kcfg
index ec4728e03..4049e8791 100644
--- a/konqueror/konqueror.kcfg
+++ b/konqueror/konqueror.kcfg
@@ -158,14 +158,14 @@
<whatsthis></whatsthis>
<!-- checked -->
</entry>
-<!-- konq_settings.cc -->
+<!-- konq_settings.cpp -->
<entry key="WordWrapText" type="Bool"> <!--LIBKONQ-->
<default>true</default>
<label></label>
<whatsthis></whatsthis>
<!-- no writeEntry -->
</entry>
-<!-- konq_tabs.cc -->
+<!-- konq_tabs.cpp -->
<entry key="MouseMiddleClickClosesTab" type="Bool">
<default>false</default>
<label></label>
@@ -282,7 +282,7 @@
<whatsthis></whatsthis>
<!-- checked -->
</entry>
-<!-- konq_view.cc -->
+<!-- konq_view.cpp -->
<entry key="EnableFavicon" type="Bool">
<default>true</default>
<label></label>
@@ -502,7 +502,7 @@ PATH_JAVA
</group>
<group name="ModeToolBarServices" >
-<!-- konq_mainwindow.cc -->
+<!-- konq_mainwindow.cpp -->
<entry key="konq_iconview" type="String">
<label></label>
<whatsthis></whatsthis>
@@ -526,7 +526,7 @@ PATH_JAVA
</group>
<group name="Notification Messages" >
-<!-- advancedTabDialog.cpp konq_mainwindow.cc -->
+<!-- advancedTabDialog.cpp konq_mainwindow.cpp -->
<entry key="MultipleTabConfirm" type="Bool">
<default>false</default>
<label></label>
diff --git a/konqueror/listview/CMakeLists.txt b/konqueror/listview/CMakeLists.txt
index dd60407da..01fc5f0ec 100644
--- a/konqueror/listview/CMakeLists.txt
+++ b/konqueror/listview/CMakeLists.txt
@@ -45,10 +45,10 @@ install( FILES konq_listview.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
set( target konq_listview )
set( ${target}_SRCS
- konq_listview.cc konq_listviewwidget.cc konq_listviewitems.cc
- konq_treeviewwidget.cc konq_treeviewitem.cc konq_textviewwidget.cc
- konq_textviewitem.cc konq_infolistviewwidget.cc
- konq_infolistviewitem.cc konq_listviewsettings.kcfgc
+ konq_listview.cpp konq_listviewwidget.cpp konq_listviewitems.cpp
+ konq_treeviewwidget.cpp konq_treeviewitem.cpp konq_textviewwidget.cpp
+ konq_textviewitem.cpp konq_infolistviewwidget.cpp
+ konq_infolistviewitem.cpp konq_listviewsettings.kcfgc
)
tde_add_kpart( ${target} AUTOMOC
diff --git a/konqueror/listview/Makefile.am b/konqueror/listview/Makefile.am
index 91dd33a10..c190de7df 100644
--- a/konqueror/listview/Makefile.am
+++ b/konqueror/listview/Makefile.am
@@ -5,11 +5,11 @@ kde_module_LTLIBRARIES = konq_listview.la
METASOURCES = AUTO
-konq_listview_la_SOURCES = konq_listview.cc \
- konq_listviewwidget.cc konq_listviewitems.cc \
- konq_treeviewwidget.cc konq_treeviewitem.cc \
- konq_textviewwidget.cc konq_textviewitem.cc \
- konq_infolistviewwidget.cc konq_infolistviewitem.cc \
+konq_listview_la_SOURCES = konq_listview.cpp \
+ konq_listviewwidget.cpp konq_listviewitems.cpp \
+ konq_treeviewwidget.cpp konq_treeviewitem.cpp \
+ konq_textviewwidget.cpp konq_textviewitem.cpp \
+ konq_infolistviewwidget.cpp konq_infolistviewitem.cpp \
konq_listviewsettings.kcfgc
konq_listview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
diff --git a/konqueror/listview/konq_infolistviewitem.cc b/konqueror/listview/konq_infolistviewitem.cpp
index 18efb3f8f..18efb3f8f 100644
--- a/konqueror/listview/konq_infolistviewitem.cc
+++ b/konqueror/listview/konq_infolistviewitem.cpp
diff --git a/konqueror/listview/konq_infolistviewwidget.cc b/konqueror/listview/konq_infolistviewwidget.cpp
index e835f1cb3..e835f1cb3 100644
--- a/konqueror/listview/konq_infolistviewwidget.cc
+++ b/konqueror/listview/konq_infolistviewwidget.cpp
diff --git a/konqueror/listview/konq_listview.cc b/konqueror/listview/konq_listview.cpp
index 67da49c6d..67da49c6d 100644
--- a/konqueror/listview/konq_listview.cc
+++ b/konqueror/listview/konq_listview.cpp
diff --git a/konqueror/listview/konq_listviewitems.cc b/konqueror/listview/konq_listviewitems.cpp
index 45ff99c1c..45ff99c1c 100644
--- a/konqueror/listview/konq_listviewitems.cc
+++ b/konqueror/listview/konq_listviewitems.cpp
diff --git a/konqueror/listview/konq_listviewwidget.cc b/konqueror/listview/konq_listviewwidget.cpp
index 4c1198325..4c1198325 100644
--- a/konqueror/listview/konq_listviewwidget.cc
+++ b/konqueror/listview/konq_listviewwidget.cpp
diff --git a/konqueror/listview/konq_textviewitem.cc b/konqueror/listview/konq_textviewitem.cpp
index 1076e10af..1076e10af 100644
--- a/konqueror/listview/konq_textviewitem.cc
+++ b/konqueror/listview/konq_textviewitem.cpp
diff --git a/konqueror/listview/konq_textviewwidget.cc b/konqueror/listview/konq_textviewwidget.cpp
index ab227899a..ab227899a 100644
--- a/konqueror/listview/konq_textviewwidget.cc
+++ b/konqueror/listview/konq_textviewwidget.cpp
diff --git a/konqueror/listview/konq_treeviewitem.cc b/konqueror/listview/konq_treeviewitem.cpp
index 12953c401..12953c401 100644
--- a/konqueror/listview/konq_treeviewitem.cc
+++ b/konqueror/listview/konq_treeviewitem.cpp
diff --git a/konqueror/listview/konq_treeviewwidget.cc b/konqueror/listview/konq_treeviewwidget.cpp
index 77adc4b61..77adc4b61 100644
--- a/konqueror/listview/konq_treeviewwidget.cc
+++ b/konqueror/listview/konq_treeviewwidget.cpp
diff --git a/konqueror/preloader/CMakeLists.txt b/konqueror/preloader/CMakeLists.txt
index 90e72194b..f5610a0ae 100644
--- a/konqueror/preloader/CMakeLists.txt
+++ b/konqueror/preloader/CMakeLists.txt
@@ -42,7 +42,7 @@ tde_create_translated_desktop(
set( target kded_konqy_preloader )
set( ${target}_SRCS
- preloader.cc preloader.skel
+ preloader.cpp preloader.skel
)
tde_add_kpart( ${target} AUTOMOC
diff --git a/konqueror/preloader/Makefile.am b/konqueror/preloader/Makefile.am
index ff2440b0d..9c446faa8 100644
--- a/konqueror/preloader/Makefile.am
+++ b/konqueror/preloader/Makefile.am
@@ -3,7 +3,7 @@ AM_CPPFLAGS = -DTQT_NO_CAST_ASCII
kde_module_LTLIBRARIES = kded_konqy_preloader.la
INCLUDES= -I.. $(all_includes)
-kded_konqy_preloader_la_SOURCES = preloader.cc preloader.skel
+kded_konqy_preloader_la_SOURCES = preloader.cpp preloader.skel
kded_konqy_preloader_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_konqy_preloader_la_LIBADD = ../libkonqueror_intern.la $(LIB_TDESYCOCA) $(LIB_TDECORE)
diff --git a/konqueror/preloader/configure.in.in b/konqueror/preloader/configure.in.in
index 315b23c97..a581917cb 100644
--- a/konqueror/preloader/configure.in.in
+++ b/konqueror/preloader/configure.in.in
@@ -1,5 +1,5 @@
dnl check whether mallinfo() is available and which fields to use to find out memory usage
-dnl it's used in konq_mainwindow.cc
+dnl it's used in konq_mainwindow.cpp
dnl warning, ugly code ahead
dnl some implementations have mallinfo() in stdlib.h, others in malloc.h
dnl fields showing memory usage should be hblkhd, uordblks and usmblks,
diff --git a/konqueror/preloader/preloader.cc b/konqueror/preloader/preloader.cpp
index 5d87a8b07..5d87a8b07 100644
--- a/konqueror/preloader/preloader.cc
+++ b/konqueror/preloader/preloader.cpp