aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tiny tweak: make isNSNull checks ~3x fasterrowanbeentje2009-10-051-1/+3
* - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti...rowanbeentje2009-10-052-43/+46
* Remove the (single item) 'Tools' menu and move the 'User Manager' menu item t...stuconnolly2009-10-041-74/+61
* Add the ability to copy the selected server variable(s), either as name = val...stuconnolly2009-10-043-37/+235
* - When moving or editing table columns, preserve comments and any column det...rowanbeentje2009-10-032-3/+45
* Improve Growl interaction to reduce general Growl spammage and improve functi...rowanbeentje2009-10-035-19/+134
* • fixed "Open Recent" for 10.6:Bibiko2009-10-031-1/+1
* - Ensure that blob and text fields which are loaded on-demand never have pla...rowanbeentje2009-10-031-7/+20
* When duplicating table, but not its contents strip out any occurrence of a pr...stuconnolly2009-10-021-1/+8
* When duplicating a table strip out the names of any occurrences of InnoDB for...stuconnolly2009-10-021-0/+7
* • corrected tooltips for 'Add' and 'Remove' buttonBibiko2009-10-021-16/+49
* • first implementation of a Content Filter EditorBibiko2009-10-0111-145/+191
* Remove the word 'Table' from the copy create syntax Growl notification name t...stuconnolly2009-10-011-2/+2
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-017-14/+103
* - Replace the create syntax transparent HUD panel with a standard sheet, whic...stuconnolly2009-10-014-575/+522
* - Add an empty tableview behind the table filter box, with the same backgrou...rowanbeentje2009-09-301-222/+377
* - Add ControlMaster compatibility to SSH tunnels - credit to Igor Sutton. Th...rowanbeentje2009-09-301-0/+1
* - Update history item name generation (for history menus) to add support for...rowanbeentje2009-09-301-0/+10
* • further progress on the Content Filter EditorBibiko2009-09-308-738/+1142
* - Correctly release and reset the sort column when deselecting tables or sel...rowanbeentje2009-09-291-0/+4
* • preparation for GUI support to manage user-defined content filtersBibiko2009-09-294-0/+3693
* - When editing a row in a table with "on update CURRENT_TIMESTAMP" set for a...rowanbeentje2009-09-291-11/+15
* - 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