Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 979 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 820 B After Width: | Height: | Size: 820 B |
Before Width: | Height: | Size: 713 B After Width: | Height: | Size: 713 B |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 808 B After Width: | Height: | Size: 808 B |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 959 B |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 279 B |
@ -1,56 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Serghei Amelian
|
||||
# serghei (DOT) amelian (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
add_subdirectory( toolbar )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
##### other data ################################
|
||||
|
||||
tde_install_icons( )
|
||||
install( FILES kfilereplace.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
|
||||
install( FILES kfilereplacepart.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
install( FILES kfilereplacepartui.rc DESTINATION ${DATA_INSTALL_DIR}/kfilereplacepart )
|
||||
install( FILES kfilereplaceui.rc DESTINATION ${DATA_INSTALL_DIR}/kfilereplace )
|
||||
|
||||
|
||||
##### libkfilereplacepart (module) ##############
|
||||
|
||||
tde_add_kpart( libkfilereplacepart AUTOMOC
|
||||
SOURCES
|
||||
commandengine.cpp configurationclasses.cpp
|
||||
kfilereplacepart.cpp kfilereplaceview.cpp
|
||||
kfilereplaceviewwdg.ui kaddstringdlg.cpp kaddstringdlgs.ui
|
||||
knewprojectdlg.cpp knewprojectdlgs.ui koptionsdlg.cpp
|
||||
koptionsdlgs.ui kfilereplacelib.cpp report.cpp
|
||||
LINK kio-shared tdeparts-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### kfilereplace (executable) #################
|
||||
|
||||
tde_add_executable( kfilereplace AUTOMOC
|
||||
SOURCES
|
||||
kfilereplace.cpp main.cpp
|
||||
LINK kio-shared tdeparts-shared
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
@ -1,43 +0,0 @@
|
||||
## Makefile.am for kfilereplace
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# this has all of the subdirectories that make will recurse into. if
|
||||
# there are none, comment this out
|
||||
SUBDIRS = toolbar
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kaddstringdlg.h kfilereplaceiface.h kfilereplacelib.h \
|
||||
knewprojectdlg.h kfilereplaceview.h koptionsdlg.h report.h commandengine.h \
|
||||
configurationclasses.h kfilereplace.h
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
kde_module_LTLIBRARIES = libkfilereplacepart.la
|
||||
libkfilereplacepart_la_SOURCES = kfilereplacepart.cpp kfilereplaceview.cpp \
|
||||
kfilereplaceviewwdg.ui kaddstringdlg.cpp kaddstringdlgs.ui knewprojectdlg.cpp \
|
||||
knewprojectdlgs.ui koptionsdlg.cpp koptionsdlgs.ui kfilereplacelib.cpp report.cpp \
|
||||
commandengine.cpp configurationclasses.cpp
|
||||
|
||||
libkfilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP
|
||||
libkfilereplacepart_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) $(LIB_KHTML)
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) *.cpp *.h -o $(podir)/kfilereplace.pot
|
||||
|
||||
KDE_ICON = AUTO
|
||||
kde_services_DATA = kfilereplacepart.desktop
|
||||
xdg_apps_DATA = kfilereplace.desktop
|
||||
|
||||
# this is where the XML-GUI resource file goes
|
||||
partrcdir = $(kde_datadir)/kfilereplacepart
|
||||
partrc_DATA = kfilereplacepartui.rc
|
||||
|
||||
shellrcdir = $(kde_datadir)/kfilereplace
|
||||
shellrc_DATA = kfilereplaceui.rc
|
||||
bin_PROGRAMS = kfilereplace
|
||||
kfilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP
|
||||
kfilereplace_LDADD = $(LIB_KPARTS)
|
||||
kfilereplace_SOURCES = kfilereplace.cpp main.cpp
|
@ -1,3 +0,0 @@
|
||||
appdir = $(kde_datadir)/kfilereplacepart/icons
|
||||
app_ICON = AUTO
|
||||
|
@ -0,0 +1,56 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Serghei Amelian
|
||||
# serghei (DOT) amelian (AT) gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
add_subdirectory( toolbar )
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
##### other data ################################
|
||||
|
||||
tde_install_icons( )
|
||||
install( FILES tdefilereplace.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
|
||||
install( FILES tdefilereplacepart.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
install( FILES tdefilereplacepartui.rc DESTINATION ${DATA_INSTALL_DIR}/tdefilereplacepart )
|
||||
install( FILES tdefilereplaceui.rc DESTINATION ${DATA_INSTALL_DIR}/tdefilereplace )
|
||||
|
||||
|
||||
##### libtdefilereplacepart (module) ##############
|
||||
|
||||
tde_add_kpart( libtdefilereplacepart AUTOMOC
|
||||
SOURCES
|
||||
commandengine.cpp configurationclasses.cpp
|
||||
tdefilereplacepart.cpp tdefilereplaceview.cpp
|
||||
tdefilereplaceviewwdg.ui kaddstringdlg.cpp kaddstringdlgs.ui
|
||||
knewprojectdlg.cpp knewprojectdlgs.ui koptionsdlg.cpp
|
||||
koptionsdlgs.ui tdefilereplacelib.cpp report.cpp
|
||||
LINK tdeio-shared tdeparts-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
||||
##### tdefilereplace (executable) #################
|
||||
|
||||
tde_add_executable( tdefilereplace AUTOMOC
|
||||
SOURCES
|
||||
tdefilereplace.cpp main.cpp
|
||||
LINK tdeio-shared tdeparts-shared
|
||||
DESTINATION ${BIN_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,43 @@
|
||||
## Makefile.am for tdefilereplace
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# this has all of the subdirectories that make will recurse into. if
|
||||
# there are none, comment this out
|
||||
SUBDIRS = toolbar
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kaddstringdlg.h tdefilereplaceiface.h tdefilereplacelib.h \
|
||||
knewprojectdlg.h tdefilereplaceview.h koptionsdlg.h report.h commandengine.h \
|
||||
configurationclasses.h tdefilereplace.h
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
kde_module_LTLIBRARIES = libtdefilereplacepart.la
|
||||
libtdefilereplacepart_la_SOURCES = tdefilereplacepart.cpp tdefilereplaceview.cpp \
|
||||
tdefilereplaceviewwdg.ui kaddstringdlg.cpp kaddstringdlgs.ui knewprojectdlg.cpp \
|
||||
knewprojectdlgs.ui koptionsdlg.cpp koptionsdlgs.ui tdefilereplacelib.cpp report.cpp \
|
||||
commandengine.cpp configurationclasses.cpp
|
||||
|
||||
libtdefilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP
|
||||
libtdefilereplacepart_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) $(LIB_KHTML)
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) *.cpp *.h -o $(podir)/tdefilereplace.pot
|
||||
|
||||
KDE_ICON = AUTO
|
||||
kde_services_DATA = tdefilereplacepart.desktop
|
||||
xdg_apps_DATA = tdefilereplace.desktop
|
||||
|
||||
# this is where the XML-GUI resource file goes
|
||||
partrcdir = $(kde_datadir)/tdefilereplacepart
|
||||
partrc_DATA = tdefilereplacepartui.rc
|
||||
|
||||
shellrcdir = $(kde_datadir)/tdefilereplace
|
||||
shellrc_DATA = tdefilereplaceui.rc
|
||||
bin_PROGRAMS = tdefilereplace
|
||||
tdefilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP
|
||||
tdefilereplace_LDADD = $(LIB_KPARTS)
|
||||
tdefilereplace_SOURCES = tdefilereplace.cpp main.cpp
|
@ -1,6 +1,6 @@
|
||||
#MIN_CONFIG
|
||||
|
||||
AM_INIT_AUTOMAKE(kfilereplace, 0.8.0)
|
||||
AM_INIT_AUTOMAKE(tdefilereplace, 0.8.0)
|
||||
|
||||
dnl These are common macros that you might or might not want to use
|
||||
|
Before Width: | Height: | Size: 999 B After Width: | Height: | Size: 999 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
kfilereplace.h - KFileReplace header
|
||||
tdefilereplace.h - KFileReplace header
|
||||
-------------------
|
||||
begin : Thu Sep 16 14:14:09 2004
|
||||
copyright : (C) 2004 by Andras Mantia <amantia@kde.org>
|
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
kfilereplaceif.h - description
|
||||
tdefilereplaceif.h - description
|
||||
-------------------
|
||||
copyright : (C) 1999 by François Dupoux
|
||||
(C) 2003 Andras Mantia
|
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
kfilereplacelib.h - File library, derived from filelib.h
|
||||
tdefilereplacelib.h - File library, derived from filelib.h
|
||||
-------------------
|
||||
begin : lun mai 3 20:19:52 CEST 1999
|
||||
|
@ -1,9 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Service
|
||||
MimeType=inode/directory
|
||||
Icon=kfilereplace.png
|
||||
Icon=tdefilereplace.png
|
||||
ServiceTypes=KParts/ReadOnlyPart
|
||||
X-TDE-Library=libkfilereplacepart
|
||||
X-TDE-Library=libtdefilereplacepart
|
||||
Comment=A batch search and replace tool
|
||||
Comment[bg]=Търсене и замяна във фонов режим
|
||||
Comment[ca]=Una eina per a la cerca i substitució per lots
|
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||||
<kpartgui name="kfilereplace" version="1">
|
||||
<kpartgui name="tdefilereplace" version="1">
|
||||
<MenuBar>
|
||||
<Menu noMerge="1" name="file"><text>&File</text>
|
||||
<Action name="file_quit"/>
|
||||
</Menu>
|
||||
<Menu name="kfilerepace"><text>Search/&Replace</text>
|
||||
<Menu name="tdefilerepace"><text>Search/&Replace</text>
|
||||
</Menu>
|
||||
</MenuBar>
|
||||
</kpartgui>
|
@ -0,0 +1,3 @@
|
||||
appdir = $(kde_datadir)/tdefilereplacepart/icons
|
||||
app_ICON = AUTO
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 979 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 808 B After Width: | Height: | Size: 808 B |
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 959 B |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 279 B |