aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - When adding tables, use standard selection update methods rather than cust...rowanbeentje2009-09-281-30/+2
* • some code cleaning and removing of the deprecated method 'selectedRowEnum...Bibiko2009-09-282-51/+55
* • fixed an issue of double-loading user-defined filtersBibiko2009-09-283-10/+53
* • improved and fixes escaping of filter argumentsBibiko2009-09-283-7/+53
* • rewrote the content filter logic:Bibiko2009-09-285-235/+499
* Rewrite CSV import:rowanbeentje2009-09-285-577/+1205
* • marked 'sequel-pro-print-template.html' as localizableBibiko2009-09-279-93/+171
* • changed the progress wheel updating behaviour while loading table data sl...Bibiko2009-09-261-8/+15
* • if the user chose to open a SQL file which is larger than 1MB SP asks for...Bibiko2009-09-263-3/+52
* • re-enabled field editor's QuickLook for 10.6Bibiko2009-09-254-445/+372
* • changed short-cuts for table history to ^⌥⇠/⇢ to avoid interfering...Bibiko2009-09-241-2/+2
* • eliminated the deprecated method 'stringWithCString' and simplified the m...Bibiko2009-09-241-46/+27
* • fixed issue if after displaying a sheet for renaming/duplicating/adding a...Bibiko2009-09-241-11/+47
* • while a connection will be initialized via a SPF file disable the possibi...Bibiko2009-09-232-0/+9
* Rename (currently unused) help folder.stuconnolly2009-09-2322-4/+4
* Change the size of the checkboxes in the structure view to resolve the strang...stuconnolly2009-09-231-219/+139
* • minor code cleaning (plus svn test)Bibiko2009-09-211-9/+9
* Exporter concurrency comments.stuconnolly2009-09-161-4/+4
* Some more data exporter redesign changes I've been meaning to commit.stuconnolly2009-09-168-236/+426
* - Tweak keydown handling in the content view to reenable key interaction (eg...rowanbeentje2009-09-151-4/+2
* Improve .sql file loading into the query editor:rowanbeentje2009-09-151-1/+6
* - Fix an SQL view export error - some MySQL server versions allow NOT NULL D...rowanbeentje2009-09-141-1/+5
* Change the back/forward in history menu item shortcuts to command + arrows as...stuconnolly2009-09-141-3/+3
* - When a SPTooltip is showing, ensure that events are always passed on to th...rowanbeentje2009-09-141-1/+4
* Significantly improve export:rowanbeentje2009-09-143-1744/+2790
* Forgot to assign the back/forward history menu item's tags resulting in incor...stuconnolly2009-09-124-4/+5
* Add back/forward history menu items to the view menu with the assigned shortc...stuconnolly2009-09-126-40/+157
* - Change the definition of forcePingTimeout to use int instead of NSInteger,...rowanbeentje2009-09-121-2/+2
* • fixed bug for exporting tables as XML: now the very last row will be writ...Bibiko2009-09-112-4/+10
* File menu separator.stuconnolly2009-09-111-176/+949
* • added to hard-coded encoding list the DESCRIPTION fieldBibiko2009-09-082-172/+176
* • 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