aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't attempt to release the print thread at the beginning of a print operation.stuconnolly2010-03-131-4/+5
* Add additional thread cancellation checking when generating HTML for printing...stuconnolly2010-03-131-6/+4
* - Fix an exception when following a foreign key relationship to a null value...rowanbeentje2010-03-131-4/+10
* Allowing printing of empty table views to prevent crashes.stuconnolly2010-03-131-54/+39
* Perform HTML generation for printing on a background thread, displaying the u...stuconnolly2010-03-134-11/+84
* - Add toolbar item for Triggers interfaceavenjamin2010-03-133-0/+17
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-135-26/+16
* tiny improvement for printDocument: menu item validationBibiko2010-03-131-2/+7
* • Extended Table Info printingBibiko2010-03-131-0/+16
* Complete the Sparkle update, re-adding the updated nibsrowanbeentje2010-03-1325-0/+0
* Apply a number of updates to the Sparkle autoupdate framework from the github...rowanbeentje2010-03-1381-1916/+4
* Add support for printing a table's create syntax with syntax highlighting.stuconnolly2010-03-132-7/+24
* Add support for printing the table triggers view as well some HTML generation...stuconnolly2010-03-134-13/+89
* • fixed printing of Extended Table Info if Create Table Syntax view has focusBibiko2010-03-133-35/+54
* Lots more printing support enhancements, including:stuconnolly2010-03-1311-97/+353
* • fixed completion strings for DELIMITERBibiko2010-03-121-2/+4
* Rework the running of custom queries, improving thread safety by splitting ou...rowanbeentje2010-03-122-114/+149
* Various printing support enhancements, including:stuconnolly2010-03-1214-238/+488
* • append () after completion of a stored procedureBibiko2010-03-111-2/+2
* - Improve SPTextAndLinkCell by not following links when the starting click w...rowanbeentje2010-03-111-0/+3
* - Use a modified connection timeout for the keepalive ping timeout, topping ...rowanbeentje2010-03-111-5/+13
* Include the current table name in printing support. Fixes issue #501.stuconnolly2010-03-102-87/+104
* Fix the enabling/disabling of the 'Table' menu items as a result of adding th...stuconnolly2010-03-101-50/+52
* Add a 'Keyboard Shortcuts' menu item to the 'Help' menu which opens the page ...stuconnolly2010-03-105-239/+62
* • auto-completionBibiko2010-03-101-0/+7
* Uppercase various menu items.stuconnolly2010-03-102-924/+109
* - Ensure endTask is called on the main thread, fixing various thread-safety ...rowanbeentje2010-03-101-0/+6
* - Fix the "Import" button for the "Do you really want to load a [large] SQL ...rowanbeentje2010-03-101-0/+1
* - If using an untitled connection (eg non-spf), default to saving queries to...rowanbeentje2010-03-101-0/+2
* Update FeedbackReporter framework:rowanbeentje2010-03-101-0/+0
* • forgot to shorten SP_ASLIST_ALL_FIELDS in CustomQuery as wellBibiko2010-03-091-1/+1
* • shortened SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE to SP_ASLIST_ALL_FIELD...Bibiko2010-03-092-53/+110
* • for auto-completion suppress the caret moving inside `foo`|Bibiko2010-03-091-1/+1
* • changed key shortcuts for Show Completion Lists to ⌥⌘1,2,3 since ^1,...Bibiko2010-03-091-64/+15
* Fix an exception in the user manager caused by sorting the users list by maki...stuconnolly2010-03-093-82/+147
* • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet listBibiko2010-03-097-78/+438
* • fixed bug in snippet list - now it inserts the chosen item correctly afte...Bibiko2010-03-093-28/+277
* • improved tooltip behaviour of SPNarrowDownCompletion's tableViewBibiko2010-03-096-2/+342
* • fixed some minor GUI issues for SPNarrowDownCompletion windowBibiko2010-03-093-9/+28
* - Update feedbackreporter framework to better cope with exception backtrace ...rowanbeentje2010-03-091-0/+0
* - Update MySQL client libraries to 5.1.44, incorporating all changes since p...rowanbeentje2010-03-094-10/+10
* • corrected function arg list for MATCHBibiko2010-03-081-1/+1
* • added possibility to define a snippet via ¦a¦b¦ – such a snippet wil...Bibiko2010-03-085-41/+106
* • Select Content Filter ^⌘FBibiko2010-03-082-3/+18
* • Favorite Query Editor Bibiko2010-03-084-32/+332
* Until we can find a better way of doing this and to prevent a conflict with t...stuconnolly2010-03-081-5/+7
* When cancelling a table sort operation remember to end the threaded task to e...stuconnolly2010-03-081-0/+1
* Tidy up the add/remove schema privileges buttons.stuconnolly2010-03-081-55/+50
* Fix user manager splitview maximum and minimum sizes.stuconnolly2010-03-083-17/+33
* Various user manager improvements including a new outline view contextual menu.stuconnolly2010-03-084-149/+285