Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 54E18A665C for ; Sun, 23 Nov 2014 13:17:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E8EE514A224; Sun, 23 Nov 2014 13:17:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A6C714A21A for ; Sun, 23 Nov 2014 13:17:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id J7XCF3DhudGX for ; Sun, 23 Nov 2014 13:17:17 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A452E14A181 for ; Sun, 23 Nov 2014 13:17:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A200498; Sun, 23 Nov 2014 13:17:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 23 Nov 2014 13:17:17 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/ProjectCenter To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20141123131717.A200498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Nov 23 13:17:17 UTC 2014 Modified Files: pkgsrc/devel/ProjectCenter: Makefile PLIST distinfo pkgsrc/devel/ProjectCenter/patches: patch-Modules_Debuggers_ProjectCenter_PTYView.m Log Message: update 0.6.1 to 0.6.2 2014-10-07 Riccardo Mottola * Framework/PCProjectManager.m * PCAppController.m Revert windows-specific hacks by German to make project-type choice work. They would crash when using PC without the WinUX theme. 2014-09-08 German Arias * Modules/Editors/ProjectCenter/Resources/LineJumper.gorm: Remove modifier key for button. 2014-09-02 Riccardo Mottola * Framework/PCAddFilesPanel.m * Framework/PCProjectBuilder.m Do not use GS internals but standard methods. 2014-08-29 Riccardo Mottola * Modules/Editors/ProjectCenter/GNUmakefile * Modules/Editors/ProjectCenter/LineJumper.h * Modules/Editors/ProjectCenter/LineJumper.m * Modules/Editors/ProjectCenter/PCEditorView.m * Modules/Editors/ProjectCenter/Resources/LineJumper.gorm Implement and add a simple go-to-line panel 2014-08-25 Wolfgang Lux * Modules/Editors/ProjectCenter/PCEditor.m (unhighlightCharacter:): * Modules/Editors/ProjectCenter/PCEditor.m (highlightCharacterAt:inEditor:): Fix condition order to prevent out of range array accesses, which may lead to a segfault when unhighlighting two matching parentheses. Fix by Markus . 2014-08-18 16:07-EDT Gregory John Casamento * Modules/Projects/Aggregate/Resources/Inspector.gorm * Modules/Projects/Application/Resources/Inspector.gorm * Modules/Projects/Application/Resources/Main.gorm * Modules/Projects/Bundle/Resources/Inspector.gorm * Modules/Projects/Framework/Resources/Inspector.gorm * Modules/Projects/Library/Resources/Inspector.gorm * Modules/Projects/ResourceSet/Resources/Inspector.gorm * Modules/Projects/Tool/Resources/Inspector.gorm: Update all gorm files to latest version. 2014-08-04 Riccardo Mottola * Modules/Editors/ProjectCenter/PCEditorView.m Fix return value. 2014-08-04 Riccardo Mottola * English.lproj/ProjectCenter.gorm * Headers/Protocols/CodeEditorView.h * Modules/Editors/ProjectCenter/PCEditor.m * Modules/Editors/ProjectCenter/PCEditorView.h * Modules/Editors/ProjectCenter/PCEditorView.m Move GoToLine to the View akin to the NSTextView find panel and declare it in the editor view protocol. 2014-08-03 German Arias * Modules/Editors/ProjectCenter/PCEditor.m: Don't use PCAuxiliaryWindow. This avoid the use of FindPanel. 2014-07-30 Riccardo Mottola * Framework/PCEditorManager.m * Framework/PCProjectBuilder.m * Headers/Protocols/CodeEditor.h * Modules/Editors/ProjectCenter/PCEditor.h * Modules/Editors/ProjectCenter/PCEditor.m Convert line numbers to NSUInteger / integerValue 2014-05-06 Riccardo Mottola * Framework/PCProjectBuilder.m Enhance clang support. 2014-05-03 Riccardo Mottola * Framework/PCProjectBuilder.m Recognize also egcc and clang as compilers. 2014-05-03 Riccardo Mottola * Framework/PCProjectBuilder.m Add recognition of fatal errors. 2014-04-08 German Arias * Modules/Editors/ProjectCenter/PCEditorView.m (-insertText:): Add a comment for last commit. 2014-04-06 German Arias * Headers/ProjectCenter/PCProjectLauncher.h: Add new variable _isErrorRunning. * Framework/PCProjectLauncher.m: Remove observer in -logStdOut: and -logErrOut:. And wait until receive all data in -runDidTerminate:. 2014-04-02 German Arias * Framework/PCFileCreator.m (-replaceTagsInFileAtPath:withProject:): Ensure UTF-8 when read and write a file in Windows. * Modules/Editors/ProjectCenter/PCEditorView.m (-insertText:): Ensure UTF-8 when insert a text in Windows. 2014-04-02 German Arias * Framework/English.lproj/SaveModified.gorm: Use class PCAuxiliaryWindow to not display menu. 2014-04-02 German Arias * Framework/PCFileCreator.m: Removed two last commits. There is something wrong with these. 2014-03-30 German Arias * Framework/PCFileCreator.m: Fix last change to ensure all string in the file is UTF-8, since GNU make can't handle UTF-16 (this change is for Windows). 2014-03-27 German Arias * Framework/PCFileCreator.m: Be sure to use an UTF8 string for the user name on Windows. 2014-03-08 German Arias * Framework/PCFileManager.m (-isTextFile:): Rewrite this method to work on Windows. 2014-03-07 German Arias * Framework/PCProjectManager.m: Remove the extension returned by native panel. 2014-03-02 German Arias * PCAppController.m: For Windows add a menu with all types of projects. So the user can select directly the type of project he want. * Headers/ProjectCenter/PCProjectManager.h: * Framework/PCProjectManager.m: Add the neccesary changes to use the selected type of project at main menu (on Windows). * PCMenuController.m: Use the new method to make a new project. 2014-01-17 German Arias * English.lproj/ProjectCenter.gorm: Connect option "Line Number..." to first responder (I was sure I did this before, but no). 2014-01-13 Riccardo Mottola * Framework/PCFileManager.m * Headers/ProjectCenter/PCFileManager.h Convenience method to find executables, by Richard Frith-Macdonald * Modules/Preferences/Build/PCBuildPrefs.m * Modules/Preferences/Misc/PCMiscPrefs.m Use the convenience method to determine better defaults for make and gdb. 2013-12-17 Riccardo Mottola * Framework/PCProjectLauncher.m Check that the executable exists before running it. 2013-10-20 German Arias * English.lproj/Preferences.gorm: * Modules/Preferences/Build/Resources/BuildPrefs.gorm: * Modules/Preferences/EditorFSC/Resources/EditorFSCPrefs.gorm: * Modules/Preferences/Saving/Resources/SavingPrefs.gorm: * Modules/Preferences/Misc/Resources/MiscPrefs.gorm: Change the height of the panel. 2013-10-15 German Arias * TextFinder.h: * TextFinder.m: Deleted. * GNUmakefile: Remove TextFinder. * PCMenuController.m: Remove TextFinder. Now we use the standard menu Find. 2013-10-13 German Arias * English.lproj/ProjectCenter.gorm: Use the standard menu Find and connect option "Line Number..." to first responder. * Modules/Editors/ProjectCenter/PCEditor.m: Use Find panel. * Headers/PCMenuController.h: * PCMenuController.m: Remove unnecessary methods. 2013-10-06 German Arias * Headers/PCPrefController.h: * PCPrefController.m: Don't retain the user defaults. And don't call synchronize every time, this are causing conflicts with defaults of the PC windows, which stores its frames here. 2013-09-24 German Arias * PCAppController.m (-applicationDidFinishLaunching: and -applicationShouldTerminate:) Code to handle the style NSWindows95InterfaceStyle. * Headers/ProjectCenter/PCAuxiliaryWindow.h: * Framework/PCAuxiliaryWindow.m: Add this class for auxiliary windows. This is windows that don't should add the in-window menu. * Framework/English.lproj/BuilderPanel.gorm: * Modules/Editors/ProjectCenter/PCEditor.m: Use the new class PCAuxiliaryWindow. * Framework/GNUmakefile: Add new class. 2013-09-22 Riccardo Mottola * Modules/Parsers/ProjectCenter/PCParser.m Do not advance start and get startType if we are at the end anyway. * Modules/Parsers/ProjectCenter/ObjCClassHandler.h * Modules/Parsers/ProjectCenter/ObjCClassHandler.m * Modules/Parsers/ProjectCenter/ObjCMethodHandler.h * Modules/Parsers/ProjectCenter/ObjCMethodHandler.m NSUInteger / NSInteger transitions for count/length variables. * Modules/Projects/Application/PCAppProject.m * Modules/Projects/Bundle/PCBundleProject.m * Modules/Projects/Framework/PCFrameworkProject.m * Modules/Projects/Library/PCLibProject.m * Modules/Projects/ResourceSet/PCResourceSetProject.m * Modules/Projects/Tool/PCToolProject.m Transition to NSUInteger. 2013-09-21 Riccardo Mottola * Modules/Parsers/ProjectCenter/PCParser.h * Modules/Parsers/ProjectCenter/PCParser.m Transition count/length variables to NSUInteger 2013-09-21 Riccardo Mottola * Modules/Parsers/ProjectCenter/PCParser.m Fix parser check for temrination, do not look past last char. * PCAppController.m If filename is not absolute, normalize it (happens when invoking with the filename as argument to the application, e.g. 'ProjectCenter myProject'). 2013-09-20 Riccardo Mottola * Framework/PCFileCreator.m Do not launch replacing if copying was not successful, avoids hang of app. 2013-09-17 Riccardo Mottola * Modules/Projects/ResourceSet/PCResourceSetProject.m Replace deprecated make variable. * Framework/PCProjectBuilder.m Fix int vs. float. 2013-02-25: Sebastian Reitenbach * Framework/PCFileNameIcon.m * unsigned int -> NSDragOperation 2013-02-10: Sebastian Reitenbach * Framework/PCProjectInspector.m * Modules/Editors/ProjectCenter/SyntaxDefinition.m * Modules/Editors/ProjectCenter/SyntaxHighlighter.m * Modules/Editors/ProjectCenter/TextPattern.m * Modules/Preferences/EditorFSC/PCEditorFSCPrefs.m some more (unsigned) int -> NS(U)Integer transitions and some shutup of clang compiler warnings * Framework/PCProjectBrowser.m * Framework/PCSaveModified.m * Framework/PCProjectLoadedFiles.m * Framework/PCProjectBuilder.m * Headers/ProjectCenter/PCProjectBrowser.h * Headers/ProjectCenter/PCSaveModified.h * Headers/ProjectCenter/PCProjectLoadedFiles.h * Modules/Projects/Application/PCAppProject+Inspector.h * Modules/Projects/Application/PCAppProject+Inspector.m some more (unsigned) int -> NS(U)Integer transitions not catched from clang, but found by libobjc2 in debug mode 2013-02-09 Sebastian Reitenbach * Framework/PCFileCreator.m * Framework/PCMakefileFactory.m * Framework/PCProjectBuilder.m * Framework/PCProjectLauncher.m * Framework/PCProjectManager.m * Framework/PCProject.m * Modules/Projects/Application/PCAppProject.m * Modules/Projects/Tool/PCToolProject.m shutup clang compiler warning about redunant literal string usage * Modules/Preferences/Build/PCBuildPrefs.m * Framework/PCButton.m * Modules/Parsers/ProjectCenter/ObjCMethodHandler.m shutup some clang warnings * Framework/PCProjectBrowser.m NSInteger conversions * Modules/Debuggers/ProjectCenter/PTYView.m Include right headers for openpty on OpenBSD 2012-11-22 German Arias * Modules/Projects/Library/PCLibProject.m: Don't add the prefix "lib" to LIBRARY_NAME, gnustep-make will add this prefix anyway. On the other hand, the super class isn't able to add this prefix to XXX_RESOURCE_FILES at GNUmakefile. 2012-08-30 Riccardo Mottola * Modules/Debuggers/ProjectCenter/PTYView.m Do not include stropts.h for most OS's anymore. 2012-08-09 Riccardo Mottola * English.lproj/ProjectCenter.gorm * Framework/PCProjectManager.m Recent Document menu support. 2012-07-30 Wolfgang Lux * Framework/PCProjectBuilder.m (-line:startsWithString:, -parseErrorLine:): * Modules/Editors/ProjectCenter/PCEditor.h: * Modules/Editors/ProjectCenter/PCEditor.m (FindDelimiterInString, -highlightCharacterAt:inEditor:): Fix for compilation on 64-bit hosts. 2012-07-09 Serg Stoyan * Framework/PCProjectInspector.m: (-removeAuthor): Improve selection of author list items after item deletion. Inspired by bug #25571. Bug should be closed. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/ProjectCenter/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ProjectCenter/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ProjectCenter/distinfo cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/devel/ProjectCenter/patches/patch-Modules_Debuggers_ProjectCenter_PTYView.m Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.