aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add Jakob Egger and Hans-Jörg Bibiko to the developers listrowanbeentje2009-04-161-8/+7
* - Update the connection sheet favourites view to bind to the preferences dir...rowanbeentje2009-04-154-76/+55
* - Tweak favorites/keychain upgrade routine to only fire once, even if going ...rowanbeentje2009-04-151-2/+3
* Remove '...' from 'Add To Favorites' menu item.stuconnolly2009-04-151-5/+15
* Fix for issue #173. Change export filename date format to YYYY-MM-DD and remo...stuconnolly2009-04-151-2/+2
* - Fixed Issue #230 - ticked "Handle content as compound value" in contentArra...avenjamin2009-04-151-59/+33
* • syntax highlighting and completion list updatedBibiko2009-04-142-5/+8
* • syntax highlighting and completion list updatedBibiko2009-04-142-48/+90
* - When adding a new row, insert the pref-set value for NULL if the default v...rowanbeentje2009-04-141-1/+1
* - Ensure pref upgrades only happen once even if reverting back to older vers...rowanbeentje2009-04-141-2/+2
* - Add a unique ID to each favourite, which is also used when interacting ith...rowanbeentje2009-04-142-23/+86
* - Tweak the favorite button tooltips to refer to 'favorite's instead of 'row'srowanbeentje2009-04-132-8/+48
* - Save password changes when making changes in favorites tab in the preferen...rowanbeentje2009-04-133-111/+225
* 'Include time stamps' console outlet was hooked up to the wrong checkbox.stuconnolly2009-04-121-13/+21
* - fixed bug where indexes not showing.avenjamin2009-04-121-1/+1
* - Rewrite prefs remapping section for clarity and shortness (thanks avenjami...rowanbeentje2009-04-121-55/+26
* - Correctly set default editor font to Monaco 10rowanbeentje2009-04-123-4/+140
* Implement very basic Growl enable/disable preference. Still need to add more ...stuconnolly2009-04-113-17/+19
* Change 'Donation' URL.stuconnolly2009-04-111-1/+1
* - Tweak code to use the new UseKeepAlive preference valuerowanbeentje2009-04-114-21/+31
* Added printing support via WebKit WebViewbamse162009-04-1127-11/+2745
* Removed page setup menu. We will setup the print orientation from print menu,...bamse162009-04-111-12/+5
* - Make MainController the application delegate, and override standard automa...rowanbeentje2009-04-104-8/+45
* - forgot to commit the trunk folder itselfavenjamin2009-04-100-0/+0
* - part 7 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-46/+181
* - part 6 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-102-3704/+193
* - picked wrong rev during mergeavenjamin2009-04-101-1/+1
* - part 5 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-103-0/+8772
* - part 4 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-1018-825/+1546
* - part 3 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-0/+36
* - part 2 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-1017-0/+0
* - part 1 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-100-0/+0
* Implementation of enhancement described in issue #75. You can now add the cur...stuconnolly2009-04-103-9/+84
* That shouln't be there. Copy/paste error.stuconnolly2009-04-101-4/+3
* - If a connection is reestablished automatically by the mysql libraries, ens...rowanbeentje2009-04-092-4/+20
* Fix for issue #190. As the connection sheet tableview uses bindings, renaming...stuconnolly2009-04-093-6/+58
* - Improve time interval granularity for times below 10 seconds (show two dec...rowanbeentje2009-04-091-0/+6
* Make table operation messages more user friendly (issue #192) and display the...stuconnolly2009-04-093-226/+345
* • removed debug infoBibiko2009-04-091-1/+0
* • syntax highlighting synchronized according to the completion listBibiko2009-04-092-17/+261
* - Second part of r498: ensure that SQL imports are read in as UTF8, and quer...rowanbeentje2009-04-083-8/+62
* • keyword update for syntax highlightingBibiko2009-04-082-8/+349
* • FIXED: unique completion listBibiko2009-04-081-13/+34
* • simplified paste: (esp. for undo)Bibiko2009-04-082-4/+3
* • ADDED “TRUNCATE” as SQL keyword for syntax highlighting resp. auto-up...Bibiko2009-04-081-1/+2
* • FIXED if deleteBackward: avoid auto-uppercasing if resulting word would b...Bibiko2009-04-082-3/+10
* • FIXED auto-uppercasing bug if SQL keyword is found at the absolute end of...Bibiko2009-04-081-5/+10
* - changed the structure of the edit menu to more closely resemble other Mac O...jakob2009-04-081-87/+87
* • syntax highlighting updatedBibiko2009-04-083-108/+148
* • optimized syntax highlighting a bitBibiko2009-04-073-248/+311