aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • first steps to support global/document-based query favoritesBibiko2009-09-043-30/+54
* • prepared Query Name Sheet for choosing the target of the to be saved que...Bibiko2009-09-042-6/+14
* • the in r1313 introduced method [NSString stringWithCString:encoding:] mus...Bibiko2009-09-041-3/+8
* • the replacing of the deprecated stringWithCString:length: method in r1313...Bibiko2009-09-041-1/+2
* • implementation of a new history controllerBibiko2009-09-045-139/+219
* Table row should be a signed integer not unsigned, fixes duplicate method def...stuconnolly2009-09-031-1/+1
* Replace deprecated stringWithCString:length: and update Console.xib after SPQ...stuconnolly2009-09-032-1/+6
* • 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-034-119/+119
* • 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-021-1/+7
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-025-197/+388
* - 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-013-2/+26
* • query favorite managerBibiko2009-09-013-75/+413
* - 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-314-5/+55
* Refactor CSV/SQL import structure slightly, and rewrite SQL import:rowanbeentje2009-08-314-302/+457
* More data export work.stuconnolly2009-08-298-20/+297
* 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-295-5/+205
* • due to new minimum size of the connection pane rearranged help buttonBibiko2009-08-282-17/+22
* • improved Query Favorite ManagerBibiko2009-08-283-26/+137
* 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-284-7/+7
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-283-13/+40
* • moved "Replace Editor Content" (Favorites/History) settings from popup li...Bibiko2009-08-281-22/+55
* • simplified code for inserting the seach fieldes (fav/hisotry) - now set i...Bibiko2009-08-281-30/+1
* • Custom Query:Bibiko2009-08-282-14/+74
* • 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-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