aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fixed keyDown editing of SPTableView and CMCopyTablemltownsend2009-08-282-3/+18
* When creating a new relation, the ON UPDATE and ON DELETE drop downs should o...stuconnolly2009-08-271-5/+11
* • fixed bug while uppercasing keywordsBibiko2009-08-271-6/+13
* When editing blob/text fields and the LoadBlobsAsNeeded option is enabled, lo...stuconnolly2009-08-272-19/+18
* • SPFieldEditorSheetBibiko2009-08-273-3/+5
* • improvement for hitting RETURN or ENTER to invoke the row edit modeBibiko2009-08-272-13/+20
* Fix for not editing in CMCopyTable when hitting enter or return which is used...mltownsend2009-08-261-0/+5
* Fix favorite length when favorite name is under 32 charsmltownsend2009-08-261-1/+1
* • fixed bug for remembering the Query Editor font after restart and new doc...Bibiko2009-08-261-2/+4
* • added to "Query Favorite" popup menu:Bibiko2009-08-262-8/+35
* • fixed/improved several things for the SPQueryFavoriteManager:Bibiko2009-08-262-17/+56
* • bug fixed for providing an auto-generated name for favorites after redesignBibiko2009-08-261-1/+2
* Remove unused methods.stuconnolly2009-08-262-68/+0
* Completely redesigned query favorite manager, including:stuconnolly2009-08-265-274/+636
* Alter CustomQuery to use StreamingResult to download and process result sets:rowanbeentje2009-08-262-54/+59
* Made it so that SPTableView and SPOutlineView will respond to enter or return...mltownsend2009-08-254-3/+104
* • some tiny fixes to Open/Save SPF file proceduresBibiko2009-08-251-31/+61
* • outsourced Save SPF accessory xibBibiko2009-08-252-32/+32
* • re-factored the SPF file structureBibiko2009-08-252-227/+325
* - Fix NSLock console linesrowanbeentje2009-08-253-69/+76
* - Small code clean up. Simplified some logic.avenjamin2009-08-241-25/+6
* • finalized first approach to save/open SPF (⇧⌘S/⌘O)Bibiko2009-08-242-55/+116
* • further improvements for open/save spf filesBibiko2009-08-243-30/+207
* • add accessory view for Save ConnectionBibiko2009-08-232-1/+44
* • further improvements to open/save spf filesBibiko2009-08-233-47/+118
* • corrected table history entries for operator BETWEEN (misunderstood logic...Bibiko2009-08-232-8/+17
* • modified SPHistoryController to handle the new BETWEEN operatorBibiko2009-08-232-4/+15
* The query favorite manager shouldn't be blocking the main thread. Part of iss...stuconnolly2009-08-232-30/+35
* • further improvements to restore a SP session from spf fileBibiko2009-08-233-10/+81
* • changed DocTypes for sql and spf filesBibiko2009-08-221-3/+3
* • moved NSOpenPanel stuff from TableDocument to SPAppControler to simplify ...Bibiko2009-08-223-155/+83
* • outsourced SPEncodingPopupAccessoryBibiko2009-08-226-90/+212
* • further improvements for open/save SQL/SPF filesBibiko2009-08-224-25/+77
* • an attempt to improve the cascading of new connection windows for large w...Bibiko2009-08-211-0/+17
* When an error occurs whilst trying to add a password to the Keychain present ...stuconnolly2009-08-211-0/+6
* • further work for open/save connection files (spf)Bibiko2009-08-213-8/+116
* Add support for the BETWEEN operator when filtering a table's content. Implem...stuconnolly2009-08-212-79/+112
* • first preparations to save the current connection window as SPF fileBibiko2009-08-212-1/+70
* - Add a "SPLogger" class to allow easy debug builds when attempting to pinpo...rowanbeentje2009-08-212-0/+182
* Experimental change to make table content browsing much faster:rowanbeentje2009-08-201-2/+39
* • re-implemented tooltips for Content and Query tablesBibiko2009-08-202-61/+69
* When SSH is unable to bind to the local port because its already use, display...stuconnolly2009-08-201-4/+12
* • quick fix - disabled tooltips in Content and Query tables due to crashesBibiko2009-08-202-61/+61
* • activated "Save Query…" menu item (⌘S)Bibiko2009-08-201-7/+37
* • Main Menu > FileBibiko2009-08-203-4/+32
* • fixed in FieldEditorSheet:Bibiko2009-08-201-0/+4
* - Change MCPStreamingResult to use a safer streaming mode by default - downl...rowanbeentje2009-08-202-1/+2
* Issue 351: Export CSV pipebamse162009-08-181-16/+8
* Fix a memory leak when loading a table's content. When setting the column def...stuconnolly2009-08-181-1/+4
* - The add, rename and copy table sheets should not block the main thread (par...stuconnolly2009-08-184-515/+554