Commit graph

  • 78bf74dc1d * unsigned int -> NSDragOperation Sebastian Reitenbach 2013-02-25 17:24:33 +0000
  • 7c84efcd92 * 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 Sebastian Reitenbach 2013-02-10 18:34:12 +0000
  • 8562d733c5 * 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 Sebastian Reitenbach 2013-02-10 18:30:25 +0000
  • b97e7068dc * Modules/Debuggers/ProjectCenter/PTYView.m Include right headers for openpty on OpenBSD Sebastian Reitenbach 2013-02-09 14:42:13 +0000
  • b97769af80 * Modules/Preferences/Build/PCBuildPrefs.m * Framework/PCButton.m * Modules/Parsers/ProjectCenter/ObjCMethodHandler.m shutup some clang warnings * Framework/PCProjectBrowser.m NSInteger conversions Sebastian Reitenbach 2013-02-09 14:33:38 +0000
  • e89f88456b * 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 Sebastian Reitenbach 2013-02-09 14:29:44 +0000
  • ca05e41d9f Fix problem with Library projects. Germán Arias 2012-11-22 06:47:03 +0000
  • df3d681858 Do not include stropts.h for most OS's anymore. Riccardo Mottola 2012-08-30 09:08:26 +0000
  • 8152e6b4ee recent document menu support Riccardo Mottola 2012-08-09 16:23:39 +0000
  • f3ac6d9d8a ProjectCenter fixes for compilation on 64-bit hosts. Wolfgang Lux 2012-07-30 21:07:19 +0000
  • d98014879b * Framework/PCProjectInspector.m: (-removeAuthor): Improve selection of author list items after item deletion. Inspired by bug #25571. Bug should be closed. Sergii Stoian 2012-07-09 00:05:18 +0000
  • 84a2495a61 Tag version 0_6_1 projectcenter-0_6_1 Riccardo Mottola 2012-06-13 13:04:40 +0000
  • 8dde4d19e4 Update applicationShouldTerminate signature. Riccardo Mottola 2012-06-12 13:11:04 +0000
  • 360e820370 Use centerScanRect to avoid strange problems with AA text in editor. Riccardo Mottola 2012-06-12 10:41:19 +0000
  • 078e0502af fix typo in comment Riccardo Mottola 2012-06-12 08:03:03 +0000
  • 906750c769 NetBSD doesn't support streams either. Riccardo Mottola 2012-04-20 08:35:30 +0000
  • 7b81179dce Fix imports for freebsd Riccardo Mottola 2012-04-17 10:20:03 +0000
  • 912965080b use setAllowedFileTypes method instead of private method which was removed Riccardo Mottola 2011-09-08 13:05:29 +0000
  • c0a699944f Correct cast according to ctypes caveats. Riccardo Mottola 2011-04-28 19:50:54 +0000
  • 2ca9202b6e Remove extra parentheses which confuse = and == warning. Riccardo Mottola 2011-04-07 16:28:14 +0000
  • 2651233f3f warning fix Riccardo Mottola 2011-04-07 13:30:48 +0000
  • 4bae7d4a63 change ifdef to detect non-gnustep Riccardo Mottola 2011-04-07 12:36:32 +0000
  • e0fe4ae4e3 * Modules/Parsers/ProjectCenter/PCParser.m [-parse]: Move the selector and IMP definitions inside the method. Global IMP caching is always wrong! And this broke compilation with llvm. Fred Kiefer 2011-04-06 18:46:03 +0000
  • 26fafd712c Added FIXME Nicola Pero 2011-03-14 10:50:23 +0000
  • 405a68887b Ask user for confirmation before reverting a file in PC. Wolfgang Lux 2011-01-24 13:29:44 +0000
  • f8767ee74f Fix an annoying bug in PC's editor where pressing the tab key would delete whole empty lines. Also register insertions done by the tab key at the undo manager. Wolfgang Lux 2011-01-24 13:27:52 +0000
  • 6abca97576 ... and get the PC inspector panel's display right again. Wolfgang Lux 2011-01-06 16:10:59 +0000
  • 20d074fc08 Fix PC bug where the document based app flag was reset after opening the project inspector for the first time. Wolfgang Lux 2011-01-06 15:58:13 +0000
  • 3b73fff1fc Add either debug=yes or debug=no to the arguments of a PC build task, since the debug variable no longer has a clear default for quite some time. Wolfgang Lux 2010-12-28 14:54:20 +0000
  • 2613728937 Added UI controls for languages and its methods Germán Arias 2010-12-23 02:22:26 +0000
  • affd155f9c Added Languages option at Inspector Germán Arias 2010-12-19 03:40:35 +0000
  • 87172c0418 Tag version 0_6_0 projectcenter-0_6_0 Riccardo Mottola 2010-12-10 09:39:21 +0000
  • 615124400c Fix race condition, which could lock PC after running a build task. Wolfgang Lux 2010-12-04 09:35:33 +0000
  • 84dc841e64 Don't ask for a project directory with an extension project or pcproj when creating a new project in PC and do not arbitrarily strip extensions from the project name. Wolfgang Lux 2010-12-04 08:08:50 +0000
  • d334376dd6 Reverted a previous change since extension project is not used anymore Germán Arias 2010-12-04 06:01:21 +0000
  • 4cddbeda45 Removed useless INSTDOMAIN variable during build phase Riccardo Mottola 2010-12-01 16:48:53 +0000
  • a0f1d6efca version bump Riccardo Mottola 2010-12-01 15:27:06 +0000
  • e9ecaf9b08 Create project in a path with the project name. Riccardo Mottola 2010-12-01 15:26:12 +0000
  • eb2972f8fb Set, use and create makefiles using ain installation DOMAIN and not a director Riccardo Mottola 2010-11-28 21:38:53 +0000
  • 7c094590a7 minor fixes in gorms Riccardo Mottola 2010-11-26 11:42:42 +0000
  • 07308c6ccf Removed Project Languages option on Inspector panel Germán Arias 2010-11-24 06:34:02 +0000
  • 77f710f67e Initialize isDir value Riccardo Mottola 2010-11-23 07:15:15 +0000
  • 912da0d4b3 Adding Languages panel part I Germán Arias 2010-11-22 17:25:34 +0000
  • 79ae98bbb0 Improvements at Project Inspector Germán Arias 2010-11-22 03:12:59 +0000
  • 102557c7ca Fix on key PCUserLanguages Germán Arias 2010-11-22 01:33:53 +0000
  • 2a4aa4f0b8 initialize range to ensure it does not ocntain garbage later Riccardo Mottola 2010-11-18 16:47:25 +0000
  • d27ac097b1 fix memory leak Riccardo Mottola 2010-11-18 10:38:13 +0000
  • 9c2e1a4b7b fix memory leak Riccardo Mottola 2010-11-18 10:01:01 +0000
  • a8749dd060 fix memory leak Riccardo Mottola 2010-11-18 09:32:19 +0000
  • da048c3aa0 remove unused variable Riccardo Mottola 2010-11-18 09:23:05 +0000
  • aab308dba1 remove useless instruction and assignment Riccardo Mottola 2010-11-18 09:10:36 +0000
  • 099849f7ff Init could return a different object, take it in account Riccardo Mottola 2010-11-17 23:45:17 +0000
  • 95eb255d35 Fix on AddFiles panel Germán Arias 2010-11-16 17:13:19 +0000
  • 28c343707e Delete the extension .project at the name of the applications Germán Arias 2010-11-06 05:50:22 +0000
  • c1c7f004d4 * Framework/PCProjectBrowser.m: (-nameOfSelectedCategory): Return 'nil' if name of subproject selected. Add comments. (-nameOfSelectedFile): Check if category is selected. (-click:): check if category is selected. Sergii Stoian 2010-08-09 23:37:47 +0000
  • 18efb7552d 2010-07-31 Sergii Stoian <stoyan255@ukr.net> * Framework/PCProject.m: (-assignProjectDict:): Fix setting projectPath to project dir (not to *.pcproj dir). * Framework/PCFilemanager.m: (-filesOfTypes:operation:multiple:title:accView:): Set allowed file types to panel of types is not nil. (-panel:isValidFilename): Use set allowed file types to panel. Sergii Stoian 2010-08-07 21:56:04 +0000
  • 039b7f2d99 mark editor undo as done Riccardo Mottola 2010-07-23 10:33:03 +0000
  • be6c8bbcf1 Log conversion into PC log and not console. Remove unneded keys. Riccardo Mottola 2010-07-13 09:31:38 +0000
  • e1689431f6 remove LAST_EDITING from project template. It is not needed for validation and should not be in an empty project. Riccardo Mottola 2010-07-10 21:29:37 +0000
  • a255e0650c remove LAST_EDITING from project template. It is not needed for validation and should not be in an empty project. Riccardo Mottola 2010-07-10 21:28:37 +0000
  • c3960f94ee * Modules/Editors/ProjectCenter/PCEditor.m: in -save implemented simple mechanism for propagating changes in classes to Gorm when updating a header file. Gregory John Casamento 2010-07-10 05:11:58 +0000
  • b7fb534bb9 do not merge in user entries if they are empty Riccardo Mottola 2010-07-09 22:28:10 +0000
  • b6ab133ce1 Log missing key Riccardo Mottola 2010-07-08 23:18:27 +0000
  • 760149038d When opening a subproejct pass the bundle of the project, not the project file inside Riccardo Mottola 2010-07-08 22:45:40 +0000
  • c816587571 Fixed issue with pause button. Gregory John Casamento 2010-07-07 18:39:56 +0000
  • a35a744f7a fixed warning Riccardo Mottola 2010-06-24 10:56:44 +0000
  • e5b908e541 removed floorf() Riccardo Mottola 2010-06-22 21:36:33 +0000
  • 491745fd36 Fix highlighting for standalone editors. Riccardo Mottola 2010-06-22 16:03:05 +0000
  • 10ccc32c63 Deleted Riccardo Mottola 2010-06-22 16:02:49 +0000
  • 85941fac98 clean up parenthesis highlighting Riccardo Mottola 2010-06-22 00:20:46 +0000
  • 1c0d8df3db Add .dylib to ProjectCenter's list of known library extensions. Wolfgang Lux 2010-06-15 03:57:31 +0000
  • c546135d3e Fix bug where ProjectCenter could include some localized resources in the RESOURCE_FILES Makefile variable. Wolfgang Lux 2010-06-15 03:52:02 +0000
  • bd0738109c Prevent a crash when opening a subproject in ProjectCenter and fix bug where ProjectCenter would not quit after opening a subproject. Wolfgang Lux 2010-06-15 03:43:32 +0000
  • 082fb0ae70 Attempt to prevent ProjectCenter crashes when a project is closed by ensuring that project and editor windows are closed before their owners are deallocated. Wolfgang Lux 2010-06-07 07:04:24 +0000
  • b013152da8 check before replacing and allow undo (by Wolfgang Lux) Riccardo Mottola 2010-06-03 22:39:54 +0000
  • de94278815 declare string constants with @ Riccardo Mottola 2010-06-03 22:02:06 +0000
  • 43211ec2b7 declare new code editor view protocol, make the PCEditorView return the editor with a n accessor, make the project window access the undo manager that way Riccardo Mottola 2010-06-02 23:55:29 +0000
  • 7928e2b4e5 keep an Undo manager for the Editor and return that to the window Riccardo Mottola 2010-06-01 13:35:07 +0000
  • 00ca943852 * Modules/Projects/Application/Resources/main.m: Same as below. Gregory John Casamento 2010-05-30 07:34:25 +0000
  • bf26cfe775 * Modules/Projects/Application/Resources/AppController.h * Modules/Projects/Application/Resources/AppController.m * Modules/Projects/Tool/Resources/main.m: Remove licensing and copyright information from these since we don't want to assume that the user will be writing a GPLv3 program owned by the FSF (while that would be nice) it's not correct to assume it. Gregory John Casamento 2010-05-30 07:10:31 +0000
  • b4c12c1a73 * Framework/English.lproj/SaveModified.gorm: Correct issues with Gorm file. * Framework/PCSaveModified.m: Use setTitle: instead of setStringValue: to set the titles of the buttons. Gregory John Casamento 2010-05-30 05:47:11 +0000
  • 3517ccbc92 * Modules/Editors/ProjectCenter/PCEditor.m: Temporarily comment out previous change util we find the proper fix as it was preventing files from being saved. Gregory John Casamento 2010-05-30 05:36:36 +0000
  • 3ce2f4a4c5 setup undo on the editor view Riccardo Mottola 2010-03-06 16:07:28 +0000
  • 6607fcc0ef update templates Richard Frith-MacDonald 2009-11-26 12:43:40 +0000
  • 45320c4c28 * Framework/PCProjectBuilder.m: (parseErrorLine:) prepend filname with current build path. Sergii Stoian 2009-09-22 21:59:53 +0000
  • 1a3b127a7e * Framework/PCMakefileFactory.m: Check if buildDir is nil before generating the BUILD_DIR directive in the make file. Sometimes this is coming up with (nil) on Windows which is causing the build phase to fail. Gregory John Casamento 2009-09-20 07:46:11 +0000
  • ae023c0c49 added icon drawn by me Riccardo Mottola 2009-09-19 21:44:23 +0000
  • 0d792e2a6d fixed John's name, added Riccardo Mottola Riccardo Mottola 2009-09-18 23:26:15 +0000
  • 2db88e2844 Use path component instead of hard-coded slash Riccardo Mottola 2009-09-18 21:57:35 +0000
  • daa35431f2 Output no GNUSTEP_INSTALLATION_DOMAIN if it's not set Nicola Pero 2009-09-17 09:20:21 +0000
  • 1f210b10e8 Fixed typo in last change Nicola Pero 2009-09-17 09:08:02 +0000
  • a2e0ccf011 Try to detect spaces in paths and warn users if they create projects with spaces in paths, and follow the official recommendations of not setting GNUSTEP_INSTALLATION_DOMAIN unless a particular one needs to be specified Nicola Pero 2009-09-17 09:05:45 +0000
  • 524a2e7ceb improve generated makefiles Richard Frith-MacDonald 2009-09-15 09:13:43 +0000
  • 05c75052d3 launch executable directly without openapp/opentool. Removed execToolName Riccardo Mottola 2009-09-14 22:38:28 +0000
  • 2fc703c5de * Framework/PCProject.m * Framework/PCProjectManager.m * Headers/ProjectCenter/PCProjectManager.h * PCAppController.m: Correct issues with project bundle loading. Gregory John Casamento 2009-06-23 22:21:10 +0000
  • 6e95a9a1e5 Update changelog. Gregory John Casamento 2009-06-17 22:02:19 +0000
  • 09bc065c63 Change file type to allow opening of files. Gregory John Casamento 2009-06-17 22:00:44 +0000
  • 7a09098880 udpated Changelog Riccardo Mottola 2009-06-11 20:52:10 +0000
  • 94ee603288 use PCDefine constant for PC_WINDOWS dictionary key Riccardo Mottola 2009-06-10 22:38:55 +0000
  • 0cd4ab00c7 save last editing in user file inside the wrapper and not main project file Riccardo Mottola 2009-06-10 22:24:14 +0000