Commit graph

2013 commits

Author SHA1 Message Date
Gregory Casamento
092d1daf6c
Create README.md 2023-07-16 15:48:16 -04:00
Gregory Casamento
20477b948d
Update and rename README to README.md 2023-07-16 15:46:29 -04:00
Gregory Casamento
7aaebd54c1
Create README.md 2023-07-16 15:44:25 -04:00
Gregory Casamento
218a429346
Update README.md 2023-07-16 15:34:13 -04:00
Gregory John Casamento
a777e6e05c Fix ib:member-type problem 2023-07-15 19:42:20 -04:00
Gregory John Casamento
97e12a87aa Deactivate editors so that we can get a clear object hierarchy to export 2023-07-15 19:35:49 -04:00
Gregory John Casamento
1ef3691165 Update so that save panel automatically fills in filename and selects default language to the current locale 2023-07-15 19:30:31 -04:00
Gregory John Casamento
08d5367812 Add accessory view and methods to handle doing XLIFF export from Gorm application 2023-07-15 16:54:00 -04:00
Gregory John Casamento
ba6120dbed Add code to populate the popup button 2023-07-14 18:36:01 -04:00
Gregory John Casamento
60a88356cb Update GormClassManager to generate include guards and improve formatting 2023-07-14 17:30:28 -04:00
Gregory John Casamento
548f2478f8 Fix class update notification and add outlets and actions to GormLanguageViewController 2023-07-14 16:42:25 -04:00
Gregory John Casamento
947b350444 Add language view controller for accessory view to source 2023-07-14 16:33:03 -04:00
Gregory John Casamento
8ce232da73 Add NSViewController to classes plist, update Main Menu 2023-07-14 15:48:13 -04:00
Gregory John Casamento
b35158794f Correct placement of subordinate objects, recursive method was passing the wrong element into itself when encoding windows and views 2023-07-13 22:30:02 -04:00
Gregory John Casamento
eadd4e2ab2 use initWithBytes:length:encoding: method on NSString to convert the XML data to a string more cleanly, add AUTORELEASE of the string 2023-07-13 21:52:26 -04:00
Gregory John Casamento
14e64ef759 add nspopupbutton to nsmenu conditional to get itemArray 2023-07-13 19:19:20 -04:00
Gregory John Casamento
3d373f450a pretty print the xml and collaps all empty elements 2023-07-13 19:14:29 -04:00
Gregory John Casamento
8df10b161f Remove ib from ib:member-type because it generates ib_1 for some reason, this is a minor issue 2023-07-13 18:41:41 -04:00
Gregory John Casamento
3135a57a6a Remove ib from ib:class to fix ns error.. not sure why this works. 2023-07-13 18:21:23 -04:00
Gregory John Casamento
8647bc0a2e Finish coding of method for other types 2023-07-13 16:53:06 -04:00
Gregory John Casamento
6de14369f9 Add XLIFF export logic 2023-07-11 04:29:57 -04:00
Gregory John Casamento
925eabd500 Add recursive function prototype 2023-07-10 12:32:55 -04:00
Gregory John Casamento
ddb53b0c2d Start implementation of XLIFF export methods 2023-07-09 16:27:40 -04:00
Gregory John Casamento
f75d5d151b Remove warning from object editor, change output of plists so that they can be more easily parsed in AppDelegate 2023-07-08 16:22:30 -04:00
Gregory John Casamento
4e33d19cdf Add errors, warnings, and notices options 2023-07-08 15:39:18 -04:00
Gregory John Casamento
83d2840dc5 Output objects using gormtool, add method to get toplevelObjects from the GormDocument objects minor formatting change for GormClassManager 2023-07-08 14:14:46 -04:00
Gregory John Casamento
37817886b7 Make code for GormClassManager.[hm] more in line with modern coding standards 2023-07-08 13:30:13 -04:00
Gregory John Casamento
b0e2483aae Only get custom classes for --classes parameter add customClassInformation method to class manager 2023-07-08 13:04:25 -04:00
Gregory John Casamento
b35ce5e205 Add capability to dump class and connection information using gormtool 2023-07-08 12:53:09 -04:00
Gregory John Casamento
b0b4c075fb Fix failure to import custom class correctly from XIB 2023-07-07 23:12:10 -04:00
Gregory John Casamento
78bbf83852 Update to allow specifying output-path for options that need it 2023-07-05 19:40:57 -04:00
Gregory John Casamento
a5373b2f93 Improve parameter parsing process 2023-07-05 19:30:19 -04:00
Gregory John Casamento
5d54bd9852 Move isInTool to delegate 2023-07-04 16:00:18 -04:00
Gregory John Casamento
c25ebdd4eb Remove warning when loading images in delegate 2023-07-03 13:10:07 -04:00
Gregory Casamento
c02fbdcbe8
Update README.md 2023-07-03 12:36:40 -04:00
Gregory John Casamento
b3ca8c8b23 Add ArgPair to GNUmakefile and separate it from the AppDelegate.m file 2023-07-03 12:25:50 -04:00
Gregory John Casamento
7ce5652c37 Give wanring about parsing a class if it already exists 2023-07-03 12:15:49 -04:00
Gregory John Casamento
55b46a186b Add code to detect if we are in the tool 2023-07-03 09:12:28 -04:00
Gregory John Casamento
b5175a24e3 Update to handle writing class out to file 2023-07-02 23:40:59 -04:00
Gregory John Casamento
abb6dc553c Pull private methods into a separate file 2023-07-02 23:00:45 -04:00
Gregory Casamento
5fbe6939cd
Update README.md 2023-07-02 14:28:45 -04:00
Gregory Casamento
4aadef01cf
Update README.md 2023-07-02 14:28:18 -04:00
Gregory Casamento
8712f0aee4
Merge pull request #24 from gnustep/nibtool 2023-07-02 14:06:10 -04:00
Gregory John Casamento
b70b2b48bb The input file is always the last parameter 2023-07-02 13:25:42 -04:00
Gregory John Casamento
745f837a77 Fix writing of output document 2023-07-02 12:27:39 -04:00
Gregory John Casamento
493b2b6384 Add import argument 2023-07-02 12:05:21 -04:00
Gregory John Casamento
8d0c4d107a Add method to export and import strings, add code to parse arguments 2023-07-01 23:39:22 -04:00
Gregory John Casamento
abdeb60d0c Update info, add category that replaces some methods so that the document can be loaded in the tool 2023-06-30 21:13:56 -04:00
Gregory John Casamento
af4f72f3f5 Fix menu problem with loading palettes 2023-06-28 14:56:39 -04:00
Gregory John Casamento
6147fd5859 Make log for bad palette a debug level log 2023-06-28 09:20:38 -04:00