Additional renaming of kde to tde

pull/1/head
Timothy Pearson 13 years ago
parent 497d419c0d
commit 7fbb972791

@ -1,4 +1,4 @@
PROJECT(kdesvn)
PROJECT(tdesvn)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
SET(BASE_VERSION 1.0.4)
@ -7,8 +7,8 @@ OPTION(DAILY_BUILD "Generate version number for a daily build (default off)")
SET(TESTINGBUILD OFF CACHE BOOL "Enable/Disable special testing flags")
IF (TESTINGBUILD)
ADD_DEFINITIONS("-DTESTING_RC=\"\\\"\${CMAKE_SOURCE_DIR}/src/kdesvnui.rc\\\"\" -DTESTING_PARTRC=\"\\\"\${CMAKE_SOURCE_DIR}/src/kdesvn_part.rc\\\"\"")
ADD_DEFINITIONS("-DFORCE_ASKPASS=\"\\\"\${CMAKE_BINARY_DIR}/bin/kdesvnaskpass\\\"\"")
ADD_DEFINITIONS("-DTESTING_RC=\"\\\"\${CMAKE_SOURCE_DIR}/src/tdesvnui.rc\\\"\" -DTESTING_PARTRC=\"\\\"\${CMAKE_SOURCE_DIR}/src/tdesvn_part.rc\\\"\"")
ADD_DEFINITIONS("-DFORCE_ASKPASS=\"\\\"\${CMAKE_BINARY_DIR}/bin/tdesvnaskpass\\\"\"")
ENDIF (TESTINGBUILD)
IF(BUILD_TESTS)
@ -83,10 +83,10 @@ ELSE(DAILY_BUILD)
SET(KDESVN_VERSION \"${VERSION}\")
ENDIF(DAILY_BUILD)
CONFIGURE_FILE(kdesvn-config.h.in kdesvn-config.h @ONLY)
CONFIGURE_FILE(kdesvn.spec.in kdesvn.spec @ONLY)
CONFIGURE_FILE(Helperstuff/BuildService/kdesvn.spec.in Helperstuff/BuildService/kdesvn.spec @ONLY)
CONFIGURE_FILE(Helperstuff/BuildService/kdesvn.dsc.in Helperstuff/BuildService/kdesvn.dsc @ONLY)
CONFIGURE_FILE(tdesvn-config.h.in tdesvn-config.h @ONLY)
CONFIGURE_FILE(tdesvn.spec.in tdesvn.spec @ONLY)
CONFIGURE_FILE(Helperstuff/BuildService/tdesvn.spec.in Helperstuff/BuildService/tdesvn.spec @ONLY)
CONFIGURE_FILE(Helperstuff/BuildService/tdesvn.dsc.in Helperstuff/BuildService/tdesvn.dsc @ONLY)
CONFIGURE_FILE(Doxyfile.in Doxyfile @ONLY)
CONFIGURE_FILE(Doxyfile.svnqt.in Doxyfile.svnqt @ONLY)

@ -1,5 +1,5 @@
version 1.0.4
* due a backporting mistake from kde4 branch kdesvn 1.0.3 were not able to run - fixed (#562 - #564)
* due a backporting mistake from kde4 branch tdesvn 1.0.3 were not able to run - fixed (#562 - #564)
version 1.0.3
* fixed a problem with pathes containing multiple special chars like space (#588)
@ -18,11 +18,11 @@ version 1.0.0
* removed support for subversion prior 1.3
* integrated direct support for subversion 1.5
* dutch handbook added
* kdesvn may work (simplified) offline
* tdesvn may work (simplified) offline
* Passwords may hold in a memory cache until application ends
version 0.14.5
* fixed the problems accessing KWallet from within threads which let sometimes kdesvn die
* fixed the problems accessing KWallet from within threads which let sometimes tdesvn die
version 0.14.4
* fix a binary compatible issue, see #329
@ -31,7 +31,7 @@ version 0.14.4
version 0.14.3
* fixed problems with diff between copied/moved elements (#309)
* suppress some useless messages (#314)
* within some circumstances kdesvn crashed in logviewer
* within some circumstances tdesvn crashed in logviewer
version 0.14.2
* fixed a crasher which happens (as example) when opening a folder where the svn-admin-area (eg, the .svn subdir)
@ -60,7 +60,7 @@ version 0.14.0
version 0.13.0
* fixed some buildproblems within freebsd or systems with more restrictive qt
* feature wish: integrated "Recent files" into kdesvn application
* feature wish: integrated "Recent files" into tdesvn application
* feature wish: integrated diff options for ignoring white space changes when using subversion built-in diff.
* feature wish: list of recent opened urls
* diff two items/pathes from within gui via contextmenu
@ -84,16 +84,16 @@ version 0.12.0
version 0.11.2
* missing KIO::special functions implemented (update/add/del)
* fix: since subversion 1.4 kdesvn made an error when making simple diff on commandline ("kdesvn exec diff <path>")
* fix: kdevelop always gives a file:/// uri for locals, kio_ksvn has to check if this is a working copy uri
* fix: since subversion 1.4 tdesvn made an error when making simple diff on commandline ("tdesvn exec diff <path>")
* fix: tdevelop always gives a file:/// uri for locals, kio_ksvn has to check if this is a working copy uri
and transform it to uri without protocoll if yes.
* feature request: Logdialog may display details about items in a changeset (difference and annotate) #30
* feature request: search in blamewindows
* spain translation updated
* fix: DirWatcher should not have any display leaks any more and should not crash kdesvn on heavy changes.
* fix: kdesvn could crash when try to open folders where user had no execute/read rights for.
* fix: kdesvn didn't see replaced items as modified items.
* fix: kdesvn asks now if on commits locks should released.
* fix: DirWatcher should not have any display leaks any more and should not crash tdesvn on heavy changes.
* fix: tdesvn could crash when try to open folders where user had no execute/read rights for.
* fix: tdesvn didn't see replaced items as modified items.
* fix: tdesvn asks now if on commits locks should released.
* Lithuanian translation added
version 0.11.1
@ -109,10 +109,10 @@ version 0.11.0
* annotate may displayed colored, speed of display increased, "Go to line" and "Display log for revision" inserted
* some dialogs stored sizes into wrong configfiles when using as part of other programs like konqueror - fixed
* buildproblems on sun fixed
* When doing operations like copy or mkdir on repositories via kdesvn's KIO-protocol user may set a default message
* When doing operations like copy or mkdir on repositories via tdesvn's KIO-protocol user may set a default message
and won't questioned for a specific logmessage.
* 'cat' tries to let KDE select a specific display for a specific content. Only if no info about a specific mime-
type exists kdesvn displays the content.
type exists tdesvn displays the content.
version 0.10.0
* russion translation added
@ -121,7 +121,7 @@ version 0.10.0
* when build against subversion 1.3 or above transfer/progress information on any operation may displayed
* integrated pure external diff, eg., diff will not made with subversion but with external programs like meld or kdiff3
* integrated possibility of merging with external programs rather than with subversions builtin merge
* fix: bug #106 kdesvn crashed sometimes on fresh checkouts
* fix: bug #106 tdesvn crashed sometimes on fresh checkouts
* some smaller UI improves
* work on handbook
@ -150,8 +150,8 @@ version 0.9.0
* more differenced context menus
* french translation added (tnx to Frederic Rodrigo)
* Context menus contains "Open with..." action for more different editor/viewer selection
* featurerequest: kdesvn may create a new subversion repository and creates base layout (as standalone app only)
* featurerequest: kdesvn may dump a local repository
* featurerequest: tdesvn may create a new subversion repository and creates base layout (as standalone app only)
* featurerequest: tdesvn may dump a local repository
* fix: locale now not only works with utf-8
version 0.8.5
@ -161,16 +161,16 @@ version 0.8.5
version 0.8.4
* fix: revision tree sometimes failed while detecting renamed items
* featurerequest: when checking for updates kdesvn displays now if a item is locked somewhere
* featurerequest: when checking for updates tdesvn displays now if a item is locked somewhere
* featurerequest: mark items with "svn:needs-lock"-property set.
version 0.8.3
* fix: removed a big memory leak
* fix: when drag&drop starts from kdesvn urls from repositories didn't have a revision number
* fix: kdesvn wasn't able copy items from a specific revision (eg, restoring deleted items wasn't possible)
* fix: when drag&drop starts from tdesvn urls from repositories didn't have a revision number
* fix: tdesvn wasn't able copy items from a specific revision (eg, restoring deleted items wasn't possible)
version 0.8.2
* fix: when creating dir in repository kdesvn/kio-ksvn asked twice for a logmessage
* fix: when creating dir in repository tdesvn/kio-ksvn asked twice for a logmessage
* revision tree has context menues for diffs and detailed information
* fix: log and info on repositories got sometimes wrong revisions to search for
* added spain translation from Mario Palomo
@ -202,7 +202,7 @@ version 0.7.3
* visual markup for conflicted items
version 0.7.2
* enabled drag & drop from kdesvn to konqueror or kdesvn itself
* enabled drag & drop from tdesvn to konqueror or tdesvn itself
* Option: user may let check for detailed info when retrieving remote listing
* Option: User may display changed/locked items or items with updates colored.
* fix: stopdialogs could shadow other dialogs so gui would block
@ -215,7 +215,7 @@ version 0.7.2
version 0.7.1
* a lot of bugfixes
* more help written
* context menus may setup depending on kde version kdesvn is compiled against
* context menus may setup depending on kde version tdesvn is compiled against
* KIO now full working
* KIO::special started for integration into other software
* will only compile against subversion 1.2 or newer - subversion 1.1 makes no sense anymore
@ -265,7 +265,7 @@ version 0.6.0
* logmessages are remembered not only for current session
* shortcuts for standalone and part may configured
* Tooltips on items in listview like the konqueror one
* detect changes on files/dirs not made within kdesvn
* detect changes on files/dirs not made within tdesvn
* logview may show list of changed files
* property editor has a list of pre-defined properties with explanation.
* bugfixes

@ -244,7 +244,7 @@ SKIP_FUNCTION_MACROS = YES
# Configuration::additions related to external references
#---------------------------------------------------------------------------
TAGFILES =
GENERATE_TAGFILE = @CMAKE_BINARY_DIR@/api_doc/html/kdesvn.tag
GENERATE_TAGFILE = @CMAKE_BINARY_DIR@/api_doc/html/tdesvn.tag
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl

@ -1,4 +1,4 @@
Kdesvn OSC url is https://api.opensuse.org/source/home:elektritter:kdesvn, the SPEC file is only for this,
Kdesvn OSC url is https://api.opensuse.org/source/home:elektritter:tdesvn, the SPEC file is only for this,
for local builds you have to setup the variable "{distribution}_version" to the right value.
See spec file which distributions are currently supported. Help for supporting more distributions in OSC

@ -1,20 +1,20 @@
kdesvn (1.0.2-1) unstable; urgency=low
tdesvn (1.0.2-1) unstable; urgency=low
* New upstream release.
-- Rajko Albrecht <ral@alwins-world.de> Tue, 15 Sep 2008 14:26:45 +0200
kdesvn (0.14.6-1) unstable; urgency=low
tdesvn (0.14.6-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Tue, 15 Jul 2008 14:26:45 +0200
kdesvn (0.14.5-1) unstable; urgency=low
tdesvn (0.14.5-1) unstable; urgency=low
* New upstream release.
* debian/control
- Don't conflict with kde4 versions of kdesdk-kio-plugins. Closes: #483260
- Don't conflict with kde4 versions of tdesdk-kio-plugins. Closes: #483260
- Bump Standards-Version to 3.8.0. No further changes.
* debian/watch
- Update watch file to match the new download location.
@ -25,13 +25,13 @@ kdesvn (0.14.5-1) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Mon, 14 Jul 2008 20:06:12 +0200
kdesvn (0.14.4-1) unstable; urgency=low
tdesvn (0.14.4-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Mon, 19 May 2008 18:25:35 +0200
kdesvn (0.14.3-1) unstable; urgency=low
tdesvn (0.14.3-1) unstable; urgency=low
* New upstream release.
* debian/rules
@ -46,7 +46,7 @@ kdesvn (0.14.3-1) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Fri, 04 Apr 2008 01:02:42 +0200
kdesvn (0.14.2-2) unstable; urgency=low
tdesvn (0.14.2-2) unstable; urgency=low
* debian/rules
- Pass -DLIB_SUFFIX="" to DEB_CMAKE_EXTRA_FLAGS. This ensures that the
@ -56,7 +56,7 @@ kdesvn (0.14.2-2) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Tue, 26 Feb 2008 23:31:17 +0100
kdesvn (0.14.2-1) unstable; urgency=low
tdesvn (0.14.2-1) unstable; urgency=low
* New upstream release.
* debian/control
@ -64,7 +64,7 @@ kdesvn (0.14.2-1) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Wed, 20 Feb 2008 00:15:24 +0100
kdesvn (0.14.1-1) unstable; urgency=low
tdesvn (0.14.1-1) unstable; urgency=low
* New upstream release.
* debian/watch
@ -72,10 +72,10 @@ kdesvn (0.14.1-1) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Mon, 12 Nov 2007 11:36:34 +0100
kdesvn (0.14.0-1) unstable; urgency=low
tdesvn (0.14.0-1) unstable; urgency=low
* New upstream release.
* debian/kdesvn.menu
* debian/tdesvn.menu
- Change section to "Applications/Programming" to comply with the new menu
spec.
* debian/patches/01-bashisms_kconf_update.patch
@ -84,20 +84,20 @@ kdesvn (0.14.0-1) unstable; urgency=low
- Use the new "Homepage:" field to specify the upstream URL.
- SONAME bump, rename the libsvnqt3 package to libsvnqt4.
* Rename libsvnqt3.install to libsvnqt4.install.
* debian/kdesvn.install
* debian/tdesvn.install
- Install the kconf_update files.
* debian/libsvnqt-dev.install
- No longer install the libtool *.la files for libsvnqt.
-- Michael Biebl <biebl@debian.org> Thu, 18 Oct 2007 02:20:32 +0200
kdesvn (0.13.0-1) unstable; urgency=low
tdesvn (0.13.0-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Fri, 10 Aug 2007 00:13:38 +0200
kdesvn (0.12.1-1) unstable; urgency=low
tdesvn (0.12.1-1) unstable; urgency=low
* New upstream release.
* debian/watch
@ -107,7 +107,7 @@ kdesvn (0.12.1-1) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Wed, 13 Jun 2007 16:07:32 +0200
kdesvn (0.12.0-1) unstable; urgency=low
tdesvn (0.12.0-1) unstable; urgency=low
* New upstream release.
* debian/patches/01-po_ca.patch
@ -115,7 +115,7 @@ kdesvn (0.12.0-1) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Sat, 05 May 2007 02:07:52 +0200
kdesvn (0.11.2-2) unstable; urgency=low
tdesvn (0.11.2-2) unstable; urgency=low
* debian/patches/01-po_ca.patch
- Added. Updates to the Catalan translation by Antoni Bella Pérez. Thanks!
@ -123,30 +123,30 @@ kdesvn (0.11.2-2) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Thu, 05 Apr 2007 21:16:11 +0200
kdesvn (0.11.2-1) unstable; urgency=low
tdesvn (0.11.2-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Mon, 26 Mar 2007 00:51:07 +0200
kdesvn (0.11.1-1) unstable; urgency=low
tdesvn (0.11.1-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Mon, 5 Mar 2007 06:44:49 +0100
kdesvn (0.11.0-1) unstable; urgency=low
tdesvn (0.11.0-1) unstable; urgency=low
* New upstream release.
* debian/patches/01-kompare_diff.patch
+ Removed. Fixed upstream.
* debian/control
+ Add a "Suggests: kdiff3" to kdesvn. kdiff3 can be used as an external
+ Add a "Suggests: kdiff3" to tdesvn. kdiff3 can be used as an external
merge program.
-- Michael Biebl <biebl@debian.org> Fri, 27 Oct 2006 12:52:15 +0200
kdesvn (0.10.0-2) unstable; urgency=low
tdesvn (0.10.0-2) unstable; urgency=low
* Update maintainer email address to biebl@debian.org.
* debian/patches/01-kompare_diff.patch
@ -155,7 +155,7 @@ kdesvn (0.10.0-2) unstable; urgency=low
-- Michael Biebl <biebl@debian.org> Mon, 23 Oct 2006 13:12:45 +0200
kdesvn (0.10.0-1) unstable; urgency=low
tdesvn (0.10.0-1) unstable; urgency=low
* New upstream release.
* API bump for libsvnqt
@ -164,7 +164,7 @@ kdesvn (0.10.0-1) unstable; urgency=low
-- Michael Biebl <biebl@teco.edu> Thu, 5 Oct 2006 01:50:41 +0200
kdesvn (0.9.3-1) unstable; urgency=low
tdesvn (0.9.3-1) unstable; urgency=low
* New upstream release.
* debian/control
@ -177,11 +177,11 @@ kdesvn (0.9.3-1) unstable; urgency=low
-- Michael Biebl <biebl@teco.edu> Sat, 16 Sep 2006 16:54:55 +0200
kdesvn (0.9.2-1) unstable; urgency=low
tdesvn (0.9.2-1) unstable; urgency=low
* New upstream release.
+ Improved UTF-8 handling. Closes: #381424
+ Dynamic context menues can now be disabled from within kdesvn.
+ Dynamic context menues can now be disabled from within tdesvn.
Closes: #377592. This also addresses #370303.
* Switched the build system to CMake.
+ Added debian/cdbs/cmake.mk, a cdbs class for CMake (taken from the
@ -195,7 +195,7 @@ kdesvn (0.9.2-1) unstable; urgency=low
-- Michael Biebl <biebl@teco.edu> Fri, 1 Sep 2006 13:40:57 +0200
kdesvn (0.9.1-1) unstable; urgency=medium
tdesvn (0.9.1-1) unstable; urgency=medium
* New upstream release.
+ Correct diffs for non-UTF8 locales. Closes: #369809
@ -203,7 +203,7 @@ kdesvn (0.9.1-1) unstable; urgency=medium
-- Michael Biebl <biebl@teco.edu> Tue, 25 Jul 2006 22:36:03 +0200
kdesvn (0.9.0-1) unstable; urgency=low
tdesvn (0.9.0-1) unstable; urgency=low
* New upstream release.
+ The dynamic context menu entries are now in their own, exclusive
@ -212,59 +212,59 @@ kdesvn (0.9.0-1) unstable; urgency=low
-- Michael Biebl <biebl@teco.edu> Mon, 24 Jul 2006 02:52:17 +0200
kdesvn (0.8.5-1) unstable; urgency=low
tdesvn (0.8.5-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@teco.edu> Sun, 25 Jun 2006 08:00:01 +0200
kdesvn (0.8.4-1) unstable; urgency=low
tdesvn (0.8.4-1) unstable; urgency=low
* New upstream release.
* Bumped Standards-Version to 3.7.2, no further changes required.
-- Michael Biebl <biebl@teco.edu> Sun, 21 May 2006 13:32:16 +0200
kdesvn (0.8.3-1) unstable; urgency=low
tdesvn (0.8.3-1) unstable; urgency=low
* New upstream release. Closes: #365643
+ Local characters in URLs are properly encoded now. Closes: #364910
+ Do not print a warning message if svnqt and kdesvn version differ.
+ Do not print a warning message if svnqt and tdesvn version differ.
Closes: #365743
* Bumped Standards-Version to 3.7.1, no further changes required.
-- Michael Biebl <biebl@teco.edu> Thu, 4 May 2006 00:18:09 +0200
kdesvn (0.8.2-1) unstable; urgency=low
tdesvn (0.8.2-1) unstable; urgency=low
* New upstream release.
* Added a "Recommends: graphviz" to kdesvn. dot is part of the graphviz
package and used by kdesvn to generate nice looking revision graphs.
* Added a "Recommends: graphviz" to tdesvn. dot is part of the graphviz
package and used by tdesvn to generate nice looking revision graphs.
* The soname of svnqt changed from 1 to 2. Updated the control files
accordingly.
* Moved libsvnqt2 in front of kdesvn in debian/control. This way the shlibs
file of libsvnqt2 is created before dh_shlibdeps for kdesvn is run.
* Moved libsvnqt2 in front of tdesvn in debian/control. This way the shlibs
file of libsvnqt2 is created before dh_shlibdeps for tdesvn is run.
-- Michael Biebl <biebl@teco.edu> Sun, 23 Apr 2006 00:40:43 +0200
kdesvn (0.8.1-1) unstable; urgency=low
tdesvn (0.8.1-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@teco.edu> Sun, 2 Apr 2006 15:18:56 +0200
kdesvn (0.8.0-1) unstable; urgency=low
tdesvn (0.8.0-1) unstable; urgency=low
* New upstream release.
* Added two new binary packages libsvnqt1 and libsvnqt-dev. svnqt is a Qt
wrapper library for subversion. kdesvn uses it to ease the access to
wrapper library for subversion. tdesvn uses it to ease the access to
libsvn.
* Updated copyright file and added information about svnqt.
* Bumped debhelper compatibility to 5.
-- Michael Biebl <biebl@teco.edu> Fri, 24 Mar 2006 08:56:09 +0100
kdesvn (0.7.4-1) unstable; urgency=low
tdesvn (0.7.4-1) unstable; urgency=low
* New upstream release.
* Fixed indentation of homepage url in the long description.
@ -273,7 +273,7 @@ kdesvn (0.7.4-1) unstable; urgency=low
-- Michael Biebl <biebl@teco.edu> Wed, 1 Mar 2006 22:19:30 +0100
kdesvn (0.7.3-1) unstable; urgency=low
tdesvn (0.7.3-1) unstable; urgency=low
* New upstream release.
+ Removed patch store_passwords_config.diff, merged upstream.
@ -281,14 +281,14 @@ kdesvn (0.7.3-1) unstable; urgency=low
-- Michael Biebl <biebl@teco.edu> Thu, 2 Feb 2006 15:25:50 +0100
kdesvn (0.7.2-2) unstable; urgency=low
tdesvn (0.7.2-2) unstable; urgency=low
* subversion_settings.cpp was not regenerated from the patched ui file.
Enforce its recreation via rm. This really fixes #345518.
-- Michael Biebl <biebl@teco.edu> Fri, 13 Jan 2006 16:09:35 +0100
kdesvn (0.7.2-1) unstable; urgency=low
tdesvn (0.7.2-1) unstable; urgency=low
* New upstream release.
+ Removed patch context_menu.diff, merged upstream.
@ -298,15 +298,15 @@ kdesvn (0.7.2-1) unstable; urgency=low
-- Michael Biebl <biebl@teco.edu> Fri, 13 Jan 2006 04:31:54 +0100
kdesvn (0.7.1-1) unstable; urgency=low
tdesvn (0.7.1-1) unstable; urgency=low
* New upstream release.
* Tightened build dependency on kdelibs4-dev because of the C++ allocator
* Tightened build dependency on tdelibs4-dev because of the C++ allocator
change.
* Tightened build dependency on libsvn0-dev as kdesvn now requires subversion
* Tightened build dependency on libsvn0-dev as tdesvn now requires subversion
1.2 or higher.
* Split up package into core application kdesvn and KIO plugin package
kdesvn-kio-plugins.
* Split up package into core application tdesvn and KIO plugin package
tdesvn-kio-plugins.
* Updated menu icon.
* Use Debian libtool and regenerate the autotools files. Closes: #343952
+ Add build dependencies to automake1.9, autoconf and libtool.
@ -315,41 +315,41 @@ kdesvn (0.7.1-1) unstable; urgency=low
-- Michael Biebl <biebl@teco.edu> Mon, 19 Dec 2005 21:47:39 +0100
kdesvn (0.6.3-1) unstable; urgency=low
tdesvn (0.6.3-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@teco.edu> Mon, 24 Oct 2005 17:37:02 +0200
kdesvn (0.6.2-1) unstable; urgency=low
tdesvn (0.6.2-1) unstable; urgency=low
* New upstream release.
* Added a versioned build dependency to libssl-dev (>= 0.9.8a-1) to make
sure kdesvn links against a version of openssl which has symbol
sure tdesvn links against a version of openssl which has symbol
versioning.
-- Michael Biebl <biebl@teco.edu> Wed, 5 Oct 2005 15:40:53 +0200
kdesvn (0.6.1-1) unstable; urgency=low
tdesvn (0.6.1-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@teco.edu> Tue, 4 Oct 2005 04:04:14 +0200
kdesvn (0.6.0-1) unstable; urgency=low
tdesvn (0.6.0-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@teco.edu> Fri, 23 Sep 2005 16:47:04 +0200
kdesvn (0.5.3-2) unstable; urgency=low
tdesvn (0.5.3-2) unstable; urgency=low
* Removed useless build dependency on build-essential which was
generated by cdbs. Closes: #326638
-- Michael Biebl <biebl@teco.edu> Mon, 5 Sep 2005 18:50:39 +0200
kdesvn (0.5.3-1) unstable; urgency=low
tdesvn (0.5.3-1) unstable; urgency=low
* Initial release. Closes: #323697

@ -1,10 +1,10 @@
Source: kdesvn
Source: tdesvn
Section: devel
Priority: optional
Maintainer: Rajko Albrecht <ral@alwins-world.de>
Build-Depends: cdbs (>= 0.4.50), debhelper (>= 5.0.0), cmake (>= 2.4), kdelibs4-dev (>= 4:3.4.3-2), libsvn-dev (>= 1.2.0), libssl-dev (>= 0.9.8a), gettext
Build-Depends: cdbs (>= 0.4.50), debhelper (>= 5.0.0), cmake (>= 2.4), tdelibs4-dev (>= 4:3.4.3-2), libsvn-dev (>= 1.2.0), libssl-dev (>= 0.9.8a), gettext
Standards-Version: 3.8.0
Homepage: http://kdesvn.alwins-world.de/
Homepage: http://tdesvn.alwins-world.de/
Package: libsvnqt4
Section: libs
@ -25,10 +25,10 @@ Description: Qt wrapper library for subversion (development files)
This package contains the header files and symbolic links that developers
using svnqt will need.
Package: kdesvn
Package: tdesvn
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, kdesvn-kio-plugins (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-kio-plugins (= ${binary:Version})
Recommends: kompare, graphviz
Suggests: khelpcenter, kdiff3
Description: subversion client with tight KDE integration
@ -39,15 +39,15 @@ Description: subversion client with tight KDE integration
a tight integration into KDE and can be embedded into other KDE
applications like konqueror via the KDE component technology KParts.
Package: kdesvn-kio-plugins
Package: tdesvn-kio-plugins
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kdesdk-misc (<< 4:3.5.0-1), kdesdk-kio-plugins (<< 4:4.0.0)
Replaces: kdesdk-kio-plugins (<< 4:4.0.0)
Conflicts: tdesdk-misc (<< 4:3.5.0-1), tdesdk-kio-plugins (<< 4:4.0.0)
Replaces: tdesdk-kio-plugins (<< 4:4.0.0)
Description: subversion I/O slaves for KDE
This packages includes KIO slaves for svn, svn+file, svn+http,
svn+https, svn+ssh. This allows you to access subversion repositories
inside any KIO enabled KDE application.
.
This package is part of kdesvn.
This package is part of tdesvn.

@ -1,13 +1,13 @@
Format: 1.0
Source: kdesvn
Binary: libsvnqt4, libsvnqt-dev, kdesvn, kdesvn-kio-plugins
Source: tdesvn
Binary: libsvnqt4, libsvnqt-dev, tdesvn, tdesvn-kio-plugins
Architecture: any
Version: @VERSION@-1
Maintainer: Rajko Albrecht <ral@alwins-world.de>
Homepage: http://kdesvn.alwins-world.de/
Homepage: http://tdesvn.alwins-world.de/
Standards-Version: 3.8.0
Build-Depends: cdbs (>= 0.4.50), cmake (>= 2.4), debhelper (>= 5.0.0), gettext, kdelibs4-dev (>= 4:3.4.3-2), libssl-dev (>= 0.9.8a), libsvn-dev (>= 1.2.0)
Build-Depends: cdbs (>= 0.4.50), cmake (>= 2.4), debhelper (>= 5.0.0), gettext, tdelibs4-dev (>= 4:3.4.3-2), libssl-dev (>= 0.9.8a), libsvn-dev (>= 1.2.0)
Files:
1a7ef78663645b9a1e4b9b5161fdfe0d 11338 kdesvn_@VERSION@-1.diff.tar.gz
d57283ebb8157ae919762c58419353c8 133282 kdesvn_@VERSION@.orig.tar.gz
1a7ef78663645b9a1e4b9b5161fdfe0d 11338 tdesvn_@VERSION@-1.diff.tar.gz
d57283ebb8157ae919762c58419353c8 133282 tdesvn_@VERSION@.orig.tar.gz

@ -1,13 +1,13 @@
# norootforbuild
Summary: A subversion client for the KDE with KIO integration
Name: kdesvn
Name: tdesvn
Version: @VERSION@
Release: 1
License: LGPL
Vendor: Rajko Albrecht <ral@alwins-world.de>
Url: http://kdesvn.alwins-world.de
Url: http://tdesvn.alwins-world.de
Group: Development/Tools
Source: kdesvn-%version.tar.bz2
Source: tdesvn-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
Requires: subversion >= 1.3.0
Requires: /usr/bin/dot
@ -20,16 +20,16 @@ BuildRequires: subversion-devel
BuildRequires: apr-devel
BuildRequires: apr-util-devel
%if 0%{?fedora_version} > 8
BuildRequires: kdelibs3-devel
BuildRequires: tdelibs3-devel
%else
BuildRequires: kdelibs-devel >= 3.4
BuildRequires: tdelibs-devel >= 3.4
%endif
%define _prefix /usr
%endif
%if 0%{?suse_version} > 0
BuildRequires: xorg-x11-devel
BuildRequires: kdelibs3-devel
BuildRequires: tdelibs3-devel
%define _prefix /opt/trinity
%if %suse_version >= 1010
BuildRequires: libapr1 libapr1-devel libapr-util1 libapr-util1-devel
@ -49,21 +49,21 @@ It may used as standalone application or plugin (KPart). Base functions are prov
via a KIO protocol, too.
%package kiosvn
Requires: kdesvn = %{version}
Requires: tdesvn = %{version}
Group: Development/Tools
Summary: A kde-kio integration for subversion based on kdesvn
Summary: A kde-kio integration for subversion based on tdesvn
%description kiosvn
KIO integration (KIO::svn) based on kdesvn alternative protocol name.
KIO integration (KIO::svn) based on tdesvn alternative protocol name.
%package devel
Group: Development/Libraries
Summary: Wrapper lib for subversion QT integration
Requires: subversion-devel >= 1.3.0
Requires: kdesvn = %{version}
Requires: tdesvn = %{version}
%description devel
Development files for kdesvn. It is required when you plan use svnqt wrapper library in your own application.
Development files for tdesvn. It is required when you plan use svnqt wrapper library in your own application.
%prep
%setup -q
@ -90,20 +90,20 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/kdesvn
%{_bindir}/kdesvnaskpass
%{_bindir}/tdesvn
%{_bindir}/tdesvnaskpass
%{_libdir}/*/*part*
%{_datadir}/applications/*
%{_datadir}/apps/kdesvn/*
%{_datadir}/apps/tdesvn/*
%{_datadir}/apps/tdesvnpart/*
%{_datadir}/apps/kconf_update/*
%{_datadir}/config.kcfg/*
%{_datadir}/doc/*
%{_datadir}/icons/*
%{_datadir}/locale/*
%{_libdir}/*/kded_kdesvnd.*
%{_datadir}/services/kded/kdesvnd.desktop
%{_datadir}/apps/konqueror/servicemenus/kdesvn*
%{_libdir}/*/kded_tdesvnd.*
%{_datadir}/services/kded/tdesvnd.desktop
%{_datadir}/apps/konqueror/servicemenus/tdesvn*
%{_libdir}/*/kio_ksvn*
%{_datadir}/services/ksvn*.protocol
%{_datadir}/man/man1/*

@ -19,15 +19,15 @@ before running cmake.
Prepare install
===============
You require at least cmake 2.4, kde 3.4.x and subversion 1.2. In source-tree-build are mostly unwanted, so
make a subdir called "kdesvn-build" and change to it.
make a subdir called "tdesvn-build" and change to it.
Basic installation
==================
Change to your builddirectory and call cmake with the path to kdesvn. E.g.,
when your build-folder is "kdesvn-build" within source-tree, so change to it
Change to your builddirectory and call cmake with the path to tdesvn. E.g.,
when your build-folder is "tdesvn-build" within source-tree, so change to it
and type "cmake ../".
Now your system get checked if it is able compiling kdesvn and cmake generates
Now your system get checked if it is able compiling tdesvn and cmake generates
the Makefiles.
Important parameters to cmake:
@ -58,7 +58,7 @@ After make type "make install" and install begins.
You may install to a temporary-root with
make install DESTDIR=<temproot>
If you want to uninstall kdesvn again type "make uninstall" from within the
If you want to uninstall tdesvn again type "make uninstall" from within the
build directory.
Extra cflags and linker flags
@ -67,6 +67,6 @@ Extra cflags and linker flags
If you require extra flags for compiler and linker you may give them via environment variables
"CXXFLAGS" (c++ compiler)
"LDFLAGS" (for linker)
"CFLAGS" (for c-compiler, not needed in kdesvn build)
"CFLAGS" (for c-compiler, not needed in tdesvn build)
eg., it may usefull on 64bit systems "-m64" to CXXFLAGS and LDFLAGS.

@ -1 +1 @@
See ticket tracker on http://kdesvn.alwins-world.de
See ticket tracker on http://tdesvn.alwins-world.de

@ -299,7 +299,7 @@ ENDIF (NOT KDE3_FIND_QUIETLY)
#add the found Qt and KDE include directories to the current include path
SET(KDE3_INCLUDE_DIRS ${QT_INCLUDE_DIR} ${KDE3_INCLUDE_DIR})
include(kdesvnMacros)
include(tdesvnMacros)
IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
SET(DEF_SUFF "")

@ -13,13 +13,13 @@ MACRO (GENBOOK _language_code)
)
INSTALL(FILES
${CMAKE_CURRENT_SOURCE_DIR}/${_language_code}_index.cache.bz2
DESTINATION ${HTML_INSTALL_DIR}/${_language_code}/kdesvn
DESTINATION ${HTML_INSTALL_DIR}/${_language_code}/tdesvn
RENAME
index.cache.bz2
)
INSTALL(FILES
${CMAKE_CURRENT_SOURCE_DIR}/${_language_code}/index.docbook
DESTINATION ${HTML_INSTALL_DIR}/${_language_code}/kdesvn
DESTINATION ${HTML_INSTALL_DIR}/${_language_code}/tdesvn
)
FOREACH(_img ${docimages})
@ -28,7 +28,7 @@ MACRO (GENBOOK _language_code)
COPYONLY
)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_language_code}/${_img}
DESTINATION ${HTML_INSTALL_DIR}/${_language_code}/kdesvn
DESTINATION ${HTML_INSTALL_DIR}/${_language_code}/tdesvn
)
ENDFOREACH(_img)

@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kdesvn "<application>kdesvn</application>">
<!ENTITY kappname "&kdesvn;"><!-- Do *not* replace kappname-->
<!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc -->
<!ENTITY tdesvn "<application>tdesvn</application>">
<!ENTITY kappname "&tdesvn;"><!-- Do *not* replace kappname-->
<!ENTITY package "kde-module"><!-- tdebase, tdeadmin, etc -->
<!ENTITY % addindex "IGNORE">
<!ENTITY konqi "<application>konqueror</application>">
<!ENTITY krus "<application>krusader</application>">
@ -22,7 +22,7 @@
as Authors, publish date, the abstract, and Keywords -->
<bookinfo>
<title>The &kdesvn; Handbook</title>
<title>The &tdesvn; Handbook</title>
<authorgroup>
<author>
@ -61,7 +61,7 @@ Do NOT change these in the translation. -->
<abstract>
<para>
&kdesvn; - a subversion client for &kde;.
&tdesvn; - a subversion client for &kde;.
</para>
</abstract>
@ -71,7 +71,7 @@ Please at least include KDE, the KDE package it is in, the name
<keywordset>
<keyword>KDE</keyword>
<keyword>kdesvn</keyword>
<keyword>tdesvn</keyword>
<keyword>subversion</keyword>
<keyword>version control system</keyword>
</keywordset>
@ -96,17 +96,17 @@ problems. Basically a long version of the abstract. Don't include a
revision history. (see installation appendix comment) -->
<para>
&kdesvn; is a <ulink url="http://subversion.tigris.org/">subversion client</ulink> for &kde;.
&tdesvn; is a <ulink url="http://subversion.tigris.org/">subversion client</ulink> for &kde;.
</para>
<para>You should have some knowledge about subversion itself, but hopefully most items are self explanatory.
</para>
<para>
You may send bugreports and feature wishes via <ulink url="http://kdesvn.alwins-world.de/">
http://kdesvn.alwins-world.de/.
You may send bugreports and feature wishes via <ulink url="http://tdesvn.alwins-world.de/">
http://tdesvn.alwins-world.de/.
</ulink>
</para>
<sect1 id="kdesvn-terms">
<sect1 id="tdesvn-terms">
<title>Terms</title>
<para>
If you're familiar with revision control systems you may skip that - or read and correct the author ;)
@ -117,14 +117,14 @@ If you're familiar with revision control systems you may skip that - or read and
<term>Repository</term>
<listitem><para>
Central store of data. That may be a database or a flat filesystem. Without special clients you're not able to read
data in it. For Subversion repositories &kdesvn; is such a client.
data in it. For Subversion repositories &tdesvn; is such a client.
</para></listitem>
</varlistentry>
<varlistentry>
<term>Working copy</term>
<listitem><para>
A flat copy of a repository on local filesystem. This is used like any normal filemanager, editing files and so forth.
RCS-information you can read with clients like &kdesvn;.
RCS-information you can read with clients like &tdesvn;.
</para>
<para>
Remember that subversion doesn't know something about KIO, so a working copy must reside in an area where it may reached without any specific protocol, eg &quot;fish://&quot; or such isn't possible.
@ -136,7 +136,7 @@ Remember that subversion doesn't know something about KIO, so a working copy mus
<listitem><para>
WebDav is a protocol which let you modify files on a remote webserver. Subversion is a special kind of WebDAV when repositories are accessed
via webserver. In normal use this is read-only. With special configurations you may get a read-write enabled WebDAV which you may access via
specialized browser. &kdesvn; is NOT a webdav-client, but Konqueror is via the &quot;webdav://&quot; protocol. But with &kdesvn; you
specialized browser. &tdesvn; is NOT a webdav-client, but Konqueror is via the &quot;webdav://&quot; protocol. But with &tdesvn; you
may browse through the version tree of a repository (via &quot;http://&quot;)
</para></listitem>
</varlistentry>
@ -145,12 +145,12 @@ may browse through the version tree of a repository (via &quot;http://&quot;)
</sect1>
</chapter>
<chapter id="using-kdesvn">
<title>Using &kdesvn;</title>
<sect1 id="kdesvn-features">
<title>&kdesvn; features</title>
<chapter id="using-tdesvn">
<title>Using &tdesvn;</title>
<sect1 id="tdesvn-features">
<title>&tdesvn; features</title>
<para>
&kdesvn; understands following protocols for browsing repositories:
&tdesvn; understands following protocols for browsing repositories:
<variablelist>
<varlistentry>
@ -170,21 +170,21 @@ Standard encrypted web browser protocol
<varlistentry>
<term>(k)svn+http</term>
<listitem><para>
Standard web browser protocol. May be used to let konqueror automatic call &kdesvn;.
Standard web browser protocol. May be used to let konqueror automatic call &tdesvn;.
</para></listitem>
</varlistentry>
<varlistentry>
<term>(k)svn+https</term>
<listitem><para>
Standard encrypted web browser protocol. May be used to let konqueror automatic call &kdesvn;.
Standard encrypted web browser protocol. May be used to let konqueror automatic call &tdesvn;.
</para></listitem>
</varlistentry>
<varlistentry>
<term>(k)svn+file</term>
<listitem><para>
Local repository protocol. May used to let konqueror automatic call &kdesvn;.
Local repository protocol. May used to let konqueror automatic call &tdesvn;.
</para></listitem>
</varlistentry>
@ -205,18 +205,18 @@ Subversion over ssh. See <link linkend="faq">FAQ</link> for details about some s
<varlistentry>
<term>file</term>
<listitem><para>
Direct repository accesss. &kdesvn; checks if a given path is a repository or a working copy and opens it in the right mode. For subversion
Direct repository accesss. &tdesvn; checks if a given path is a repository or a working copy and opens it in the right mode. For subversion
<prompt>file:///dir</prompt> and <prompt>/dir</prompt> is not the same!
</para></listitem>
</varlistentry>
</variablelist>
</para>
<para>
This list may used for urls given for <link linkend="kdesvn-commandline">commandline</link>, too.
This list may used for urls given for <link linkend="tdesvn-commandline">commandline</link>, too.
</para>
</sect1>
<sect1 id="first_steps">
<title>Beginning with subversion and kdesvn</title>
<title>Beginning with subversion and tdesvn</title>
<para>
This section is mostly for beginners not familiar with subversion and explains how subversions and/or RCS works.
</para>
@ -226,7 +226,7 @@ This section is mostly for beginners not familiar with subversion and explains h
<caution>
<para>
Working copies MUST be accessible via local paths. Subversion doesn't know something about pseudo filesystems like
<prompt>smb://</prompt> or <prompt>fish://</prompt>. &kdesvn; translates some of them if possible (like <prompt>system:/home</prompt>) but it isn't possible over a network.
<prompt>smb://</prompt> or <prompt>fish://</prompt>. &tdesvn; translates some of them if possible (like <prompt>system:/home</prompt>) but it isn't possible over a network.
</para>
</caution>
<para>
@ -248,7 +248,7 @@ Last but not least, the revision to checkout. Mostly that should be &quot;HEAD&q
is the referenced version.
</para>
<para>
After clicking on &quot;[OK]&quot; &kdesvn; will create your new working copy and (if the box was checked) opens it.
After clicking on &quot;[OK]&quot; &tdesvn; will create your new working copy and (if the box was checked) opens it.
</para>
<para>
When you have opened a repository for browsing you may mark a folder and than select
@ -274,10 +274,10 @@ Mark the entry or entries you want to send and select
</menuchoice>
</para>
<para>
If you try to commit if no item is selected, &kdesvn; uses the top-most element of opened working copy, eg, the working copy path itself.
If you try to commit if no item is selected, &tdesvn; uses the top-most element of opened working copy, eg, the working copy path itself.
</para>
<para>
This operation is always recursive, means, if selecting a folder &kdesvn; always send all changed items below it. When you setup that you want to review all items before commit inside the following dialog all items kdesvn would send are listed. There you may unmark items you don't want to send. In that case &kdesvn; sends all items alone, eg, not recursive. Or you may select items not versioned for add and commit (if them are not marked to be ignored). So you may see if there are newer items you forgot.
This operation is always recursive, means, if selecting a folder &tdesvn; always send all changed items below it. When you setup that you want to review all items before commit inside the following dialog all items tdesvn would send are listed. There you may unmark items you don't want to send. In that case &tdesvn; sends all items alone, eg, not recursive. Or you may select items not versioned for add and commit (if them are not marked to be ignored). So you may see if there are newer items you forgot.
</para>
<para>
Enter a log message what you're sending and hit &quot;OK&quot; and the transfer starts.
@ -286,7 +286,7 @@ Enter a log message what you're sending and hit &quot;OK&quot; and the transfer
<sect2>
<title>Update working copy</title>
<para>
This brings you local working copy in sync with the repository. You may setup that &kdesvn; checks on opening a working copy for newer/modified items in repository. This runs in background and you may work meanwhile with &kdesvn;. Or start check with
This brings you local working copy in sync with the repository. You may setup that &tdesvn; checks on opening a working copy for newer/modified items in repository. This runs in background and you may work meanwhile with &tdesvn;. Or start check with
<menuchoice>
<guimenu>Subversion</guimenu>
<guisubmenu>Working copy</guisubmenu>
@ -358,7 +358,7 @@ You may check if there are somewhere in working copy unversioned items. After se
<varlistentry>
<term>Drag and drop</term>
<listitem><para>
Mark in konqueror or any other compatible filebrowser items you want to add and drag them to &kdesvn;. You may drop them on folders inside the opened working copy and than &kdesvn; copy the dropped items to it and add the items.
Mark in konqueror or any other compatible filebrowser items you want to add and drag them to &tdesvn;. You may drop them on folders inside the opened working copy and than &tdesvn; copy the dropped items to it and add the items.
</para></listitem>
</varlistentry>
</variablelist>
@ -375,7 +375,7 @@ Deleting items is always recursive. Eg., when you delete a folder all subitems w
<sect1 id="working-with-repositories">
<title>Working on repositories</title>
<para>
Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in <xref linkend="kdesvn-features" xreflabel="Features" /> (the variants starting with &quot;k&quot;) and them will display the content. So simple operations like copy, move and delete may work. When appending a query &quot;?rev=&lt;xxx&gt;&quot; the listing comes from a specific revision. Format of revision-query is described in <xref linkend="revision-syntax" />, some more information about KIO::ksvn are in <xref linkend="kdesvn-kio" />
Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in <xref linkend="tdesvn-features" xreflabel="Features" /> (the variants starting with &quot;k&quot;) and them will display the content. So simple operations like copy, move and delete may work. When appending a query &quot;?rev=&lt;xxx&gt;&quot; the listing comes from a specific revision. Format of revision-query is described in <xref linkend="revision-syntax" />, some more information about KIO::ksvn are in <xref linkend="tdesvn-kio" />
</para>
<para>
All work except &quot;Copy&quot; may only done when browsing at revision HEAD.
@ -389,7 +389,7 @@ In subversion restoring deleted items is a copy operation of item at specific re
<guisubmenu>Repository</guisubmenu>
<guimenuitem>Select browse revision</guimenuitem>
</menuchoice>
and enter the wanted revision. Now kdesvn displays the content at this term. Mark the entry you want to restore, select
and enter the wanted revision. Now tdesvn displays the content at this term. Mark the entry you want to restore, select
<menuchoice>
<shortcut>
<keycombo action="simul"><keycap>C</keycap></keycombo>
@ -408,7 +408,7 @@ Due restrictions of subversion itself only folders, not single files, may import
<sect3>
<title>With drag and drop</title>
<para>
Mark in any compatible filemanager the folder you want to import and drag it to the folder entry in &kdesvn; where you want to import it.
Mark in any compatible filemanager the folder you want to import and drag it to the folder entry in &tdesvn; where you want to import it.
</para>
</sect3>
<sect3>
@ -552,7 +552,7 @@ subversion GUI. This moment &kappname; doesn't support extra fields in commit bo
<row>
<entry><prompt>bugtraq:url</prompt></entry>
<entry>Holds the url to bugtracker. It has to contain the <prompt>%BUGID%</prompt> marker.</entry>
<entry>http://kdesvn.alwins-world.de/ticket/%BUGID%</entry>
<entry>http://tdesvn.alwins-world.de/ticket/%BUGID%</entry>
</row>
<row>
@ -629,7 +629,7 @@ Entries may be marked with overlayed icons when not in &quot;normal&quot; state.
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnlocked.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnlocked.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Locked</phrase>
@ -637,14 +637,14 @@ Entries may be marked with overlayed icons when not in &quot;normal&quot; state.
</inlinemediaobject>
</term>
<listitem><para>
This entry is locked. In last column the owner of lock is listed. You may setup if kdesvn should check for locked items in repository, too. But be carefull: depending of the kind of the server this may take a long time!
This entry is locked. In last column the owner of lock is listed. You may setup if tdesvn should check for locked items in repository, too. But be carefull: depending of the kind of the server this may take a long time!
</para></listitem>
</varlistentry>
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnneedlock.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnneedlock.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Needs locked</phrase>
@ -659,7 +659,7 @@ This entry must be locked before edit and commit. Until you'll not set a lock su
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnupdates.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnupdates.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Updates</phrase>
@ -675,7 +675,7 @@ This entry or - if a folder - an entry below has newer version in repository. Wo
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnmodified.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnmodified.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Modified</phrase>
@ -690,7 +690,7 @@ This entry or - if a folder - an entry below was changed on local disc.
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnadded.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnadded.png" format="PNG" />
</imageobject>
<textobject>
<phrase>overlay added</phrase>
@ -705,7 +705,7 @@ This entry is locally added to subversion but not yet committed.
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvndeleted.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvndeleted.png" format="PNG" />
</imageobject>
<textobject>
<phrase>overlay deleted</phrase>
@ -720,7 +720,7 @@ This entry is locally deleted from subversion but hasn't yet been committed.
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnconflicted.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnconflicted.png" format="PNG" />
</imageobject>
<textobject>
<phrase>overlay deleted</phrase>
@ -737,7 +737,7 @@ This entry (or entry below if folder) got conflicts to resolve with last update.
</para>
</sect1>
<sect1 id="kdesvn-passwords">
<sect1 id="tdesvn-passwords">
<title>&kappname; and passwords</title>
<para>
&kappname;/subversion is able to save passwords. Saving passwords is always a security risk, but may let a graphical frontend more useable.
@ -751,13 +751,13 @@ Most secure way, but sometimes unhandy with GUIs like &kappname;. In particular
<sect2>
<title>Saving passwords in kdewallet</title>
<para>
Secured password storage used by a lot of kde programs like kmail and konqueror. If you'saving passwords and mostly using kdesvn you should use this. Keep care that the encrypted storage isn't a high-secure storage. Details see kdewallet documentation.
Secured password storage used by a lot of kde programs like kmail and konqueror. If you'saving passwords and mostly using tdesvn you should use this. Keep care that the encrypted storage isn't a high-secure storage. Details see kdewallet documentation.
</para>
</sect2>
<sect2>
<title>Saving to subversions own password storage</title>
<para>
This is not recommended 'cause the passwords are stored as cleartext! Not believing? Take a look into the files in <prompt>~/.subversion/auth/svn.simple</prompt>. You should only use this if you're using frequently other clients than &kappname; like rapidsvn or esvn or the original svn commandline client. If you're using the commandline client mostly for checkouts or updates which doesn't require a password and kdesvn for commit/move/copy you should use kdewallet instead.
This is not recommended 'cause the passwords are stored as cleartext! Not believing? Take a look into the files in <prompt>~/.subversion/auth/svn.simple</prompt>. You should only use this if you're using frequently other clients than &kappname; like rapidsvn or esvn or the original svn commandline client. If you're using the commandline client mostly for checkouts or updates which doesn't require a password and tdesvn for commit/move/copy you should use kdewallet instead.
</para>
</sect2>
<sect2>
@ -783,9 +783,9 @@ you may store you ssh-key-password for your current session so no further enteri
</sect1>
</chapter>
<chapter id="kdesvn-kio">
<chapter id="tdesvn-kio">
<title>Konqueror, KIO, &kappname;</title>
<sect1 id="kdesvn-kio-desc">
<sect1 id="tdesvn-kio-desc">
<title>Description</title>
<para>
As of version 0.7.0 of &kappname; it comes with some modules integrating some commands directly into konqueror menus.
@ -800,7 +800,7 @@ As of version 0.7.0 of &kappname; it comes with some modules integrating some co
<listitem><para>ksvn+ssh</para></listitem>
<listitem><para>ksvn</para></listitem>
</itemizedlist>
The same maybe for &quot;svn+...&quot; but as from kde 3.4, kdesdk has it own small svn-kio called &quot;svn+http&quot;etc. So packages are organized that way - or should that &quot;svn+...&quot; comes as an extra package so it may installed if kdesdk hasn't installed it.
The same maybe for &quot;svn+...&quot; but as from kde 3.4, tdesdk has it own small svn-kio called &quot;svn+http&quot;etc. So packages are organized that way - or should that &quot;svn+...&quot; comes as an extra package so it may installed if tdesdk hasn't installed it.
</para>
<para>
These protocols are designed only for repositories, not for working copies. E.g. &quot;ksvn+file:///&lt;path&gt;&quot; must point to the beginning of a repository different to the application itself or KPart.
@ -815,7 +815,7 @@ For browsing at a specific revision you may append the query <link linkend="revi
<term>Context menus</term>
<listitem><para>
&kappname; installs context menues for konqueror. Them may be seen with right mouse click in the browser window (only in standard view, not any KPart) so it is possible to do most used actions direct from within konqueror (or any other filemanagers that read konquerors context menues like krusader). This is done via a call
to the <link linkend="kdesvn-commandline">commandline variant of &kappname;</link>.
to the <link linkend="tdesvn-commandline">commandline variant of &kappname;</link>.
</para>
<para>
This menu is static up to kde 3.5, so you should care about what you're selecting. Otherwise &kappname; prints an error box.
@ -838,7 +838,7 @@ kdiff3 \
ksvn://anonsvn.kde.org/home/kde/trunk/KDE/arts?rev=455064
</programlisting>
<para>
Let kdiff3 print all differences between two revisions. Note! Using this within kdesvn (diff'ing two revisions) is MUCH faster because the internal mechanisms of subversion are used.
Let kdiff3 print all differences between two revisions. Note! Using this within tdesvn (diff'ing two revisions) is MUCH faster because the internal mechanisms of subversion are used.
</para>
</example>
</para>
@ -848,8 +848,8 @@ Let kdiff3 print all differences between two revisions. Note! Using this within
<title>Programmers information about KIO::ksvn</title>
<para>
<note><para>You may skip this if not interested in KIO programming.</para></note>
KIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from kdesdk
so, for instance, kdevelop may use it if kdesdk isn't installed but uses kdesvn::KIO::svn.
KIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from tdesdk
so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn::KIO::svn.
</para>
<sect2>
<title>Commandlist</title>
@ -1085,12 +1085,12 @@ Return values may given via metadata, see apidoc for details.
</sect1>
</chapter>
<chapter id="kdesvn-commandline">
<title>Using kdesvn via commandline</title>
<sect1 id="kdesvn-commandline-overview">
<chapter id="tdesvn-commandline">
<title>Using tdesvn via commandline</title>
<sect1 id="tdesvn-commandline-overview">
<title>Overview</title>
<para>
Some subversion operations may used via the commandline, eg., like a standard commandline client but user interaction is made via KDE-UI. The standard syntax is <prompt>kdesvn exec &lt;command&gt; &#091;parameter&#093; &lt;url&gt;</prompt>.
Some subversion operations may used via the commandline, eg., like a standard commandline client but user interaction is made via KDE-UI. The standard syntax is <prompt>tdesvn exec &lt;command&gt; &#091;parameter&#093; &lt;url&gt;</prompt>.
</para>
<para>
If a single revision on a single url is wanted it may be set as a parameter of the url
@ -1101,7 +1101,7 @@ A revision may given as
a number or one of <prompt>HEAD</prompt> or <prompt>BASE</prompt> or as date format like {YYYY-MM-DD}.
</para>
</sect1>
<sect1 id="kdesvn-command-list">
<sect1 id="tdesvn-command-list">
<title>Commandlist</title>
<para>
If in following overview as possible parameter <prompt>-r revision</prompt> is given, this revision may set as <prompt>&lt;url&gt;?rev=the-revision</prompt>.
@ -1286,7 +1286,7 @@ Inside that dialog you may select log entries and get the differences between th
<example>
<title>Display the last 20 commit logs</title>
<programlisting>
kdesvn exec log -l 20 -r HEAD&#058;1 myfile.c
tdesvn exec log -l 20 -r HEAD&#058;1 myfile.c
</programlisting>
<para>Beware of order of revision: You want go from HEAD to START for the LAST one. So you must giverevision HEAD as starting point, otherwise you would get
the first 20 entries.</para>
@ -1301,13 +1301,13 @@ may gived as <prompt>-r STARTREV:ENDREV</prompt>. When diffing an item inside a
<example>
<title>Print difference against repository, eg. local changes</title>
<programlisting>
kdesvn exec diff myfile.c
tdesvn exec diff myfile.c
</programlisting>
</example>
<example>
<title>print difference between revisions</title>
<programlisting>
kdesvn exec diff -r 21:20 myfile.c
tdesvn exec diff -r 21:20 myfile.c
</programlisting>
</example>
</para>
@ -1317,7 +1317,7 @@ When diffing two items revisions may be appended to url of items. e.g.:
<example>
<title>Diffing two tagged versions</title>
<programlisting>
kdesvn exec diff http://www.alwins-world.de/repos/kdesvn/tags/rel_0_6_2 http://www.alwins-world.de/repos/kdesvn/tags/rel_0_6_3
tdesvn exec diff http://www.alwins-world.de/repos/tdesvn/tags/rel_0_6_2 http://www.alwins-world.de/repos/tdesvn/tags/rel_0_6_3
</programlisting>
</example>
</para>
@ -1346,7 +1346,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo
</row>
<row>
<entry>Show preview in fileinfo</entry>
<entry>If kdesvn should show a preview in fileinfo tooltip (local access only, not on networked repositories)</entry>
<entry>If tdesvn should show a preview in fileinfo tooltip (local access only, not on networked repositories)</entry>
</row>
<row>
<entry>Mark item status with iconoverlay</entry>
@ -1393,7 +1393,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo
</row>
<row>
<entry>Get file details while remote listing</entry>
<entry>When checked, kdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview. Be careful: This may let listings REAL slow!</entry>
<entry>When checked, tdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview. Be careful: This may let listings REAL slow!</entry>
</row>
<row>
@ -1433,7 +1433,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo
<row>
<entry>Review items before commit</entry>
<entry>When doing a commit &kdesvn; may make a check what to do. Eg., if unversioned items are below which may added, list items changed and current operation will commit. This cost a depending on tree more or less time.</entry>
<entry>When doing a commit &tdesvn; may make a check what to do. Eg., if unversioned items are below which may added, list items changed and current operation will commit. This cost a depending on tree more or less time.</entry>
</row>
<row>
<entry>Maximum displayed logs when full log</entry>
@ -1494,7 +1494,7 @@ you must enter a valid program in &quot;External diff display&quot;. Only if int
<sect2>
<title>External diff display</title>
<para>
Defines what &kdesvn; is using for external display and how it will called. There are three ways:
Defines what &tdesvn; is using for external display and how it will called. There are three ways:
</para>
<para>
<variablelist>
@ -1629,23 +1629,23 @@ only shown when interesting output was generated (commitlog and so on)
<varlistentry>
<term>Don't display contextmenu in konqueror</term>
<listitem><para>
If set, no action menu entry for kdesvn is made in konqueror. Works only with KDE 3.5.
If set, no action menu entry for tdesvn is made in konqueror. Works only with KDE 3.5.
</para></listitem>
</varlistentry>
<varlistentry>
<term>KIO operations use standard logmessage.</term>
<listitem><para>
When making operations on a repository via the kdesvn KIO protocol from within konqueror (eg., &quot;ksvn+...&quot; protocols) on large operations like moving or copy folders kdesvn would ask for a logmessage for each item. This is a behavior of konqueror.
When this option is set, the KIO implementation from kdesvn will not ask for a logmessage but set a standard logmessage. This flags not the operations from
kdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqueror or other filemanagers on a KIO-url.
When making operations on a repository via the tdesvn KIO protocol from within konqueror (eg., &quot;ksvn+...&quot; protocols) on large operations like moving or copy folders tdesvn would ask for a logmessage for each item. This is a behavior of konqueror.
When this option is set, the KIO implementation from tdesvn will not ask for a logmessage but set a standard logmessage. This flags not the operations from
tdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqueror or other filemanagers on a KIO-url.
</para></listitem>
</varlistentry>
<varlistentry>
<term>Standard message</term>
<listitem><para>
The message kdesvn-kio should set on operations from within konqueror when the flag above is set. Default is &quot;Revision made with kdesvn KIO.&quot;
The message tdesvn-kio should set on operations from within konqueror when the flag above is set. Default is &quot;Revision made with tdesvn KIO.&quot;
</para></listitem>
</varlistentry>
@ -1664,8 +1664,8 @@ Also include any keys that have a special function but have no equivalent in the
menus or toolbars. This may not be necessary for small apps or apps with no tool
or menu bars. -->
<sect1 id="kdesvn-mainwindow">
<title>The main &kdesvn; window</title>
<sect1 id="tdesvn-mainwindow">
<title>The main &tdesvn; window</title>
<sect2>
<title>The File Menu</title>
@ -1701,7 +1701,7 @@ or menu bars. -->
<guimenu>File</guimenu>
<guimenuitem>Quit</guimenuitem>
</menuchoice></term>
<listitem><para><action>Quits</action> &kdesvn;</para></listitem>
<listitem><para><action>Quits</action> &tdesvn;</para></listitem>
</varlistentry>
</variablelist>
</para>
@ -1712,7 +1712,7 @@ or menu bars. -->
see konqueror help
</para>
</sect2>
<sect2 id="kdesvn-subversion-menu">
<sect2 id="tdesvn-subversion-menu">
<title>The <guimenu>Subversion</guimenu> Menu</title>
<variablelist>
@ -2015,7 +2015,7 @@ last state the working copy was updated to, not against the version in repositor
<title>The <guimenu>Help</guimenu> Menu</title>
<!-- Assuming you have a standard help menu (help, what's this, about -->
<!-- &kdesvn;, about KDE) then the documentation is already written. -->
<!-- &tdesvn;, about KDE) then the documentation is already written. -->
<!-- The following entity is valid anywhere that a variablelist is -->
<!-- valid. -->
@ -2023,7 +2023,7 @@ last state the working copy was updated to, not against the version in repositor
</sect2>
<sect2 id="kdesvn-svntoolbar">
<sect2 id="tdesvn-svntoolbar">
<title>The subversion toolbar</title>
<variablelist>
<varlistentry>
@ -2069,42 +2069,42 @@ authenticate. This may you fix when you store your local public identity to the
repository. If your public identity has a password, ssh-agent will asked (when ssh-agent is installed).
</para>
<para>
When you're running a ssh-agent before starting &kdesvn;, you should add your identity to its cache, &kdesvn; will not
When you're running a ssh-agent before starting &tdesvn;, you should add your identity to its cache, &tdesvn; will not
modifiy it due security reasons, so it would ask for your password again and again. (see <ulink url="man:ssh-add">Manpage of ssh-add</ulink>)
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>The password prompt for (k)svn+ssh comes on terminal when kdesvn started from there, how do I switch off this?</para>
<para>The password prompt for (k)svn+ssh comes on terminal when tdesvn started from there, how do I switch off this?</para>
</question>
<answer>
<para>
It may not switched off. This is a feature of ssh-agent itself, when it see it has a terminal it asks for password in terminal not
in a X-Dialog like kdesvnaskpass. (see <ulink url="man:ssh-add">Manpage of ssh-add</ulink>).
in a X-Dialog like tdesvnaskpass. (see <ulink url="man:ssh-add">Manpage of ssh-add</ulink>).
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>When checking for updates kdesvn doesn't display something but I know there are newer items!</para>
<para>When checking for updates tdesvn doesn't display something but I know there are newer items!</para>
</question>
<answer>
<para>
Updates may only displayed when the remote server is subversion 1.2, too. Eg., seems that repository runs with
subversion &lt;1.2. It is not planned that &kdesvn; do that check recursive itself - this makes no sense. Ask for upgrading
subversion &lt;1.2. It is not planned that &tdesvn; do that check recursive itself - this makes no sense. Ask for upgrading
repository to newer subversion.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>When starting kdesvn it sends a dialog &quot;Could not find our part&quot; and shows an empty window, why?</para>
<para>When starting tdesvn it sends a dialog &quot;Could not find our part&quot; and shows an empty window, why?</para>
</question>
<answer>
<para>
There are many reasons why the program couldn't load. This mostly happens when you building subversion-libs yourself. In that case you may
check out <ulink url="http://kdesvn.alwins-world.de/ticket/128">issue entry</ulink>.
check out <ulink url="http://tdesvn.alwins-world.de/ticket/128">issue entry</ulink>.
</para>
<para>
The next big thing could that you forgot to give a libsuffix on 64-Bit systems at compile-time. So the part will installed in <prompt>$PREFIX/lib</prompt> instead of <prompt>$PREFIX/lib64</prompt>. So give <prompt>-DLIB_SUFFIX=64</prompt> as paramter to cmake.
@ -2112,7 +2112,7 @@ The next big thing could that you forgot to give a libsuffix on 64-Bit systems a
<para>If this does not solve your problem, you may try out on a console:
<programlisting>
export LD_PRELOAD=/usr/lib/trinity/libtdesvnpart.so
kdesvn
tdesvn
unset LD_PRELOAD
</programlisting>
(/usr/lib/trinity depends of course on your system, please check where it is installed)
@ -2199,7 +2199,7 @@ Appending a specific revision to an url will always made via &quot;?rev=&lt;revi
<sect1>
<title>Reporting bugs / Feedback</title>
<para>
Bugreports and wishes may send to <email>kdesvn-bugs@alwins-world.de</email>, questions about usage or any other feedback to <email>kdesvn@alwins-world.de</email>.
Bugreports and wishes may send to <email>tdesvn-bugs@alwins-world.de</email>, questions about usage or any other feedback to <email>tdesvn@alwins-world.de</email>.
</para>
<para>
An overview for the mailinglists for &kappname; you may get in the <ulink url="http://lists.alwins-world.de/mailman/listinfo">mailinglist overview</ulink>.
@ -2212,7 +2212,7 @@ the credits with a reference to the appropriate license file included in the KDE
distribution. -->
<title>Credits and License and Thanks</title>
<para>
Program copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</email>
Program copyright 2005-2006 Rajko Albrecht <email>tdesvn@alwins-world.de</email>
</para>
<para>
Many tnx to contributors:
@ -2227,10 +2227,10 @@ Many tnx to contributors:
And tnx to all other translators (I never thought that I get that fast such a lot of translations!) and for all of your positive and negative feedback. It helped a lot.
</para>
<para>
If you want your own translation for &kappname; and may want help please read on the homepage of &kappname; or ask on <ulink url="mailto:kdesvn-i10n@alwins-world.de"><email>kdesvn-i10n@alwins-world.de</email> mailinglist</ulink>.
If you want your own translation for &kappname; and may want help please read on the homepage of &kappname; or ask on <ulink url="mailto:tdesvn-i10n@alwins-world.de"><email>tdesvn-i10n@alwins-world.de</email> mailinglist</ulink>.
</para>
<para>
Documentation copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</email>
Documentation copyright 2005-2006 Rajko Albrecht <email>tdesvn@alwins-world.de</email>
</para>
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
@ -2252,22 +2252,22 @@ Documentation copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</
<appendix id="installation">
<title>Installation</title>
<sect1 id="getting-kdesvn">
<title>How to obtain &kdesvn;</title>
<sect1 id="getting-tdesvn">
<title>How to obtain &tdesvn;</title>
<!-- This first entity contains boiler plate for applications that are
part of KDE CVS. You should remove it if you are releasing your
application -->
<para>
&kdesvn; itself can be found
at <ulink url="http://kdesvn.alwins-world.de/trac.fcgi/downloads/">
the &kdesvn; download area</ulink>.
&tdesvn; itself can be found
at <ulink url="http://tdesvn.alwins-world.de/trac.fcgi/downloads/">
the &tdesvn; download area</ulink>.
</para>
<para>
You may get <ulink url="http://kdesvn.alwins-world.de/trac.fcgi/browser/trunk">latest repository version</ulink> when looking whats going on.
You may get <ulink url="http://tdesvn.alwins-world.de/trac.fcgi/browser/trunk">latest repository version</ulink> when looking whats going on.
</para>
<para>
The homepage of that project is <ulink url="http://kdesvn.alwins-world.de/">http://kdesvn.alwins-world.de/</ulink>
The homepage of that project is <ulink url="http://tdesvn.alwins-world.de/">http://tdesvn.alwins-world.de/</ulink>
</para>
</sect1>
@ -2277,7 +2277,7 @@ The homepage of that project is <ulink url="http://kdesvn.alwins-world.de/">http
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase.
tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
@ -2297,7 +2297,7 @@ distributor should have packages for your system and/or distribution.
or the ChangeLog file, or ... -->
<para>
You can find a list of changes at <ulink
url="http://kdesvn.alwins-world.de/trac.fcgi/browser/trunk/ChangeLog">http://kdesvn.alwins-world.de/browser/trunk/ChangeLog</ulink>.
url="http://tdesvn.alwins-world.de/trac.fcgi/browser/trunk/ChangeLog">http://tdesvn.alwins-world.de/browser/trunk/ChangeLog</ulink>.
</para>
</sect1>

@ -4,15 +4,15 @@ ELSE($ENV{DESTDIR} MATCHES ".+")
SET(DESTDIR "")
ENDIF($ENV{DESTDIR} MATCHES ".+")
SET(COMMONLINK "${DESTDIR}${CMAKE_INSTALL_PREFIX}/share/doc/HTML/en/kdesvn/common")
SET(COMMONLINK "${DESTDIR}${CMAKE_INSTALL_PREFIX}/share/doc/HTML/en/tdesvn/common")
MESSAGE(STATUS "Generating ${COMMONLINK}")
EXECUTE_PROCESS(
COMMAND "rm" "-f" "common"
COMMAND ln "-s" "../common" "common"
WORKING_DIRECTORY "${DESTDIR}/${CMAKE_INSTALL_PREFIX}/share/doc/HTML/en/kdesvn"
WORKING_DIRECTORY "${DESTDIR}/${CMAKE_INSTALL_PREFIX}/share/doc/HTML/en/tdesvn"
)
SET(CMAKE_INSTALL_MANIFEST_FILES ${CMAKE_INSTALL_MANIFEST_FILES} "${CMAKE_INSTALL_PREFIX}/share/doc/HTML/en/kdesvn/common")
SET(CMAKE_INSTALL_MANIFEST_FILES ${CMAKE_INSTALL_MANIFEST_FILES} "${CMAKE_INSTALL_PREFIX}/share/doc/HTML/en/tdesvn/common")

@ -1,6 +1,6 @@
SET(MANFILES
kdesvn.1
kdesvnaskpass.1)
tdesvn.1
tdesvnaskpass.1)
INSTALL(FILES
${MANFILES}

@ -1,10 +1,10 @@
.\" This file was generated by kdemangen.pl
.TH KDESVN 1 "Aug 2006" "K Desktop Environment" "A Subversion Client for KDE (standalone application)"
.SH NAME
kdesvn
tdesvn
\- A Subversion Client for KDE (standalone application)
.SH SYNOPSIS
kdesvn [Qt\-options] [KDE\-options] [options] exec <command> [URL]
tdesvn [Qt\-options] [KDE\-options] [options] exec <command> [URL]
.SH DESCRIPTION
A Subversion Client for KDE (standalone application)
.SH OPTIONS
@ -154,9 +154,9 @@ mirrors the whole layout of widgets
.SH SEE ALSO
Full user documentation is available through the KDE Help Center. You can also enter the URL
.BR help:/kdesvn/
.BR help:/tdesvn/
directly into konqueror or you can run
.BR "`khelpcenter help:/kdesvn/'"
.BR "`khelpcenter help:/tdesvn/'"
from the command-line.
.br
.SH AUTHORS

@ -1,12 +1,12 @@
.\" This file was generated by kdemangen.pl
.TH KDESVNASKPASS 1 "Aug 2006" "K Desktop Environment" "ssh-askpass for kdesvn"
.TH KDESVNASKPASS 1 "Aug 2006" "K Desktop Environment" "ssh-askpass for tdesvn"
.SH NAME
kdesvnaskpass
\- ssh-askpass for kdesvn
tdesvnaskpass
\- ssh-askpass for tdesvn
.SH SYNOPSIS
kdesvnaskpass [Qt\-options] [KDE\-options] [prompt]
tdesvnaskpass [Qt\-options] [KDE\-options] [prompt]
.SH DESCRIPTION
ssh-askpass for kdesvn
ssh-askpass for tdesvn
.SH OPTIONS
.SS
.SS Arguments:
@ -137,9 +137,9 @@ mirrors the whole layout of widgets
.SH SEE ALSO
Full user documentation is available through the KDE Help Center. You can also enter the URL
.BR help:/kdesvnaskpass/
.BR help:/tdesvnaskpass/
directly into konqueror or you can run
.BR "`khelpcenter help:/kdesvnaskpass/'"
.BR "`khelpcenter help:/tdesvnaskpass/'"
from the command-line.
.br
.SH AUTHORS

@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kdesvn "<application>kdesvn</application>">
<!ENTITY kappname "&kdesvn;"><!-- Do *not* replace kappname-->
<!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc -->
<!ENTITY tdesvn "<application>tdesvn</application>">
<!ENTITY kappname "&tdesvn;"><!-- Do *not* replace kappname-->
<!ENTITY package "kde-module"><!-- tdebase, tdeadmin, etc -->
<!ENTITY % addindex "IGNORE">
<!ENTITY konqi "<application>konqueror</application>">
<!ENTITY krus "<application>krusader</application>">
@ -73,7 +73,7 @@ Please at least include KDE, the KDE package it is in, the name
<keywordset>
<keyword>KDE</keyword>
<keyword>kdesvn</keyword>
<keyword>tdesvn</keyword>
<keyword>subversion</keyword>
<keyword>version control system</keyword>
</keywordset>
@ -103,11 +103,11 @@ revision history. (see installation appendix comment) -->
<para>Subsversion wordt bekend geacht, maar hopelijk leggen de meeste items zichzelf uit.
</para>
<para>
Gebruik <ulink url="http://kdesvn.alwins-world.de/">kdesvn.alwins-world.de/ om bugs (programmafouten) en wensen te rapporteren.
Gebruik <ulink url="http://tdesvn.alwins-world.de/">tdesvn.alwins-world.de/ om bugs (programmafouten) en wensen te rapporteren.
</ulink>
</para>
<sect1 id="kdesvn-terms">
<sect1 id="tdesvn-terms">
<title>Termen</title>
<para>
Indien revisie controle systemen bekend zijn, dan kan dit overgeslagen worden - of lees en korrigeer de auteur ;)
@ -142,9 +142,9 @@ WebDav is een protocool waarmee op afstand bestanden op een webserver veranderd
</sect1>
</chapter>
<chapter id="using-kdesvn">
<chapter id="using-tdesvn">
<title>&kappname; gebruiken</title>
<sect1 id="kdesvn-features">
<sect1 id="tdesvn-features">
<title>De mogelijkheden van &kappname;.</title>
<para>
&kappname; kan de volgende protocolen gebruiken om door repositories te bladeren:
@ -209,7 +209,7 @@ Direct repository toegang. &kappname; controleert of het opgegeven pad een repos
</variablelist>
</para>
<para>
Deze lijst kan ook gebruikt worden voor de <link linkend="kdesvn-commandline">comandoregel</link>.
Deze lijst kan ook gebruikt worden voor de <link linkend="tdesvn-commandline">comandoregel</link>.
</para>
</sect1>
<sect1 id="first_steps">
@ -371,7 +371,7 @@ Items verwijderen is altijd recursief. B.V.,wanneer een map verwijderd wordt, da
<sect1 id="working-with-repositories">
<title>Werken met repositories</title>
<para>
Eenvoudig bladeren door de repository kan gedaan worden met &konqi; &krus; of vergelijkbare bestandsbeheerders: Open een URL met een protocool zoals beschreven in <xref linkend="kdesvn-features" xreflabel="Features" /> (Alle varianten die starten met &quot;k&quot;) en zij zullen de inhoud tonen. Hierdoor kunnen eenvoudige opdrachten zoals kopieren, verplaatsen en verwijderen uitgevoerd worden. Wanneer het volgende filter &quot;?rev=&lt;xxx&gt;&quot; wordt ingesteld, zijn alleen de gegevens van een specifiek revisie te zien. De syntax van een revisie-filter wordt beschreven in <xref linkend="revision-syntax" />, lees meer over KIO::ksvn in <xref linkend="kdesvn-kio" />
Eenvoudig bladeren door de repository kan gedaan worden met &konqi; &krus; of vergelijkbare bestandsbeheerders: Open een URL met een protocool zoals beschreven in <xref linkend="tdesvn-features" xreflabel="Features" /> (Alle varianten die starten met &quot;k&quot;) en zij zullen de inhoud tonen. Hierdoor kunnen eenvoudige opdrachten zoals kopieren, verplaatsen en verwijderen uitgevoerd worden. Wanneer het volgende filter &quot;?rev=&lt;xxx&gt;&quot; wordt ingesteld, zijn alleen de gegevens van een specifiek revisie te zien. De syntax van een revisie-filter wordt beschreven in <xref linkend="revision-syntax" />, lees meer over KIO::ksvn in <xref linkend="tdesvn-kio" />
</para>
<para>
Alle opdrachten behalve &quot;Kopieren&quot; kunnen alleen uitgevoerd worden in de revisie HEAD.
@ -529,7 +529,7 @@ Indien recursief niet is ingeschakeld, wordt de export uitgevoerd als een platte
<row>
<entry><prompt>bugtraq:url</prompt></entry>
<entry>Dit is het url naar de bugtracker. Het moet het woord <prompt>%BUGID%</prompt> bevatten.</entry>
<entry>http://kdesvn.alwins-world.de/ticket/%BUGID%</entry>
<entry>http://tdesvn.alwins-world.de/ticket/%BUGID%</entry>
</row>
<row>
@ -577,7 +577,7 @@ Items die niet in een &quot;normale&quot; staat zijn, kunnen gemarkeerd worden m
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnlocked.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnlocked.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Vergrendeld</phrase>
@ -592,7 +592,7 @@ Dit item is vergrendeld. In de laatste kolum wordt de eigenaar van het slot geno
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnneedlock.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnneedlock.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Vergrendelen vereist</phrase>
@ -607,7 +607,7 @@ Dit item moet vergrendeld worden voordat het bewerkt en weer samengevoegd kan wo
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnupdates.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnupdates.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Updates</phrase>
@ -623,7 +623,7 @@ Dit item of - als het een map is - een item daarin heeft een nieuwere versie in
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnmodified.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnmodified.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Veranderd</phrase>
@ -638,7 +638,7 @@ Dit item - als het een map is - een item daarin is veranderd op de lokale schijf
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnadded.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnadded.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Toegevoegd</phrase>
@ -653,7 +653,7 @@ Dit item is lokaal toegevoegd aan subversion maar nog niet vastgelegd (commit).
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvndeleted.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvndeleted.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Verwijderd</phrase>
@ -668,7 +668,7 @@ Dit item is lokaal verwijderd van subversion maar nog niet vastgelegd (commit).
<varlistentry>
<term><inlinemediaobject>
<imageobject>
<imagedata fileref="hi128-filesys-kdesvnconflicted.png" format="PNG" />
<imagedata fileref="hi128-filesys-tdesvnconflicted.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Conflict</phrase>
@ -687,7 +687,7 @@ Dit item - als het een map is - een item daarin heeft conflicten met (die opgelo
<!--
<sect1>
<title>Wat &kdesvn; niet is</title>
<title>Wat &tdesvn; niet is</title>
<para>
&kappname; heeft NIET de capaciteit om direct subversion repositories te wijzigen. Dit is niet omdat het niet is erin geprogrammeerd, dit is omdat behalve bij speciaal daarvoor ingestelde op webserver gebaseerde repositories, deze voorziening geen onderdeel van subversion zelf. Subversion is GEEN transferprotocool zoals FTP of SFTP. De data moet daarom eerst veranderd worden in een werkkopie. Het importeren van nieuwe bestanden of mappen via verslepen en loslaten is een ander idee.
</para>
@ -695,9 +695,9 @@ Dit item - als het een map is - een item daarin heeft conflicten met (die opgelo
-->
</chapter>
<chapter id="kdesvn-kio">
<chapter id="tdesvn-kio">
<title>Konqueror, KIO, &kappname;</title>
<sect1 id="kdesvn-kio-desc">
<sect1 id="tdesvn-kio-desc">
<title>Omschrijving</title>
<para>
Vanaf versie 0.7.0 van &kappname; , zijn er enkele modules die enkele commando's direct in de menu's van konqueror integreren.
@ -712,7 +712,7 @@ Vanaf versie 0.7.0 van &kappname; , zijn er enkele modules die enkele commando's
<listitem><para>ksvn+ssh</para></listitem>
<listitem><para>ksvn</para></listitem>
</itemizedlist>
Dit geldt mischien ook voor &quot;svn+...&quot; maar vanaf kde 3.4, heeft kdesdk zijn eigen kleine svn-kio genaamd &quot;svn+http&quot;enz. Deze pakketten zijn zo georganiseerd - of zouden dat moeten zijn - dat &quot;svn+...&quot; als een extra pakket komt zodat het geïnstalleerd kan worden als kdesk het niet geïnstalleerd heeft.
Dit geldt mischien ook voor &quot;svn+...&quot; maar vanaf kde 3.4, heeft tdesdk zijn eigen kleine svn-kio genaamd &quot;svn+http&quot;enz. Deze pakketten zijn zo georganiseerd - of zouden dat moeten zijn - dat &quot;svn+...&quot; als een extra pakket komt zodat het geïnstalleerd kan worden als kdesk het niet geïnstalleerd heeft.
</para>
<para>
Deze protocools zijn alleen ontworpen voor repositories, niet voor werkkopieën. B.v. &quot;ksvn+file:///&lt;pad&gt;&quot; moet naar een ander startpunt wijzen dan het programma zelf of Kpart. Werkkopieën kunnen bekeken worden met konqueror.
@ -725,7 +725,7 @@ Om door een aangewezen revisie te kunnen bladeren, moet de volgende zoekopdracht
<varlistentry>
<term>Context menus</term>
<listitem><para>
&kappname; installeert context menu's voor konqueror. Deze zijn zichtbaar na een rechter muisklik in het het venster (alleen in het standaard venster, niet in KPart) , het is daarom mogelijk om de meeste akties direkt in konqueror uit te voeren ( of elke andere bestandsbeheerder dat konquerors context menu's kan gebruiken zoals krusader). Dit wordt gedaan via een call naar de <link linkend="kdesvn-commandline">commandoregel variant van &kappname;</link>.
&kappname; installeert context menu's voor konqueror. Deze zijn zichtbaar na een rechter muisklik in het het venster (alleen in het standaard venster, niet in KPart) , het is daarom mogelijk om de meeste akties direkt in konqueror uit te voeren ( of elke andere bestandsbeheerder dat konquerors context menu's kan gebruiken zoals krusader). Dit wordt gedaan via een call naar de <link linkend="tdesvn-commandline">commandoregel variant van &kappname;</link>.
</para>
<para>
Dit menu is altijd ingeschakeld in kde 3.5, Let daarom op wanneer U iets selecteerd. Anders geeft &kappname; een foutmelding.
@ -759,7 +759,7 @@ Laat kdiff3 alle verschillen tussen twee revisie's tonen. Letop! Gebruik hiervan
<para>
<note><para>U kunt dit gedeelte overslaan indien U niet geïnterreseerd bent in KIO-programmeren.</para></note>
KIO::ksvn::special kent de volgende opdrachten, ze zijn in aanroep bijna gelijk gemaakt aan de huidige bestaande in KIO van kdesk
dus, bijvoorbeeld, kdevelop kan het gebruiken als kdesk niet is geïnstalleerd in de vorm van kdesvn::KIO::svn.
dus, bijvoorbeeld, tdevelop kan het gebruiken als kdesk niet is geïnstalleerd in de vorm van tdesvn::KIO::svn.
</para>
<sect2>
<title>Overzicht met commando's</title>
@ -994,12 +994,12 @@ Return waarden mogen gegeven worden via metadata, lees apidoc voor de details.
</sect1>
</chapter>
<chapter id="kdesvn-commandline">
<chapter id="tdesvn-commandline">
<title>&kappname; via de commandoregel gebruiken</title>
<sect1 id="kdesvn-commandline-overview">
<sect1 id="tdesvn-commandline-overview">
<title>Overzicht</title>
<para>
Sommige subversion opdrachten kunnen via de commandoregel worden uitgevoerd, b.v. zoals een standaard commandoregel cliënt maar interactie met een gebruiker gebeurt via de KDE-UI. De standaard syntax is <prompt>kdesvn exec &lt;command&gt; &#091;parameter&#093; &lt;url&gt;</prompt>.
Sommige subversion opdrachten kunnen via de commandoregel worden uitgevoerd, b.v. zoals een standaard commandoregel cliënt maar interactie met een gebruiker gebeurt via de KDE-UI. De standaard syntax is <prompt>tdesvn exec &lt;command&gt; &#091;parameter&#093; &lt;url&gt;</prompt>.
</para>
<para>
Als een enkele revisie van een enkele url is gewenst, dan kan dit als parameter ingesteld worden via <programlisting>svn://your-server/path-to-repository/item?rev=&lt;your-rev&gt;</programlisting> Dit overschrijft de optie <prompt>-r &lt;rev&gt;</prompt>.
@ -1009,7 +1009,7 @@ Een revisie kan opgegeven worden als
een nummer of als <prompt>HEAD</prompt> of <prompt>BASE</prompt> of als een datum zoals {YYYY-MM-DD}.
</para>
</sect1>
<sect1 id="kdesvn-command-list">
<sect1 id="tdesvn-command-list">
<title>Overzicht van opdrachten</title>
<para>
Indien in de volgende overzicht de parameter <prompt>-r revision</prompt> is gegeven, dan mag deze revisie worden ingesteld met <prompt>&lt;url&gt;?rev=the-revision</prompt>.
@ -1193,7 +1193,7 @@ In het venster kan men log-entries selecteren en de verschillen daartussen zien.
<example>
<title>Toon de laatste 20 toevoeg (commit) logs</title>
<programlisting>
kdesvn exec log -l 20 -r HEAD&#058;1 myfile.c
tdesvn exec log -l 20 -r HEAD&#058;1 myfile.c
</programlisting>
<para>Let op de volgorde van de revisie's: Men gaat van HEAD naar START voor de LAATSTE. Geef daarom revisie HEAD als startpunt, anders krijgt men de eerste 20 entries te zien.</para>
</example>
@ -1206,13 +1206,13 @@ Men ziet de verschillen tussen revisie's van een item of tussen items in een dez
<example>
<title>Toon het verschil tegen de repository, b.v. lokale veranderingen</title>
<programlisting>
kdesvn exec diff myfile.c
tdesvn exec diff myfile.c
</programlisting>
</example>
<example>
<title>Toont de verschillen tussen revisie's</title>
<programlisting>
kdesvn exec diff -r 21:20 myfile.c
tdesvn exec diff -r 21:20 myfile.c
</programlisting>
</example>
</para>
@ -1222,7 +1222,7 @@ Wanneer twee items worden vergeleken (gediff't), dan mogen revisie's worden toeg
<example>
<title>Vergelijken (diffing) van twee gemarkeerde versie's</title>
<programlisting>
kdesvn exec diff http://www.alwins-world.de/repos/kdesvn/tags/rel_0_6_2 http://www.alwins-world.de/repos/kdesvn/tags/rel_0_6_3
tdesvn exec diff http://www.alwins-world.de/repos/tdesvn/tags/rel_0_6_2 http://www.alwins-world.de/repos/tdesvn/tags/rel_0_6_3
</programlisting>
</example>
</para>
@ -1497,7 +1497,7 @@ Wanneer dit is ingeschakeld, zal de KIO-implementatie van &kappname; niet vragen
<varlistentry>
<term>Standaard berichten</term>
<listitem><para>
Het bericht dat kdesvn-kio zou moeten geven bij bewerkingen vanuit konqueror wanneer bovenstaande vlag is gezet. Standaard is &quot;Revision made with kdesvn KIO.&quot;
Het bericht dat tdesvn-kio zou moeten geven bij bewerkingen vanuit konqueror wanneer bovenstaande vlag is gezet. Standaard is &quot;Revision made with tdesvn KIO.&quot;
</para></listitem>
</varlistentry>
@ -1513,7 +1513,7 @@ Het bericht dat kdesvn-kio zou moeten geven bij bewerkingen vanuit konqueror wan
<!-- (OPTIONEEL, MAAR AANBEVOLEN) Dit hoofdstuk zou een lijst moeten geven van alle vensters van het programma, de menu's en werkbalk commando's om makkelijk op te kunnen zoeken.
Ook toetsaanslagen die een speciale functie hebben en geen equivalent in de menu's of werkbalken hebben. Dit is niet noodzakelijk voor kleine programma's of programma's zonder menu's en werkbalken. -->
<sect1 id="kdesvn-mainwindow">
<sect1 id="tdesvn-mainwindow">
<title>Het &kappname; hoofdvenster</title>
<sect2>
@ -1561,7 +1561,7 @@ Ook toetsaanslagen die een speciale functie hebben en geen equivalent in de menu
Lees de helppagina's van konqueror.
</para>
</sect2>
<sect2 id="kdesvn-subversion-menu">
<sect2 id="tdesvn-subversion-menu">
<title>Het menu <guimenu>Subversion</guimenu></title>
<variablelist>
@ -1870,7 +1870,7 @@ Wees voorzichtig, deze lijst kan erg lang zijn!</para>
</sect2>
<sect2 id="kdesvn-svntoolbar">
<sect2 id="tdesvn-svntoolbar">
<title>De subversion werkbalk</title>
<variablelist>
<varlistentry>
@ -1916,7 +1916,7 @@ Het &quot;probleem&quot; is ssh zelf. Subversion maakt voor elk verzonden comman
Wanneer een ssh-agent wordt gestart voordat &kappname; is gestart, voeg dan Uw indentiteit toe aan de cache van deze ssh-agent, &kappname; zal dit niet veranderen vanwege de veiligheid, en vraagt daarom steeds opnieuw naar Uw wachtwoord. (Lees ook <ulink url="man:ssh-add">Manpage van ssh-add</ulink>)
</para>
<para>
<ulink url="http://steamedpenguin.com/kdesvn-and-private-keys/">Steamedpenguin heeft een mooie beschrijving</ulink> hoe &kappname; te gebruiken met ssh en keychain.
<ulink url="http://steamedpenguin.com/tdesvn-and-private-keys/">Steamedpenguin heeft een mooie beschrijving</ulink> hoe &kappname; te gebruiken met ssh en keychain.
</para>
</answer>
</qandaentry>
@ -1926,7 +1926,7 @@ Wanneer een ssh-agent wordt gestart voordat &kappname; is gestart, voeg dan Uw i
</question>
<answer>
<para>
Het mag niet uitgeschakeld worden. Dit is een eigenschap van ssh-agent zelf, wanneer het merkt dat het in een terminal is gestart, dan vraagt het voor een wachtwoord in een terminal en niet in een X-dialoog zoals kdesvnaskpass. (Lees ook <ulink url="man:ssh-add">Manpage van ssh-add</ulink>).
Het mag niet uitgeschakeld worden. Dit is een eigenschap van ssh-agent zelf, wanneer het merkt dat het in een terminal is gestart, dan vraagt het voor een wachtwoord in een terminal en niet in een X-dialoog zoals tdesvnaskpass. (Lees ook <ulink url="man:ssh-add">Manpage van ssh-add</ulink>).
</para>
</answer>
</qandaentry>
@ -1947,7 +1947,7 @@ Updates worden alleen getoond wanneer de bestandserver ook subversion 1.2 is. B.
<answer>
<para>
Er kunnen vele redenen zijn waarom het programma niet geladen kon worden. Dit gebeurt meestal wanneer men de subversion-bibiotheken zelf compileert.
Lees in dat geval de beschrijving van de <ulink url="http://kdesvn.alwins-world.de/ticket/128">issue entry</ulink>.
Lees in dat geval de beschrijving van de <ulink url="http://tdesvn.alwins-world.de/ticket/128">issue entry</ulink>.
</para>
<para>
Het volgende probleem kan zijn dat bij het compileren de libsuffix voor 64-Bit systemen niet is meegegeven. De onderdelen worden dan geïnstalleerd in <prompt>$PREFIX/lib</prompt> inplaats van <prompt>$PREFIX/lib64</prompt>. Geef daarom <prompt>-DLIB_SUFFIX=64</prompt> als paramter naar cmake.
@ -1955,7 +1955,7 @@ Het volgende probleem kan zijn dat bij het compileren de libsuffix voor 64-Bit s
<para>Als het probleem nog niet is opgelost, probeer dan het volgende in een terminal:
<programlisting>
export LD_PRELOAD=/usr/lib/trinity/libtdesvnpart.so
kdesvn
tdesvn
unset LD_PRELOAD
</programlisting>
(/usr/lib/trinity kan op Uw systeem anders zijn, controleer daarom de plaats waar het is geïnstalleerd)
@ -2042,7 +2042,7 @@ Een gewenst revisie toevoegen naar url moet altijd gedaan worden via &quot;?rev=
<sect1>
<title>Bugs melden / terugkoppeling</title>
<para>
Bugmeldingen en wensen (in het Engels)kunnen gezonden worden naar <email>kdesvn-bugs@alwins-world.de</email>, vragen over het gebruik of andere terugkoppelingen naar <email>kdesvn@alwins-world.de</email>.
Bugmeldingen en wensen (in het Engels)kunnen gezonden worden naar <email>tdesvn-bugs@alwins-world.de</email>, vragen over het gebruik of andere terugkoppelingen naar <email>tdesvn@alwins-world.de</email>.
</para>
<para>
Een overzicht van de mailinglijsten voor &kappname; zijn te verkrijgen op <ulink url="http://lists.alwins-world.de/mailman/listinfo">mailinglijsten overzicht</ulink>.
@ -2055,7 +2055,7 @@ the credits with a reference to the appropriate license file included in the KDE
distribution. -->
<title>Dankbetuigingen en licenties</title>
<para>
Programma copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</email>
Programma copyright 2005-2006 Rajko Albrecht <email>tdesvn@alwins-world.de</email>
</para>
<para>
Hartelijk dank aan de volgende personen:
@ -2072,10 +2072,10 @@ Hartelijk dank aan de volgende personen:
Hartelijk dank aan alle andere vertalers (Ik had nooit gedacht dat ik zo snel zoveel vertalingen zou krijgen!) en voor alle positieve en negatieve terugkoppelingen. Dat heeft veel geholpen.
</para>
<para>
Indien U Uw eigen vertaling van &kappname; wilt en hulp wenst, lees meer op de homepage van &kappname; of vraag op <ulink url="mailto:kdesvn-i10n@alwins-world.de"><email>kdesvn-i10n@alwins-world.de</email> mailinglist</ulink>.
Indien U Uw eigen vertaling van &kappname; wilt en hulp wenst, lees meer op de homepage van &kappname; of vraag op <ulink url="mailto:tdesvn-i10n@alwins-world.de"><email>tdesvn-i10n@alwins-world.de</email> mailinglist</ulink>.
</para>
<para>
Documentatie copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</email>
Documentatie copyright 2005-2006 Rajko Albrecht <email>tdesvn@alwins-world.de</email>
</para>
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
@ -2097,20 +2097,20 @@ Documentatie copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</e
<appendix id="installation">
<title>Installatie</title>
<sect1 id="getting-kdesvn">
<sect1 id="getting-tdesvn">
<title>Hoe U &kappname; kunt verkrijgen</title>
<!-- Deze eerste item bevat een voorbeel (boiler plate) voor programma's die een onderdeel zijn van KDE CVS. Deze moet verwijderd worden wanneer U Uw programma releast. -->
<para>
&kappname; kan worden gevonden op
<ulink url="http://kdesvn.alwins-world.de/downloads/">
<ulink url="http://tdesvn.alwins-world.de/downloads/">
de &kappname; download area</ulink>.
</para>
<para>
Op de <ulink url="http://kdesvn.alwins-world.de/browser/trunk">laatste repository versie</ulink> is te zien wat de laatste ontwikkelingen zijn.
Op de <ulink url="http://tdesvn.alwins-world.de/browser/trunk">laatste repository versie</ulink> is te zien wat de laatste ontwikkelingen zijn.
</para>
<para>
De homepage van het project is <ulink url="http://kdesvn.alwins-world.de/">http://kdesvn.alwins-world.de/</ulink>
De homepage van het project is <ulink url="http://tdesvn.alwins-world.de/">http://tdesvn.alwins-world.de/</ulink>
</para>
</sect1>
@ -2120,7 +2120,7 @@ De homepage van het project is <ulink url="http://kdesvn.alwins-world.de/">http:
<!--
Vermeldt alle speciale benodigheden voor Uw programma hier. This should include:
.bibiotheken of andere software dat niet is meegeleverd met tdesupport,
kdelibs, of kdebase.
tdelibs, of tdebase.
.Hardware benodigheden zoals de hoeveelheid geheugen (RAM), harde schijf ruimte, grafische kaart, scherm resolutie, andere speciale kaarten enz.
.Operating systemen waarop het programma loopt. Indien Uw programma is ontworpen om alleen op een specifiek OS te werken, (U schreef een bijvoorbeeld een grafische LILO configurator) , meldt deze informatie hier.
-->
@ -2135,7 +2135,7 @@ Subversion kan worden gevonden op <ulink url="http://subversion.tigris.org">its
<!-- Voor een lijst van updates, kunt U verwijzen naar de webpage van het Changelog- bestand, of ... -->
<para>
Een lijst met wijzigingen kan gevonden worden op <ulink
url="http://kdesvn.alwins-world.de/browser/trunk/ChangeLog">http://kdesvn.alwins-world.de/browser/trunk/ChangeLog</ulink>.
url="http://tdesvn.alwins-world.de/browser/trunk/ChangeLog">http://tdesvn.alwins-world.de/browser/trunk/ChangeLog</ulink>.
</para>
</sect1>

@ -1,12 +1,12 @@
Summary: A subversion client for the KDE with KIO integration.
Name: kdesvn
Name: tdesvn
Version: 1.0.4
Release: 1%{?dist}
License: LGPL
Vendor: Rajko Albrecht <ral@alwins-world.de>
Url: http://kdesvn.alwins-world.de
Url: http://tdesvn.alwins-world.de
Group: Development/Tools
Source: kdesvn-%version.tar.bz2
Source: tdesvn-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
Requires: /usr/bin/dot
BuildRequires: apr-devel
@ -14,7 +14,7 @@ BuildRequires: apr-util-devel
BuildRequires: subversion-devel >= 1.3.0
BuildRequires: cmake >= 2.4
BuildRequires: sqlite-devel
BuildRequires: kdelibs-devel >= 3.4
BuildRequires: tdelibs-devel >= 3.4
%description
Kdesvn is a subversion client for KDE.
@ -22,21 +22,21 @@ It may used as standalone application or plugin (KPart). Base functions are prov
via a KIO protocol, too.
%package kiosvn
Requires: kdesvn = %{version}
Requires: tdesvn = %{version}
Group: Development/Tools
Summary: A kde-kio integration for subversion based on kdesvn
Summary: A kde-kio integration for subversion based on tdesvn
%description kiosvn
KIO integration (KIO::svn) based on kdesvn alternative protocol name.
KIO integration (KIO::svn) based on tdesvn alternative protocol name.
%package devel
Group: Development/Libraries
Summary: Wrapper lib for subversion QT integration.
Requires: subversion-devel >= 1.2.0
Requires: kdesvn = %{version}
Requires: tdesvn = %{version}
%description devel
Development files for kdesvn.
Development files for tdesvn.
%prep
%setup -q
@ -62,25 +62,25 @@ gzip $RPM_BUILD_ROOT/%{_datadir}/man/man1/*
%clean
rm -rf $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_DIR/kdesvn
rm -rf $RPM_BUILD_DIR/tdesvn
%files
%defattr(-,root,root)
%{_bindir}/kdesvn
%{_bindir}/kdesvnaskpass
%{_bindir}/tdesvn
%{_bindir}/tdesvnaskpass
%{_libdir}/*/*part*
%{_datadir}/applications/*
%{_datadir}/apps/kdesvn/*
%{_datadir}/apps/tdesvn/*
%{_datadir}/apps/tdesvnpart/*
%{_datadir}/apps/kconf_update/*
%{_datadir}/config.kcfg/*
%{_datadir}/doc/*
%{_datadir}/icons/*
%{_datadir}/locale/*
%{_libdir}/*/kded_kdesvnd.*
%{_datadir}/services/kded/kdesvnd.desktop
%{_datadir}/apps/konqueror/servicemenus/kdesvn*
%{_libdir}/*/kded_tdesvnd.*
%{_datadir}/services/kded/tdesvnd.desktop
%{_datadir}/apps/konqueror/servicemenus/tdesvn*
%{_libdir}/*/kio_ksvn*
%{_datadir}/services/ksvn*.protocol
%{_datadir}/man/man1/*

@ -1,12 +1,12 @@
Summary: A subversion client for the KDE with KIO integration.
Name: kdesvn
Name: tdesvn
Version: @VERSION@
Release: 1%{?dist}
License: LGPL
Vendor: Rajko Albrecht <ral@alwins-world.de>
Url: http://kdesvn.alwins-world.de
Url: http://tdesvn.alwins-world.de
Group: Development/Tools
Source: kdesvn-%version.tar.bz2
Source: tdesvn-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
Requires: /usr/bin/dot
BuildRequires: apr-devel
@ -14,7 +14,7 @@ BuildRequires: apr-util-devel
BuildRequires: subversion-devel >= 1.3.0
BuildRequires: cmake >= 2.4
BuildRequires: sqlite-devel
BuildRequires: kdelibs-devel >= 3.4
BuildRequires: tdelibs-devel >= 3.4
%description
Kdesvn is a subversion client for KDE.
@ -22,21 +22,21 @@ It may used as standalone application or plugin (KPart). Base functions are prov
via a KIO protocol, too.
%package kiosvn
Requires: kdesvn = %{version}
Requires: tdesvn = %{version}
Group: Development/Tools
Summary: A kde-kio integration for subversion based on kdesvn
Summary: A kde-kio integration for subversion based on tdesvn
%description kiosvn
KIO integration (KIO::svn) based on kdesvn alternative protocol name.
KIO integration (KIO::svn) based on tdesvn alternative protocol name.
%package devel
Group: Development/Libraries
Summary: Wrapper lib for subversion QT integration.
Requires: subversion-devel >= 1.2.0
Requires: kdesvn = %{version}
Requires: tdesvn = %{version}
%description devel
Development files for kdesvn.
Development files for tdesvn.
%prep
%setup -q
@ -62,25 +62,25 @@ gzip $RPM_BUILD_ROOT/%{_datadir}/man/man1/*
%clean
rm -rf $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_DIR/kdesvn
rm -rf $RPM_BUILD_DIR/tdesvn
%files
%defattr(-,root,root)
%{_bindir}/kdesvn
%{_bindir}/kdesvnaskpass
%{_bindir}/tdesvn
%{_bindir}/tdesvnaskpass
%{_libdir}/*/*part*
%{_datadir}/applications/*
%{_datadir}/apps/kdesvn/*
%{_datadir}/apps/tdesvn/*
%{_datadir}/apps/tdesvnpart/*
%{_datadir}/apps/kconf_update/*
%{_datadir}/config.kcfg/*
%{_datadir}/doc/*
%{_datadir}/icons/*
%{_datadir}/locale/*
%{_libdir}/*/kded_kdesvnd.*
%{_datadir}/services/kded/kdesvnd.desktop
%{_datadir}/apps/konqueror/servicemenus/kdesvn*
%{_libdir}/*/kded_tdesvnd.*
%{_datadir}/services/kded/tdesvnd.desktop
%{_datadir}/apps/konqueror/servicemenus/tdesvn*
%{_libdir}/*/kio_ksvn*
%{_datadir}/services/ksvn*.protocol
%{_datadir}/man/man1/*

@ -1 +1 @@
ADD_POFILES("kdesvn")
ADD_POFILES("tdesvn")

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,39 +1,39 @@
ADD_EXECUTABLE(kdesvnaskpass askpass/kdesvn-askpass.cpp)
ADD_EXECUTABLE(tdesvnaskpass askpass/tdesvn-askpass.cpp)
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib${LIB_SUFFIX}/trinity)
SET(kdesvnsrc
SET(tdesvnsrc
main.cpp
kdesvn.cpp
tdesvn.cpp
urldlg.cpp
commandline.cpp)
SET(partsrc
kdesvn_events.cpp
kdesvn_events.h
kdesvn_part.cpp
kdesvnview.cpp
tdesvn_events.cpp
tdesvn_events.h
tdesvn_part.cpp
tdesvnview.cpp
commandline_part.cpp)
KDE3_AUTOMOC(${kdesvnsrc})
KDE3_AUTOMOC(${tdesvnsrc})
KDE3_AUTOMOC(${partsrc})
SET(partsrc ${partsrc} kdesvn_part.h kdesvnview.h commandline_part.h)
SET(kdesvnsrc ${kdesvnsrc} kdesvn.h urldlg.h commandline.h)
SET(partsrc ${partsrc} tdesvn_part.h tdesvnview.h commandline_part.h)
SET(tdesvnsrc ${tdesvnsrc} tdesvn.h urldlg.h commandline.h)
ADD_SUBDIRECTORY(svnqt)
ADD_SUBDIRECTORY(ksvnwidgets)
ADD_SUBDIRECTORY(settings)
ADD_SUBDIRECTORY(svnfrontend)
ADD_SUBDIRECTORY(helpers)
ADD_SUBDIRECTORY(kdesvnd)
ADD_SUBDIRECTORY(tdesvnd)
ADD_SUBDIRECTORY(kiosvn)
ADD_SUBDIRECTORY(pics)
ADD_SUBDIRECTORY(icons)
ADD_EXECUTABLE(kdesvn ${kdesvnsrc})
ADD_EXECUTABLE(tdesvn ${tdesvnsrc})
KDE3_ADD_KPART(tdesvnpart WITH_PREFIX ${partsrc})
TARGET_LINK_LIBRARIES(tdesvnpart svnfrontend kdesvnhelpers ksvnwidgets settingsdlgs kdesvncfgreader svnqt
TARGET_LINK_LIBRARIES(tdesvnpart svnfrontend tdesvnhelpers ksvnwidgets settingsdlgs tdesvncfgreader svnqt
${QT_AND_TDECORE_LIBS} ${KDE3_KIO_LIBRARY} ${KDE3_PART_LIBRARY} ${KDE3_UI_LIBRARY} ${KDE3_WALLET_LIBRARY} )
SET_TARGET_PROPERTIES(tdesvnpart
PROPERTIES
@ -44,14 +44,14 @@ INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/svnqt)
KDESVN_GENERATE_LIBTOOL_FILE(tdesvnpart)
TARGET_LINK_LIBRARIES(kdesvnaskpass ${QT_AND_TDECORE_LIBS} ${KDE3_UI_LIBRARY})
TARGET_LINK_LIBRARIES(kdesvn ${QT_AND_TDECORE_LIBS} ${KDE3_UI_LIBRARY} ${KDE3_PART_LIBRARY} ${KDE3_DCOP_LIBRARY} ${KDE3_KIO_LIBRARY})
TARGET_LINK_LIBRARIES(tdesvnaskpass ${QT_AND_TDECORE_LIBS} ${KDE3_UI_LIBRARY})
TARGET_LINK_LIBRARIES(tdesvn ${QT_AND_TDECORE_LIBS} ${KDE3_UI_LIBRARY} ${KDE3_PART_LIBRARY} ${KDE3_DCOP_LIBRARY} ${KDE3_KIO_LIBRARY})
INSTALL(TARGETS kdesvn kdesvnaskpass tdesvnpart
INSTALL(TARGETS tdesvn tdesvnaskpass tdesvnpart
RUNTIME DESTINATION ${BIN_INSTALL_DIR}
LIBRARY DESTINATION ${PLUGIN_INSTALL_DIR})
# the resources
INSTALL(FILES kdesvnui.rc DESTINATION ${DATA_INSTALL_DIR}/kdesvn)
INSTALL(FILES kdesvn_part.rc DESTINATION ${DATA_INSTALL_DIR}/tdesvnpart)
INSTALL(FILES kdesvn.desktop DESTINATION ${XDG_APPS_DIR})
INSTALL(FILES tdesvnui.rc DESTINATION ${DATA_INSTALL_DIR}/tdesvn)
INSTALL(FILES tdesvn_part.rc DESTINATION ${DATA_INSTALL_DIR}/tdesvnpart)
INSTALL(FILES tdesvn.desktop DESTINATION ${XDG_APPS_DIR})

@ -33,8 +33,8 @@ static KCmdLineOptions options[] =
int main(int argc, char** argv)
{
KAboutData about("kdesvnaskpass",I18N_NOOP("kdesvnaskpass"),"0.1",
I18N_NOOP("ssh-askpass for kdesvn"),
KAboutData about("tdesvnaskpass",I18N_NOOP("tdesvnaskpass"),"0.1",
I18N_NOOP("ssh-askpass for tdesvn"),
KAboutData::License_LGPL,
I18N_NOOP("Copyright (c) 2005 Rajko Albrecht"));
KCmdLineArgs::init(argc, argv, &about);

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "commandline.h"
#include "kdesvn_part.h"
#include "tdesvn_part.h"
#include "commandline_part.h"
#include <kcmdlineargs.h>
#include <kdialogbase.h>
@ -80,5 +80,5 @@ int CommandLine::exec()
void CommandLineData::displayHelp()
{
kapp->invokeHelp("kdesvn-commandline","kdesvn");
kapp->invokeHelp("tdesvn-commandline","tdesvn");
}

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "commandline_part.h"
#include "kdesvn_part.h"
#include "tdesvn_part.h"
#include "svnfrontend/commandexec.h"
#include <kstandarddirs.h>
@ -26,8 +26,8 @@
commandline_part::commandline_part(TQObject *parent, const char *name,KCmdLineArgs *args)
: TQObject(parent, name)
{
KGlobal::locale()->insertCatalogue("kdesvn");
KInstance * inst = kdesvnPartFactory::instance();
KGlobal::locale()->insertCatalogue("tdesvn");
KInstance * inst = tdesvnPartFactory::instance();
KGlobal::locale()->insertCatalogue(inst->instanceName());
KGlobal::dirs()->addResourceType( inst->instanceName() + "data",
KStandardDirs::kde_default("data")+ TQString::tqfromLatin1( inst->instanceName() ) + '/' );

@ -7,8 +7,8 @@ FILE(GLOB hdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h")
KDE3_AUTOMOC(${helperssrc} )
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(kdesvnhelpers STATIC ${helperssrc} ${hdr})
ADD_LIBRARY(tdesvnhelpers STATIC ${helperssrc} ${hdr})
SET_TARGET_PROPERTIES(kdesvnhelpers
SET_TARGET_PROPERTIES(tdesvnhelpers
PROPERTIES
COMPILE_FLAGS ${CMAKE_SHARED_LIBRARY_CXX_FLAGS})

@ -19,11 +19,11 @@
*/
#include "sshagent.h"
#include "kdesvn-config.h"
#include "tdesvn-config.h"
#include <tqregexp.h>
#include <kapplication.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kprocess.h>
#include <kdebug.h>
@ -78,9 +78,9 @@ bool SshAgent::querySshAgent()
if (!agent) {
*/
#ifdef HAS_SETENV
::setenv("SSH_ASKPASS", "kdesvnaskpass",1);
::setenv("SSH_ASKPASS", "tdesvnaskpass",1);
#else
::putenv("SSH_ASKPASS=kdesvnaskpass");
::putenv("SSH_ASKPASS=tdesvnaskpass");
#endif
/*
}
@ -128,7 +128,7 @@ bool SshAgent::addSshIdentities(bool force)
}
*/
if (!agent) {
proc.setEnvironment("SSH_ASKPASS", "kdesvnaskpass");
proc.setEnvironment("SSH_ASKPASS", "tdesvnaskpass");
}
#endif

@ -19,9 +19,9 @@
***************************************************************************/
#include "kdesvn.h"
#include "tdesvn.h"
#include "urldlg.h"
#include "kdesvn_part.h"
#include "tdesvn_part.h"
#include <tqdragobject.h>
#include <kprinter.h>
@ -32,7 +32,7 @@
#include <kglobal.h>
#include <klocale.h>
#include <kiconloader.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kstatusbar.h>
#include <kaccel.h>
#include <kio/netaccess.h>
@ -62,8 +62,8 @@
#include <kcrash.h>
#endif
kdesvn::kdesvn()
: KParts::MainWindow( 0, "kdesvn" ),
tdesvn::tdesvn()
: KParts::MainWindow( 0, "tdesvn" ),
KBookmarkOwner()
{
m_part = 0;
@ -73,7 +73,7 @@ kdesvn::kdesvn()
// I hate this crashhandler in development
KCrash::setCrashHandler(0);
#else
setXMLFile("kdesvnui.rc");
setXMLFile("tdesvnui.rc");
#endif
setStandardToolBarMenuEnabled(true);
// then, setup our actions
@ -114,7 +114,7 @@ kdesvn::kdesvn()
// now that the Part is loaded, we cast it to a Part to get
// our hands on it
m_part = static_cast<KParts::ReadOnlyPart *>(cfa->createAppPart(this,"kdesvn_part", TQT_TQOBJECT(this), "kdesvn_part", "KParts::ReadOnlyPart",TQStringList()));
m_part = static_cast<KParts::ReadOnlyPart *>(cfa->createAppPart(this,"tdesvn_part", TQT_TQOBJECT(this), "tdesvn_part", "KParts::ReadOnlyPart",TQStringList()));
if (m_part)
{
@ -135,11 +135,11 @@ kdesvn::kdesvn()
KShortcut(),TQT_TQOBJECT(m_part->widget()),TQT_SLOT(slotLoaddump()),actionCollection(),"subversion_load_repo");
tmpAction->setToolTip(i18n("Load a dump file into a repository."));
tmpAction = new KAction(i18n("Add ssh identities to ssh-agent"),"password",
KShortcut(),TQT_TQOBJECT(m_part),TQT_SLOT(slotSshAdd()),actionCollection(),"kdesvn_ssh_add");
KShortcut(),TQT_TQOBJECT(m_part),TQT_SLOT(slotSshAdd()),actionCollection(),"tdesvn_ssh_add");
tmpAction->setToolTip(i18n("Force add ssh-identities to ssh-agent for future use."));
tmpAction = new KAction(i18n("Info about kdesvn part"), "kdesvn",
tmpAction = new KAction(i18n("Info about tdesvn part"), "tdesvn",
KShortcut(), TQT_TQOBJECT(m_part), TQT_SLOT(showAboutApplication()), actionCollection(), "help_about_tdesvnpart");
tmpAction->setToolTip(i18n("Shows info about the kdesvn plugin not the standalone app."));
tmpAction->setToolTip(i18n("Shows info about the tdesvn plugin not the standalone app."));
/* enable tooltips in statusbar for menu */
actionCollection()->setHighlightingEnabled(true);
@ -166,7 +166,7 @@ kdesvn::kdesvn()
setAutoSaveSettings();
}
void kdesvn::connectActionCollection( KActionCollection *coll )
void tdesvn::connectActionCollection( KActionCollection *coll )
{
if (!coll)return;
connect( coll, TQT_SIGNAL( actionStatusText( const TQString & ) ),
@ -175,21 +175,21 @@ void kdesvn::connectActionCollection( KActionCollection *coll )
this, TQT_SLOT( resetStatusBar() ) );
}
void kdesvn::disconnectActionCollection( KActionCollection *coll )
void tdesvn::disconnectActionCollection( KActionCollection *coll )
{
if (!coll)return;
}
kdesvn::~kdesvn()
tdesvn::~tdesvn()
{
}
void kdesvn::loadRescent(const KURL& url)
void tdesvn::loadRescent(const KURL& url)
{
load(url,true);
}
void kdesvn::load(const KURL& url,bool addRescent)
void tdesvn::load(const KURL& url,bool addRescent)
{
if (m_part) {
bool ret = m_part->openURL(url);
@ -217,7 +217,7 @@ void kdesvn::load(const KURL& url,bool addRescent)
}
}
void kdesvn::setupActions()
void tdesvn::setupActions()
{
KAction*ac;
KStdAction::open(TQT_TQOBJECT(this), TQT_SLOT(fileOpen()), actionCollection());
@ -248,7 +248,7 @@ void kdesvn::setupActions()
connect(toggletemp,TQT_SIGNAL(toggled(bool)),this,TQT_SLOT(slotLoadLast(bool)));
}
void kdesvn::optionsShowStatusbar()
void tdesvn::optionsShowStatusbar()
{
// this is all very cut and paste code for showing/hiding the
// statusbar
@ -258,7 +258,7 @@ void kdesvn::optionsShowStatusbar()
statusBar()->hide();
}
void kdesvn::fileClose()
void tdesvn::fileClose()
{
if (m_part) m_part->closeURL();
if (getMemberList()->count()>1) {
@ -268,7 +268,7 @@ void kdesvn::fileClose()
}
}
void kdesvn::saveProperties(KConfig *config)
void tdesvn::saveProperties(KConfig *config)
{
// the 'config' object points to the session managed
// config file. anything you write here will be available
@ -283,7 +283,7 @@ void kdesvn::saveProperties(KConfig *config)
}
}
void kdesvn::readProperties(KConfig *config)
void tdesvn::readProperties(KConfig *config)
{
// the 'config' object points to the session managed
// config file. this function is automatically called whenever
@ -296,48 +296,48 @@ void kdesvn::readProperties(KConfig *config)
m_part->openURL(KURL(url));
}
void kdesvn::fileNew()
void tdesvn::fileNew()
{
// this slot is called whenever the File->New menu is selected,
// the New shortcut is pressed (usually CTRL+N) or the New toolbar
// button is clicked
// create a new window
(new kdesvn)->show();
(new tdesvn)->show();
enableClose(true);
}
void kdesvn::fileOpen()
void tdesvn::fileOpen()
{
KURL url = UrlDlg::getURL(this);
if (!url.isEmpty())
load(url,true);
}
void kdesvn::changeStatusbar(const TQString& text)
void tdesvn::changeStatusbar(const TQString& text)
{
// display the text on the statusbar
statusBar()->message(text);
}
void kdesvn::resetStatusBar()
void tdesvn::resetStatusBar()
{
statusBar()->message(i18n("Ready"));
}
void kdesvn::openBookmarkURL (const TQString &_url)
void tdesvn::openBookmarkURL (const TQString &_url)
{
if (!_url.isEmpty() && m_part)
load(_url,false);
}
TQString kdesvn::currentURL () const
TQString tdesvn::currentURL () const
{
if (!m_part) return "";
return m_part->url().prettyURL();
}
void kdesvn::enableClose(bool how)
void tdesvn::enableClose(bool how)
{
KAction * ac;
if ( (ac=actionCollection()->action("file_close"))) {
@ -346,18 +346,18 @@ void kdesvn::enableClose(bool how)
}
/*!
\fn kdesvn::slotUrlOpened(bool)
\fn tdesvn::slotUrlOpened(bool)
*/
void kdesvn::slotUrlOpened(bool how)
void tdesvn::slotUrlOpened(bool how)
{
enableClose(how);
}
/*!
\fn kdesvn::optionsConfigureToolbars()
\fn tdesvn::optionsConfigureToolbars()
*/
void kdesvn::optionsConfigureToolbars()
void tdesvn::optionsConfigureToolbars()
{
#if defined(KDE_MAKE_VERSION)
# if TDE_VERSION >= KDE_MAKE_VERSION(3,1,0)
@ -378,22 +378,22 @@ void kdesvn::optionsConfigureToolbars()
/*!
\fn kdesvn::applyNewToolbarConfig()
\fn tdesvn::applyNewToolbarConfig()
*/
void kdesvn::applyNewToolbarConfig()
void tdesvn::applyNewToolbarConfig()
{
#if defined(KDE_MAKE_VERSION)
# if TDE_VERSION >= KDE_MAKE_VERSION(3,1,0)
applyMainWindowSettings(KGlobal::config(), autoSaveGroup());
# else
applyMainWindowSettings(kdesvnPart::config());
applyMainWindowSettings(tdesvnPart::config());
# endif
#else
applyMainWindowSettings(kdesvnPart::config());
applyMainWindowSettings(tdesvnPart::config());
#endif
}
void kdesvn::optionsConfigureKeys()
void tdesvn::optionsConfigureKeys()
{
KKeyDialog kdlg(true,m_part->widget());
kdlg.insert(actionCollection());
@ -406,9 +406,9 @@ void kdesvn::optionsConfigureKeys()
/*!
\fn kdesvn::queryExit()
\fn tdesvn::queryExit()
*/
bool kdesvn::queryExit()
bool tdesvn::queryExit()
{
if (m_part) {
KConfigGroup cs(KGlobal::config(),"startup");
@ -423,9 +423,9 @@ bool kdesvn::queryExit()
/*!
\fn kdesvn::checkReload()
\fn tdesvn::checkReload()
*/
void kdesvn::checkReload()
void tdesvn::checkReload()
{
KConfigGroup cs(KGlobal::config(),"startup");
if (!cs.readBoolEntry("load_last_on_start",false))
@ -439,12 +439,12 @@ void kdesvn::checkReload()
/*!
\fn kdesvn::slotLoadLast(bool)
\fn tdesvn::slotLoadLast(bool)
*/
void kdesvn::slotLoadLast(bool how)
void tdesvn::slotLoadLast(bool how)
{
KConfigGroup cs(KGlobal::config(),"startup");
cs.writeEntry("load_last_on_start",how);
}
#include "kdesvn.moc"
#include "tdesvn.moc"

@ -1,14 +1,14 @@
[Desktop Entry]
Encoding=UTF-8
Name=kdesvn
Name=tdesvn
GenericName=SVN client
GenericName[de]=Graphische Oberfläche für SVN
GenericName[es]=Cliente SVN
GenericName[lt]=SVN klientas
Exec=kdesvn %i %m -caption "%c"
Icon=kdesvn
Exec=tdesvn %i %m -caption "%c"
Icon=tdesvn
Type=Application
DocPath=kdesvn/index.html
DocPath=tdesvn/index.html
Comment=A Subversion client for KDE
Comment[de]=Ein Subversionclient für KDE
Comment[nl]=Een Subversion-client voor KDE

@ -22,7 +22,7 @@
#ifndef _KDESVN_H_
#define _KDESVN_H_
#include "kdesvn-config.h"
#include "tdesvn-config.h"
#include <kapplication.h>
#include <kparts/mainwindow.h>
@ -36,14 +36,14 @@ class KToggleAction;
class KBookmarkMenu;
/**
* This class serves as the main window for kdesvn. It handles the
* This class serves as the main window for tdesvn. It handles the
* menus, toolbars, and status bars.
*
* @short Main window class
* @author Rajko Albrecht <ral@alwins-world.de>
* @version $Rev: 1229 $
*/
class kdesvn : public KParts::MainWindow,public KBookmarkOwner
class tdesvn : public KParts::MainWindow,public KBookmarkOwner
{
Q_OBJECT
TQ_OBJECT
@ -51,12 +51,12 @@ public:
/**
* Default Constructor
*/
kdesvn();
tdesvn();
/**
* Default Destructor
*/
virtual ~kdesvn();
virtual ~tdesvn();
virtual void openBookmarkURL (const TQString &_url);
virtual TQString currentURL () const;

@ -1,5 +1,5 @@
Begin3
Title: kdesvn -- Some description
Title: tdesvn -- Some description
Version: 0.5.0
Entered-date:
Description:
@ -9,8 +9,8 @@ Maintained-by: Rajko Albrecht <ral@alwins-world.de>
Home-page:
Alternate-site:
Primary-site: ftp://ftp.kde.org/pub/kde/unstable/apps/utils
xxxxxx kdesvn-0.5.0.tar.gz
xxx kdesvn-0.5.0.lsm
xxxxxx tdesvn-0.5.0.tar.gz
xxx tdesvn-0.5.0.lsm
Platform: Linux. Needs KDE
Copying-policy: GPL
End

@ -1,4 +1,4 @@
#include "kdesvn_events.h"
#include "tdesvn_events.h"
#include "eventnumbers.h"
FillCacheStatusEvent::FillCacheStatusEvent(TQ_LLONG current,TQ_LLONG max)

@ -18,15 +18,15 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "kdesvn_part.h"
#include "src/settings/kdesvnsettings.h"
#include "tdesvn_part.h"
#include "src/settings/tdesvnsettings.h"
#include "settings/displaysettings_impl.h"
#include "settings/dispcolorsettings_impl.h"
#include "settings/revisiontreesettingsdlg_impl.h"
#include "settings/diffmergesettings_impl.h"
#include "settings/subversionsettings_impl.h"
#include "settings/cmdexecsettings_impl.h"
#include "kdesvnview.h"
#include "tdesvnview.h"
#include "commandline_part.h"
#include "src/svnqt/version_check.hpp"
#include "src/svnqt/url.hpp"
@ -49,40 +49,40 @@
#include <tqcursor.h>
#include <tqpopupmenu.h>
//K_EXPORT_COMPONENT_FACTORY( libtdesvnpart, kdesvnPartFactory )
//K_EXPORT_COMPONENT_FACTORY( libtdesvnpart, tdesvnPartFactory )
extern "C" { KDESVN_EXPORT void *init_libtdesvnpart() { return new kdesvnPartFactory; } }
extern "C" { KDESVN_EXPORT void *init_libtdesvnpart() { return new tdesvnPartFactory; } }
static const char version[] = VERSION;
TQString kdesvnPart::m_Extratext = "";
TQString tdesvnPart::m_Extratext = "";
static const char description[] =
I18N_NOOP("A Subversion Client for KDE (dynamic Part component)");
kdesvnPart::kdesvnPart( TQWidget *parentWidget, const char *widgetName,
tdesvnPart::tdesvnPart( TQWidget *parentWidget, const char *widgetName,
TQObject *parent, const char *name , const TQStringList&)
: KParts::ReadOnlyPart(parent, name)
{
init(parentWidget,widgetName,false);
}
kdesvnPart::kdesvnPart(TQWidget *parentWidget, const char *widgetName,
tdesvnPart::tdesvnPart(TQWidget *parentWidget, const char *widgetName,
TQObject *parent, const char *name,bool ownapp, const TQStringList&)
: KParts::ReadOnlyPart(parent, name)
{
init(parentWidget,widgetName,ownapp);
}
void kdesvnPart::init( TQWidget *parentWidget, const char *widgetName,bool full)
void tdesvnPart::init( TQWidget *parentWidget, const char *widgetName,bool full)
{
m_aboutDlg = 0;
KGlobal::locale()->insertCatalogue("kdesvn");
KGlobal::locale()->insertCatalogue("tdesvn");
// we need an instance
setInstance( kdesvnPartFactory::instance() );
setInstance( tdesvnPartFactory::instance() );
m_browserExt = new KdesvnBrowserExtension( this );
// this should be your custom internal widget
m_view = new kdesvnView(actionCollection(),parentWidget,widgetName,full);
m_view = new tdesvnView(actionCollection(),parentWidget,widgetName,full);
// notify the part that this is our internal widget
setWidget(m_view);
@ -94,7 +94,7 @@ void kdesvnPart::init( TQWidget *parentWidget, const char *widgetName,bool full)
setXMLFile(TESTING_PARTRC);
kdDebug()<<"Using test rc file in " << TESTING_PARTRC << endl;
#else
setXMLFile("kdesvn_part.rc");
setXMLFile("tdesvn_part.rc");
#endif
connect(m_view,TQT_SIGNAL(sigShowPopup(const TQString&,TQWidget**)),this,TQT_SLOT(slotDispPopup(const TQString&,TQWidget**)));
connect(m_view,TQT_SIGNAL(sigSwitchUrl(const KURL&)),this,TQT_SLOT(openURL(const KURL&)));
@ -106,17 +106,17 @@ void kdesvnPart::init( TQWidget *parentWidget, const char *widgetName,bool full)
m_browserExt->setPropertiesActionEnabled(false);
}
kdesvnPart::~kdesvnPart()
tdesvnPart::~tdesvnPart()
{
kdesvnPartFactory::instance()->config()->sync();
tdesvnPartFactory::instance()->config()->sync();
}
void kdesvnPart::slotUrlChanged(const TQString&url)
void tdesvnPart::slotUrlChanged(const TQString&url)
{
m_url = url;
}
bool kdesvnPart::openFile()
bool tdesvnPart::openFile()
{
m_view->openURL(m_url);
// just for fun, set the status bar
@ -125,7 +125,7 @@ bool kdesvnPart::openFile()
return true;
}
bool kdesvnPart::openURL(const KURL&url)
bool tdesvnPart::openURL(const KURL&url)
{
KURL _url = helpers::KTranslateUrl::translateSystemUrl(url);
@ -145,37 +145,37 @@ bool kdesvnPart::openURL(const KURL&url)
return ret;
}
void kdesvnPart::slotFileProperties()
void tdesvnPart::slotFileProperties()
{
}
void kdesvnPart::slotDispPopup(const TQString&name,TQWidget**target)
void tdesvnPart::slotDispPopup(const TQString&name,TQWidget**target)
{
*target = hostContainer(name);
}
KAboutData* kdesvnPart::createAboutData()
KAboutData* tdesvnPart::createAboutData()
{
m_Extratext = TQString(I18N_NOOP("Built with Subversion library: %1\n")).tqarg(svn::Version::linked_version());
m_Extratext+=TQString(I18N_NOOP("Running Subversion library: %1")).tqarg(svn::Version::running_version());
KAboutData*about = new KAboutData("tdesvnpart", I18N_NOOP("kdesvn Part"), version, description,
KAboutData*about = new KAboutData("tdesvnpart", I18N_NOOP("tdesvn Part"), version, description,
KAboutData::License_GPL, "(C) 2005-2007 Rajko Albrecht",0,
0, "ral@alwins-world.de");
about->addAuthor( "Rajko Albrecht", 0, "ral@alwins-world.de" );
about->setOtherText(m_Extratext);
about->setHomepage("http://kdesvn.alwins-world.de/");
about->setBugAddress("kdesvn-bugs@alwins-world.de");
about->setTranslator(I18N_NOOP("kdesvn: NAME OF TRANSLATORS\\nYour names"),
I18N_NOOP("kdesvn: EMAIL OF TRANSLATORS\\nYour emails"));
about->setHomepage("http://tdesvn.alwins-world.de/");
about->setBugAddress("tdesvn-bugs@alwins-world.de");
about->setTranslator(I18N_NOOP("tdesvn: NAME OF TRANSLATORS\\nYour names"),
I18N_NOOP("tdesvn: EMAIL OF TRANSLATORS\\nYour emails"));
return about;
}
/*!
\fn kdesvnPart::setupActions()
\fn tdesvnPart::setupActions()
*/
void kdesvnPart::setupActions()
void tdesvnPart::setupActions()
{
KToggleAction *toggletemp;
@ -209,24 +209,24 @@ void kdesvnPart::setupActions()
KAction * t = KStdAction::preferences(this, TQT_SLOT(slotShowSettings()), actionCollection(),"tdesvnpart_pref");
t->setText(i18n("&Configure %1...").tqarg("Kdesvn"));
if (TQString(kapp->instanceName())!=TQString("kdesvn")) {
(void)new KAction(i18n("&About kdesvn part"), "kdesvn", 0, this, TQT_SLOT(showAboutApplication()), actionCollection(), "help_about_tdesvnpart");
(void)new KAction(i18n("Kdesvn &Handbook"), "help", 0, this, TQT_SLOT(appHelpActivated()), actionCollection(), "help_kdesvn");
(void)new KAction(i18n("Send Bugreport for kdesvn"), 0, 0, this, TQT_SLOT(reportBug()), actionCollection(), "report_bug");
if (TQString(kapp->instanceName())!=TQString("tdesvn")) {
(void)new KAction(i18n("&About tdesvn part"), "tdesvn", 0, this, TQT_SLOT(showAboutApplication()), actionCollection(), "help_about_tdesvnpart");
(void)new KAction(i18n("Kdesvn &Handbook"), "help", 0, this, TQT_SLOT(appHelpActivated()), actionCollection(), "help_tdesvn");
(void)new KAction(i18n("Send Bugreport for tdesvn"), 0, 0, this, TQT_SLOT(reportBug()), actionCollection(), "report_bug");
}
actionCollection()->setHighlightingEnabled(true);
}
void kdesvnPart::slotSshAdd()
void tdesvnPart::slotSshAdd()
{
SshAgent ag;
ag.addSshIdentities(true);
}
/*!
\fn kdesvnPart::slotLogFollowNodes(bool)
\fn tdesvnPart::slotLogFollowNodes(bool)
*/
void kdesvnPart::slotLogFollowNodes(bool how)
void tdesvnPart::slotLogFollowNodes(bool how)
{
Kdesvnsettings::setLog_follows_nodes(how);
Kdesvnsettings::writeConfig();
@ -234,9 +234,9 @@ void kdesvnPart::slotLogFollowNodes(bool how)
/*!
\fn kdesvnPart::slotDiplayIgnored(bool)
\fn tdesvnPart::slotDiplayIgnored(bool)
*/
void kdesvnPart::slotDisplayIgnored(bool how)
void tdesvnPart::slotDisplayIgnored(bool how)
{
Kdesvnsettings::setDisplay_ignored_files(how);
Kdesvnsettings::writeConfig();
@ -245,9 +245,9 @@ void kdesvnPart::slotDisplayIgnored(bool how)
/*!
\fn kdesvnPart::slotDisplayUnknown(bool)
\fn tdesvnPart::slotDisplayUnknown(bool)
*/
void kdesvnPart::slotDisplayUnkown(bool how)
void tdesvnPart::slotDisplayUnkown(bool how)
{
Kdesvnsettings::setDisplay_unknown_files(how);
Kdesvnsettings::writeConfig();
@ -255,16 +255,16 @@ void kdesvnPart::slotDisplayUnkown(bool how)
}
/*!
\fn kdesvnPart::slotHideUnchanged(bool)
\fn tdesvnPart::slotHideUnchanged(bool)
*/
void kdesvnPart::slotHideUnchanged(bool how)
void tdesvnPart::slotHideUnchanged(bool how)
{
Kdesvnsettings::setHide_unchanged_files(how);
Kdesvnsettings::writeConfig();
emit refreshTree();
}
void kdesvnPart::slotEnableNetwork(bool how)
void tdesvnPart::slotEnableNetwork(bool how)
{
Kdesvnsettings::setNetwork_on(how);
Kdesvnsettings::writeConfig();
@ -272,9 +272,9 @@ void kdesvnPart::slotEnableNetwork(bool how)
}
/*!
\fn kdesvnPart::closeURL()
\fn tdesvnPart::closeURL()
*/
bool kdesvnPart::closeURL()
bool tdesvnPart::closeURL()
{
m_url=KURL();
m_view->closeMe();
@ -282,10 +282,10 @@ bool kdesvnPart::closeURL()
return true;
}
KdesvnBrowserExtension::KdesvnBrowserExtension( kdesvnPart *p )
KdesvnBrowserExtension::KdesvnBrowserExtension( tdesvnPart *p )
: KParts::BrowserExtension( p, "KdesvnBrowserExtension" )
{
KGlobal::locale()->insertCatalogue("kdesvn");
KGlobal::locale()->insertCatalogue("tdesvn");
}
KdesvnBrowserExtension::~KdesvnBrowserExtension()
@ -302,23 +302,23 @@ void KdesvnBrowserExtension::setPropertiesActionEnabled(bool enabled)
void KdesvnBrowserExtension::properties()
{
static_cast<kdesvnPart*>(parent())->slotFileProperties();
static_cast<tdesvnPart*>(parent())->slotFileProperties();
}
/*!
\fn kdesvnPart::reportBug()
\fn tdesvnPart::reportBug()
*/
void kdesvnPart::reportBug()
void tdesvnPart::reportBug()
{
KBugReport dlg(m_view, true, createAboutData());
dlg.exec();
}
/*!
\fn kdesvnPart::showAboutApplication()
\fn tdesvnPart::showAboutApplication()
*/
void kdesvnPart::showAboutApplication()
void tdesvnPart::showAboutApplication()
{
if (!m_aboutDlg) m_aboutDlg = new KAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false);
if(m_aboutDlg == 0)
@ -331,18 +331,18 @@ void kdesvnPart::showAboutApplication()
/*!
\fn kdesvnPart::appHelpActivated()
\fn tdesvnPart::appHelpActivated()
*/
void kdesvnPart::appHelpActivated()
void tdesvnPart::appHelpActivated()
{
kapp->invokeHelp(TQString(), "kdesvn");
kapp->invokeHelp(TQString(), "tdesvn");
}
/*!
\fn kdesvnPart::slotShowSettings()
\fn tdesvnPart::slotShowSettings()
*/
void kdesvnPart::slotShowSettings()
void tdesvnPart::slotShowSettings()
{
if (KConfigDialog::showDialog("tdesvnpart_settings")) {
return;
@ -351,13 +351,13 @@ void kdesvnPart::slotShowSettings()
"tdesvnpart_settings",
Kdesvnsettings::self(),
KDialogBase::IconList);
dialog->setHelp("setup","kdesvn");
dialog->setHelp("setup","tdesvn");
dialog->addPage(new DisplaySettings_impl(0,"general_items"),
i18n("General"),"configure",i18n("General"),true);
dialog->addPage(new SubversionSettings_impl(0,"subversion_items"),
i18n("Subversion"),"kdesvn",i18n("Subversion Settings"),true);
i18n("Subversion"),"tdesvn",i18n("Subversion Settings"),true);
dialog->addPage(new DiffMergeSettings_impl(0,"diffmerge_items"),
i18n("Diff & Merge"),"kdesvnmerge",i18n("Settings for diff and merge"),true);
i18n("Diff & Merge"),"tdesvnmerge",i18n("Settings for diff and merge"),true);
dialog->addPage(new DispColorSettings_impl(0,"color_items"),
i18n("Colors"),"colorize",i18n("Color Settings"),true);
dialog->addPage(new RevisiontreeSettingsDlg_impl(0,"revisiontree_items"),
@ -371,9 +371,9 @@ void kdesvnPart::slotShowSettings()
/*!
\fn kdesvnPart::slotSettingsChanged()
\fn tdesvnPart::slotSettingsChanged()
*/
void kdesvnPart::slotSettingsChanged()
void tdesvnPart::slotSettingsChanged()
{
KAction * temp;
temp = actionCollection()->action("toggle_log_follows");
@ -388,7 +388,7 @@ void kdesvnPart::slotSettingsChanged()
/// not needed this momenta
temp = actionCollection()->action("toggle_unknown_files");
if (temp) {
((KToggleAction*)temp)->setChecked(kdesvnPart_Prefs::self()->mdisp_unknown_files);
((KToggleAction*)temp)->setChecked(tdesvnPart_Prefs::self()->mdisp_unknown_files);
}
#endif
emit settingsChanged();
@ -406,7 +406,7 @@ KParts::Part* cFactory::createPartObject( TQWidget *parentWidget, const char *wi
{
Q_UNUSED(classname);
// Create an instance of our Part
return new kdesvnPart( parentWidget, widgetName, parent, name, args );
return new tdesvnPart( parentWidget, widgetName, parent, name, args );
}
KParts::Part* cFactory::createAppPart( TQWidget *parentWidget, const char *widgetName,
@ -415,7 +415,7 @@ KParts::Part* cFactory::createAppPart( TQWidget *parentWidget, const char *widge
{
Q_UNUSED(classname);
// Create an instance of our Part
kdesvnPart* obj = new kdesvnPart( parentWidget, widgetName, parent, name, false, args);
tdesvnPart* obj = new tdesvnPart( parentWidget, widgetName, parent, name, false, args);
emit objectCreated( obj );
return obj;
}
@ -433,7 +433,7 @@ cFactory::~cFactory()
KInstance* cFactory::instance()
{
if( !s_instance ) {
s_about = kdesvnPart::createAboutData();
s_about = tdesvnPart::createAboutData();
s_instance = new KInstance(s_about);
}
return s_instance;
@ -448,4 +448,4 @@ commandline_part*cFactory::createCommandIf(TQObject*parent,const char*name, KCmd
return s_cline;
}
#include "kdesvn_part.moc"
#include "tdesvn_part.moc"

@ -21,7 +21,7 @@
#ifndef _TDESVNPART_H_
#define _TDESVNPART_H_
#include "kdesvn-config.h"
#include "tdesvn-config.h"
#include <kparts/part.h>
#include <kparts/genericfactory.h>
@ -29,7 +29,7 @@
#include <kparts/statusbarextension.h>
#include <kparts/browserextension.h>
class kdesvnView;
class tdesvnView;
class TQPainter;
class KURL;
class KdesvnBrowserExtension;
@ -43,7 +43,7 @@ class KAboutApplication;
* @author Rajko Albrecht <rajko.albrecht@tecways.com>
* @version 0.1
*/
class KDESVN_EXPORT kdesvnPart : public KParts::ReadOnlyPart
class KDESVN_EXPORT tdesvnPart : public KParts::ReadOnlyPart
{
Q_OBJECT
TQ_OBJECT
@ -51,16 +51,16 @@ public:
/**
* Default constructor
*/
kdesvnPart(TQWidget *parentWidget, const char *widgetName,
tdesvnPart(TQWidget *parentWidget, const char *widgetName,
TQObject *parent, const char *name, const TQStringList&);
kdesvnPart(TQWidget *parentWidget, const char *widgetName,
tdesvnPart(TQWidget *parentWidget, const char *widgetName,
TQObject *parent, const char *name,bool ownapp, const TQStringList&);
/**
* Destructor
*/
virtual ~kdesvnPart();
virtual ~tdesvnPart();
virtual bool closeURL();
static KAboutData* createAboutData();
@ -95,7 +95,7 @@ protected slots:
virtual void slotShowSettings();
private:
kdesvnView *m_view;
tdesvnView *m_view;
KdesvnBrowserExtension*m_browserExt;
static TQString m_Extratext;
protected slots:
@ -131,14 +131,14 @@ private:
static commandline_part*s_cline;
};
typedef cFactory kdesvnPartFactory;
typedef cFactory tdesvnPartFactory;
class KPARTS_EXPORT KdesvnBrowserExtension : public KParts::BrowserExtension
{
Q_OBJECT
TQ_OBJECT
public:
KdesvnBrowserExtension( kdesvnPart * );
KdesvnBrowserExtension( tdesvnPart * );
virtual ~KdesvnBrowserExtension();
void setPropertiesActionEnabled(bool enabled);

@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kdesvn_part" version="17">
<kpartgui name="tdesvn_part" version="17">
<MenuBar>
<Menu noMerge="1" name="settings">
<Action name="tdesvnpart_pref" />
@ -92,7 +92,7 @@
<Menu name="help"><text>&amp;Help</text>
<Separator/>
<Action name="help_about_tdesvnpart" />
<Action name="help_kdesvn" />
<Action name="help_tdesvn" />
<Action name="report_bug" />
</Menu>
</MenuBar>

@ -1,35 +1,35 @@
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/svnqt)
FILE(GLOB hdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h")
SET(kded_kdesvnd_src
kdesvnd_dcop.cpp
SET(kded_tdesvnd_src
tdesvnd_dcop.cpp
${hdr}
)
KDE3_ADD_MOC_FILES(kded_kdesvnd_src kdesvnd_dcop.h)
KDE3_ADD_MOC_FILES(kded_tdesvnd_src tdesvnd_dcop.h)
KDE3_ADD_DCOP_SKELS(kded_kdesvnd_src
kdesvnd_dcop.h)
KDE3_ADD_DCOP_SKELS(kded_tdesvnd_src
tdesvnd_dcop.h)
KDE3_ADD_KPART(kded_kdesvnd ${kded_kdesvnd_src})
KDE3_ADD_KPART(kded_tdesvnd ${kded_tdesvnd_src})
TARGET_LINK_LIBRARIES(kded_kdesvnd
TARGET_LINK_LIBRARIES(kded_tdesvnd
svnqt
ksvnwidgets
kdesvnhelpers
kdesvncfgreader
tdesvnhelpers
tdesvncfgreader
${QT_AND_TDECORE_LIBS} ${KDE3_KIO_LIBRARY} ${KDE3_DCOP_LIBRARY}
${KDE3_UI_LIBRARY} ${KDE3_WALLET_LIBRARY}
${KDE3_KINIT_KDED_LIBRARY})
SET_TARGET_PROPERTIES(kded_kdesvnd
SET_TARGET_PROPERTIES(kded_tdesvnd
PROPERTIES
LINK_FLAGS "${LINK_NO_UNDEFINED} ${_BASE_LDADD} ${APR_EXTRA_LIBFLAGS} ${APU_EXTRA_LIBFLAGS} -module")
INSTALL(TARGETS kded_kdesvnd
INSTALL(TARGETS kded_tdesvnd
RUNTIME DESTINATION ${BIN_INSTALL_DIR}
LIBRARY DESTINATION ${PLUGIN_INSTALL_DIR})
KDESVN_GENERATE_LIBTOOL_FILE(kded_kdesvnd)
KDESVN_GENERATE_LIBTOOL_FILE(kded_tdesvnd)
IF(KDE3_KDECONFIG_EXECUTABLE)
EXECUTE_PROCESS(COMMAND ${KDE3_KDECONFIG_EXECUTABLE} "--version" OUTPUT_VARIABLE output)
@ -40,16 +40,16 @@ SET(KDE_MIN_VERSION "3.5.0")
MACRO_ENSURE_VERSION(${KDE_MIN_VERSION} ${KDEVERSION} VERSION_OK)
IF(VERSION_OK)
SET(ACTION_MENU "X-KDE-GetActionMenu=kded kdesvnd getActionMenu(KURL::List)")
SET(ACTION_MENU "X-KDE-GetActionMenu=kded tdesvnd getActionMenu(KURL::List)")
ELSE(VERSION_OK)
SET(ACTION_MENU "Actions=Update;Commit;Add;Delete;Blame;Log;Diff;Checkout;Export;Info;Addnew;Switch;Revert;Rename;Tree")
ENDIF(VERSION_OK)
CONFIGURE_FILE(kdesvn_subversion.desktop.in
${CMAKE_CURRENT_BINARY_DIR}/kdesvn_subversion.desktop @ONLY)
CONFIGURE_FILE(tdesvn_subversion.desktop.in
${CMAKE_CURRENT_BINARY_DIR}/tdesvn_subversion.desktop @ONLY)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/kdesvn_subversion.desktop
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/tdesvn_subversion.desktop
DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/kdesvnd.desktop
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tdesvnd.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kded)

@ -1,23 +1,23 @@
[Desktop Entry]
Encoding=UTF-8
ServiceTypes=inode/directory,all/allfiles
X-KDE-Submenu=Subversion (kdesvn)
X-KDE-Submenu=Subversion (tdesvn)
@ACTION_MENU@
[Desktop Action Log]
Name=Subversion log (last 100)
Name[es]=Mostrar registros (últimos 100)
Icon=kdesvnlog
Exec=kdesvn exec -r HEAD:1 -l 100 log %U
Icon=tdesvnlog
Exec=tdesvn exec -r HEAD:1 -l 100 log %U
Comment=Displays the subversion log
Comment[es]=Muestra los registros de Subversion
[Desktop Action Info]
Name=Detailed subversion info
Name[es]=Información detallada
Icon=kdesvninfo
Exec=kdesvn exec info %U
Icon=tdesvninfo
Exec=tdesvn exec info %U
[Desktop Action Add]
Name=Add to Repository
@ -29,14 +29,14 @@ Name[sr@Latn]=Dodaj u skladište
Name[sv]=Lägg till i arkiv
Name[tr]=Depoya Ekle
Name[es]=Añadir al Repositorio
Icon=kdesvnadd
Exec=kdesvn exec add %U
Icon=tdesvnadd
Exec=tdesvn exec add %U
[Desktop Action Addnew]
Name=Check for unversioned items
Name[es]=Mostrar elementos no versionados
Icon=kdesvnaddrecursive
Exec=kdesvn exec addnew %U
Icon=tdesvnaddrecursive
Exec=tdesvn exec addnew %U
[Desktop Action Delete]
Name=Delete From Repository
@ -48,8 +48,8 @@ Name[sr@Latn]=Obriši iz skladišta
Name[sv]=Ta bort från arkiv
Name[tr]=Depodan Sil
Name[es]=Eliminar del Repositorio
Icon=kdesvndelete
Exec=kdesvn exec rm %U
Icon=tdesvndelete
Exec=tdesvn exec rm %U
[Desktop Action Revert]
Name=Revert Local Changes
@ -62,7 +62,7 @@ Name[sv]=Återställ lokal ändring
Name[tr]=Yerel Değişiklikleri Ters Çevir
Name[es]=Deshacer cambios locales
Icon=undo
Exec=kdesvn exec revert %U
Exec=tdesvn exec revert %U
Comment=Remove any changes made locally. Warning - this cannot be undone.
Comment[bg]=Премахване на локалните промени, които са направени. Забележете, че данните ще се загубят безвъзвратно.
Comment[da]=Fjern alle ændringer der er lavet lokalt. Advarsel - dette kan ikke fortrydes.
@ -87,7 +87,7 @@ Name[sv]=Byt namn...
Name[tr]=Yeniden Adlandır...
Name[es]=Renombrar...
Icon=pencil
Exec=kdesvn exec mv %U
Exec=tdesvn exec mv %U
Comment=Rename a file locally and in the repository. Use this rather than adding and deleting to rename a file.
Comment[bg]=Преименуване на файл локално и в хранилището. За предпочитане е да използвате този метод, вместо изтриване и добавяне.
Comment[da]=Omdøb en fil lokalt og i lageret. Brug dette i stedet for at tilføje og slette fro at omdøbe en fil.
@ -129,8 +129,8 @@ Name[sr@Latn]=Dovuci iz skladišta...
Name[sv]=Checka ut från ett arkiv...
Name[tr]=Depodan Kontrol Et...
Name[es]=Obtener del Repositorio...
Icon=kdesvncheckout
Exec=kdesvn exec checkout %U
Icon=tdesvncheckout
Exec=tdesvn exec checkout %U
Comment=Checkout out files from an existing repository into this folder.
Comment[bg]=Изтегляне на файлове от хранилището в текущата директория.
Comment[da]=Tjek filer ud fra et eksisterende lager til denne mappe.
@ -150,7 +150,7 @@ Name[sr@Latn]=Prebaci...
Name[sv]=Byt...
Name[tr]=Değiştir...
Name[es]=Relocalizar...
Icon=kdesvnswitch
Icon=tdesvnswitch
Comment=Switch given working copy to another branch
Comment[bg]=Превключване на работното копие към друго разклонение.
Comment[da]=Skift given arbejdskopi til en anden gren.
@ -160,7 +160,7 @@ Comment[sr@Latn]=Prebaci datu radnu kopiju na drugu granu
Comment[sv]=Byt angiven arbetskopia till en annan gren
Comment[tr]=Çalışan belirli bir kopyayı başka bölüme değiştir
Comment[es]=Relocaliza la copia de trabajo hacia otra rama
Exec=kdesvn exec switch %U
Exec=tdesvn exec switch %U
[Desktop Action Merge]
Name=Merge...
@ -193,7 +193,7 @@ Name[sr]=Окриви...
Name[sr@Latn]=Okrivi...
Name[sv]=Klandra...
Name[es]=Ver anotado...
Icon=kdesvnblame
Icon=tdesvnblame
Comment=See who wrote each line of the file and in what revision
Comment[bg]=Информация за файла.
Comment[da]=Se hvem der skrev hver linje i filen og i hvilken revision
@ -202,7 +202,7 @@ Comment[sr]=Прикажи за сваку линију фајла ко ју ј
Comment[sr@Latn]=Prikaži za svaku liniju fajla ko ju je napisao i u kojoj reviziji
Comment[sv]=Se vem som skrev varje rad i filen och för vilken version
Comment[es]=Ver quién escribió cada línea del fichero y en qué revisión
Exec=kdesvn exec blame %U
Exec=tdesvn exec blame %U
[Desktop Action CreatePatch]
Name=Create Patch...
@ -230,8 +230,8 @@ Name[sr@Latn]=Izvezi...
Name[sv]=Exportera...
Name[tr]=Dışa Aktar...
Name[es]=Exportar...
Icon=kdesvnexport
Exec=kdesvn exec export %U
Icon=tdesvnexport
Exec=tdesvn exec export %U
Comment=Checkout out an unversioned copy of a tree from a repository
Comment[bg]=Изтегляне на копие на дървото от хранилището.
Comment[da]=Tjek en kopi uden version ud af et træ fra et lager
@ -253,8 +253,8 @@ Name[sr@Latn]=Razlikuj (lokalno)
Name[sv]=Jämför (lokalt)
Name[tr]=Diff (yerel)
Name[es]=Ver diferencias (locales)
Icon=kdesvndiff
Exec=kdesvn exec diff %U
Icon=tdesvndiff
Exec=tdesvn exec diff %U
Comment=Show local changes since last update
Comment[bg]=Показване на локалните промени след последното обновяване.
Comment[da]=Vis lokale ændringer siden sidste opdatering
@ -275,8 +275,8 @@ Name[sr@Latn]=SVN ažuriranje
Name[sv]=SVN-uppdatera
Name[tr]=SVN Güncelleme
Name[es]=(SVN) Actualizar
Icon=kdesvnupdate
Exec=kdesvn exec update %U
Icon=tdesvnupdate
Exec=tdesvn exec update %U
[Desktop Action Commit]
Name=KDESvn Commit
@ -287,8 +287,8 @@ Name[sr@Latn]=SVN predaja
Name[sv]=SVN-arkivera
Name[tr]=SVN Teslim Etme
Name[es]=(SVN) Confirmar
Icon=kdesvncommit
Exec=kdesvn exec commit %U
Icon=tdesvncommit
Exec=tdesvn exec commit %U
[Desktop Action Checkout]
Name=Checkout From Repository...
@ -300,8 +300,8 @@ Name[sr@Latn]=Dovuci iz skladišta...
Name[sv]=Checka ut från ett arkiv...
Name[tr]=Depodan Kontrol Et...
Name[es]=(SVN) Obtener del Repositorio...
Icon=kdesvncheckout
Exec=kdesvn exec checkout %U
Icon=tdesvncheckout
Exec=tdesvn exec checkout %U
Comment=Checkout out files from an existing repository into this folder.
Comment[bg]=Изтегляне на файлове от хранилището в текущата директория.
Comment[da]=Tjek filer ud fra et eksisterende lager til denne mappe.
@ -325,8 +325,8 @@ Name[sr@Latn]=Izvezi...
Name[sv]=Exportera...
Name[tr]=Dışa Aktar...
Name[es]=(SVN) Exportar...
Icon=kdesvnexport
Exec=kdesvn exec export %U
Icon=tdesvnexport
Exec=tdesvn exec export %U
Comment=Checkout out an unversioned copy of a tree from a repository
Comment[bg]=Изтегляне на копие на дървото от хранилището.
Comment[da]=Tjek en kopi uden version ud af et træ fra et lager
@ -341,8 +341,8 @@ Comment[es]=Obtener una copia no versionada del árbol de un repositorio
Name=Checkout from a repository...
Name[de]=Checkout einer Repository
Name[es]=Obtener de Subversion...
Icon=kdesvncheckout
Exec=kdesvn exec checkoutto %U
Icon=tdesvncheckout
Exec=tdesvn exec checkoutto %U
Comment=Checkout out files from an existing repository into this folder.
Comment[de]=Erzeuge eine Arbeitskopie von einer Repository
Comment[es]=Extraer ficheros de un repositorio existente hacia esta carpeta.
@ -351,8 +351,8 @@ Comment[es]=Extraer ficheros de un repositorio existente hacia esta carpeta.
Name=Export from a subversion repository...
Name[de]=Exportiere von einer Subversion Repository...
Name[es]=Exportar de Subversion...
Icon=kdesvnexport
Exec=kdesvn exec exportto %U
Icon=tdesvnexport
Exec=tdesvn exec exportto %U
Comment=Checkout out an unversioned copy of a tree from a repository
Comment[de]=Hole eine unversionierte Kopie eines Baums von einer Repository
Comment[es]=Obtener una copia no versionada del árbol de un repositorio
@ -361,8 +361,8 @@ Comment[es]=Obtener una copia no versionada del árbol de un repositorio
Name=Display revision tree
Name[de]=Zeige Revisionsbaum
Name[es]=Mostrar árbol de revisiones
Icon=kdesvnlog
Exec=kdesvn exec tree %U
Icon=tdesvnlog
Exec=tdesvn exec tree %U
Comment[de]=Zeige den kompletten Revisionsbaum
Comment=Show complete revision tree
Comment[es]=Muestra el árbol de revisiones completo

@ -1,12 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Type=Service
Name=kdesvnd subversion module
Name[es]=módulo para subversion kdesvnd
Name=tdesvnd subversion module
Name[es]=módulo para subversion tdesvnd
ServiceTypes=KDEDModule
X-KDE-ModuleType=Library
X-KDE-Library=kdesvnd
X-KDE-FactoryName=kdesvnd
X-KDE-Library=tdesvnd
X-KDE-FactoryName=tdesvnd
X-KDE-Kded-autoload=true
X-KDE-Kded-load-on-demand=true

@ -18,12 +18,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "kdesvn-config.h"
#include "kdesvnd_dcop.h"
#include "tdesvn-config.h"
#include "tdesvnd_dcop.h"
#include "src/ksvnwidgets/authdialogimpl.h"
#include "src/ksvnwidgets/ssltrustprompt_impl.h"
#include "src/ksvnwidgets/logmsg_impl.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "src/ksvnwidgets/pwstorage.h"
#include "src/svnqt/client.hpp"
#include "src/svnqt/revision.hpp"
@ -43,19 +43,19 @@
#include <tqdir.h>
extern "C" {
KDESVN_EXPORT KDEDModule *create_kdesvnd(const TQCString &name)
KDESVN_EXPORT KDEDModule *create_tdesvnd(const TQCString &name)
{
return new kdesvnd_dcop(name);
return new tdesvnd_dcop(name);
}
}
class IListener:public svn::ContextListener
{
friend class kdesvnd_dcop;
friend class tdesvnd_dcop;
kdesvnd_dcop*m_back;
tdesvnd_dcop*m_back;
public:
IListener(kdesvnd_dcop*p);
IListener(tdesvnd_dcop*p);
virtual ~IListener();
/* context-listener methods */
virtual bool contextGetLogin (const TQString & realm,
@ -92,7 +92,7 @@ protected:
svn::ContextP m_CurrentContext;
};
IListener::IListener(kdesvnd_dcop*p)
IListener::IListener(tdesvnd_dcop*p)
:svn::ContextListener()
{
m_Svnclient = svn::Client::getobject(0,0);
@ -106,18 +106,18 @@ IListener::~IListener()
{
}
kdesvnd_dcop::kdesvnd_dcop(const TQCString&name) : KDEDModule(name)
tdesvnd_dcop::tdesvnd_dcop(const TQCString&name) : KDEDModule(name)
{
KGlobal::locale()->insertCatalogue("kdesvn");
KGlobal::locale()->insertCatalogue("tdesvn");
m_Listener=new IListener(this);
}
kdesvnd_dcop::~kdesvnd_dcop()
tdesvnd_dcop::~tdesvnd_dcop()
{
delete m_Listener;
}
TQStringList kdesvnd_dcop::getActionMenu (const KURL::List list)
TQStringList tdesvnd_dcop::getActionMenu (const KURL::List list)
{
TQStringList result;
Kdesvnsettings::self()->readConfig();
@ -191,13 +191,13 @@ TQStringList kdesvnd_dcop::getActionMenu (const KURL::List list)
return result;
}
TQStringList kdesvnd_dcop::getSingleActionMenu(TQCString what)
TQStringList tdesvnd_dcop::getSingleActionMenu(TQCString what)
{
KURL::List l; l.append(KURL(what));
return getActionMenu(l);
}
TQStringList kdesvnd_dcop::get_login(TQString realm,TQString user)
TQStringList tdesvnd_dcop::get_login(TQString realm,TQString user)
{
AuthDialogImpl auth(realm,user);
TQStringList res;
@ -213,7 +213,7 @@ TQStringList kdesvnd_dcop::get_login(TQString realm,TQString user)
return res;
}
int kdesvnd_dcop::get_sslaccept(TQString hostname,TQString fingerprint,TQString validFrom,TQString validUntil,TQString issuerDName,TQString realm)
int tdesvnd_dcop::get_sslaccept(TQString hostname,TQString fingerprint,TQString validFrom,TQString validUntil,TQString issuerDName,TQString realm)
{
bool ok,saveit;
if (!SslTrustPrompt_impl::sslTrust(
@ -233,7 +233,7 @@ int kdesvnd_dcop::get_sslaccept(TQString hostname,TQString fingerprint,TQString
return 1;
}
TQStringList kdesvnd_dcop::get_sslclientcertpw(TQString realm)
TQStringList tdesvnd_dcop::get_sslclientcertpw(TQString realm)
{
TQStringList resList;
TQCString npass;
@ -251,7 +251,7 @@ TQStringList kdesvnd_dcop::get_sslclientcertpw(TQString realm)
return resList;
}
TQString kdesvnd_dcop::get_sslclientcertfile()
TQString tdesvnd_dcop::get_sslclientcertfile()
{
TQString afile = KFileDialog::getOpenFileName(TQString(),
TQString(),
@ -260,7 +260,7 @@ TQString kdesvnd_dcop::get_sslclientcertfile()
return afile;
}
TQStringList kdesvnd_dcop::get_logmsg()
TQStringList tdesvnd_dcop::get_logmsg()
{
TQStringList res;
bool ok;
@ -272,7 +272,7 @@ TQStringList kdesvnd_dcop::get_logmsg()
return res;
}
TQStringList kdesvnd_dcop::get_logmsg(TQMap<TQString,TQString> list)
TQStringList tdesvnd_dcop::get_logmsg(TQMap<TQString,TQString> list)
{
TQStringList res;
bool ok;
@ -284,7 +284,7 @@ TQStringList kdesvnd_dcop::get_logmsg(TQMap<TQString,TQString> list)
return res;
}
TQString kdesvnd_dcop::cleanUrl(const KURL&url)
TQString tdesvnd_dcop::cleanUrl(const KURL&url)
{
TQString cleanpath = url.path();
while (cleanpath.endsWith("/")) {
@ -294,11 +294,11 @@ TQString kdesvnd_dcop::cleanUrl(const KURL&url)
}
/* just simple name check of course - no network acess! */
bool kdesvnd_dcop::isRepository(const KURL&url)
bool tdesvnd_dcop::isRepository(const KURL&url)
{
kdDebug()<<"kdesvnd_dcop::isRepository Url zum repo check: "<<url<<endl;
kdDebug()<<"tdesvnd_dcop::isRepository Url zum repo check: "<<url<<endl;
TQString proto = svn::Url::transformProtokoll(url.protocol());
kdDebug()<<"kdesvnd_dcop::isRepository Protokoll: " << proto << endl;
kdDebug()<<"tdesvnd_dcop::isRepository Protokoll: " << proto << endl;
if (proto=="file") {
// local access - may a repository
svn::Revision where = svn::Revision::HEAD;
@ -315,7 +315,7 @@ bool kdesvnd_dcop::isRepository(const KURL&url)
}
}
bool kdesvnd_dcop::isWorkingCopy(const KURL&_url,TQString&base)
bool tdesvnd_dcop::isWorkingCopy(const KURL&_url,TQString&base)
{
base = "";
KURL url = _url;

@ -19,8 +19,8 @@
***************************************************************************/
#ifndef _kdesvnd_dcop_H
#define _kdesvnd_dcop_H
#ifndef _tdesvnd_dcop_H
#define _tdesvnd_dcop_H
#include <tqstringlist.h>
#include <tqstring.h>
@ -30,7 +30,7 @@
class IListener;
class kdesvnd_dcop : public KDEDModule
class tdesvnd_dcop : public KDEDModule
{
Q_OBJECT
// TQ_OBJECT
@ -39,8 +39,8 @@ class kdesvnd_dcop : public KDEDModule
private:
public:
kdesvnd_dcop(const TQCString&);
virtual ~kdesvnd_dcop();
tdesvnd_dcop(const TQCString&);
virtual ~tdesvnd_dcop();
protected:
bool isWorkingCopy(const KURL&url,TQString&base);

@ -26,7 +26,7 @@
#include <kaboutdata.h>
#include <klocale.h>
#include <dcopclient.h>
#include "kdesvnd_dcop.h"
#include "tdesvnd_dcop.h"
static const char description[] =
I18N_NOOP("Kdesvn DCOP service");
@ -40,8 +40,8 @@ static KCmdLineOptions options[] =
int main (int argc, char *argv[])
{
KLocale::setMainCatalogue("kdesvn");
KAboutData aboutdata("kdesvnd", I18N_NOOP("KDE"),
KLocale::setMainCatalogue("tdesvn");
KAboutData aboutdata("tdesvnd", I18N_NOOP("KDE"),
version, description,
KAboutData::License_GPL, "(C) %{YEAR}, Rajko Albrecht");
aboutdata.addAuthor("Rajko Albrecht",I18N_NOOP("Developer"),"rajko.albrecht@tecways.com");
@ -52,16 +52,16 @@ int main (int argc, char *argv[])
if (!KUniqueApplication::start())
{
kdDebug() << "kdesvnd is already running!" << endl;
kdDebug() << "tdesvnd is already running!" << endl;
return (0);
}
KUniqueApplication app;
kdDebug() << "starting kdesvnd_dcop " << endl;
kdDebug() << "starting tdesvnd_dcop " << endl;
// This app is started automatically, no need for session management
app.disableSessionManagement();
kdesvnd_dcop *service = new kdesvnd_dcop;
kdDebug() << "starting kdesvnd_dcop " << endl;
tdesvnd_dcop *service = new tdesvnd_dcop;
kdDebug() << "starting tdesvnd_dcop " << endl;
return app.exec();
}

@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui version="6" name="kdesvn" >
<kpartgui version="6" name="tdesvn" >
<MenuBar>
<Menu noMerge="1" name="file"><text>&amp;File</text>
<Action name="file_open"/>
@ -24,7 +24,7 @@
<Menu noMerge="1" name="subversion_main" >
<text>Subversion</text>
<Merge/>
<Action name="kdesvn_ssh_add"/>
<Action name="tdesvn_ssh_add"/>
</Menu>
<Menu noMerge="1" name="settings">
<text>&amp;Settings</text>

@ -19,15 +19,15 @@
***************************************************************************/
#include "kdesvnview.h"
#include "svnfrontend/kdesvnfilelist.h"
#include "tdesvnview.h"
#include "svnfrontend/tdesvnfilelist.h"
#include "svnfrontend/createrepo_impl.h"
#include "svnfrontend/dumprepo_impl.h"
#include "svnfrontend/hotcopydlg_impl.h"
#include "svnfrontend/loaddmpdlg_impl.h"
#include "svnfrontend/stopdlg.h"
#include "svnfrontend/fronthelpers/propertylist.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "src/svnqt/url.hpp"
#include "src/svnqt/repository.hpp"
#include "src/svnqt/version_check.hpp"
@ -58,7 +58,7 @@
#include <kdialogbase.h>
#include <kprogress.h>
kdesvnView::kdesvnView(KActionCollection*aCollection,TQWidget *parent,const char*name,bool full)
tdesvnView::tdesvnView(KActionCollection*aCollection,TQWidget *parent,const char*name,bool full)
: TQWidget(parent,name),svn::repository::RepositoryListener(),m_Collection(aCollection),
m_currentURL("")
{
@ -71,7 +71,7 @@ kdesvnView::kdesvnView(KActionCollection*aCollection,TQWidget *parent,const char
m_Splitter = new TQSplitter( this, "m_Splitter" );
m_Splitter->setOrientation( Qt::Vertical );
m_flist=new kdesvnfilelist(m_Collection,m_Splitter);
m_flist=new tdesvnfilelist(m_Collection,m_Splitter);
m_infoSplitter = new TQSplitter(m_Splitter);
m_infoSplitter->setOrientation( Qt::Horizontal );
@ -94,7 +94,7 @@ kdesvnView::kdesvnView(KActionCollection*aCollection,TQWidget *parent,const char
connect(m_flist,TQT_SIGNAL(sigUrlChanged( const TQString& )),this,TQT_SLOT(slotUrlChanged(const TQString&)));
connect(m_flist,TQT_SIGNAL(sigCachetqStatus(TQ_LONG,TQ_LONG)),this,TQT_SLOT(fillCachetqStatus(TQ_LONG,TQ_LONG)));
connect(this,TQT_SIGNAL(sigMakeBaseDirs()),m_flist,TQT_SLOT(slotMkBaseDirs()));
KConfigGroup cs(Kdesvnsettings::self()->config(),"kdesvn-maintqlayout");
KConfigGroup cs(Kdesvnsettings::self()->config(),"tdesvn-maintqlayout");
TQString t1 = cs.readEntry("split1",TQString());
if (!t1.isEmpty()) {
TQTextStream st1(&t1,IO_ReadOnly);
@ -109,14 +109,14 @@ kdesvnView::kdesvnView(KActionCollection*aCollection,TQWidget *parent,const char
}
}
void kdesvnView::slotAppendLog(const TQString& text)
void tdesvnView::slotAppendLog(const TQString& text)
{
m_LogWindow->append(text);
}
kdesvnView::~kdesvnView()
tdesvnView::~tdesvnView()
{
KConfigGroup cs(Kdesvnsettings::self()->config(),"kdesvn-maintqlayout");
KConfigGroup cs(Kdesvnsettings::self()->config(),"tdesvn-maintqlayout");
TQString t1,t2;
TQTextStream st1(&t1,IO_WriteOnly);
st1 << *m_Splitter;
@ -130,7 +130,7 @@ kdesvnView::~kdesvnView()
}
}
void kdesvnView::slotUrlChanged(const TQString&url)
void tdesvnView::slotUrlChanged(const TQString&url)
{
m_currentURL=url;
slotSetTitle(url);
@ -138,17 +138,17 @@ void kdesvnView::slotUrlChanged(const TQString&url)
slotOnURL(i18n("Repository opened"));
}
TQString kdesvnView::currentURL()
TQString tdesvnView::currentURL()
{
return m_currentURL;
}
bool kdesvnView::openURL(TQString url)
bool tdesvnView::openURL(TQString url)
{
return openURL(KURL(url));
}
bool kdesvnView::openURL(const KURL& url)
bool tdesvnView::openURL(const KURL& url)
{
/* transform of url must be done in part! otherwise we will run into different troubles! */
m_currentURL = "";
@ -188,12 +188,12 @@ bool kdesvnView::openURL(const KURL& url)
return open;
}
void kdesvnView::slotOnURL(const TQString& url)
void tdesvnView::slotOnURL(const TQString& url)
{
emit signalChangeStatusbar(url);
}
void kdesvnView::slotSetTitle(const TQString& title)
void tdesvnView::slotSetTitle(const TQString& title)
{
//emit signalChangeCaption(title);
emit setWindowCaption(title);
@ -201,42 +201,42 @@ void kdesvnView::slotSetTitle(const TQString& title)
/*!
\fn kdesvnView::closeMe()
\fn tdesvnView::closeMe()
*/
void kdesvnView::closeMe()
void tdesvnView::closeMe()
{
m_flist->closeMe();
m_LogWindow->setText("");
slotOnURL(i18n("No repository open"));
}
void kdesvnView::slotDispPopup(const TQString&item,TQWidget**target)
void tdesvnView::slotDispPopup(const TQString&item,TQWidget**target)
{
emit sigShowPopup(item,target);
}
/*!
\fn kdesvnView::refreshCurrentTree()
\fn tdesvnView::refreshCurrentTree()
*/
void kdesvnView::refreshCurrentTree()
void tdesvnView::refreshCurrentTree()
{
m_flist->refreshCurrentTree();
}
/*!
\fn kdesvnView::slotSettingsChanged()
\fn tdesvnView::slotSettingsChanged()
*/
void kdesvnView::slotSettingsChanged()
void tdesvnView::slotSettingsChanged()
{
m_flist->slotSettingsChanged();
}
/*!
\fn kdesvnView::slotCreateRepo()
\fn tdesvnView::slotCreateRepo()
*/
void kdesvnView::slotCreateRepo()
void tdesvnView::slotCreateRepo()
{
KDialogBase * dlg = new KDialogBase(
TQT_TQWIDGET(KApplication::activeModalWidget()),
@ -284,7 +284,7 @@ void kdesvnView::slotCreateRepo()
}
}
void kdesvnView::slotHotcopy()
void tdesvnView::slotHotcopy()
{
KDialogBase * dlg = new KDialogBase(
TQT_TQWIDGET(KApplication::activeModalWidget()),
@ -319,7 +319,7 @@ void kdesvnView::slotHotcopy()
}
}
void kdesvnView::slotLoaddump()
void tdesvnView::slotLoaddump()
{
KDialogBase dlg(
TQT_TQWIDGET(KApplication::activeModalWidget()),
@ -369,7 +369,7 @@ void kdesvnView::slotLoaddump()
}
}
void kdesvnView::slotDumpRepo()
void tdesvnView::slotDumpRepo()
{
KDialogBase * dlg = new KDialogBase(
TQT_TQWIDGET(KApplication::activeModalWidget()),
@ -432,23 +432,23 @@ void kdesvnView::slotDumpRepo()
}
/*!
\fn kdesvnView::setupActions()
\fn tdesvnView::setupActions()
*/
void kdesvnView::setupActions()
void tdesvnView::setupActions()
{
}
void kdesvnView::sendWarning(const TQString&aMsg)
void tdesvnView::sendWarning(const TQString&aMsg)
{
slotAppendLog(aMsg);
}
void kdesvnView::sendError(const TQString&aMsg)
void tdesvnView::sendError(const TQString&aMsg)
{
slotAppendLog(aMsg);
}
bool kdesvnView::isCanceld()
bool tdesvnView::isCanceld()
{
if (!m_ReposCancel) {
emit tickProgress();
@ -457,12 +457,12 @@ bool kdesvnView::isCanceld()
return true;
}
void kdesvnView::setCanceled(bool how)
void tdesvnView::setCanceled(bool how)
{
m_ReposCancel = how;
}
void kdesvnView::fillCachetqStatus(TQ_LONG current,TQ_LONG max)
void tdesvnView::fillCachetqStatus(TQ_LONG current,TQ_LONG max)
{
if (current>-1 && max>-1) {
kdDebug()<<"Fillcache "<<current<<" von "<<max<<endl;
@ -482,4 +482,4 @@ void kdesvnView::fillCachetqStatus(TQ_LONG current,TQ_LONG max)
}
}
#include "kdesvnview.moc"
#include "tdesvnview.moc"

@ -28,7 +28,7 @@
class TQPainter;
class KURL;
class kdesvnfilelist;
class tdesvnfilelist;
class KdeSvnDirList;
class TQVBoxLayout;
class TQHBoxLayout;
@ -41,7 +41,7 @@ class KProgress;
/**
* This is the main view class for kdesvn. Most of the non-menu,
* This is the main view class for tdesvn. Most of the non-menu,
* non-toolbar, and non-statusbar (e.g., non frame) GUI code should go
* here.
*
@ -49,7 +49,7 @@ class KProgress;
* @author Rajko Albrecht <ral@alwins-world.de>
* @version 0.1
*/
class kdesvnView : public TQWidget,public svn::repository::RepositoryListener
class tdesvnView : public TQWidget,public svn::repository::RepositoryListener
{
Q_OBJECT
TQ_OBJECT
@ -57,12 +57,12 @@ public:
/**
* Default constructor
*/
kdesvnView(KActionCollection*,TQWidget *parent,const char*name=0,bool full=false);
tdesvnView(KActionCollection*,TQWidget *parent,const char*name=0,bool full=false);
/**
* Destructor
*/
virtual ~kdesvnView();
virtual ~tdesvnView();
/**
* Random 'get' function
@ -126,7 +126,7 @@ protected slots:
virtual void slotUrlChanged(const TQString&);
protected:
kdesvnfilelist*m_flist;
tdesvnfilelist*m_flist;
KActionCollection*m_Collection;
TQSplitter *m_Splitter,*m_infoSplitter;

@ -8,8 +8,8 @@ KDE3_ADD_KPART(kio_ksvn ${kiosvn_src} ${hdr})
TARGET_LINK_LIBRARIES(kio_ksvn
svnqt
kdesvnhelpers
kdesvncfgreader
tdesvnhelpers
tdesvncfgreader
${QT_AND_TDECORE_LIBS}
${KDE3_UI_LIBRARY} ${KDE3_DCOP_LIBRARY} ${KDE3_KIO_LIBRARY} ${KDE3_WALLET_LIBRARY})

@ -70,13 +70,13 @@ bool KioListener::contextGetLogMessage (TQString & msg,const svn::CommitItemList
}
}
stream << list;
if (!par->dcopClient()->call("kded","kdesvnd","get_logmsg(TQMap<TQString,TQString>)",params,replyType,reply)) {
if (!par->dcopClient()->call("kded","tdesvnd","get_logmsg(TQMap<TQString,TQString>)",params,replyType,reply)) {
msg = "Communication with dcop failed";
kdWarning()<<msg<<endl;
return false;
}
} else {
if (!par->dcopClient()->call("kded","kdesvnd","get_logmsg()",params,replyType,reply)) {
if (!par->dcopClient()->call("kded","tdesvnd","get_logmsg()",params,replyType,reply)) {
msg = "Communication with dcop failed";
kdWarning()<<msg<<endl;
return false;
@ -289,7 +289,7 @@ KioListener::contextSslServerTrustPrompt (const SslServerTrustData & data, apr_u
<< data.issuerDName
<< data.realm;
if (!par->dcopClient()->call("kded","kdesvnd",
if (!par->dcopClient()->call("kded","tdesvnd",
"get_sslaccept(TQString,TQString,TQString,TQString,TQString,TQString)",
params,replyType,reply)) {
kdWarning()<<"Communication with dcop failed"<<endl;
@ -328,7 +328,7 @@ bool KioListener::contextSslClientCertPrompt (TQString & certFile)
TQByteArray reply;
TQByteArray params;
TQCString replyType;
if (!par->dcopClient()->call("kded","kdesvnd",
if (!par->dcopClient()->call("kded","tdesvnd",
"get_sslclientcertfile()",
params,replyType,reply)) {
kdWarning()<<"Communication with dcop failed"<<endl;
@ -373,7 +373,7 @@ bool KioListener::contextGetLogin (const TQString & realm, TQString & username,
stream << realm;
stream << username;
if (!par->dcopClient()->call("kded","kdesvnd","get_login(TQString,TQString)",params,replyType,reply)) {
if (!par->dcopClient()->call("kded","tdesvnd","get_login(TQString,TQString)",params,replyType,reply)) {
kdWarning()<<"Communication with dcop failed"<<endl;
return false;
}

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "kdesvn-config.h"
#include "tdesvn-config.h"
#include "kiosvn.h"
#include "kiolistener.h"
@ -27,7 +27,7 @@
#include "src/svnqt/status.hpp"
#include "src/svnqt/targets.hpp"
#include "src/svnqt/info_entry.hpp"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "src/helpers/sub2qt.h"
#include "src/helpers/sshagent.h"
@ -142,7 +142,7 @@ kio_svnProtocol::kio_svnProtocol(const TQCString &pool_socket, const TQCString &
: SlaveBase("kio_ksvn", pool_socket, app_socket),StreamWrittenCb()
{
m_pData=new KioSvnData(this);
KGlobal::locale()->insertCatalogue("kdesvn");
KGlobal::locale()->insertCatalogue("tdesvn");
}
kio_svnProtocol::~kio_svnProtocol()
@ -162,7 +162,7 @@ int kdemain(int argc, char **argv)
{
kdDebug()<<"kdemain" << endl;
KInstance instance( "kio_ksvn" );
// start the kdesvnd DCOP service
// start the tdesvnd DCOP service
TQString error;
TQCString appId;
@ -686,13 +686,13 @@ void kio_svnProtocol::status(const KURL&wc,bool cR,bool rec)
void kio_svnProtocol::commit(const KURL::List&url)
{
/// @todo replace with direct call to kdesvn?
/// @todo replace with direct call to tdesvn?
TQByteArray reply;
TQByteArray params;
TQCString replyType;
TQString msg;
if (!dcopClient()->call("kded","kdesvnd","get_logmsg()",params,replyType,reply)) {
if (!dcopClient()->call("kded","tdesvnd","get_logmsg()",params,replyType,reply)) {
msg = "Communication with dcop failed";
kdWarning()<<msg<<endl;
return;

@ -64,7 +64,7 @@ public:
virtual void wc_delete(const KURL::List&);
virtual void special(const TQByteArray& data);
virtual void wc_resolve(const KURL&,bool);
/* looked on kio::svn from kdesdk */
/* looked on kio::svn from tdesdk */
enum KSVN_METHOD {
/* KURL repository, KURL target, int revnumber, TQString revkind */
SVN_CHECKOUT = 1,

@ -1,7 +1,7 @@
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR}/src/svnqt)
KDE3_ADD_UI_FILES(
kdesvn_shared_ui
tdesvn_shared_ui
logmessage.ui
ssltrustprompt.ui
authdlg.ui
@ -38,9 +38,9 @@ SET(ksvnwidgethdr
KDE3_AUTOMOC(${ksvnwidgetsrc})
ADD_LIBRARY(ksvnwidgets STATIC ${ksvnwidgetsrc} ${kdesvn_shared_ui} ${ksvnwidgethdr})
ADD_LIBRARY(ksvnwidgets STATIC ${ksvnwidgetsrc} ${tdesvn_shared_ui} ${ksvnwidgethdr})
SET_TARGET_PROPERTIES(ksvnwidgets
PROPERTIES
COMPILE_FLAGS ${CMAKE_SHARED_LIBRARY_CXX_FLAGS})
ADD_DEPENDENCIES(ksvnwidgets kdesvncfgreader)
ADD_DEPENDENCIES(ksvnwidgets tdesvncfgreader)

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "authdialogimpl.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <kpassdlg.h>
#include <klineedit.h>

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -20,7 +20,7 @@
#include "diffbrowser.h"
#include "diffbrowserdata.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <kglobalsettings.h>
#include <kglobal.h>

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "logmsg_impl.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "depthselector.h"
#include <ktextedit.h>

@ -18,8 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "pwstorage.h"
#include "kdesvn-config.h"
#include "src/settings/kdesvnsettings.h"
#include "tdesvn-config.h"
#include "src/settings/tdesvnsettings.h"
#include <kwallet.h>
#include <twin.h>

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "ssltrustprompt_impl.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <klocale.h>
#include <tqlabel.h>

@ -19,9 +19,9 @@
***************************************************************************/
#include "kdesvn.h"
#include "tdesvn.h"
#include "commandline.h"
#include "kdesvn-config.h"
#include "tdesvn-config.h"
#include <kapplication.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
@ -47,12 +47,12 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
KAboutData about("kdesvn", I18N_NOOP("kdesvn"), version, description,
KAboutData about("tdesvn", I18N_NOOP("tdesvn"), version, description,
KAboutData::License_GPL, "(C) 2005-2007 Rajko Albrecht",0,
0, "ral@alwins-world.de");
about.addAuthor( "Rajko Albrecht", 0, "ral@alwins-world.de" );
about.setHomepage("http://kdesvn.alwins-world.de/");
about.setBugAddress("kdesvn-bugs@alwins-world.de");
about.setHomepage("http://tdesvn.alwins-world.de/");
about.setBugAddress("tdesvn-bugs@alwins-world.de");
KCmdLineArgs::init(argc, argv, &about);
KCmdLineArgs::addCmdLineOptions(options);
@ -63,7 +63,7 @@ int main(int argc, char **argv)
// see if we are starting with session management
if (app.isRestored())
{
RESTORE(kdesvn);
RESTORE(tdesvn);
}
else
{
@ -71,7 +71,7 @@ int main(int argc, char **argv)
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
if (args->count() == 0)
{
kdesvn *widget = new kdesvn;
tdesvn *widget = new tdesvn;
widget->show();
widget->checkReload();
}
@ -85,7 +85,7 @@ int main(int argc, char **argv)
int i = 0;
for (; i < args->count(); i++)
{
kdesvn *widget = new kdesvn;
tdesvn *widget = new tdesvn;
widget->show();
widget->load(args->url(i),true);
}

@ -7,33 +7,33 @@ def convert(file, px):
os.system('/usr/bin/inkscape -e hicolor/hi%s-%s -w %s -h %s %s' % (px, new_file, px, px, file))
all_files=[
'hisc-action-kdesvnaddrecursive.svgz',
'hisc-action-kdesvnadd.svgz',
'hisc-action-kdesvnblame.svgz',
'hisc-action-kdesvncat.svgz',
'hisc-action-kdesvncheckout.svgz',
'hisc-action-kdesvncheckupdates.svgz',
'hisc-action-kdesvncleanup.svgz',
'hisc-action-kdesvncommit.svgz',
'hisc-action-kdesvncopy.svgz',
'hisc-action-kdesvndelete.svgz',
'hisc-action-kdesvndiff.svgz',
'hisc-action-kdesvnexport.svgz',
'hisc-action-kdesvninfo.svgz',
'hisc-action-kdesvnlock.svgz',
'hisc-action-kdesvnlog.svgz',
'hisc-action-kdesvnmerge.svgz',
'hisc-action-kdesvnrelocate.svgz',
'hisc-action-kdesvnswitch.svgz',
'hisc-action-kdesvnunlock.svgz',
'hisc-action-kdesvnupdate.svgz',
'hisc-filesys-kdesvnadded.svgz',
'hisc-filesys-kdesvnconflicted.svgz',
'hisc-filesys-kdesvndeleted.svgz',
'hisc-filesys-kdesvnlocked.svgz',
'hisc-filesys-kdesvnmodified.svgz',
'hisc-filesys-kdesvnupdates.svgz',
'hisc-filesys-kdesvnneedlock.svgz',
'hisc-action-tdesvnaddrecursive.svgz',
'hisc-action-tdesvnadd.svgz',
'hisc-action-tdesvnblame.svgz',
'hisc-action-tdesvncat.svgz',
'hisc-action-tdesvncheckout.svgz',
'hisc-action-tdesvncheckupdates.svgz',
'hisc-action-tdesvncleanup.svgz',
'hisc-action-tdesvncommit.svgz',
'hisc-action-tdesvncopy.svgz',
'hisc-action-tdesvndelete.svgz',
'hisc-action-tdesvndiff.svgz',
'hisc-action-tdesvnexport.svgz',
'hisc-action-tdesvninfo.svgz',
'hisc-action-tdesvnlock.svgz',
'hisc-action-tdesvnlog.svgz',
'hisc-action-tdesvnmerge.svgz',
'hisc-action-tdesvnrelocate.svgz',
'hisc-action-tdesvnswitch.svgz',
'hisc-action-tdesvnunlock.svgz',
'hisc-action-tdesvnupdate.svgz',
'hisc-filesys-tdesvnadded.svgz',
'hisc-filesys-tdesvnconflicted.svgz',
'hisc-filesys-tdesvndeleted.svgz',
'hisc-filesys-tdesvnlocked.svgz',
'hisc-filesys-tdesvnmodified.svgz',
'hisc-filesys-tdesvnupdates.svgz',
'hisc-filesys-tdesvnneedlock.svgz',
]
i_sizes=[

@ -1,8 +1,8 @@
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
KDE3_ADD_KCFG_FILES(cfgsrc
kdesvnsettings.kcfgc)
ADD_LIBRARY(kdesvncfgreader STATIC ${cfgsrc})
tdesvnsettings.kcfgc)
ADD_LIBRARY(tdesvncfgreader STATIC ${cfgsrc})
KDE3_ADD_UI_FILES(
settings_ui_sources
@ -26,13 +26,13 @@ FILE(GLOB hdr RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h")
KDE3_AUTOMOC(${settings_sources})
ADD_LIBRARY(settingsdlgs STATIC ${settings_ui_sources} ${settings_sources} ${hdr})
ADD_DEPENDENCIES(settingsdlgs kdesvncfgreader)
ADD_DEPENDENCIES(settingsdlgs tdesvncfgreader)
SET_TARGET_PROPERTIES(kdesvncfgreader settingsdlgs
SET_TARGET_PROPERTIES(tdesvncfgreader settingsdlgs
PROPERTIES
COMPILE_FLAGS ${CMAKE_SHARED_LIBRARY_CXX_FLAGS})
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/kdesvn_part.kcfg DESTINATION ${KCFG_INSTALL_DIR})
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tdesvn_part.kcfg DESTINATION ${KCFG_INSTALL_DIR})
INSTALL(
FILES
@ -43,7 +43,7 @@ INSTALL(
INSTALL(
FILES
${CMAKE_CURRENT_SOURCE_DIR}/kdesvn-use-external-update.sh
${CMAKE_CURRENT_SOURCE_DIR}/tdesvn-use-external-update.sh
DESTINATION
${DATA_INSTALL_DIR}/kconf_update
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ

@ -58,7 +58,7 @@
<comment>no limit</comment>
</property>
<property name="toolTip" stdset="0">
<string>The minimum a log output must contain before kdesvn shows a single logwindow</string>
<string>The minimum a log output must contain before tdesvn shows a single logwindow</string>
</property>
</widget>
</grid>
@ -71,7 +71,7 @@
<string>Don't display contextmenu in Konqueror</string>
</property>
<property name="toolTip" stdset="0">
<string>If set, kdesvn will not show a menu inside "Action" menu of konqueror</string>
<string>If set, tdesvn will not show a menu inside "Action" menu of konqueror</string>
</property>
</widget>
<widget class="TQCheckBox">

@ -59,7 +59,7 @@
<string>Use external diff display</string>
</property>
<property name="toolTip" stdset="0">
<string>If kdesvn should use an external diff display and/or generator. If not checked use internal display.</string>
<string>If tdesvn should use an external diff display and/or generator. If not checked use internal display.</string>
</property>
</widget>
<widget class="TQCheckBox">
@ -131,7 +131,7 @@
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;
Enter how kdesvn should call the conflict resolver program. The form is
Enter how tdesvn should call the conflict resolver program. The form is
&lt;p align="center"&gt;
&lt;b&gt;&lt;tt&gt;&amp;lt;program&amp;gt; &amp;lt;programoptions&amp;gt;&lt;/tt&gt;&lt;/b&gt;
&lt;/p&gt;
@ -142,7 +142,7 @@ The substitutions means:&lt;br&gt;
&lt;b&gt;&lt;tt&gt;%o&lt;/tt&gt;&lt;/b&gt; Old version&lt;br&gt;
&lt;b&gt;&lt;tt&gt;%m&lt;/tt&gt;&lt;/b&gt; Mine or local edit version&lt;br&gt;
&lt;b&gt;&lt;tt&gt;%n&lt;/tt&gt;&lt;/b&gt; Newest version&lt;br&gt;
&lt;b&gt;&lt;tt&gt;%t&lt;/tt&gt;&lt;/b&gt; The target to save as, kdesvn will use the orignal file name for it.
&lt;b&gt;&lt;tt&gt;%t&lt;/tt&gt;&lt;/b&gt; The target to save as, tdesvn will use the orignal file name for it.
&lt;/p&gt;
&lt;p&gt;
Default: &lt;tt&gt;kdiff3 %o %m %n -o %t&lt;/tt&gt;
@ -169,7 +169,7 @@ Default: &lt;tt&gt;kdiff3 %o %m %n -o %t&lt;/tt&gt;
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;
Enter how kdesvn should call the external merge program. The form is
Enter how tdesvn should call the external merge program. The form is
&lt;p align="center"&gt;
&lt;b&gt;&lt;tt&gt;&amp;lt;program&amp;gt; &amp;lt;programoptions&amp;gt; %s1 %s2 %t&lt;/tt&gt;&lt;/b&gt;
&lt;/p&gt;
@ -202,7 +202,7 @@ or
If using first or second form, svn itself will generate the diff. %f will replaced with a temporary filename. If %f is not given,
the diff-display should able reading data from stdin.
&lt;br&gt;
When %1 and %2 is given, kdesvn let this display make the diff. For that it it makes a temporary export or get (if needed) and fill out the parameters with the right value. %1 will filled with the content of start-revision, %2 with the endrevision. On large recoursive diffs this may get real slow!
When %1 and %2 is given, tdesvn let this display make the diff. For that it it makes a temporary export or get (if needed) and fill out the parameters with the right value. %1 will filled with the content of start-revision, %2 with the endrevision. On large recoursive diffs this may get real slow!
&lt;/p&gt;</string>
</property>
</widget>

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "diffmergesettings_impl.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <tqbuttongroup.h>
#include <tqcheckbox.h>

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "displaysettings_impl.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <tqbuttongroup.h>
#include <tqcheckbox.h>

@ -231,7 +231,7 @@
<group name="cmdline" >
<entry key="no_konqueror_contextmenu" type="Bool" >
<default>false</default>
<label>Should konqueror not display context menus for kdesvn?</label>
<label>Should konqueror not display context menus for tdesvn?</label>
</entry>
<entry key="cmdline_show_logwindow" type="Bool" >
<default>true</default>
@ -246,7 +246,7 @@
<label>KIO::svn operations uses a standard logmessage</label>
</entry>
<entry key="kio_standard_logmsg" type="String">
<default>Revision made with kdesvn KIO.</default>
<default>Revision made with tdesvn KIO.</default>
<label>The standard logmessage to use with KIO if not asking for it.</label>
</entry>
</group>

@ -1,5 +1,5 @@
# Code generation options for kconfig_compiler
File=kdesvn_part.kcfg
File=tdesvn_part.kcfg
ClassName=Kdesvnsettings
Singleton=true
Mutators=true

@ -30,7 +30,7 @@
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>Select if kdesvn should check for updates when open a working copy</string>
<string>Select if tdesvn should check for updates when open a working copy</string>
</property>
</widget>
<widget class="TQCheckBox">
@ -52,10 +52,10 @@
<string>Check if items has "svn:needs-lock" property set</string>
</property>
<property name="toolTip" stdset="0">
<string>When listing on working copies kdesvn may check for this property</string>
<string>When listing on working copies tdesvn may check for this property</string>
</property>
<property name="whatsThis" stdset="0">
<string>When listing on working copies kdesvn may check for &lt;tt&gt;svn:needs-lock&lt;/tt&gt; property.&lt;br&gt;But due this listings/updating on folders containing lot of items may get slow. So you should only switch on if you have repositories containing lot of such entries.</string>
<string>When listing on working copies tdesvn may check for &lt;tt&gt;svn:needs-lock&lt;/tt&gt; property.&lt;br&gt;But due this listings/updating on folders containing lot of items may get slow. So you should only switch on if you have repositories containing lot of such entries.</string>
</property>
</widget>
<widget class="TQCheckBox">
@ -72,7 +72,7 @@
<string>Whether getting details about items when making listing on repositories or not</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p align="left"&gt;When checked, kdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview.
<string>&lt;p align="left"&gt;When checked, tdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview.
&lt;/p&gt;
&lt;p align="left"&gt;&lt;i&gt;Be careful: This may let listings REAL slow!&lt;/i&gt;&lt;/p&gt;</string>
</property>
@ -99,10 +99,10 @@
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>Should kdesvn retrieves properties on selected item in repositories</string>
<string>Should tdesvn retrieves properties on selected item in repositories</string>
</property>
<property name="whatsThis" stdset="0">
<string>When browsing kdesvn may try displaying properties below itemlist from a selected item.
<string>When browsing tdesvn may try displaying properties below itemlist from a selected item.
On networked repositories (eg., not opened via file:// protocol) this may get real slow. So if you have slow network connections or when browsing hangs often you should deactivate it.</string>
</property>
</widget>
@ -137,7 +137,7 @@ On networked repositories (eg., not opened via file:// protocol) this may get re
<string>When saving passwords, do it into KDE wallet instead of subversions storage?</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;Tells if your passwords set in kdesvn should stored into kde wallet instead of simple cleartext storage of subversion.&lt;/p&gt;
<string>&lt;p&gt;Tells if your passwords set in tdesvn should stored into kde wallet instead of simple cleartext storage of subversion.&lt;/p&gt;
&lt;p&gt;This would be a little bit more secure 'cause KDE wallet is (mostly) encrypted with a password. On other hand you must re-enter your passwords with other subversion clients not accessing KDE wallet (eg. svn commandline itself, rapidsvn and so on).&lt;/p&gt;
&lt;p&gt;If you're HOME storage eg. subversions configfolder is on a network drive you should hard think about not storing passwords in a plain text file like subversion does but put it into an encrypted storage like kde wallet or don't save passwords.&lt;/p&gt;</string>
</property>
@ -178,7 +178,7 @@ On networked repositories (eg., not opened via file:// protocol) this may get re
<string>Read detailed change lists</string>
</property>
<property name="whatsThis" stdset="0">
<string>Reading lists of changed files may sometimes a little bit slow down things. But if this feature is switched off, kdesvn may fail generating differences between nodechanges from within the logviewer.</string>
<string>Reading lists of changed files may sometimes a little bit slow down things. But if this feature is switched off, tdesvn may fail generating differences between nodechanges from within the logviewer.</string>
</property>
</widget>
<widget class="TQCheckBox">

@ -3,4 +3,4 @@ Id=0.14.0-1
File=tdesvnpartrc
Group=general_items
Options=overwrite
Script=kdesvn-use-external-update.sh,sh
Script=tdesvn-use-external-update.sh,sh

@ -39,7 +39,7 @@ SET(svnfrontendsrc
hotcopydlg_impl.cpp
importdir_logmsg.cpp
itemdisplay.cpp
kdesvnfilelist.cpp
tdesvnfilelist.cpp
keystatus.cpp
loaddmpdlg_impl.cpp
mergedlg_impl.cpp

@ -19,7 +19,7 @@
***************************************************************************/
#include "blamedisplay_impl.h"
#include "simple_logcb.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "src/svnqt/log_entry.hpp"
#include "fronthelpers/cursorstack.h"
#include "fronthelpers/widgetblockstack.h"
@ -448,7 +448,7 @@ void BlameDisplay_impl::displayBlame(SimpleLogCb*_cb,const TQString&item,const s
KDialogBase * dlg = new KDialogBase(
TQT_TQWIDGET(KApplication::activeModalWidget()),
name,true,TQString(i18n("Blame %1")).tqarg(item),buttons,KDialogBase::Close,false,
KGuiItem(i18n("Goto line")),KGuiItem(i18n("Log message for revision"),"kdesvnlog"));
KGuiItem(i18n("Goto line")),KGuiItem(i18n("Log message for revision"),"tdesvnlog"));
TQWidget* Dialog1Layout = dlg->makeVBoxMainWidget();
BlameDisplay_impl*ptr = new BlameDisplay_impl(Dialog1Layout);

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "ccontextlistener.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "src/ksvnwidgets/authdialogimpl.h"
#include "src/ksvnwidgets/logmsg_impl.h"
#include "src/ksvnwidgets/ssltrustprompt_impl.h"

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "commandexec.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "svnfrontend/svnactions.h"
#include "svnfrontend/dummydisplay.h"
#include "src/svnqt/targets.hpp"
@ -323,9 +323,9 @@ int CommandExec::exec()
TQWidget* Dialog1Layout = dlg.makeVBoxMainWidget();
KTextBrowser*ptr = new KTextBrowser(Dialog1Layout);
ptr->setText(m_lastMessages);
dlg.resize(dlg.configDialogSize(*(Kdesvnsettings::self()->config()),"kdesvn_cmd_log"));
dlg.resize(dlg.configDialogSize(*(Kdesvnsettings::self()->config()),"tdesvn_cmd_log"));
dlg.exec();
dlg.saveDialogSize(*(Kdesvnsettings::self()->config()),"kdesvn_cmd_log",false);
dlg.saveDialogSize(*(Kdesvnsettings::self()->config()),"tdesvn_cmd_log",false);
}
return 0;
}

@ -18,8 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "filelistviewitem.h"
#include "kdesvnfilelist.h"
#include "src/settings/kdesvnsettings.h"
#include "tdesvnfilelist.h"
#include "src/settings/tdesvnsettings.h"
#include "helpers/sub2qt.h"
#include "src/svnqt/status.hpp"
#include "src/svnqt/revision.hpp"
@ -46,7 +46,7 @@ const int FileListViewItem::COL_IS_LOCKED = 5;
//const int FileListViewItem::COL_CURRENT_REV = 5;
FileListViewItem::FileListViewItem(kdesvnfilelist*_parent,const svn::StatusPtr&_stat)
FileListViewItem::FileListViewItem(tdesvnfilelist*_parent,const svn::StatusPtr&_stat)
: KListViewItem(_parent),SvnItem(_stat),
sortChar(0),
m_Ksvnfilelist(_parent)
@ -55,7 +55,7 @@ FileListViewItem::FileListViewItem(kdesvnfilelist*_parent,const svn::StatusPtr&_
init();
}
FileListViewItem::FileListViewItem(kdesvnfilelist*_parent,FileListViewItem*_parentItem,const svn::StatusPtr&_stat)
FileListViewItem::FileListViewItem(tdesvnfilelist*_parent,FileListViewItem*_parentItem,const svn::StatusPtr&_stat)
: KListViewItem(_parentItem),SvnItem(_stat),
sortChar(0),
m_Ksvnfilelist(_parent)
@ -105,7 +105,7 @@ FileListViewItem::~FileListViewItem()
if (isSelected()) {
/*
when item is selected and deleted signal selectionChanged isn't emitted
in TQListView anymore and let kdesvn crash.
in TQListView anymore and let tdesvn crash.
*/
setSelected(false);
m_Ksvnfilelist->selectionChanged();

@ -28,7 +28,7 @@
class TQPainter;
class KFileItem;
class kdesvnfilelist;
class tdesvnfilelist;
class SvnActions;
/**
@ -36,10 +36,10 @@ class SvnActions;
*/
class FileListViewItem : public KListViewItem,public SvnItem
{
friend class kdesvnfilelist;
friend class tdesvnfilelist;
public:
FileListViewItem(kdesvnfilelist*,const svn::StatusPtr&);
FileListViewItem(kdesvnfilelist*,FileListViewItem*,const svn::StatusPtr&);
FileListViewItem(tdesvnfilelist*,const svn::StatusPtr&);
FileListViewItem(tdesvnfilelist*,FileListViewItem*,const svn::StatusPtr&);
virtual ~FileListViewItem();
virtual int compare( TQListViewItem* i, int col, bool ascending ) const;
@ -71,7 +71,7 @@ public:
protected:
TQColor m_highColor;
short int sortChar;
kdesvnfilelist*m_Ksvnfilelist;
tdesvnfilelist*m_Ksvnfilelist;
virtual void update();

@ -23,7 +23,7 @@
#include "src/svnqt/cache/LogCache.hpp"
#include "src/svnqt/cache/ReposLog.hpp"
#include "src/svnqt/cache/DatabaseException.hpp"
#include "src/kdesvn_events.h"
#include "src/tdesvn_events.h"
#include <tqobject.h>
#include <kdebug.h>

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -19,7 +19,7 @@
***************************************************************************/
#include "revisionbuttonimpl.h"
#include "src/svnfrontend/fronthelpers/rangeinput_impl.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <kpushbutton.h>
#include <kdialog.h>

@ -1,6 +1,6 @@
/* This file is part of KCachegrind.
Copyright (C) 2002, 2003 Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Adapted for the needs of kdesvn by Rajko Albrecht <ral@alwins-world.de>
Adapted for the needs of tdesvn by Rajko Albrecht <ral@alwins-world.de>
KCachegrind is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public

@ -1,6 +1,6 @@
/* This file is part of KCachegrind.
Copyright (C) 2002, 2003 Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Adapted for the needs of kdesvn by Rajko Albrecht <ral@alwins-world.de>
Adapted for the needs of tdesvn by Rajko Albrecht <ral@alwins-world.de>
KCachegrind is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public

@ -21,7 +21,7 @@
#include "graphtreelabel.h"
#include "pannerview.h"
#include "graphtree_defines.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "../stopdlg.h"
#include "src/svnqt/client.hpp"

@ -28,7 +28,7 @@
#include "revgraphview.h"
#include "elogentry.h"
#include "src/svnfrontend/fronthelpers/cursorstack.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <kdebug.h>
#include <kprogress.h>

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "revtreewidget.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <tqvariant.h>
#include <tqsplitter.h>

@ -20,7 +20,7 @@
#include "itemdisplay.h"
#include "svnitem.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "src/svnqt/status.hpp"

File diff suppressed because it is too large Load Diff

@ -50,14 +50,14 @@ namespace svn {
/**
@author Rajko Albrecht
*/
class kdesvnfilelist : public KListView,public ItemDisplay
class tdesvnfilelist : public KListView,public ItemDisplay
{
Q_OBJECT
TQ_OBJECT
friend class FileListViewItem;
public:
kdesvnfilelist(KActionCollection*,TQWidget *parent = 0, const char *name = 0);
virtual ~kdesvnfilelist();
tdesvnfilelist(KActionCollection*,TQWidget *parent = 0, const char *name = 0);
virtual ~tdesvnfilelist();
virtual bool openURL( const KURL &url,bool noReinit=false );
virtual SvnItem*SelectedOrMain();

@ -21,7 +21,7 @@
#include "rangeinput_impl.h"
#include "src/svnqt/url.hpp"
#include "helpers/ktranslateurl.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include <kurlrequester.h>
#include <kdialogbase.h>
@ -187,7 +187,7 @@ bool MergeDlg_impl::getMergeRange(Rangeinput_impl::revision_range&range,bool*for
KDialogBase dlg(parent,name,true,i18n("Enter merge range"),
KDialogBase::Ok|KDialogBase::Cancel|KDialogBase::Help,
KDialogBase::Ok,true);
dlg.setHelp("merging-items","kdesvn");
dlg.setHelp("merging-items","tdesvn");
TQWidget* Dialog1Layout = dlg.makeVBoxMainWidget();
ptr = new MergeDlg_impl(Dialog1Layout,"merge_range_dlg",false,false,false);
dlg.resize( TQSize(480,360).expandedTo(dlg.tqminimumSizeHint()) );

@ -19,7 +19,7 @@
***************************************************************************/
#include "stopdlg.h"
#include "ccontextlistener.h"
#include "settings/kdesvnsettings.h"
#include "settings/tdesvnsettings.h"
#include "helpers/stringhelper.h"
#include <kapplication.h>

@ -35,8 +35,8 @@
#include "src/ksvnwidgets/encodingselector_impl.h"
#include "src/ksvnwidgets/revertform_impl.h"
#include "graphtree/revisiontree.h"
#include "src/settings/kdesvnsettings.h"
#include "src/kdesvn_events.h"
#include "src/settings/tdesvnsettings.h"
#include "src/tdesvn_events.h"
#include "src/svnqt/client.hpp"
#include "src/svnqt/annotate_line.hpp"
#include "src/svnqt/context_listener.hpp"

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
/* this is mostly a copy of KonqFileTip
* when kdesvn get part of KDE itself it should replaced then with the original stuff
* when tdesvn get part of KDE itself it should replaced then with the original stuff
* now we make sure we may us it
*/

@ -20,8 +20,8 @@
#include "svnitem.h"
#include "svnactions.h"
#include "kdesvn_part.h"
#include "src/settings/kdesvnsettings.h"
#include "tdesvn_part.h"
#include "src/settings/tdesvnsettings.h"
#include "src/svnqt/status.hpp"
#include "src/svnqt/smart_pointer.hpp"
#include "src/svnqt/url.hpp"
@ -241,23 +241,23 @@ TQPixmap SvnItem::getPixmap(const TQPixmap&_p,int size,bool overlay)
if (p_Item->m_Stat->texttqStatus()==svn_wc_status_conflicted) {
m_bgColor = CONFLICT;
if (overlay)
p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnconflicted",KIcon::Desktop,size);
p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnconflicted",KIcon::Desktop,size);
} else if (p_Item->m_Stat->texttqStatus ()==svn_wc_status_missing) {
m_bgColor = MISSING;
} else if (isLocked()||wrap->checkReposLockCache(fullName())) {
if (overlay) p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnlocked",KIcon::Desktop,size);
if (overlay) p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnlocked",KIcon::Desktop,size);
m_bgColor = LOCKED;
} else if (Kdesvnsettings::check_needslock() && !isRemoteAdded() && wrap->isLockNeeded(this,svn::Revision::UNDEFINED) ) {
if (overlay) p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnneedlock",KIcon::Desktop,size);
if (overlay) p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnneedlock",KIcon::Desktop,size);
m_bgColor = NEEDLOCK;
} else if (wrap->isUpdated(p_Item->m_Stat->path())) {
if (overlay) p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnupdates",KIcon::Desktop,size);
if (overlay) p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnupdates",KIcon::Desktop,size);
m_bgColor = UPDATES;
} else if (p_Item->m_Stat->texttqStatus()==svn_wc_status_deleted) {
if (overlay) p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvndeleted",KIcon::Desktop,size);
if (overlay) p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvndeleted",KIcon::Desktop,size);
m_bgColor = DELETED;
} else if (p_Item->m_Stat->texttqStatus()==svn_wc_status_added ) {
if (overlay) p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnadded",KIcon::Desktop,size);
if (overlay) p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnadded",KIcon::Desktop,size);
m_bgColor = ADDED;
} else if (isModified()) {
mod = true;
@ -265,19 +265,19 @@ TQPixmap SvnItem::getPixmap(const TQPixmap&_p,int size,bool overlay)
svn::StatusEntries dlist;
svn::StatusEntries::const_iterator it;
if (isRemoteAdded() || wrap->checkUpdateCache(fullName())) {
if (overlay) p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnupdates",KIcon::Desktop,size);
if (overlay) p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnupdates",KIcon::Desktop,size);
m_bgColor = UPDATES;
} else if (wrap->checkConflictedCache(fullName())) {
m_bgColor = CONFLICT;
if (overlay)
p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnconflicted",KIcon::Desktop,size);
p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnconflicted",KIcon::Desktop,size);
} else {
mod = wrap->checkModifiedCache(fullName());
}
}
if (mod) {
m_bgColor = MODIFIED;
if (overlay) p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnmodified",KIcon::Desktop,size);
if (overlay) p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnmodified",KIcon::Desktop,size);
}
if (!p2.isNull()) {
TQPixmap p;
@ -312,7 +312,7 @@ TQPixmap SvnItem::getPixmap(int size,bool overlay)
if (isLocked()) {
m_bgColor = LOCKED;
TQPixmap p2;
if (overlay) p2 = kdesvnPartFactory::instance()->iconLoader()->loadIcon("kdesvnlocked",KIcon::Desktop,size);
if (overlay) p2 = tdesvnPartFactory::instance()->iconLoader()->loadIcon("tdesvnlocked",KIcon::Desktop,size);
if (!p2.isNull()) {
TQImage i1; i1 = p;
TQImage i2; i2 = p2;
@ -323,9 +323,9 @@ TQPixmap SvnItem::getPixmap(int size,bool overlay)
} else {
if (isRemoteAdded()) {
if (isDir()) {
p = kdesvnPartFactory::instance()->iconLoader()->loadIcon("folder",KIcon::Desktop,size);
p = tdesvnPartFactory::instance()->iconLoader()->loadIcon("folder",KIcon::Desktop,size);
} else {
p = kdesvnPartFactory::instance()->iconLoader()->loadIcon("unknown",KIcon::Desktop,size);
p = tdesvnPartFactory::instance()->iconLoader()->loadIcon("unknown",KIcon::Desktop,size);
}
} else {
KURL uri;

@ -18,7 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "svnlogdlgimp.h"
#include "src/settings/kdesvnsettings.h"
#include "src/settings/tdesvnsettings.h"
#include "src/svnqt/log_entry.hpp"
#include "helpers/sub2qt.h"
#include "svnactions.h"

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -41,7 +41,7 @@ int main(int argc,char**argv)
std::cout << (*it).TOUTF8().data() << std::endl;
++it;
}
svn::cache::ReposLog rl(m_Svnclient,"http://www.alwins-world.de/repos/kdesvn");
svn::cache::ReposLog rl(m_Svnclient,"http://www.alwins-world.de/repos/tdesvn");
TQDataBase db = rl.Database();
#if [[[TQT_VERSION IS DEPRECATED]]] < 0x040000
if (!db) {

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2008 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -41,7 +41,7 @@ int main(int,char**)
svn::LogEntriesMap m_OldHistory;
try {
m_Svnclient->log("http://www.alwins-world.de/repos/kdesvn/trunk",svn::Revision::HEAD,20,m_OldHistory,svn::Revision::UNDEFINED,true,false,0);
m_Svnclient->log("http://www.alwins-world.de/repos/tdesvn/trunk",svn::Revision::HEAD,20,m_OldHistory,svn::Revision::UNDEFINED,true,false,0);
} catch (svn::ClientException ce) {
gotit = false;
}

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,7 +1,7 @@
/*
* Port for usage with qt-framework and development for kdesvn
* Port for usage with qt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://kdesvn.alwins-world.de
* http://tdesvn.alwins-world.de
*/
/*
* ====================================================================

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007 by Rajko Albrecht ral@alwins-world.de *
* http://kdesvn.alwins-world.de/ *
* http://tdesvn.alwins-world.de/ *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *

Loading…
Cancel
Save