aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - 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-1810-29/+23
* Tweak structure view index collapsing:rowanbeentje2010-07-172-2/+24
* - 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
* 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-153-19/+29
* - Don't localize table types when duplicating tables - used as part of queri...rowanbeentje2010-07-151-4/+6
* Improve handling of network drops, including a new automatic reconnection att...rowanbeentje2010-07-131-8/+7
* Added support for edit triggers. Doubleclick on a row and the Add trigger pop...bamse162010-07-112-5/+92
* 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
* Given that the user can now decide how often a new INSERT statement is create...stuconnolly2010-07-081-2/+6
* - 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-073-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-071-9/+9
* • made Table Status view localisable and resized GUI elementsBibiko2010-07-071-10/+10
* • fine-tuned scrollView position of Custom Query Result tableBibiko2010-07-071-1/+1
* • fixed issue if connection window is opened with collapsed Table Informati...Bibiko2010-07-071-0/+10
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-066-13/+13
* Fix various memory leaks as a result of static analysis.stuconnolly2010-07-065-8/+13
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-0613-122/+194
* - Make the query info/error display collapsible.stuconnolly2010-07-065-22/+64
* - Correctly fix localisation of NSTabViewItem tooltips, restoring 10.5 compa...rowanbeentje2010-07-061-1/+1
* - Fix compatibility with <10.6 by checking whether NSTabViewItems support to...rowanbeentje2010-07-051-1/+2
* - Fix localisation of NSTextField labels - broken in r2418rowanbeentje2010-07-051-0/+4
* Enable manual sorting of connection favourites in the preferences, which will...stuconnolly2010-07-054-57/+98
* Fix the resizing of the export dialog when the sheet is already accommodating...stuconnolly2010-07-051-0/+14
* - Add support for localising menu item tooltipsrowanbeentje2010-07-051-0/+21
* Simplify the ease at which export filename tokens can be localised as well as...stuconnolly2010-07-052-14/+13
* Revert a change made in r2390 that removed the didEndSelector of the import e...stuconnolly2010-07-051-0/+8
* - Replace forward slashes with hyphens in export filenames generated from the...stuconnolly2010-07-051-5/+35
* • localisation issuesBibiko2010-07-052-65/+65
* - Fix localisation support for NSTabViews - previously only the first tab in...rowanbeentje2010-07-051-0/+10
* Localisation support improvements:rowanbeentje2010-07-042-0/+140
* Various improvements to default connection favorites handling, including:stuconnolly2010-07-034-105/+141
* Disable manual reordering of favourites in the preferences for the time being...stuconnolly2010-07-031-2/+2
* - Fix tab bars in windows with only one tab not disappearing after dragging ...rowanbeentje2010-07-032-6/+17
* When reordering a timestamp field ensure the query is correctly constructed w...stuconnolly2010-07-021-5/+10
* Localise the custom export filename tokens.stuconnolly2010-07-021-15/+13
* Improve the preservation of the selected output path of exports between openi...stuconnolly2010-07-021-4/+2
* Prevent the background colour of the view custom filename format view of the ...stuconnolly2010-07-021-0/+4
* Fix the behaviour of the export dialog when toggling the customise filename a...stuconnolly2010-07-022-14/+16
* When cancelling an export operation, keep the progress sheet on screen until ...stuconnolly2010-07-021-4/+12
* Remove all the old export code and associated UI controls.stuconnolly2010-07-022-2065/+153
* • suppress the check for upper-casing if found token is backticked explicitlyBibiko2010-07-011-1/+9