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
krashdcopinterface.skel main.cpp debugger.cpp
bugdescription.cpp bugdescriptiondialog.cpp
sha1.cc krashconf.cpp drbugreport.cpp
sha1.cpp krashconf.cpp drbugreport.cpp
backtrace.cpp toplevel.cpp
LINK tdeio-shared ${LIBR_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}

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

@ -474,7 +474,7 @@ void BGDialog::initUI()
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("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("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("Flat"));
m_comboBlend->insertItem(i18n("Horizontal"));

@ -81,13 +81,13 @@ tde_add_executable( kcheckrunning
##### kdesktop (tdeinit) ########################
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
main.cc krootwm.cc xautolock.cc kdiconview.cc init.cc
desktop.cc lockeng.cc KDesktopIface.skel bgmanager.cc
main.cpp krootwm.cpp xautolock.cpp kdiconview.cpp init.cpp
desktop.cpp lockeng.cpp KDesktopIface.skel bgmanager.cpp
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
kshadowsettings.cpp kdesktopshadowsettings.cpp
tdefileividesktop.cpp kdesktopapp.cpp

@ -17,10 +17,10 @@ libkdesktopsettings_la_LDFLAGS = $(all_libraries) -no-undefined
libkdesktopsettings_la_LIBADD = $(LIB_TDECORE)
libkdesktopsettings_la_SOURCES = kdesktopsettings.kcfgc tdelaunchsettings.kcfgc
kdesktop_la_SOURCES = main.cc krootwm.cc xautolock.cc kdiconview.cc desktop.cc \
lockeng.cc KDesktopIface.skel \
bgmanager.cc init.cc KScreensaverIface.skel \
minicli.cpp KBackgroundIface.skel pixmapserver.cc kcustommenu.cc \
kdesktop_la_SOURCES = main.cpp krootwm.cpp xautolock.cpp kdiconview.cpp desktop.cpp \
lockeng.cpp KDesktopIface.skel \
bgmanager.cpp init.cpp KScreensaverIface.skel \
minicli.cpp KBackgroundIface.skel pixmapserver.cpp kcustommenu.cpp \
startupid.cpp minicli_ui.ui xautolock_diy.c xautolock_engine.c \
kshadowengine.cpp kshadowsettings.cpp \
kdesktopshadowsettings.cpp tdefileividesktop.cpp \
@ -59,7 +59,7 @@ startupid.lo: tdelaunchsettings.h
messages: 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
menudir = $(kde_confdir)

@ -52,7 +52,7 @@
<default>true</default>
<label></label>
<whatsthis></whatsthis>
<!-- init.cc:138 -->
<!-- init.cpp:138 -->
<!-- if (!config->readBoolEntry("CopyDesktopLinks", true)) -->
</entry>
<entry key="AutoLineUpIcons" type="Bool">
@ -64,9 +64,9 @@
<default>false</default>
<label>Sort directories first</label>
<whatsthis></whatsthis>
<!-- krootwm.cc:251 -->
<!-- krootwm.cpp:251 -->
<!-- aSortDirsFirst->setChecked( tdeconfig->readBoolEntry("SortDirectoriesFirst", true)); -->
<!-- krootwm.cc:496 -->
<!-- krootwm.cpp:496 -->
<!-- config->writeEntry( "SortDirectoriesFirst", b ); -->
</entry>
<entry key="TerminalApplication" type="Path">
@ -85,7 +85,7 @@
<default>Forward</default>
<label></label>
<whatsthis></whatsthis>
<!-- desktop.cc:397 -->
<!-- desktop.cpp:397 -->
<!-- (config->readEntry("WheelDirection", default_dir_string) == forward_string) ? Forward : Reverse; -->
</entry>
<entry key="Left" type="String">
@ -190,7 +190,7 @@
<default></default>
<label></label>
<whatsthis></whatsthis>
<!-- kdiconview.cc:254 -->
<!-- kdiconview.cpp:254 -->
<!-- m_itemsAlwaysFirst = config->readListEntry("AlwaysFirstItems"); // Distributor plug-in -->
</entry>
</group>
@ -199,14 +199,14 @@
<default>true</default>
<label></label>
<whatsthis></whatsthis>
<!-- kdiconview.cc:258 -->
<!-- kdiconview.cpp:258 -->
<!-- m_enableMedia=config->readBoolEntry("enabled",false); -->
</entry>
<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>
<label>Device Types to exclude</label>
<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"); -->
</entry>
<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
* (C) 1997 Torben Weis, weis@kde.org

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

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

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

@ -8,7 +8,7 @@ kdesktop_lock_LDADD = ../libkdesktopsettings.la ../../tdmlib/libdmctl.la $(LI
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

@ -233,7 +233,7 @@ void RunApplet::run_command(const TQString& command)
bool shutdown = kapp->requestShutDown();
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 "
"be contacted. You can try to force a shutdown by pressing "
"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
kickermenu_tom_la_SOURCES = tom.cc
kickermenu_tom_la_SOURCES = tom.cpp
kickermenu_tom_la_LDFLAGS = $(all_libraries) -module -avoid-version
kickermenu_tom_la_LIBADD = $(LIB_TDEUI)
#$(top_builddir)/kicker/ui/libkicker_ui.la
@ -16,4 +16,4 @@ tomdata_DATA = destinations
tomdatadir = $(kde_datadir)/kicker/tom
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 =)
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
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
and isn't as powerful as the full minicli

@ -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

@ -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>

@ -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" )

@ -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

@ -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}
)

@ -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)

@ -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
)

@ -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

@ -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" )

@ -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}
)

@ -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

@ -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

@ -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>

@ -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 );
}

@ -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>

@ -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>

@ -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

@ -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

@ -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

@ -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)

@ -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,

@ -46,7 +46,7 @@ kpersonalizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TD
#rc_DATA = kpersonalizerui.rc
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 \
$(XGETTEXT) $$LIST -o $(podir)/kpersonalizer.pot; \
fi

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

@ -22,11 +22,11 @@ bin_PROGRAMS = ksysguard kpm
# Which sources should be compiled for ksysguard.
ksysguard_SOURCES = \
SensorBrowser.cc \
WorkSheet.cc \
WorkSheetSettings.cc \
Workspace.cc \
ksysguard.cc ksysguard.skel
SensorBrowser.cpp \
WorkSheet.cpp \
WorkSheetSettings.cpp \
Workspace.cpp \
ksysguard.cpp ksysguard.skel
ksysguard_LDADD = \
ksgrd/libksgrd.la \
@ -43,8 +43,8 @@ appdata_DATA = ProcessTable.sgrd SystemLoad.sgrd KSysGuardApplet.xml
kde_module_LTLIBRARIES = sysguard_panelapplet.la
sysguard_panelapplet_la_SOURCES = \
KSysGuardApplet.cc \
KSGAppletSettings.cc
KSysGuardApplet.cpp \
KSGAppletSettings.cpp
sysguard_panelapplet_la_LIBADD = \
ksgrd/libksgrd.la \
@ -60,4 +60,4 @@ METASOURCES = AUTO
messages: rc.cpp
$(EXTRACTRC) `find . -name "*.ui"` >> 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
SOURCES
SensorDisplay.cc BarGraph.cc DancingBars.cc DancingBarsSettings.cc
DummyDisplay.cc FancyPlotter.cc FancyPlotterSettings.cc
ListView.cc LogFile.cc MultiMeter.cc MultiMeterSettings.cc
ProcessController.cc ProcessList.cc ReniceDlg.cc
SensorLogger.cc SensorLoggerDlg.cc SensorLoggerSettings.cc
ListViewSettings.cc SignalPlotter.cc ListViewSettingsWidget.ui
SensorDisplay.cpp BarGraph.cpp DancingBars.cpp DancingBarsSettings.cpp
DummyDisplay.cpp FancyPlotter.cpp FancyPlotterSettings.cpp
ListView.cpp LogFile.cpp MultiMeter.cpp MultiMeterSettings.cpp
ProcessController.cpp ProcessList.cpp ReniceDlg.cpp
SensorLogger.cpp SensorLoggerDlg.cpp SensorLoggerSettings.cpp
ListViewSettings.cpp SignalPlotter.cpp ListViewSettingsWidget.ui
LogFileSettings.ui MultiMeterSettingsWidget.ui SensorLoggerDlgWidget.ui
SensorLoggerSettingsWidget.ui
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.
libsensordisplays_la_SOURCES = \
SensorDisplay.cc \
BarGraph.cc \
DancingBars.cc \
DancingBarsSettings.cc \
DummyDisplay.cc \
FancyPlotter.cc \
FancyPlotterSettings.cc \
ListView.cc \
LogFile.cc \
MultiMeter.cc \
MultiMeterSettings.cc \
ProcessController.cc \
ProcessList.cc \
ReniceDlg.cc \
SensorLogger.cc \
SensorLoggerDlg.cc \
SensorLoggerSettings.cc \
ListViewSettings.cc \
SignalPlotter.cc \
SensorDisplay.cpp \
BarGraph.cpp \
DancingBars.cpp \
DancingBarsSettings.cpp \
DummyDisplay.cpp \
FancyPlotter.cpp \
FancyPlotterSettings.cpp \
ListView.cpp \
LogFile.cpp \
MultiMeter.cpp \
MultiMeterSettings.cpp \
ProcessController.cpp \
ProcessList.cpp \
ReniceDlg.cpp \
SensorLogger.cpp \
SensorLoggerDlg.cpp \
SensorLoggerSettings.cpp \
ListViewSettings.cpp \
SignalPlotter.cpp \
ListViewSettingsWidget.ui \
LogFileSettings.ui \
MultiMeterSettingsWidget.ui \

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

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

@ -112,7 +112,7 @@ COMMAND\nksysguardd> ".
ksysguardd does not handle native language support. In order to have a
minimum installation (only a single file) on the monitored machine,
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.
/**

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

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

@ -1,6 +1,6 @@
/* This file is part of the TDE libraries
Copyright (C) 2013 Timothy Pearson
Based on kivdirectoryoverlay.cc
Based on kivdirectoryoverlay.cpp
This library is free software; you can redistribute it and/or
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.
// It can be removed in KDE 4.0
// 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
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.
// It can be removed in KDE 4.0
// 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
}

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

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

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

@ -4,7 +4,7 @@ INCLUDES = $(all_includes)
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_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = filter.h

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

@ -28,5 +28,5 @@ check: testhome
./testhome
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 )
tde_add_kpart( ${target} AUTOMOC
SOURCES info.cc
SOURCES info.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -8,7 +8,7 @@ METASOURCES = AUTO
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_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = info.h

@ -425,7 +425,7 @@ void NFSProtocol::openConnection()
hostName=nameBuffer;
// 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
// taken from tdelibs/arts/mcopy/mcoputils.cc
// taken from tdelibs/arts/mcopy/mcoputils.cpp
nameBuffer[0] = '\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)
{
//taken from file.cc
//taken from file.cpp
struct stat buff;
if ( ::stat( path.data(), &buff ) == -1 ) return;

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

@ -4,7 +4,7 @@ INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(SSL_INCLUDES) $(all_includes)
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_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
@ -14,4 +14,4 @@ kdelnk_DATA = pop3.protocol pop3s.protocol
kdelnkdir = $(kde_servicesdir)
messages:
$(XGETTEXT) *.cc -o $(podir)/tdeio_pop3.pot
$(XGETTEXT) *.cpp -o $(podir)/tdeio_pop3.pot

@ -28,5 +28,5 @@ check: testremote
./testremote
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 )
tde_add_kpart( ${target} AUTOMOC
SOURCES tdeio_settings.cc
SOURCES tdeio_settings.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -4,7 +4,7 @@ INCLUDES= $(all_includes)
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_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
@ -17,5 +17,5 @@ kdelnkdir = $(kde_servicesdir)
SUBDIRS=.
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 )
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}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -3,7 +3,7 @@ INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(SSL_INCLUDES) $(all_includes)
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_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
@ -16,22 +16,22 @@ TESTS = test_headergeneration test_responseparser test_commands
check_PROGRAMS = $(TESTS) interactivesmtpserver
test_headergeneration_SOURCES = test_headergeneration.cc
test_headergeneration_SOURCES = test_headergeneration.cpp
test_headergeneration_LDADD = $(LIB_TDECORE)
test_headergeneration_LDFLAGS = $(all_libraries)
test_responseparser_SOURCES = test_responseparser.cc
test_responseparser_SOURCES = test_responseparser.cpp
test_responseparser_LDADD = $(LIB_TDECORE)
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_LDFLAGS = $(all_libraries)
interactivesmtpserver_SOURCES = interactivesmtpserver.cc
interactivesmtpserver_SOURCES = interactivesmtpserver.cpp
interactivesmtpserver_LDADD = $(LIB_TQT)
interactivesmtpserver_LDFLAGS = $(all_libraries)
interactivesmtpserver_METASOURCES = AUTO
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.
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.
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.

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

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

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

@ -104,4 +104,4 @@ int main ( int, char** ) {
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.
Copyright (c) 2003 Marc Mutz <mutz@kde.org>

@ -27,5 +27,5 @@ check: testsystem
./testsystem
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 )
tde_add_kpart( ${target} AUTOMOC
SOURCES tar.cc
SOURCES tar.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -6,7 +6,7 @@ METASOURCES = AUTO
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_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
@ -21,4 +21,4 @@ kdelnk_DATA = tar.protocol ar.protocol zip.protocol
kdelnkdir = $(kde_servicesdir)
messages:
$(XGETTEXT) *.cc -o $(podir)/tdeio_tar.pot
$(XGETTEXT) *.cpp -o $(podir)/tdeio_tar.pot

@ -13,7 +13,7 @@ BUGS
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.
=> maybe we need a new mimetype?
Like application/x-trash-desktop, inheriting application/x-desktop.

@ -31,7 +31,7 @@ testtrash_LDFLAGS = $(all_libraries)
TESTS = testtrash
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
noinst_HEADERS = ktrashpropsdlgplugin.h discspaceutil.h trash_constant.h

@ -130,7 +130,7 @@ bool TrashImpl::init()
return false;
// 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;
// $XDG_DATA_HOME/Trash, i.e. ~/.local/share/Trash by default.
const TQString xdgDataDir = TDEGlobal::dirs()->localxdgdatadir();

@ -16,7 +16,7 @@ private_SCRIPTS = anytops
privatedir = $(kde_datadir)/tdeprintfax
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
pic_ICON = abentry

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

@ -70,7 +70,7 @@ tde_add_executable( tdm_greet AUTOMOC
tdm_greet.c tdmconfig.cpp tdmclock.cpp kconsole.cpp
kfdialog.cpp kgdialog.cpp kchooser.cpp kgverify.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}
DESTINATION ${BIN_INSTALL_DIR}
)

Loading…
Cancel
Save