aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated stringWithCString:length: and update Console.xib after SPQ...stuconnolly2009-09-033-69/+790
* • fixed (hopefully) : While adding all procedures and functions do check fo...Bibiko2009-09-031-1/+3
* • renamed SPQueryConsole to SPQueryController since it controls not only th...Bibiko2009-09-035-125/+125
* • fixed document registering with its query favorites and historyBibiko2009-09-034-44/+82
* • commented out a not yet fully implemented feature in SPQueryConsole in o...Bibiko2009-09-031-13/+13
* • fixed bug Save (the correct file path will be calculated)Bibiko2009-09-031-4/+6
* • fixed issue if a SPF file contains non-valid URL character like space, etc.Bibiko2009-09-034-18/+110
* - Fix exception/hang when an error occurs when deleting a table or tablesrowanbeentje2009-09-031-20/+36
* - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...rowanbeentje2009-09-025-13/+13
* • forgot to remove a NSLog Bibiko2009-09-021-1/+1
* • added "Recent Open" menu item to Main Menu > FileBibiko2009-09-022-3/+74
* • next polish up of the QueryFavoriteManager GUIBibiko2009-09-021-562/+565
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-028-553/+733
* • recreated "Secure Text Input Sheet" which was deleted accidentallyBibiko2009-09-021-3/+543
* - Improve on r1242, improving window cascading (especially for maximised win...rowanbeentje2009-09-021-6/+20
* - Use long longs instead of ints when looking at table sizes, free space, an...rowanbeentje2009-09-014-10/+32
* • fixes for Query Favorite Manager:Bibiko2009-09-014-9/+88
* • query favorite managerBibiko2009-09-014-328/+627
* - Remove an NSLog I accidentally left in (and another found via a search)rowanbeentje2009-09-013-20/+10
* - Re-enable the fine-grained query logging preferencesrowanbeentje2009-08-316-196/+207
* Refactor CSV/SQL import structure slightly, and rewrite SQL import:rowanbeentje2009-08-314-302/+457
* Forgot the project file and the export XIB.stuconnolly2009-08-292-27/+546
* More data export work.stuconnolly2009-08-298-20/+297
* Missing SVN keyword properties.stuconnolly2009-08-290-0/+0
* 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