aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* • 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-268-1262/+2679
* Alter CustomQuery to use StreamingResult to download and process result sets:rowanbeentje2009-08-265-59/+109
* Made it so that SPTableView and SPOutlineView will respond to enter or return...mltownsend2009-08-251-0/+6
* Made it so that SPTableView and SPOutlineView will respond to enter or return...mltownsend2009-08-255-101/+156
* • some tiny fixes to Open/Save SPF file proceduresBibiko2009-08-251-31/+61
* • outsourced Save SPF accessory xibBibiko2009-08-254-32/+919
* • re-factored the SPF file structureBibiko2009-08-252-227/+325
* - Fix NSLock console linesrowanbeentje2009-08-256-88/+99
* - Small code clean up. Simplified some logic.avenjamin2009-08-241-25/+6
* • finalized first approach to save/open SPF (⇧⌘S/⌘O)Bibiko2009-08-244-68/+452
* • further improvements for open/save spf filesBibiko2009-08-245-31/+224
* • add accessory view for Save ConnectionBibiko2009-08-233-2/+534
* • 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-222-5/+5
* • moved NSOpenPanel stuff from TableDocument to SPAppControler to simplify ...Bibiko2009-08-223-155/+83
* • outsourced SPEncodingPopupAccessoryBibiko2009-08-229-313/+268
* • further improvements for open/save SQL/SPF filesBibiko2009-08-226-25/+414
* • 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-214-8/+118
* Add support for the BETWEEN operator when filtering a table's content. Implem...stuconnolly2009-08-213-92/+353
* • 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-213-0/+196
* 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-202-12/+41
* • Main Menu > FileBibiko2009-08-204-22/+87
* Place the field label on the editor sheet at the top to make it more obvious ...stuconnolly2009-08-201-94/+27
* • fixed in FieldEditorSheet:Bibiko2009-08-201-0/+4
* • bug fixed for _downloadAllDataBibiko2009-08-201-183/+177
* - Change MCPStreamingResult to use a safer streaming mode by default - downl...rowanbeentje2009-08-209-175/+483
* Issue 351: Export CSV pipebamse162009-08-181-16/+8
* Missing SVN keyword properties.stuconnolly2009-08-180-0/+0
* 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-185-539/+588
* • SPTooltip: added type "image"Bibiko2009-08-183-33/+76
* - Fix very end of exported SQL for tabel content with new export coderowanbeentje2009-08-171-1/+1
* - Fix field names in new import following classic last-minute change...rowanbeentje2009-08-171-1/+1
* - Add a note to warn about use of MCPStreamingResultrowanbeentje2009-08-171-0/+8
* Rework SQL export:rowanbeentje2009-08-177-31/+344
* - Make result sets 1.5x faster to process by using 10.4+ native stringWithCS...rowanbeentje2009-08-161-15/+4
* • added SPTooltip to CustomQuery result table to display the cell's content...Bibiko2009-08-151-0/+42