aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.m
Commit message (Expand)AuthorAgeFilesLines
...
* • Bundle commandsBibiko2010-12-091-0/+2
* • minor code cleaning and comment stuffBibiko2010-11-021-207/+214
* • Custom and Content table in-cell editingBibiko2010-10-301-2/+6
* • enabled Find Panel inside Field Editor Sheet's textViewBibiko2010-10-291-0/+9
* • removed forgotten debug logBibiko2010-10-291-1/+0
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-291-134/+101
* • Field Editor sheetBibiko2010-10-291-13/+35
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-4/+0
* Tidy up.stuconnolly2010-10-191-2/+2
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • fixed issue to show/hide the Quicklook GUI item in the Field Editor SheetBibiko2010-10-161-1/+1
* • improved field editor sheet to support geometry fieldsBibiko2010-10-091-16/+62
* • added comments conforming to the new SP doc generatorBibiko2010-09-161-34/+158
* • BIT Field Sheet Editor now can handle NULL valuesBibiko2010-09-161-4/+61
* • finished and enabled the new BIT field editor sheetBibiko2010-09-161-51/+141
* • further progress on the BIT field sheet editorBibiko2010-09-151-20/+81
* • some further bit field editing preparationsBibiko2010-09-151-203/+288
* Initial implementation of tabs:rowanbeentje2010-05-231-2/+2
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-0/+1
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-0/+1
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-1/+2
* removed/refactored three instances of calling a method of untyped (id) objectsBibiko2010-01-091-1/+1
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-9/+9
* - Fix saving of files or images added to the SPFieldEditorrowanbeentje2009-12-041-2/+2
* • remember the spell checker status in the blob field editorBibiko2009-11-191-1/+6
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-12/+9
* Tidy up.stuconnolly2009-11-071-2/+0
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-8/+9
* • fixed three further typos for: objectForKey:@"NullValue"Bibiko2009-10-161-4/+6
* • marked 'sequel-pro-print-template.html' as localizableBibiko2009-09-271-6/+31
* • re-enabled field editor's QuickLook for 10.6Bibiko2009-09-251-79/+182
* • fixed bug for exporting tables as XML: now the very last row will be writ...Bibiko2009-09-111-3/+7
* • SPFieldEditorSheetBibiko2009-08-271-2/+2
* • fixed in FieldEditorSheet:Bibiko2009-08-201-0/+4
* • further improvement to SPFieldEditor's undo managerBibiko2009-08-141-23/+31
* • minor changes to SPTooltipBibiko2009-08-141-22/+31
* • added to the SPFieldEditorController's text editor view its own undoManag...Bibiko2009-08-141-5/+56
* • SPFieldEditor sheet now runs in a NSModalSession run loop to allow the ex...Bibiko2009-08-121-14/+32
* • in Table Content the button status of "edit spreadsheet or sheet-like" wi...Bibiko2009-08-111-16/+55
* • added to Custom Query table editing max text length validationBibiko2009-08-101-2/+12
* • added to the FieldEditorSheet a max text length validationBibiko2009-08-101-1/+47
* • added field name to Field Editor SheetBibiko2009-08-081-1/+2
* Rename MainController to SPAppController.stuconnolly2009-08-081-1/+1
* • corrected SVN propertiesBibiko2009-08-061-1/+1
* In addition to fn+return give the OK button in the content edit sheet the key...stuconnolly2009-08-051-2/+3
* In the field editor sheet:stuconnolly2009-08-031-68/+87
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-1/+0
* • changed in Custom Query:Bibiko2009-07-171-6/+7
* • Field Editor Sheet classBibiko2009-07-171-2/+22
* • fixed: caching of QuickLook preview in Field Editor sheet is suppressed b...Bibiko2009-07-171-17/+25