aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Replace progress indicator CoreAnimation drawing with manual shadow/fade c...rowanbeentje2010-07-317-77/+1168
* Replace redundant code with newly established methods.stuconnolly2010-07-302-51/+11
* - Add support for automatically converting \r and \r\n linebreaks in query s...rowanbeentje2010-07-295-160/+419
* - Replace core animation fade of task progress window with custom drawing co...rowanbeentje2010-07-252-24/+31
* During a CSV export if the user selects the tab as the separator update the e...stuconnolly2010-07-253-10/+49
* Tidy up SPExportController by splitting out all filename related methods to a...stuconnolly2010-07-2514-195/+250
* Make the export dialog a little smarter with regard to the current context. F...stuconnolly2010-07-254-26/+50
* - Fix positioning bug when using Import From Clipboardrowanbeentje2010-07-2512-251/+1429
* - Fix a bug in the bz2 changes causing the first three bytes to be skipped w...rowanbeentje2010-07-241-0/+1
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-2415-343/+704
* Add the BWToolkit.ibplugin to the Resources directory of BWToolkitFramework.f...rowanbeentje2010-07-21201-0/+1431
* - Improve thread safety when altering task cancellation staterowanbeentje2010-07-211-0/+6
* Tweak table triggers loading to only proceed for MySQL > 5; this finishes the...rowanbeentje2010-07-201-1/+3
* Tab tweaks:rowanbeentje2010-07-202-8/+9
* - Clean up SPDataImport, removing unused methods and cleaning up order and m...rowanbeentje2010-07-195-184/+204
* - Further tweak new table encodings to improve default-utf8 behaviourrowanbeentje2010-07-181-1/+2
* - Fix table creation to use the selected encoding instead of always using ut...rowanbeentje2010-07-181-1/+2
* - Expose a number of help menu items and help buttons to use localisable str...rowanbeentje2010-07-1811-29/+23
* Tweak structure view index collapsing:rowanbeentje2010-07-174-96/+131
* - Tweak custom query autocompletion to no longer show a key-capturing invisi...rowanbeentje2010-07-171-2/+6
* Export redesign (#610) CSV filename tweaks:rowanbeentje2010-07-171-2/+4
* Localisation improvements:rowanbeentje2010-07-163-993/+383
* Make the 'Export' menu item in the 'File' menu behave more like the export co...stuconnolly2010-07-154-23/+12
* Improve handling of BIT fields, including:stuconnolly2010-07-154-22/+61
* - Don't localize table types when duplicating tables - used as part of queri...rowanbeentje2010-07-151-4/+6
* - Clean up automatic reconnection coderowanbeentje2010-07-142-27/+50
* Improve handling of network drops, including a new automatic reconnection att...rowanbeentje2010-07-135-101/+797
* Fix a very minor display issue on the export dialog's custom filename view bo...stuconnolly2010-07-121-8/+10
* Finalise Sequel Pro tab style:rowanbeentje2010-07-1211-60/+69
* Added support for edit triggers. Doubleclick on a row and the Add trigger pop...bamse162010-07-112-5/+92
* • added to SP's info.plistBibiko2010-07-091-129/+203
* When searching for the location of the user's Desktop as the default location...stuconnolly2010-07-091-1/+1
* - When a window is first opened, tell the tab it has become frontmost after ...rowanbeentje2010-07-091-1/+2
* On the export dialog, for the displayed custom filename don't attempt to appe...stuconnolly2010-07-081-1/+3
* - Extend the LLVM Compiler 1.5 fix from r2444 to all build targets and build...rowanbeentje2010-07-081-3/+15
* - Add default socket locations for Mac OS X Server and XAMPP to default sock...rowanbeentje2010-07-081-4/+6
* Fixed Debug config compile for LLVM Compiler 1.5 by adding linker flag '-lstd...mltownsend2010-07-081-1/+4
* Given that the user can now decide how often a new INSERT statement is create...stuconnolly2010-07-081-2/+6
* •re-bound SPDatabaseDocument's customQueryTextView outlet with Custom Query...Bibiko2010-07-081-30/+38
* - Roll back most of r2430, replacing it with an at-source fix to the manual ...rowanbeentje2010-07-072-9/+4
* As the initial MySQL connection is now threaded, start the current tab's prog...stuconnolly2010-07-074-6/+40
* Further improvements to the threaded initial MySQL connection, which was acci...stuconnolly2010-07-071-34/+86
* • avoid exceptions if user tries to print the Table Status data of Views, ...Bibiko2010-07-071-22/+37
* • forgotten to remove placeholders and default values resp. of data textfie...Bibiko2010-07-072-21/+20
* • made Comment and CREATE-Syntax textfield the same width in Table Status viewBibiko2010-07-071-3/+3
* • made Table Status view localisable and resized GUI elementsBibiko2010-07-072-74/+392
* • resized some gui elements for localisationBibiko2010-07-071-8/+145
* • resized some gui elements for localisationBibiko2010-07-071-23/+23
* • fine-tuned scrollView position of Custom Query Result tableBibiko2010-07-072-11/+892
* • fixed scrollView height and position of Custom Query Result table to dis...Bibiko2010-07-071-5/+7