Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/159/head
Michele Calgaro 3 years ago
parent d95494d972
commit 145abc15d5
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -33,7 +33,7 @@ tde_add_executable( drkonqi AUTOMOC
SOURCES SOURCES
krashdcopinterface.skel main.cpp debugger.cpp krashdcopinterface.skel main.cpp debugger.cpp
bugdescription.cpp bugdescriptiondialog.cpp bugdescription.cpp bugdescriptiondialog.cpp
sha1.cc krashconf.cpp drbugreport.cpp sha1.cpp krashconf.cpp drbugreport.cpp
backtrace.cpp toplevel.cpp backtrace.cpp toplevel.cpp
LINK tdeio-shared ${LIBR_LIBRARIES} LINK tdeio-shared ${LIBR_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}

@ -29,7 +29,7 @@ if( BUILD_KCONTROL OR BUILD_KDESKTOP OR BUILD_TDM )
##### bgnd (static) ############################# ##### bgnd (static) #############################
tde_add_library( bgnd STATIC_PIC AUTOMOC tde_add_library( bgnd STATIC_PIC AUTOMOC
SOURCES bgrender.cpp bgsettings.cpp KCrossBGRender.cc SOURCES bgrender.cpp bgsettings.cpp KCrossBGRender.cpp
LINK ${LIBART_LIBRARIES} LINK ${LIBART_LIBRARIES}
) )

@ -474,7 +474,7 @@ void BGDialog::initUI()
loadWallpaperFilesList(); loadWallpaperFilesList();
// Wallpaper tilings: again they must match the ones from bgrender.cc // Wallpaper tilings: again they must match the ones from bgrender.cpp
m_comboWallpaperPos->insertItem(i18n("Centered")); m_comboWallpaperPos->insertItem(i18n("Centered"));
m_comboWallpaperPos->insertItem(i18n("Tiled")); m_comboWallpaperPos->insertItem(i18n("Tiled"));
m_comboWallpaperPos->insertItem(i18n("Center Tiled")); m_comboWallpaperPos->insertItem(i18n("Center Tiled"));
@ -484,7 +484,7 @@ void BGDialog::initUI()
m_comboWallpaperPos->insertItem(i18n("Centered Auto Fit")); m_comboWallpaperPos->insertItem(i18n("Centered Auto Fit"));
m_comboWallpaperPos->insertItem(i18n("Scale & Crop")); m_comboWallpaperPos->insertItem(i18n("Scale & Crop"));
// Blend modes: make sure these match with kdesktop/bgrender.cc !! // Blend modes: make sure these match with kdesktop/bgrender.cpp !!
m_comboBlend->insertItem(i18n("No Blending")); m_comboBlend->insertItem(i18n("No Blending"));
m_comboBlend->insertItem(i18n("Flat")); m_comboBlend->insertItem(i18n("Flat"));
m_comboBlend->insertItem(i18n("Horizontal")); m_comboBlend->insertItem(i18n("Horizontal"));

@ -81,13 +81,13 @@ tde_add_executable( kcheckrunning
##### kdesktop (tdeinit) ######################## ##### kdesktop (tdeinit) ########################
set( target kdesktop ) set( target kdesktop )
set_property( SOURCE lockeng.cc APPEND PROPERTY COMPILE_DEFINITIONS KDE_CONFDIR="${TDE_CONFIG_DIR}" ) set_property( SOURCE lockeng.cpp APPEND PROPERTY COMPILE_DEFINITIONS KDE_CONFDIR="${TDE_CONFIG_DIR}" )
set( ${target}_SRCS set( ${target}_SRCS
main.cc krootwm.cc xautolock.cc kdiconview.cc init.cc main.cpp krootwm.cpp xautolock.cpp kdiconview.cpp init.cpp
desktop.cc lockeng.cc KDesktopIface.skel bgmanager.cc desktop.cpp lockeng.cpp KDesktopIface.skel bgmanager.cpp
KScreensaverIface.skel minicli.cpp KBackgroundIface.skel KScreensaverIface.skel minicli.cpp KBackgroundIface.skel
pixmapserver.cc kcustommenu.cc startupid.cpp minicli_ui.ui pixmapserver.cpp kcustommenu.cpp startupid.cpp minicli_ui.ui
xautolock_diy.c xautolock_engine.c kshadowengine.cpp xautolock_diy.c xautolock_engine.c kshadowengine.cpp
kshadowsettings.cpp kdesktopshadowsettings.cpp kshadowsettings.cpp kdesktopshadowsettings.cpp
tdefileividesktop.cpp kdesktopapp.cpp tdefileividesktop.cpp kdesktopapp.cpp

@ -17,10 +17,10 @@ libkdesktopsettings_la_LDFLAGS = $(all_libraries) -no-undefined
libkdesktopsettings_la_LIBADD = $(LIB_TDECORE) libkdesktopsettings_la_LIBADD = $(LIB_TDECORE)
libkdesktopsettings_la_SOURCES = kdesktopsettings.kcfgc tdelaunchsettings.kcfgc libkdesktopsettings_la_SOURCES = kdesktopsettings.kcfgc tdelaunchsettings.kcfgc
kdesktop_la_SOURCES = main.cc krootwm.cc xautolock.cc kdiconview.cc desktop.cc \ kdesktop_la_SOURCES = main.cpp krootwm.cpp xautolock.cpp kdiconview.cpp desktop.cpp \
lockeng.cc KDesktopIface.skel \ lockeng.cpp KDesktopIface.skel \
bgmanager.cc init.cc KScreensaverIface.skel \ bgmanager.cpp init.cpp KScreensaverIface.skel \
minicli.cpp KBackgroundIface.skel pixmapserver.cc kcustommenu.cc \ minicli.cpp KBackgroundIface.skel pixmapserver.cpp kcustommenu.cpp \
startupid.cpp minicli_ui.ui xautolock_diy.c xautolock_engine.c \ startupid.cpp minicli_ui.ui xautolock_diy.c xautolock_engine.c \
kshadowengine.cpp kshadowsettings.cpp \ kshadowengine.cpp kshadowsettings.cpp \
kdesktopshadowsettings.cpp tdefileividesktop.cpp \ kdesktopshadowsettings.cpp tdefileividesktop.cpp \
@ -59,7 +59,7 @@ startupid.lo: tdelaunchsettings.h
messages: rc.cpp messages: rc.cpp
$(EXTRACTRC) lock/*.ui >> rc.cpp $(EXTRACTRC) lock/*.ui >> rc.cpp
$(XGETTEXT) lock/*.cc *.cc *.cpp *.h -o $(podir)/kdesktop.pot $(XGETTEXT) lock/*.cpp *.cpp *.h -o $(podir)/kdesktop.pot
menu_DATA = kdesktop_custom_menu1 kdesktop_custom_menu2 menu_DATA = kdesktop_custom_menu1 kdesktop_custom_menu2
menudir = $(kde_confdir) menudir = $(kde_confdir)

@ -52,7 +52,7 @@
<default>true</default> <default>true</default>
<label></label> <label></label>
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- init.cc:138 --> <!-- init.cpp:138 -->
<!-- if (!config->readBoolEntry("CopyDesktopLinks", true)) --> <!-- if (!config->readBoolEntry("CopyDesktopLinks", true)) -->
</entry> </entry>
<entry key="AutoLineUpIcons" type="Bool"> <entry key="AutoLineUpIcons" type="Bool">
@ -64,9 +64,9 @@
<default>false</default> <default>false</default>
<label>Sort directories first</label> <label>Sort directories first</label>
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- krootwm.cc:251 --> <!-- krootwm.cpp:251 -->
<!-- aSortDirsFirst->setChecked( tdeconfig->readBoolEntry("SortDirectoriesFirst", true)); --> <!-- aSortDirsFirst->setChecked( tdeconfig->readBoolEntry("SortDirectoriesFirst", true)); -->
<!-- krootwm.cc:496 --> <!-- krootwm.cpp:496 -->
<!-- config->writeEntry( "SortDirectoriesFirst", b ); --> <!-- config->writeEntry( "SortDirectoriesFirst", b ); -->
</entry> </entry>
<entry key="TerminalApplication" type="Path"> <entry key="TerminalApplication" type="Path">
@ -85,7 +85,7 @@
<default>Forward</default> <default>Forward</default>
<label></label> <label></label>
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- desktop.cc:397 --> <!-- desktop.cpp:397 -->
<!-- (config->readEntry("WheelDirection", default_dir_string) == forward_string) ? Forward : Reverse; --> <!-- (config->readEntry("WheelDirection", default_dir_string) == forward_string) ? Forward : Reverse; -->
</entry> </entry>
<entry key="Left" type="String"> <entry key="Left" type="String">
@ -190,7 +190,7 @@
<default></default> <default></default>
<label></label> <label></label>
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- kdiconview.cc:254 --> <!-- kdiconview.cpp:254 -->
<!-- m_itemsAlwaysFirst = config->readListEntry("AlwaysFirstItems"); // Distributor plug-in --> <!-- m_itemsAlwaysFirst = config->readListEntry("AlwaysFirstItems"); // Distributor plug-in -->
</entry> </entry>
</group> </group>
@ -199,14 +199,14 @@
<default>true</default> <default>true</default>
<label></label> <label></label>
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- kdiconview.cc:258 --> <!-- kdiconview.cpp:258 -->
<!-- m_enableMedia=config->readBoolEntry("enabled",false); --> <!-- m_enableMedia=config->readBoolEntry("enabled",false); -->
</entry> </entry>
<entry key="exclude" type="String"> <entry key="exclude" type="String">
<default>media/nfs_mounted,media/nfs_unmounted,media/hdd_mounted,media/hdd_unmounted,media/floppy_unmounted,media/cdrom_unmounted,media/floppy5_unmounted</default> <default>media/nfs_mounted,media/nfs_unmounted,media/hdd_mounted,media/hdd_unmounted,media/floppy_unmounted,media/cdrom_unmounted,media/floppy5_unmounted</default>
<label>Device Types to exclude</label> <label>Device Types to exclude</label>
<whatsthis>The device types which you do not want to see on the desktop.</whatsthis> <whatsthis>The device types which you do not want to see on the desktop.</whatsthis>
<!-- kdiconview.cc:261 --> <!-- kdiconview.cpp:261 -->
<!-- TQString tmpList=config->readEntry("exclude","media/hdd_mounted,media/hdd_unmounted,media/floppy_unmounted,media/cdrom_unmounted,media/floppy5_unmounted"); --> <!-- TQString tmpList=config->readEntry("exclude","media/hdd_mounted,media/hdd_unmounted,media/floppy_unmounted,media/cdrom_unmounted,media/floppy5_unmounted"); -->
</entry> </entry>
<entry name="MediaFreeSpaceDisplayEnabled" key="FreeSpaceDisplayEnabled" type="Bool"> <entry name="MediaFreeSpaceDisplayEnabled" key="FreeSpaceDisplayEnabled" type="Bool">

@ -1,5 +1,5 @@
/* /*
* krootwm.cc Part of the KDE project. * krootwm.cpp Part of the KDE project.
* *
* Copyright (C) 1997 Matthias Ettrich * Copyright (C) 1997 Matthias Ettrich
* (C) 1997 Torben Weis, weis@kde.org * (C) 1997 Torben Weis, weis@kde.org

@ -80,7 +80,7 @@ public:
static KRootWm * self() { return s_rootWm; } static KRootWm * self() { return s_rootWm; }
/** /**
* share this with desktop.cc * share this with desktop.cpp
*/ */
KNewMenu * newMenu() const { return menuNew; } KNewMenu * newMenu() const { return menuNew; }

@ -11,7 +11,7 @@
<default>http://www.kde.org/</default> <default>http://www.kde.org/</default>
<label></label> <label></label>
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- kdiconview.cc:1103 --> <!-- kdiconview.cpp:1103 -->
<!-- cfg.readEntry( "URL" ) == "trash:/" ) { --> <!-- cfg.readEntry( "URL" ) == "trash:/" ) { -->
</entry> </entry>
</group> </group>

@ -34,8 +34,8 @@ link_directories(
set( target kdesktop_lock ) set( target kdesktop_lock )
set( ${target}_SRCS set( ${target}_SRCS
lockprocess.cc lockdlg.cc infodlg.cc querydlg.cc sakdlg.cc lockprocess.cpp lockdlg.cpp infodlg.cpp querydlg.cpp sakdlg.cpp
securedlg.cc autologout.cc main.cc securedlg.cpp autologout.cpp main.cpp
) )
tde_add_executable( ${target} AUTOMOC tde_add_executable( ${target} AUTOMOC

@ -8,7 +8,7 @@ kdesktop_lock_LDADD = ../libkdesktopsettings.la ../../tdmlib/libdmctl.la $(LI
bin_PROGRAMS = kdesktop_lock bin_PROGRAMS = kdesktop_lock
kdesktop_lock_SOURCES = lockprocess.cc lockdlg.cc infodlg.cc querydlg.cc autologout.cc main.cc kdesktop_lock_SOURCES = lockprocess.cpp lockdlg.cpp infodlg.cpp querydlg.cpp autologout.cpp main.cpp
noinst_HEADERS = lockprocess.h lockdlg.h infodlg.h querydlg.h autologout.h main.h noinst_HEADERS = lockprocess.h lockdlg.h infodlg.h querydlg.h autologout.h main.h

@ -233,7 +233,7 @@ void RunApplet::run_command(const TQString& command)
bool shutdown = kapp->requestShutDown(); bool shutdown = kapp->requestShutDown();
if( !shutdown ) if( !shutdown )
{ {
// This i18n string is in kdesktop/desktop.cc as well. Maybe we should DCOP to kdesktop instead ? // This i18n string is in kdesktop/desktop.cpp as well. Maybe we should DCOP to kdesktop instead ?
KMessageBox::error( 0, i18n("Unable to log out properly.\nThe session manager cannot " KMessageBox::error( 0, i18n("Unable to log out properly.\nThe session manager cannot "
"be contacted. You can try to force a shutdown by pressing " "be contacted. You can try to force a shutdown by pressing "
"Ctrl+Alt+Backspace. Note, however, that your current " "Ctrl+Alt+Backspace. Note, however, that your current "

@ -2,7 +2,7 @@ INCLUDES = -I$(srcdir)/../../libkicker -I$(srcdir)/../../ui -I$(srcdir)/../../co
kde_module_LTLIBRARIES = kickermenu_tom.la kde_module_LTLIBRARIES = kickermenu_tom.la
kickermenu_tom_la_SOURCES = tom.cc kickermenu_tom_la_SOURCES = tom.cpp
kickermenu_tom_la_LDFLAGS = $(all_libraries) -module -avoid-version kickermenu_tom_la_LDFLAGS = $(all_libraries) -module -avoid-version
kickermenu_tom_la_LIBADD = $(LIB_TDEUI) kickermenu_tom_la_LIBADD = $(LIB_TDEUI)
#$(top_builddir)/kicker/ui/libkicker_ui.la #$(top_builddir)/kicker/ui/libkicker_ui.la
@ -16,4 +16,4 @@ tomdata_DATA = destinations
tomdatadir = $(kde_datadir)/kicker/tom tomdatadir = $(kde_datadir)/kicker/tom
messages: messages:
$(XGETTEXT) *.cc -o $(podir)/libkickermenu_tom.pot $(XGETTEXT) *.cpp -o $(podir)/libkickermenu_tom.pot

@ -60,6 +60,6 @@ What should be the default task entry format be:
c) App Name (Task Name) <-- silly option =) c) App Name (Task Name) <-- silly option =)
Should "Run A Command..." be replaced by an inline combobox? Should "Run A Command..." be replaced by an inline combobox?
Pros: It's more obvious and will work even if kdesktop is gone. The widget Pros: It's more obvious and will work even if kdesktop is gone. The widget
is already written (in tom.cc) is already written (in tom.cpp)
Cons: It makes it stand out too much over other entries, takes up more room Cons: It makes it stand out too much over other entries, takes up more room
and isn't as powerful as the full minicli and isn't as powerful as the full minicli

@ -141,13 +141,13 @@ tde_add_library( ${target} STATIC_PIC
set( target konqueror ) set( target konqueror )
set( ${target}_SRCS set( ${target}_SRCS
konq_main.cc KonquerorIface.cc KonquerorIface.skel konq_main.cpp KonquerorIface.cpp KonquerorIface.skel
KonqMainWindowIface.cc KonqMainWindowIface.skel KonqMainWindowIface.cpp KonqMainWindowIface.skel
KonqViewIface.cc KonqViewIface.skel konq_guiclients.cc KonqViewIface.cpp KonqViewIface.skel konq_guiclients.cpp
konq_run.cc konq_view.cc konq_viewmgr.cc konq_misc.cc konq_run.cpp konq_view.cpp konq_viewmgr.cpp konq_misc.cpp
konq_frame.cc konq_tabs.cc konq_actions.cc konq_profiledlg.cc konq_frame.cpp konq_tabs.cpp konq_actions.cpp konq_profiledlg.cpp
konq_factory.cc konq_combo.cc konq_browseriface.cc konq_factory.cpp konq_combo.cpp konq_browseriface.cpp
delayedinitializer.cc konq_mainwindow.cc konq_extensionmanager.cc delayedinitializer.cpp konq_mainwindow.cpp konq_extensionmanager.cpp
) )
tde_add_tdeinit_executable( ${target} AUTOMOC tde_add_tdeinit_executable( ${target} AUTOMOC

@ -5,14 +5,14 @@
2001-05-05 David Faure <faure@kde.org> 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. 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. current desktop.
2001-05-01 Simon Hausmann <simon@kde.org> 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 to/from the highlighting signals of the actioncollections into
two separate methods, for cleanup, and use the qt child deletion two separate methods, for cleanup, and use the qt child deletion
mechanism to delete the bookmark actioncollection mechanism to delete the bookmark actioncollection
@ -26,11 +26,11 @@
starts flickering like mad, when the window width is getting starts flickering like mad, when the window width is getting
small than the length of the url in the combobox. 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> 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 event to the lineedit, acting like the user pressing return
(initActions): allocate a "Go" action and connect it to the (initActions): allocate a "Go" action and connect it to the
new goURL slot new goURL slot
@ -39,22 +39,22 @@
2001-04-07 Simon Hausmann <simon@kde.org> 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 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> 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. konqrun fails and we have no view.
2001-03-25 Simon Hausmann <simon@kde.org> 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 some actions. Likewise for some actions in KonqDirPart. Also call
setHighlightingEnabled in the KonqDirPart constructor 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, TDEGlobal::config()->sync() after toggling the visiblity of the menubar,
just like it is done for toolbars. just like it is done for toolbars.
(slotPartActivated): connect and disconnect to/from the actionStatusText (slotPartActivated): connect and disconnect to/from the actionStatusText
@ -62,25 +62,25 @@
2001-03-02 Simon Hausmann <simon@kde.org> 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 added KParts::BrowserInterface
2001-02-06 Simon Hausmann <simon@kde.org> 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 Marco Krohn <Marco.Krohn@stud.uni-hannover.de> to call openFilteredURL
instead of openURL. Allows environment variables in bookmarks and instead of openURL. Allows environment variables in bookmarks and
other sugar. other sugar.
2001-01-28 Stephan Kulow <coolo@kde.org> 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 fix short cuts in full screen mode
2001-01-16 Simon Hausmann <simon@kde.org> 2001-01-16 Simon Hausmann <simon@kde.org>
* konq_actions.cc (fillHistoryPopup), * konq_actions.cpp (fillHistoryPopup),
libkonq/kbookmarkmenu.cc (fillBookmarkMenu): When a Website has libkonq/kbookmarkmenu.cpp (fillBookmarkMenu): When a Website has
"&" in the Title, make sure to transform it into "&&" before "&" in the Title, make sure to transform it into "&&" before
inserting it into a QPopupMenu (for history or for bookmarks) , to inserting it into a QPopupMenu (for history or for bookmarks) , to
avoid QPopupMenu interpreting it as accelerator. avoid QPopupMenu interpreting it as accelerator.
@ -88,30 +88,30 @@
2001-01-15 David Faure <faure@kde.org> 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. Credits to Simon for the part, and Torsten for the icons.
2001-01-14 David Faure <faure@kde.org> 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. 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. 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> 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. when an item is selected.
2001-01-12 David Faure <faure@kde.org> 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. 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. in order to restore it when pressing back.
2001-01-11 David Faure <faure@kde.org> 2001-01-11 David Faure <faure@kde.org>
@ -132,7 +132,7 @@
2001-01-08 Simon Hausmann <simon@kde.org> 2001-01-08 Simon Hausmann <simon@kde.org>
* KonquerorIface.cc (openBrowserWindow), * KonquerorIface.cpp (openBrowserWindow),
(createNewWindow), (createNewWindow),
(createNewWindow), (createNewWindow),
(createBrowserWindowFromProfile), (createBrowserWindowFromProfile),
@ -150,14 +150,14 @@
2000-12-28 Simon Hausmann <simon@kde.org> 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 (in particular the webbrowsing one) , activate the clear_location
action. This gives the focus to the location bar -> the user can action. This gives the focus to the location bar -> the user can
type in an url right away when loading the webbrowsing profile type in an url right away when loading the webbrowsing profile
2000-12-27 Simon Hausmann <simon@kde.org> 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 don't use the action( int index ) method of TDEActionCollection but instead
retrieve a QValueList<TDEAction *> and iterate over that, as the =+(int) retrieve a QValueList<TDEAction *> and iterate over that, as the =+(int)
operator of QDictIterator isn't really fast operator of QDictIterator isn't really fast
@ -166,16 +166,16 @@
2000-12-12 David Faure <faure@kde.org> 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 "locked to their current location". The attribute was missing from
the profile. 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. each toolbar 'viewmode' button.
2000-12-10 David Faure <faure@kde.org> 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.). the initial state of the common actions (cut,copy,paste etc.).
Had to move all the handling of the action states to browserextension. Had to move all the handling of the action states to browserextension.
@ -203,7 +203,7 @@
2000-12-08 David Faure <faure@kde.org> 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. Fix for severe problems with the activation of the standard actions.
The state of the action is now stored in each KonqView. The state of the action is now stored in each KonqView.
@ -220,77 +220,77 @@
2000-12-06 Matthias Elter <elter@kde.org> 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> 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, and the result of the search is connected to the current directory
part. "Close" or opening any other URL closes the 'find' part. part. "Close" or opening any other URL closes the 'find' part.
Thanks to Eric Coquelle for the kfind classes, and to jpmartin for Thanks to Eric Coquelle for the kfind classes, and to jpmartin for
pushing us to do this :) 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. 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> 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> 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. 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> 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 from another process using KRun (e.g. kdesktop's Minicli), by passing the
mimetype through to konqueror. mimetype through to konqueror.
2000-11-25 David Faure <faure@kde.org> 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. Drag the "Location" label to start a drag with the current URL.
2000-11-25 Simon Hausmann <simon@kde.org> 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 krops and for browserviews with the enableURLDropHandling property enabled
(eventFilter): New eventfilter which listens for url drop events (eventFilter): New eventfilter which listens for url drop events
Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org> 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 one KonqHistoryManager, which holds a TDECompletion object and syncs
the history with the completion. the history with the completion.
* konq_view.cc: * konq_view.cpp:
set m_bAborted before calling slotCompleted in slotCanceled() set m_bAborted before calling slotCompleted in slotCanceled()
feed the history manager 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. competion-object, we do our own synchronization now.
* libkonq/ added konq_history* * libkonq/ added konq_history*
2000-11-22 David Faure <faure@kde.org> 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 TDEIcon::Small (but when switching to icon view, it becomes whatever's
configured for the "Desktop" group). configured for the "Desktop" group).
2000-11-21 David Faure <faure@kde.org> 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, * Views: Major rework of the "delayed mimetypes determination" feature,
to make it available to the list view. This makes the list view 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> 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. 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. of the mainwindow, so that it's possible to assign them a shortcut.
2000-11-16 David Faure <faure@kde.org> 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. implement dynamic accels for the profile submenu.
2000-11-15 David Faure <faure@kde.org> 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". removed "Save Settings".
Fixed "clicking on directory in dirtree uses wrong view mode for dirs". 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> 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. the url and created a tdefileitem for it.
Used in doDrop when the destination's tdefileitem is unknown. Fixes #14739. Used in doDrop when the destination's tdefileitem is unknown. Fixes #14739.
Also, KPropsDlg now does a similar thing when called with a KURL. 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, * konqueror.rc: Moved the "open with" actions to the Location menu,
and added a separator to the action list. 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 (used to be in various places in KonqMW) so that the flag is
also correct when switching views. 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 to the viewport(), and updated konq_iconview to do the same. This fixes
many inconsistencies, and makes resizing a window much faster & smoother. 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 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. 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> 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 Show led and active statusbar even in the tree+icon configuration
(the rule is now "more than one view", not "more than one activeable (the rule is now "more than one view", not "more than one activeable
view"). This should remove some confusion. 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. Don't try to activate passive views when clicking statusbar.
Different background color on statusbar for active view. 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 to avoid ending up with a lonely embedded konsole, and some
cleanup of code for enabling other view-related actions. cleanup of code for enabling other view-related actions.
Introducing updateViewActions for common code between enableAllActions 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> 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. 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. selected, and used as a drop area - like in other listviews.
This requires the fix in TDEListView to work properly. 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> 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> 2000-10-20 Simon Hausmann <hausmann@kde.org>

@ -254,7 +254,7 @@ bool KonquerorIface::processCanBeReused( int screen )
if( allowed_parts.count() == 1 && allowed_parts.first() == TQString::fromLatin1( "SAFE" )) if( allowed_parts.count() == 1 && allowed_parts.first() == TQString::fromLatin1( "SAFE" ))
{ {
allowed_parts.clear(); allowed_parts.clear();
// is duplicated in client/kfmclient.cc // is duplicated in client/kfmclient.cpp
allowed_parts << TQString::fromLatin1( "konq_iconview.desktop" ) allowed_parts << TQString::fromLatin1( "konq_iconview.desktop" )
<< TQString::fromLatin1( "konq_multicolumnview.desktop" ) << TQString::fromLatin1( "konq_multicolumnview.desktop" )
<< TQString::fromLatin1( "konq_sidebartng.desktop" ) << TQString::fromLatin1( "konq_sidebartng.desktop" )

@ -22,23 +22,23 @@ METASOURCES = AUTO
include_HEADERS = KonquerorIface.h include_HEADERS = KonquerorIface.h
libkonqueror_intern_la_SOURCES = konq_settingsxt.kcfgc libkonqueror_intern_la_SOURCES = konq_settingsxt.kcfgc
konqueror_la_SOURCES = konq_main.cc \ konqueror_la_SOURCES = konq_main.cpp \
KonquerorIface.cc KonquerorIface.skel \ KonquerorIface.cpp KonquerorIface.skel \
KonqMainWindowIface.cc KonqMainWindowIface.skel \ KonqMainWindowIface.cpp KonqMainWindowIface.skel \
KonqViewIface.cc KonqViewIface.skel \ KonqViewIface.cpp KonqViewIface.skel \
konq_guiclients.cc \ konq_guiclients.cpp \
konq_run.cc konq_view.cc konq_viewmgr.cc \ konq_run.cpp konq_view.cpp konq_viewmgr.cpp \
konq_misc.cc \ konq_misc.cpp \
konq_frame.cc \ konq_frame.cpp \
konq_tabs.cc \ konq_tabs.cpp \
konq_actions.cc \ konq_actions.cpp \
konq_profiledlg.cc \ konq_profiledlg.cpp \
konq_factory.cc \ konq_factory.cpp \
konq_combo.cc \ konq_combo.cpp \
konq_browseriface.cc \ konq_browseriface.cpp \
delayedinitializer.cc \ delayedinitializer.cpp \
konq_mainwindow.cc \ konq_mainwindow.cpp \
konq_extensionmanager.cc konq_extensionmanager.cpp
konqueror_la_PCH = AUTO 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. # and make clean ; make konqueror_static in here.
#check_PROGRAMS = konqueror_static #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_LDADD = konqueror.la *view/*.la dirtree/*.la $(libdir)/libtdehtml.la
#konqueror_static_LDFLAGS = $(all_libraries) -static #konqueror_static_LDFLAGS = $(all_libraries) -static
messages: rc.cpp messages: rc.cpp
$(EXTRACTRC) *.rc */*.rc >> rc.cpp $(EXTRACTRC) *.rc */*.rc >> rc.cpp
$(EXTRACTRC) sidebar/trees/history_module/history_dlg.ui >> 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 \ xdg_apps_DATA = kfmclient.desktop kfmclient_dir.desktop kfmclient_html.desktop \
kfmclient_war.desktop konqbrowser.desktop konquerorsu.desktop Home.desktop kfmclient_war.desktop konqbrowser.desktop konquerorsu.desktop Home.desktop

@ -47,7 +47,7 @@ install( FILES
set( target konq_aboutpage ) set( target konq_aboutpage )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES konq_aboutpage.cc SOURCES konq_aboutpage.cpp
LINK tdehtml-shared LINK tdehtml-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -1,7 +1,7 @@
kde_module_LTLIBRARIES = konq_aboutpage.la kde_module_LTLIBRARIES = konq_aboutpage.la
INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/libkonq $(all_includes) 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_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
konq_aboutpage_la_LIBADD = $(LIB_TDEHTML) konq_aboutpage_la_LIBADD = $(LIB_TDEHTML)

@ -32,7 +32,7 @@ install( PROGRAMS kfmclient_3_2_update.sh DESTINATION ${DATA_INSTALL_DIR}/tdecon
set( target kfmclient ) set( target kfmclient )
set( ${target}_SRCS set( ${target}_SRCS
kfmclient.cc kfmclient.cpp
${CMAKE_SOURCE_DIR}/konqueror/KonquerorIface.stub ${CMAKE_SOURCE_DIR}/konqueror/KonquerorIface.stub
${CMAKE_SOURCE_DIR}/kdesktop/KDesktopIface.stub ${CMAKE_SOURCE_DIR}/kdesktop/KDesktopIface.stub
) )

@ -7,7 +7,7 @@ tdeinit_LTLIBRARIES = kfmclient.la
INCLUDES= -I.. $(all_includes) INCLUDES= -I.. $(all_includes)
kfmclient_la_LDFLAGS = $(all_libraries) -module -avoid-version kfmclient_la_LDFLAGS = $(all_libraries) -module -avoid-version
kfmclient_la_LIBADD = $(LIB_TDEIO) 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 noinst_HEADERS = kfmclient.h
METASOURCES = AUTO METASOURCES = AUTO
@ -16,7 +16,7 @@ KonquerorIface_DIR = $(srcdir)/..
KDesktopIface_DIR = $(top_srcdir)/kdesktop KDesktopIface_DIR = $(top_srcdir)/kdesktop
messages: messages:
$(XGETTEXT) -kaliasLocal *.h *.cc -o $(podir)/kfmclient.pot $(XGETTEXT) -kaliasLocal *.h *.cpp -o $(podir)/kfmclient.pot
updatedir = $(kde_datadir)/tdeconf_update updatedir = $(kde_datadir)/tdeconf_update
update_DATA = kfmclient_3_2.upd update_DATA = kfmclient_3_2.upd

@ -181,7 +181,7 @@ static bool startNewKonqueror( TQString url, TQString mimetype, const TQString&
TDEConfig cfg( TQString::fromLatin1( "konquerorrc" ), true ); TDEConfig cfg( TQString::fromLatin1( "konquerorrc" ), true );
cfg.setGroup( "Reusing" ); cfg.setGroup( "Reusing" );
TQStringList allowed_parts; TQStringList allowed_parts;
// is duplicated in ../KonquerorIface.cc // is duplicated in ../KonquerorIface.cpp
allowed_parts << TQString::fromLatin1( "konq_iconview.desktop" ) allowed_parts << TQString::fromLatin1( "konq_iconview.desktop" )
<< TQString::fromLatin1( "konq_multicolumnview.desktop" ) << TQString::fromLatin1( "konq_multicolumnview.desktop" )
<< TQString::fromLatin1( "konq_sidebartng.desktop" ) << TQString::fromLatin1( "konq_sidebartng.desktop" )

@ -39,7 +39,7 @@ install( FILES konq_iconview.rc konq_multicolumnview.rc DESTINATION ${DATA_INSTA
set( target konq_iconview ) set( target konq_iconview )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES konq_iconview.cc SOURCES konq_iconview.cpp
LINK konq-shared LINK konq-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = konq_iconview.la
METASOURCES = AUTO 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_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
konq_iconview_la_LIBADD = $(top_builddir)/libkonq/libkonq.la konq_iconview_la_LIBADD = $(top_builddir)/libkonq/libkonq.la

@ -651,7 +651,7 @@ void KonqCombo::setPageSecurity( int pageSecurity )
bool KonqCombo::hasSufficientContrast(const TQColor &c1, const TQColor &c2) 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 HUE_DISTANCE 40
#define CONTRAST_DISTANCE 10 #define CONTRAST_DISTANCE 10

@ -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) 2003 by Martijn Klingens <klingens@kde.org>
Copyright (c) 2004 by Arend van Beelen jr. <arend@auton.nl> Copyright (c) 2004 by Arend van Beelen jr. <arend@auton.nl>

@ -2150,7 +2150,7 @@ void KonqMainWindow::applyKonqMainWindowSettings()
void KonqMainWindow::slotSetStatusBarText( const TQString & ) void KonqMainWindow::slotSetStatusBarText( const TQString & )
{ {
// Reimplemented to disable KParts::MainWindow default behaviour // 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 ) void KonqMainWindow::slotViewCompleted( KonqView * view )
@ -4811,7 +4811,7 @@ void KonqMainWindow::slotPopupMenu( KXMLGUIClient *client, const TQPoint &_globa
if (pPopupMenu->hasGroup("tabhandling")) if (pPopupMenu->hasGroup("tabhandling"))
{ {
// "tabhandling" group in inserted in the popup menu if no encrypted media devices are part of "_items" // "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 ); pPopupMenu->factory()->addClient( konqyMenuClient );
} }

@ -21,7 +21,7 @@
#define _konq_misc_h #define _konq_misc_h
// This file can hold every global class for konqueror that used to pollute // This file can hold every global class for konqueror that used to pollute
// konq_main.cc // konq_main.cpp
#include <krun.h> #include <krun.h>
#include <tdeparts/browserextension.h> #include <tdeparts/browserextension.h>

@ -158,14 +158,14 @@
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- checked --> <!-- checked -->
</entry> </entry>
<!-- konq_settings.cc --> <!-- konq_settings.cpp -->
<entry key="WordWrapText" type="Bool"> <!--LIBKONQ--> <entry key="WordWrapText" type="Bool"> <!--LIBKONQ-->
<default>true</default> <default>true</default>
<label></label> <label></label>
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- no writeEntry --> <!-- no writeEntry -->
</entry> </entry>
<!-- konq_tabs.cc --> <!-- konq_tabs.cpp -->
<entry key="MouseMiddleClickClosesTab" type="Bool"> <entry key="MouseMiddleClickClosesTab" type="Bool">
<default>false</default> <default>false</default>
<label></label> <label></label>
@ -282,7 +282,7 @@
<whatsthis></whatsthis> <whatsthis></whatsthis>
<!-- checked --> <!-- checked -->
</entry> </entry>
<!-- konq_view.cc --> <!-- konq_view.cpp -->
<entry key="EnableFavicon" type="Bool"> <entry key="EnableFavicon" type="Bool">
<default>true</default> <default>true</default>
<label></label> <label></label>
@ -502,7 +502,7 @@ PATH_JAVA
</group> </group>
<group name="ModeToolBarServices" > <group name="ModeToolBarServices" >
<!-- konq_mainwindow.cc --> <!-- konq_mainwindow.cpp -->
<entry key="konq_iconview" type="String"> <entry key="konq_iconview" type="String">
<label></label> <label></label>
<whatsthis></whatsthis> <whatsthis></whatsthis>
@ -526,7 +526,7 @@ PATH_JAVA
</group> </group>
<group name="Notification Messages" > <group name="Notification Messages" >
<!-- advancedTabDialog.cpp konq_mainwindow.cc --> <!-- advancedTabDialog.cpp konq_mainwindow.cpp -->
<entry key="MultipleTabConfirm" type="Bool"> <entry key="MultipleTabConfirm" type="Bool">
<default>false</default> <default>false</default>
<label></label> <label></label>

@ -45,10 +45,10 @@ install( FILES konq_listview.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
set( target konq_listview ) set( target konq_listview )
set( ${target}_SRCS set( ${target}_SRCS
konq_listview.cc konq_listviewwidget.cc konq_listviewitems.cc konq_listview.cpp konq_listviewwidget.cpp konq_listviewitems.cpp
konq_treeviewwidget.cc konq_treeviewitem.cc konq_textviewwidget.cc konq_treeviewwidget.cpp konq_treeviewitem.cpp konq_textviewwidget.cpp
konq_textviewitem.cc konq_infolistviewwidget.cc konq_textviewitem.cpp konq_infolistviewwidget.cpp
konq_infolistviewitem.cc konq_listviewsettings.kcfgc konq_infolistviewitem.cpp konq_listviewsettings.kcfgc
) )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC

@ -5,11 +5,11 @@ kde_module_LTLIBRARIES = konq_listview.la
METASOURCES = AUTO METASOURCES = AUTO
konq_listview_la_SOURCES = konq_listview.cc \ konq_listview_la_SOURCES = konq_listview.cpp \
konq_listviewwidget.cc konq_listviewitems.cc \ konq_listviewwidget.cpp konq_listviewitems.cpp \
konq_treeviewwidget.cc konq_treeviewitem.cc \ konq_treeviewwidget.cpp konq_treeviewitem.cpp \
konq_textviewwidget.cc konq_textviewitem.cc \ konq_textviewwidget.cpp konq_textviewitem.cpp \
konq_infolistviewwidget.cc konq_infolistviewitem.cc \ konq_infolistviewwidget.cpp konq_infolistviewitem.cpp \
konq_listviewsettings.kcfgc konq_listviewsettings.kcfgc
konq_listview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module konq_listview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module

@ -42,7 +42,7 @@ tde_create_translated_desktop(
set( target kded_konqy_preloader ) set( target kded_konqy_preloader )
set( ${target}_SRCS set( ${target}_SRCS
preloader.cc preloader.skel preloader.cpp preloader.skel
) )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC

@ -3,7 +3,7 @@ AM_CPPFLAGS = -DTQT_NO_CAST_ASCII
kde_module_LTLIBRARIES = kded_konqy_preloader.la kde_module_LTLIBRARIES = kded_konqy_preloader.la
INCLUDES= -I.. $(all_includes) 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_LDFLAGS = $(all_libraries) -module -avoid-version
kded_konqy_preloader_la_LIBADD = ../libkonqueror_intern.la $(LIB_TDESYCOCA) $(LIB_TDECORE) kded_konqy_preloader_la_LIBADD = ../libkonqueror_intern.la $(LIB_TDESYCOCA) $(LIB_TDECORE)

@ -1,5 +1,5 @@
dnl check whether mallinfo() is available and which fields to use to find out memory usage 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 warning, ugly code ahead
dnl some implementations have mallinfo() in stdlib.h, others in malloc.h dnl some implementations have mallinfo() in stdlib.h, others in malloc.h
dnl fields showing memory usage should be hblkhd, uordblks and usmblks, dnl fields showing memory usage should be hblkhd, uordblks and usmblks,

@ -46,7 +46,7 @@ kpersonalizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TD
#rc_DATA = kpersonalizerui.rc #rc_DATA = kpersonalizerui.rc
messages: rc.cpp messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ LIST=`find . -name \*.h -o -name \*.cpp; \
if test -n "$$LIST"; then \ if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/kpersonalizer.pot; \ $(XGETTEXT) $$LIST -o $(podir)/kpersonalizer.pot; \
fi fi

@ -51,7 +51,7 @@ tde_create_translated_desktop(
##### sysguard_panelapplet (module) ############# ##### sysguard_panelapplet (module) #############
tde_add_kpart( sysguard_panelapplet AUTOMOC tde_add_kpart( sysguard_panelapplet AUTOMOC
SOURCES KSysGuardApplet.cc KSGAppletSettings.cc SOURCES KSysGuardApplet.cpp KSGAppletSettings.cpp
LINK sensordisplays-static ksgrd-shared LINK sensordisplays-static ksgrd-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )
@ -61,8 +61,8 @@ tde_add_kpart( sysguard_panelapplet AUTOMOC
tde_add_executable( ksysguard AUTOMOC tde_add_executable( ksysguard AUTOMOC
SOURCES SOURCES
SensorBrowser.cc WorkSheet.cc WorkSheetSettings.cc SensorBrowser.cpp WorkSheet.cpp WorkSheetSettings.cpp
Workspace.cc ksysguard.cc ksysguard.skel Workspace.cpp ksysguard.cpp ksysguard.skel
LINK sensordisplays-static ksgrd-shared tdednssd-shared LINK sensordisplays-static ksgrd-shared tdednssd-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -22,11 +22,11 @@ bin_PROGRAMS = ksysguard kpm
# Which sources should be compiled for ksysguard. # Which sources should be compiled for ksysguard.
ksysguard_SOURCES = \ ksysguard_SOURCES = \
SensorBrowser.cc \ SensorBrowser.cpp \
WorkSheet.cc \ WorkSheet.cpp \
WorkSheetSettings.cc \ WorkSheetSettings.cpp \
Workspace.cc \ Workspace.cpp \
ksysguard.cc ksysguard.skel ksysguard.cpp ksysguard.skel
ksysguard_LDADD = \ ksysguard_LDADD = \
ksgrd/libksgrd.la \ ksgrd/libksgrd.la \
@ -43,8 +43,8 @@ appdata_DATA = ProcessTable.sgrd SystemLoad.sgrd KSysGuardApplet.xml
kde_module_LTLIBRARIES = sysguard_panelapplet.la kde_module_LTLIBRARIES = sysguard_panelapplet.la
sysguard_panelapplet_la_SOURCES = \ sysguard_panelapplet_la_SOURCES = \
KSysGuardApplet.cc \ KSysGuardApplet.cpp \
KSGAppletSettings.cc KSGAppletSettings.cpp
sysguard_panelapplet_la_LIBADD = \ sysguard_panelapplet_la_LIBADD = \
ksgrd/libksgrd.la \ ksgrd/libksgrd.la \
@ -60,4 +60,4 @@ METASOURCES = AUTO
messages: rc.cpp messages: rc.cpp
$(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp $(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp
extractattr --attr=display,title SystemLoad.sgrd KSysGuardApplet.xml >> rc.cpp extractattr --attr=display,title SystemLoad.sgrd KSysGuardApplet.xml >> rc.cpp
$(XGETTEXT) `find . -name "*.cpp" -o -name "*.cc"` -o $(podir)/ksysguard.pot $(XGETTEXT) `find . -name "*.cpp"` -o $(podir)/ksysguard.pot

@ -28,12 +28,12 @@ link_directories(
tde_add_library( sensordisplays STATIC_PIC AUTOMOC tde_add_library( sensordisplays STATIC_PIC AUTOMOC
SOURCES SOURCES
SensorDisplay.cc BarGraph.cc DancingBars.cc DancingBarsSettings.cc SensorDisplay.cpp BarGraph.cpp DancingBars.cpp DancingBarsSettings.cpp
DummyDisplay.cc FancyPlotter.cc FancyPlotterSettings.cc DummyDisplay.cpp FancyPlotter.cpp FancyPlotterSettings.cpp
ListView.cc LogFile.cc MultiMeter.cc MultiMeterSettings.cc ListView.cpp LogFile.cpp MultiMeter.cpp MultiMeterSettings.cpp
ProcessController.cc ProcessList.cc ReniceDlg.cc ProcessController.cpp ProcessList.cpp ReniceDlg.cpp
SensorLogger.cc SensorLoggerDlg.cc SensorLoggerSettings.cc SensorLogger.cpp SensorLoggerDlg.cpp SensorLoggerSettings.cpp
ListViewSettings.cc SignalPlotter.cc ListViewSettingsWidget.ui ListViewSettings.cpp SignalPlotter.cpp ListViewSettingsWidget.ui
LogFileSettings.ui MultiMeterSettingsWidget.ui SensorLoggerDlgWidget.ui LogFileSettings.ui MultiMeterSettingsWidget.ui SensorLoggerDlgWidget.ui
SensorLoggerSettingsWidget.ui SensorLoggerSettingsWidget.ui
LINK ksgrd-shared tdeio-shared LINK ksgrd-shared tdeio-shared

@ -9,25 +9,25 @@ libsensordisplays_la_LIBADD = ../ksgrd/libksgrd.la $(LIB_TDEIO)
# Which sources should be compiled for the sensor display lib. # Which sources should be compiled for the sensor display lib.
libsensordisplays_la_SOURCES = \ libsensordisplays_la_SOURCES = \
SensorDisplay.cc \ SensorDisplay.cpp \
BarGraph.cc \ BarGraph.cpp \
DancingBars.cc \ DancingBars.cpp \
DancingBarsSettings.cc \ DancingBarsSettings.cpp \
DummyDisplay.cc \ DummyDisplay.cpp \
FancyPlotter.cc \ FancyPlotter.cpp \
FancyPlotterSettings.cc \ FancyPlotterSettings.cpp \
ListView.cc \ ListView.cpp \
LogFile.cc \ LogFile.cpp \
MultiMeter.cc \ MultiMeter.cpp \
MultiMeterSettings.cc \ MultiMeterSettings.cpp \
ProcessController.cc \ ProcessController.cpp \
ProcessList.cc \ ProcessList.cpp \
ReniceDlg.cc \ ReniceDlg.cpp \
SensorLogger.cc \ SensorLogger.cpp \
SensorLoggerDlg.cc \ SensorLoggerDlg.cpp \
SensorLoggerSettings.cc \ SensorLoggerSettings.cpp \
ListViewSettings.cc \ ListViewSettings.cpp \
SignalPlotter.cc \ SignalPlotter.cpp \
ListViewSettingsWidget.ui \ ListViewSettingsWidget.ui \
LogFileSettings.ui \ LogFileSettings.ui \
MultiMeterSettingsWidget.ui \ MultiMeterSettingsWidget.ui \

@ -34,9 +34,9 @@ install( FILES
tde_add_library( ksgrd SHARED AUTOMOC tde_add_library( ksgrd SHARED AUTOMOC
SOURCES SOURCES
HostConnector.cc SensorAgent.cc SensorManager.cc HostConnector.cpp SensorAgent.cpp SensorManager.cpp
SensorShellAgent.cc SensorSocketAgent.cc StyleEngine.cc SensorShellAgent.cpp SensorSocketAgent.cpp StyleEngine.cpp
StyleSettings.cc TimerSettings.cc StyleSettings.cpp TimerSettings.cpp
VERSION 1.2.0 VERSION 1.2.0
LINK tdeui-shared LINK tdeui-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}

@ -9,14 +9,14 @@ libksgrd_la_LIBADD = $(LIB_TDEUI)
# Which sources should be compiled for ksysguard. # Which sources should be compiled for ksysguard.
libksgrd_la_SOURCES = \ libksgrd_la_SOURCES = \
HostConnector.cc \ HostConnector.cpp \
SensorAgent.cc \ SensorAgent.cpp \
SensorManager.cc \ SensorManager.cpp \
SensorShellAgent.cc \ SensorShellAgent.cpp \
SensorSocketAgent.cc \ SensorSocketAgent.cpp \
StyleEngine.cc \ StyleEngine.cpp \
StyleSettings.cc \ StyleSettings.cpp \
TimerSettings.cc TimerSettings.cpp
ksgrdincludedir = $(includedir)/ksgrd ksgrdincludedir = $(includedir)/ksgrd
ksgrdinclude_HEADERS = \ ksgrdinclude_HEADERS = \

@ -112,7 +112,7 @@ COMMAND\nksysguardd> ".
ksysguardd does not handle native language support. In order to have a ksysguardd does not handle native language support. In order to have a
minimum installation (only a single file) on the monitored machine, minimum installation (only a single file) on the monitored machine,
all translation are handled by the front-end. Please see the files all translation are handled by the front-end. Please see the files
gui/ksgrd/SensorManger.cc and gui/SensorDisplayLib/ProcessTable.cc gui/ksgrd/SensorManger.cpp and gui/SensorDisplayLib/ProcessTable.cpp
if you add new strings. if you add new strings.
/** /**

@ -65,12 +65,12 @@ tde_create_translated_desktop(
tde_add_library( konq SHARED AUTOMOC tde_add_library( konq SHARED AUTOMOC
SOURCES SOURCES
konq_popupmenu.cc knewmenu.cc konq_xmlguiclient.cc tdefileivi.cc konq_popupmenu.cpp knewmenu.cpp konq_xmlguiclient.cpp tdefileivi.cpp
konq_iconviewwidget.cc konq_settings.cc konq_drag.cc konq_operations.cc konq_iconviewwidget.cpp konq_settings.cpp konq_drag.cpp konq_operations.cpp
konq_dirpart.cc konq_propsview.cc konq_events.cc konq_bgnddlg.cc konq_undo.cc konq_dirpart.cpp konq_propsview.cpp konq_events.cpp konq_bgnddlg.cpp konq_undo.cpp
konq_undo.skel konq_historymgr.cc konq_historycomm.cc konq_historycomm.skel konq_undo.skel konq_historymgr.cpp konq_historycomm.cpp konq_historycomm.skel
konq_pixmapprovider.cc kivdirectoryoverlay.cc kivfreespaceoverlay.cc konq_pixmapprovider.cpp kivdirectoryoverlay.cpp kivfreespaceoverlay.cpp
konq_faviconmgr.cc konq_faviconmgr.skel konq_filetip.cc konq_faviconmgr.cpp konq_faviconmgr.skel konq_filetip.cpp
VERSION 4.2.0 VERSION 4.2.0
LINK tdeparts-shared LINK tdeparts-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
@ -81,7 +81,7 @@ tde_add_library( konq SHARED AUTOMOC
if( WITH_ARTS ) if( WITH_ARTS )
tde_add_kpart( konq_sound tde_add_kpart( konq_sound
SOURCES konq_sound.cc SOURCES konq_sound.cpp
LINK artskde-shared LINK artskde-shared
DESTINATION ${PLUGIN_INSTALL_DIR} ) DESTINATION ${PLUGIN_INSTALL_DIR} )
endif( ) endif( )

@ -23,17 +23,17 @@ lib_LTLIBRARIES = libkonq.la
libkonq_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined libkonq_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined
libkonq_la_LIBADD = $(LIB_TDEPARTS) libkonq_la_LIBADD = $(LIB_TDEPARTS)
libkonq_la_SOURCES = konq_popupmenu.cc knewmenu.cc \ libkonq_la_SOURCES = konq_popupmenu.cpp knewmenu.cpp \
konq_xmlguiclient.cc\ konq_xmlguiclient.cpp\
tdefileivi.cc konq_iconviewwidget.cc konq_settings.cc konq_drag.cc \ tdefileivi.cpp konq_iconviewwidget.cpp konq_settings.cpp konq_drag.cpp \
konq_operations.cc \ konq_operations.cpp \
konq_dirpart.cc konq_propsview.cc konq_events.cc konq_bgnddlg.cc \ konq_dirpart.cpp konq_propsview.cpp konq_events.cpp konq_bgnddlg.cpp \
konq_undo.cc konq_undo.skel \ konq_undo.cpp konq_undo.skel \
konq_historymgr.cc konq_historycomm.cc konq_historycomm.skel \ konq_historymgr.cpp konq_historycomm.cpp konq_historycomm.skel \
konq_pixmapprovider.cc \ konq_pixmapprovider.cpp \
kivdirectoryoverlay.cc \ kivdirectoryoverlay.cpp \
kivfreespaceoverlay.cc \ kivfreespaceoverlay.cpp \
konq_faviconmgr.cc konq_faviconmgr.skel konq_filetip.cc konq_faviconmgr.cpp konq_faviconmgr.skel konq_filetip.cpp
directory_DATA = directory_bookmarkbar.desktop directory_DATA = directory_bookmarkbar.desktop
directorydir = $(kde_datadir)/kbookmark directorydir = $(kde_datadir)/kbookmark
@ -60,14 +60,14 @@ ARTS_MODULE = konq_sound.la
endif endif
kde_module_LTLIBRARIES = $(ARTS_MODULE) kde_module_LTLIBRARIES = $(ARTS_MODULE)
konq_sound_la_SOURCES = konq_sound.cc konq_sound_la_SOURCES = konq_sound.cpp
konq_sound_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) konq_sound_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
konq_sound_la_LIBADD = -lsoundserver_idl -lartskde konq_sound_la_LIBADD = -lsoundserver_idl -lartskde
noinst_HEADERS = konq_sound.h noinst_HEADERS = konq_sound.h
messages: messages:
$(XGETTEXT) *.cc *.h -o $(podir)/libkonq.pot $(XGETTEXT) *.cpp *.h -o $(podir)/libkonq.pot
DOXYGEN_REFERENCES = dcop tdecore tdeio/bookmarks DOXYGEN_REFERENCES = dcop tdecore tdeio/bookmarks
include ../admin/Doxyfile.am include ../admin/Doxyfile.am

@ -1,6 +1,6 @@
/* This file is part of the TDE libraries /* This file is part of the TDE libraries
Copyright (C) 2013 Timothy Pearson Copyright (C) 2013 Timothy Pearson
Based on kivdirectoryoverlay.cc Based on kivdirectoryoverlay.cpp
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1423,7 +1423,7 @@ void KonqIconViewWidget::slotSaveIconPositions()
// This code is currently not used but left in for compatibility reasons. // This code is currently not used but left in for compatibility reasons.
// It can be removed in KDE 4.0 // It can be removed in KDE 4.0
// Saving of desktop icon positions is now done in KDIconView::saveIconPositions() // Saving of desktop icon positions is now done in KDIconView::saveIconPositions()
// in tdebase/kdesktop/kdiconview.cc // in tdebase/kdesktop/kdiconview.cpp
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
printf("WARNING: Strongly deprecated method KonqIconViewWidget::slotSaveIconPositions() called!\n"); fflush(stdout); printf("WARNING: Strongly deprecated method KonqIconViewWidget::slotSaveIconPositions() called!\n"); fflush(stdout);
@ -1473,7 +1473,7 @@ void KonqIconViewWidget::slotSaveIconPositions()
// This code is currently not used but left in for compatibility reasons. // This code is currently not used but left in for compatibility reasons.
// It can be removed in KDE 4.0 // It can be removed in KDE 4.0
// Saving of desktop icon positions is now done in KDIconView::saveIconPositions() // Saving of desktop icon positions is now done in KDIconView::saveIconPositions()
// in tdebase/kdesktop/kdiconview.cc // in tdebase/kdesktop/kdiconview.cpp
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
} }

@ -174,7 +174,7 @@ private:
/** /**
* Private data for KonqPropsView * Private data for KonqPropsView
* Implementation in konq_propsview.cc * Implementation in konq_propsview.cpp
*/ */
struct Private; struct Private;

@ -251,7 +251,7 @@ private:
/** /**
* Private data for KFileIVI * Private data for KFileIVI
* Implementation in tdefileivi.cc * Implementation in tdefileivi.cpp
*/ */
struct Private; struct Private;

@ -34,7 +34,7 @@ tde_create_translated_desktop(
set( target tdeio_filter ) set( target tdeio_filter )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES filter.cc SOURCES filter.cpp
LINK tdeio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -4,7 +4,7 @@ INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = tdeio_filter.la kde_module_LTLIBRARIES = tdeio_filter.la
tdeio_filter_la_SOURCES = filter.cc tdeio_filter_la_SOURCES = filter.cpp
tdeio_filter_la_LIBADD = $(LIB_TDESYCOCA) tdeio_filter_la_LIBADD = $(LIB_TDESYCOCA)
tdeio_filter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_filter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = filter.h noinst_HEADERS = filter.h

@ -1105,7 +1105,7 @@ void FloppyProtocol::put( const KURL& url, int , bool overwrite, bool )
int bytesRead(0); int bytesRead(0);
TQByteArray array; TQByteArray array;
//from file.cc //from file.cpp
// Loop until we got 0 (end of data) // Loop until we got 0 (end of data)
do do
{ {

@ -28,5 +28,5 @@ check: testhome
./testhome ./testhome
messages: messages:
$(XGETTEXT) `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_home.pot $(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_home.pot

@ -37,7 +37,7 @@ install( PROGRAMS kde-info2html DESTINATION ${DATA_INSTALL_DIR}/tdeio_info )
set( target tdeio_info ) set( target tdeio_info )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES info.cc SOURCES info.cpp
LINK tdeio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -8,7 +8,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = tdeio_info.la kde_module_LTLIBRARIES = tdeio_info.la
tdeio_info_la_SOURCES = info.cc tdeio_info_la_SOURCES = info.cpp
tdeio_info_la_LIBADD = $(LIB_TDEIO) tdeio_info_la_LIBADD = $(LIB_TDEIO)
tdeio_info_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_info_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = info.h noinst_HEADERS = info.h

@ -425,7 +425,7 @@ void NFSProtocol::openConnection()
hostName=nameBuffer; hostName=nameBuffer;
// I have the same problem here as Stefan Westerfeld, that's why I use // I have the same problem here as Stefan Westerfeld, that's why I use
// the getdomainname() from fakes.cpp (renamed to x_getdomainname()), this one works // the getdomainname() from fakes.cpp (renamed to x_getdomainname()), this one works
// taken from tdelibs/arts/mcopy/mcoputils.cc // taken from tdelibs/arts/mcopy/mcoputils.cpp
nameBuffer[0] = '\0'; nameBuffer[0] = '\0';
if (x_getdomainname(nameBuffer, 1024)==0) if (x_getdomainname(nameBuffer, 1024)==0)
{ {
@ -777,7 +777,7 @@ void NFSProtocol::stat( const KURL & url)
void NFSProtocol::completeAbsoluteLinkUDSEntry(UDSEntry& entry, const TQCString& path) void NFSProtocol::completeAbsoluteLinkUDSEntry(UDSEntry& entry, const TQCString& path)
{ {
//taken from file.cc //taken from file.cpp
struct stat buff; struct stat buff;
if ( ::stat( path.data(), &buff ) == -1 ) return; if ( ::stat( path.data(), &buff ) == -1 ) return;

@ -35,7 +35,7 @@ tde_create_translated_desktop(
set( target tdeio_pop3 ) set( target tdeio_pop3 )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES pop3.cc SOURCES pop3.cpp
LINK tdeio-shared ${SASL_LIBRARIES} LINK tdeio-shared ${SASL_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -4,7 +4,7 @@ INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(SSL_INCLUDES) $(all_includes)
kde_module_LTLIBRARIES = tdeio_pop3.la kde_module_LTLIBRARIES = tdeio_pop3.la
tdeio_pop3_la_SOURCES = pop3.cc tdeio_pop3_la_SOURCES = pop3.cpp
tdeio_pop3_la_LIBADD = $(LIB_TDEIO) $(SASL2_LIBS) tdeio_pop3_la_LIBADD = $(LIB_TDEIO) $(SASL2_LIBS)
tdeio_pop3_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_pop3_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
@ -14,4 +14,4 @@ kdelnk_DATA = pop3.protocol pop3s.protocol
kdelnkdir = $(kde_servicesdir) kdelnkdir = $(kde_servicesdir)
messages: messages:
$(XGETTEXT) *.cc -o $(podir)/tdeio_pop3.pot $(XGETTEXT) *.cpp -o $(podir)/tdeio_pop3.pot

@ -28,5 +28,5 @@ check: testremote
./testremote ./testremote
messages: messages:
$(XGETTEXT) `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_remote.pot $(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_remote.pot

@ -35,7 +35,7 @@ tde_create_translated_desktop(
set( target tdeio_settings ) set( target tdeio_settings )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES tdeio_settings.cc SOURCES tdeio_settings.cpp
LINK tdeio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -4,7 +4,7 @@ INCLUDES= $(all_includes)
kde_module_LTLIBRARIES = tdeio_settings.la kde_module_LTLIBRARIES = tdeio_settings.la
tdeio_settings_la_SOURCES = tdeio_settings.cc tdeio_settings_la_SOURCES = tdeio_settings.cpp
tdeio_settings_la_LIBADD = $(LIB_TDESYCOCA) tdeio_settings_la_LIBADD = $(LIB_TDESYCOCA)
tdeio_settings_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_settings_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
@ -17,5 +17,5 @@ kdelnkdir = $(kde_servicesdir)
SUBDIRS=. SUBDIRS=.
messages: messages:
$(XGETTEXT) `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_settings.pot $(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_settings.pot

@ -35,7 +35,7 @@ tde_create_translated_desktop(
set( target tdeio_smtp ) set( target tdeio_smtp )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES smtp.cc request.cc response.cc capabilities.cc command.cc transactionstate.cc SOURCES smtp.cpp request.cpp response.cpp capabilities.cpp command.cpp transactionstate.cpp
LINK tdeio-shared ${SASL_LIBRARIES} LINK tdeio-shared ${SASL_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -3,7 +3,7 @@ INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(SSL_INCLUDES) $(all_includes)
kde_module_LTLIBRARIES = tdeio_smtp.la kde_module_LTLIBRARIES = tdeio_smtp.la
tdeio_smtp_la_SOURCES = smtp.cc request.cc response.cc capabilities.cc command.cc transactionstate.cc tdeio_smtp_la_SOURCES = smtp.cpp request.cpp response.cpp capabilities.cpp command.cpp transactionstate.cpp
tdeio_smtp_la_LIBADD = $(LIB_TDEIO) $(SASL2_LIBS) tdeio_smtp_la_LIBADD = $(LIB_TDEIO) $(SASL2_LIBS)
tdeio_smtp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_smtp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
@ -16,22 +16,22 @@ TESTS = test_headergeneration test_responseparser test_commands
check_PROGRAMS = $(TESTS) interactivesmtpserver check_PROGRAMS = $(TESTS) interactivesmtpserver
test_headergeneration_SOURCES = test_headergeneration.cc test_headergeneration_SOURCES = test_headergeneration.cpp
test_headergeneration_LDADD = $(LIB_TDECORE) test_headergeneration_LDADD = $(LIB_TDECORE)
test_headergeneration_LDFLAGS = $(all_libraries) test_headergeneration_LDFLAGS = $(all_libraries)
test_responseparser_SOURCES = test_responseparser.cc test_responseparser_SOURCES = test_responseparser.cpp
test_responseparser_LDADD = $(LIB_TDECORE) test_responseparser_LDADD = $(LIB_TDECORE)
test_responseparser_LDFLAGS = $(all_libraries) test_responseparser_LDFLAGS = $(all_libraries)
test_commands_SOURCES = test_commands.cc test_commands_SOURCES = test_commands.cpp
test_commands_LDADD = $(tdeio_smtp_la_LIBADD) test_commands_LDADD = $(tdeio_smtp_la_LIBADD)
test_commands_LDFLAGS = $(all_libraries) test_commands_LDFLAGS = $(all_libraries)
interactivesmtpserver_SOURCES = interactivesmtpserver.cc interactivesmtpserver_SOURCES = interactivesmtpserver.cpp
interactivesmtpserver_LDADD = $(LIB_TQT) interactivesmtpserver_LDADD = $(LIB_TQT)
interactivesmtpserver_LDFLAGS = $(all_libraries) interactivesmtpserver_LDFLAGS = $(all_libraries)
interactivesmtpserver_METASOURCES = AUTO interactivesmtpserver_METASOURCES = AUTO
messages: messages:
$(XGETTEXT) *.cc -o $(podir)/tdeio_smtp.pot $(XGETTEXT) *.cpp -o $(podir)/tdeio_smtp.pot

@ -1,5 +1,5 @@
/* /*
capabilities.cc capabilities.cpp
This file is part of tdeio_smtp, the KDE SMTP tdeioslave. This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
Copyright (c) 2003 Marc Mutz <mutz@kde.org> Copyright (c) 2003 Marc Mutz <mutz@kde.org>

@ -1,5 +1,5 @@
/* /*
command.cc command.cpp
This file is part of tdeio_smtp, the KDE SMTP tdeioslave. This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
Copyright (c) 2003 Marc Mutz <mutz@kde.org> Copyright (c) 2003 Marc Mutz <mutz@kde.org>

@ -1,5 +1,5 @@
/* /*
interactivesmtpserver.cc interactivesmtpserver.cpp
Code based on the serverSocket example by Jesper Pedersen. Code based on the serverSocket example by Jesper Pedersen.

@ -1,5 +1,5 @@
/* /*
request.cc request.cpp
This file is part of tdeio_smtp, the KDE SMTP tdeioslave. This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
Copyright (c) 2003 Marc Mutz <mutz@kde.org> Copyright (c) 2003 Marc Mutz <mutz@kde.org>

@ -1,5 +1,5 @@
/* /*
response.cc response.cpp
This file is part of tdeio_smtp, the KDE SMTP tdeioslave. This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
Copyright (c) 2003 Marc Mutz <mutz@kde.org> Copyright (c) 2003 Marc Mutz <mutz@kde.org>

@ -723,6 +723,6 @@ void checkSuccessfulTransferCommand( bool error, bool preload, bool ungetLast,
#define NDEBUG #define NDEBUG
#include "command.cc" #include "command.cpp"
#include "response.cc" #include "response.cpp"
#include "transactionstate.cc" #include "transactionstate.cpp"

@ -82,5 +82,5 @@ int main( int , char ** ) {
return result == expected ? 0 : 1 ; return result == expected ? 0 : 1 ;
} }
#include "request.cc" #include "request.cpp"

@ -104,4 +104,4 @@ int main ( int, char** ) {
return 0; return 0;
} }
#include "response.cc" #include "response.cpp"

@ -1,5 +1,5 @@
/* /*
transactionstate.cc transactionstate.cpp
This file is part of tdeio_smtp, the KDE SMTP tdeioslave. This file is part of tdeio_smtp, the KDE SMTP tdeioslave.
Copyright (c) 2003 Marc Mutz <mutz@kde.org> Copyright (c) 2003 Marc Mutz <mutz@kde.org>

@ -27,5 +27,5 @@ check: testsystem
./testsystem ./testsystem
messages: messages:
$(XGETTEXT) `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_system.pot $(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_system.pot

@ -35,7 +35,7 @@ tde_create_translated_desktop(
set( target tdeio_tar ) set( target tdeio_tar )
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES tar.cc SOURCES tar.cpp
LINK tdeio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -6,7 +6,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = tdeio_tar.la kde_module_LTLIBRARIES = tdeio_tar.la
tdeio_tar_la_SOURCES = tar.cc tdeio_tar_la_SOURCES = tar.cpp
tdeio_tar_la_LIBADD = $(LIB_TDESYCOCA) tdeio_tar_la_LIBADD = $(LIB_TDESYCOCA)
tdeio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_tar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
@ -21,4 +21,4 @@ kdelnk_DATA = tar.protocol ar.protocol zip.protocol
kdelnkdir = $(kde_servicesdir) kdelnkdir = $(kde_servicesdir)
messages: messages:
$(XGETTEXT) *.cc -o $(podir)/tdeio_tar.pot $(XGETTEXT) *.cpp -o $(podir)/tdeio_tar.pot

@ -13,7 +13,7 @@ BUGS
TODO TODO
==== ====
* Clean up konq_popupmenu.cc for Type=Link URL=trash:/ :( * Clean up konq_popupmenu.cpp for Type=Link URL=trash:/ :(
* Also, provide metainfo for trash contents for that desktop link. * Also, provide metainfo for trash contents for that desktop link.
=> maybe we need a new mimetype? => maybe we need a new mimetype?
Like application/x-trash-desktop, inheriting application/x-desktop. Like application/x-trash-desktop, inheriting application/x-desktop.

@ -31,7 +31,7 @@ testtrash_LDFLAGS = $(all_libraries)
TESTS = testtrash TESTS = testtrash
messages: messages:
$(XGETTEXT) `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_trash.pot $(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/tdeio_trash.pot
# ktrashpropsdlgplugin target # ktrashpropsdlgplugin target
noinst_HEADERS = ktrashpropsdlgplugin.h discspaceutil.h trash_constant.h noinst_HEADERS = ktrashpropsdlgplugin.h discspaceutil.h trash_constant.h

@ -130,7 +130,7 @@ bool TrashImpl::init()
return false; return false;
// Check the trash directory and its info and files subdirs // Check the trash directory and its info and files subdirs
// see also kdesktop/init.cc for first time initialization // see also kdesktop/init.cpp for first time initialization
m_initStatus = InitError; m_initStatus = InitError;
// $XDG_DATA_HOME/Trash, i.e. ~/.local/share/Trash by default. // $XDG_DATA_HOME/Trash, i.e. ~/.local/share/Trash by default.
const TQString xdgDataDir = TDEGlobal::dirs()->localxdgdatadir(); const TQString xdgDataDir = TDEGlobal::dirs()->localxdgdatadir();

@ -16,7 +16,7 @@ private_SCRIPTS = anytops
privatedir = $(kde_datadir)/tdeprintfax privatedir = $(kde_datadir)/tdeprintfax
messages: rc.cpp messages: rc.cpp
$(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/tdeprintfax.pot $(XGETTEXT) `find . -name \*.h -o -name \*.cpp` -o $(podir)/tdeprintfax.pot
KDE_ICON = tdeprintfax KDE_ICON = tdeprintfax
pic_ICON = abentry pic_ICON = abentry

@ -24,7 +24,7 @@ link_directories(
##### tdecryptocardwatcher (executable) ######### ##### tdecryptocardwatcher (executable) #########
tde_add_executable( tdecryptocardwatcher AUTOMOC tde_add_executable( tdecryptocardwatcher AUTOMOC
SOURCES main.cpp watcher.cc SOURCES main.cpp watcher.cpp
LINK tdecore-shared tdeio-shared dmctl-static LINK tdecore-shared tdeio-shared dmctl-static
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
SETUID SETUID

@ -70,7 +70,7 @@ tde_add_executable( tdm_greet AUTOMOC
tdm_greet.c tdmconfig.cpp tdmclock.cpp kconsole.cpp tdm_greet.c tdmconfig.cpp tdmclock.cpp kconsole.cpp
kfdialog.cpp kgdialog.cpp kchooser.cpp kgverify.cpp kfdialog.cpp kgdialog.cpp kchooser.cpp kgverify.cpp
tdmshutdown.cpp tdmadmindialog.cpp kgreeter.cpp tdmshutdown.cpp tdmadmindialog.cpp kgreeter.cpp
kgapp.cpp sakdlg.cc kgapp.cpp sakdlg.cpp
LINK tdmthemer-static tdeui-shared tdeio-shared dmctl-static Xtst ${LIBTDELDAP_LIBRARIES} ${TDMGREET_OPTIONAL_LINK} LINK tdmthemer-static tdeui-shared tdeio-shared dmctl-static Xtst ${LIBTDELDAP_LIBRARIES} ${TDMGREET_OPTIONAL_LINK}
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

Loading…
Cancel
Save