Commit graph

1945 commits

Author SHA1 Message Date
Gregory Casamento
2d56f7ca31 Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -04:00
Gregory John Casamento
2eae4e9250 update gnumakefile 2023-07-29 05:02:49 -04:00
Gregory John Casamento
e604adf9a6 Use new NSDockTile class to show testing status 2023-07-27 04:24:23 -04:00
Gregory John Casamento
9fc62200c4 Update class inspector to sort outlets/actions and class names 2023-07-27 03:21:02 -04:00
Gregory John Casamento
84ef8437f2 Update connections inspector to sort the outlets and actions so that it is easier to location connections 2023-07-27 03:05:32 -04:00
Gregory John Casamento
637f83c13d Fix all icons 2023-07-26 23:55:01 -04:00
Gregory John Casamento
8d88506d70 Move images to the proper place for the palette to access them 2023-07-26 19:18:33 -04:00
Gregory John Casamento
a2e07d0f7d Merge branch 'master' of github.com:gnustep/apps-gorm 2023-07-18 18:10:32 -04:00
Gregory John Casamento
c84168951c Silence warning in GormTabViewEditor.m 2023-07-18 18:10:13 -04:00
Gregory Casamento
6b1f66ed00
Merge pull request #26 from gnustep/alert_refactor 2023-07-18 17:42:00 -04:00
Gregory John Casamento
3c09c37ba5 Update so that when reparsing a class it calls the delegate method shouldBreakConnectionsReparsingClass: 2023-07-18 17:17:13 -04:00
Gregory John Casamento
0fd5177c93 Add delegate methods to handle alerts for when we can't parse a class or get an exception for preloaded headers 2023-07-18 15:54:57 -04:00
Gregory John Casamento
ce1dd3c483 Add delegate method to handle renaming labels on connections 2023-07-18 14:59:05 -04:00
Gregory John Casamento
dd33778535 Add delegate method to handle renaming connections 2023-07-18 14:26:30 -04:00
Gregory John Casamento
cc34827230 Replace connections alert panel and move logic to delegate 2023-07-18 14:01:13 -04:00
Gregory John Casamento
2e14ad8951 Add delegate method to handle when the archive is from a newer version of Gorm 2023-07-18 13:52:39 -04:00
Gregory John Casamento
c39c54d62d Move alert panel for archive upgrade to delegate 2023-07-18 13:44:44 -04:00
Gregory Casamento
f78f1e5425
Update README.md 2023-07-18 02:04:01 -04:00
Gregory John Casamento
2a94b987fa Remove .github directory for now 2023-07-18 02:02:42 -04:00
Gregory John Casamento
31b3516b68 Add code to call importXLIFFDocumentWithName: from gormtool 2023-07-18 02:01:55 -04:00
Gregory Casamento
83841cfc6c
Update main.yml 2023-07-17 17:37:03 -04:00
Gregory Casamento
32ce7313c7
Update main.yml 2023-07-17 17:35:47 -04:00
Gregory Casamento
dba7b74b48
Merge pull request #25 from gnustep/import_xliff 2023-07-17 17:32:33 -04:00
Gregory John Casamento
8bfb7cfd2f Updates to do translation importing from an XLIFF document 2023-07-17 17:26:32 -04:00
Gregory John Casamento
b00643d88a Add GormXLIFFDocument.* 2023-07-17 15:21:30 -04:00
Gregory John Casamento
b164662d3d Move trnslation to GormXLIFFDocument for XLIFF format 2023-07-17 15:20:59 -04:00
Gregory John Casamento
c093d9c281 Add start/end element parser delegate methods 2023-07-17 04:03:43 -04:00
Gregory John Casamento
851b12a9c3 Add new connections for XLIFF translation method 2023-07-17 03:27:32 -04:00
Gregory John Casamento
4c31eb5bd3 Add code to import XLIFF from the Gorm GUI 2023-07-17 03:15:39 -04:00
Gregory John Casamento
48ae7aee08 Update workflow 2023-07-16 17:17:02 -04:00
Gregory John Casamento
916d915a99 Add .github to Gorm directory... clone the libs-gui one to start 2023-07-16 17:08:00 -04:00
Gregory Casamento
63111fa061
Create README.md 2023-07-16 15:51:11 -04:00
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