head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.52 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.50 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.48 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.46 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.44 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.42 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.40 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.38 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.36 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.34 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.32 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.30 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.28 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.26 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.24 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.22 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.20 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.18 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.16 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.14 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.12 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.10 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.8 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.6 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.4 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.2 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2004.01.14.15.03.54; author wiz; state dead; branches; next 1.5; 1.5 date 2001.03.05.05.29.46; author hubertf; state Exp; branches; next 1.4; 1.4 date 2000.11.05.16.52.14; author hubertf; state Exp; branches; next 1.3; 1.3 date 2000.02.24.02.12.36; author hubertf; state Exp; branches; next 1.2; 1.2 date 99.12.13.19.24.04; author hubertf; state Exp; branches; next 1.1; 1.1 date 99.11.05.04.32.07; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.11.05.04.32.07; author hubertf; state Exp; branches; next ; desc @@ 1.6 log @Remove some more (not yet even buildlinked) KDE1 packages, since KDE1 has been removed. Noted by agc. @ text @$NetBSD: patch-ac,v 1.5 2001/03/05 05:29:46 hubertf Exp $ --- src/toplevel.cpp.orig Mon Jan 29 20:49:35 2001 +++ src/toplevel.cpp @@@@ -533,14 +533,14 @@@@ } else { - QString command = config->readEntry("Editor", "kwrite"); + QString command = config->readEntry("Editor", "kedit"); command += " "; command += quote(filename); command += "&"; ::system(command); } #else - QString command = config->readEntry("Editor", "kwrite"); + QString command = config->readEntry("Editor", "kedit"); command += " "; command += quote(filename); command += "&"; @ 1.5 log @Update cervisia to V1.0. List of changes not available. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to 0.7.2. Changes: Major changes since 0.6.0: * A new diff frontend based on -u instead of --side-by-side. Now this works even for people who have 150 characters per line ;-) There is also a change bar a la tkdiff. * The log tree now shows the tags attached to each revision, thanks to a patch by Florent Pillet. * It compiles and works again with KDE pre2.0 * Arrow keys work in the diff dialog * Support for cvs watch / cvs edit (the latter based on an idea by Steffen Dettmer * Less flicker in diff, annotate and resolve view when using Qt2/KDE2 * Bug fixes Changes since 0.5.0: * repositories dialog * Implemented "Open recent" * Implemented "History" * Added a button in the checkout dialog to obtain a list of modules * Show sandbox in caption * Much more detailed pseudo session management. Please delete your cervisiarc file! * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog @ text @d3 1 a3 1 --- src/toplevel.cpp.orig Tue Sep 19 17:47:41 2000 d5 1 a5 1 @@@@ -519,14 +519,14 @@@@ d12 1 a12 1 command += filename; @ 1.3 log @Update to V0.5.0. Changes: 2000-02-21 Bernd Gehrmann * Fixed Checkout and Import which were not working at all * Check tag names in checkout and import dialog * Fixed accelerators and added some more * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog * Release 0.5.0 2000-02-20 Bernd Gehrmann * Fixed bug which caused tooltips for revisions an branches to disappear in the log tree * Tags, branches and branchpoints as tooltips in log tree * Improved log dialog layout * Implemented "Add binary" 2000-02-17 Bernd Gehrmann * Handle hidden files correctly * Do not ignore case in files sorting * Implemented "Last change" * Release 0.4.0 2000-02-15 Bernd Gehrmann * Implemented "Update to tag" and "Update to HEAD" * Implemented "Tag" 2000-02-14 Bernd Gehrmann * Implemented options "Commit recursively" and "Create directories" * Ported Checkout/Import dialog to the new scheme 2000-02-13 Bernd Gehrmann * Rewritten the whole UpdateView (well, almost :-). Now it allows to show and update the revision and tag field. * Real support for asynchronous operation of Update, Commit, Add and remove: output goes to new ProtocolView * Fixed "Unfold Tree" * Fixed crash caused by too many open files (.cvsignore files were never closed) 2000-02-08 Bernd Gehrmann * Ported documentation to docbook, added some more stuff and adjusted automake system accordingly 2000-02-06 Bernd Gehrmann * Updated autoconf framework to work correctly with both KDE 1 and KDE 2 1999-12-19 Bernd Gehrmann * In Checkout dialog, use $CVSROOT as default repository (if defined) * Added command line arguments --help and --version 1999-11-23 Bernd Gehrmann * Fixed bug which caused files mistakenly marked as up to date * Fixed options menu * Show wait cursor while child process runs in background * Made Ok button in settings dialog the default * Release 0.3.1 @ text @d3 3 a5 3 --- src/toplevel.cpp.orig Mon Feb 21 20:31:27 2000 +++ src/toplevel.cpp Wed Feb 23 23:54:30 2000 @@@@ -448,14 +448,14 @@@@ d14 1 a14 1 system(command); d17 1 a17 1 - QString command = config->readEntry("Editor", "gnuclient"); d20 1 a20 1 command += filename; @ 1.2 log @Update to V0.3.1. Changes: in 0.3.0: Added ChangeLog editor, solved several UI issues, added tooltips to log tree, added settings dialog, and made compilation with KRASH possible (while maintaining compatibility with KDE 1.1). in 0.3.1: A bug which caused files mistakenly marked as up to date was fixed, as well as the options menu. Now shows a wait cursor while child process runs in background. The Ok button in settings dialog was made the default. @ text @d3 11 a13 3 --- src/toplevel.cpp.orig Mon Nov 22 19:50:56 1999 +++ src/toplevel.cpp Mon Dec 13 20:04:48 1999 @@@@ -400,7 +400,7 @@@@ d18 1 a18 1 + QString command = config->readEntry("Editor", "kwrite"); @ 1.1 log @Initial revision @ text @d3 9 a11 8 --- src/toplevel.cpp.orig Fri Nov 5 05:27:35 1999 +++ src/toplevel.cpp Fri Nov 5 05:27:43 1999 @@@@ -297,7 +297,7 @@@@ if (!filename.isEmpty()) { DEBUGOUT( "Open file" << filename << "." ); - QString command = "gnuclient "; + QString command = "kwrite "; a13 1 system(command); @ 1.1.1.1 log @Cervisia is a graphical frontend for the CVS client. It provides access to the following features: - Checking out a module from a repository. - Importing into the repository. - Updating or retrieving the status of a working directory or single files. - Common operations like add, remove and commit. - Diff against the repository and between different revisions. - Annotated view of a file. - View of the log messages in tree and list form. - Resolving of conflicts in a file @ text @@