aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement the core CSV export process in the new CSV exporter class.stuconnolly2009-08-296-7/+345
* Add the first classes of the new export architecture. See the description at ...stuconnolly2009-08-296-7/+227
* • due to new minimum size of the connection pane rearranged help buttonBibiko2009-08-283-47/+154
* • improved Query Favorite ManagerBibiko2009-08-284-42/+406
* Give the connection view's split view maximum and minimum sizes.stuconnolly2009-08-281-2/+15
* Update Localizable.strings by running genstrings and remove use of multiple c...stuconnolly2009-08-285-7/+7
* • set maximum to 50000 for the Preference setting "Limit result to:"Bibiko2009-08-281-44/+8
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-285-27/+60
* • moved "Replace Editor Content" (Favorites/History) settings from popup li...Bibiko2009-08-282-148/+206
* • simplified code for inserting the seach fieldes (fav/hisotry) - now set i...Bibiko2009-08-282-45/+71
* • Custom Query:Bibiko2009-08-284-66/+476
* • tiny improvements for loading SQL files and syntax highlightingBibiko2009-08-283-9/+17
* 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-272-164/+46
* • 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-274-10/+165
* • 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
* Make the MCPkit framework truly 64 bit compatible by using the appropriate da...stuconnolly2009-08-2627-320/+331
* • 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-264-24/+391
* • 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-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