aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* • removed leaks in QueryFavoriteManagerBibiko2009-09-073-2/+26
* - Ensure table viewport is correctly restored for navigation history/SPF usa...rowanbeentje2009-09-071-0/+5
* • Query Favorite ManagerBibiko2009-09-072-52/+96
* • after "Apply Changes" in a Query Favorite Manager update the Query Favori...Bibiko2009-09-072-14/+25
* • updated SPQueryFavoriteManager to mange document-based and global query f...Bibiko2009-09-078-324/+399
* • improved behavior while closing a document windowBibiko2009-09-044-97/+85
* • first steps to support global/document-based query favoritesBibiko2009-09-044-33/+140
* • prepared Query Name Sheet for choosing the target of the to be saved que...Bibiko2009-09-043-23/+91
* • 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
* Missing nil terminator.stuconnolly2009-09-031-1/+1
* 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-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