| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix build warnings complaining about duplicate definitions of display: in NSV... | stuconnolly | 2009-04-18 | 1 | -2/+2 |
* | Make SPPreferenceController the delegate of the favorites manager splitview a... | stuconnolly | 2009-04-18 | 1 | -25/+35 |
* | - Ensure that arrays and dictionaries from prefs which are being upgraded ar... | rowanbeentje | 2009-04-18 | 1 | -2/+2 |
* | - Rework the query console logic. This fixes a memory leak caused by a muta... | rowanbeentje | 2009-04-18 | 2 | -135/+162 |
* | - Update delete table and database warning messages to be more user friendly ... | stuconnolly | 2009-04-17 | 3 | -20/+31 |
* | - Add defaults for the SelectLastFavoriteUsed and LastFavoriteIndex keys | rowanbeentje | 2009-04-17 | 1 | -1/+1 |
* | - Implement line numbering for CMTextView: | rowanbeentje | 2009-04-16 | 4 | -0/+563 |
* | - The connection sheet Edit button now opens the favourites list in preferen... | rowanbeentje | 2009-04-16 | 5 | -41/+75 |
* | - Amend the connection sheet to add an "Add to favorites" button, remove the... | rowanbeentje | 2009-04-16 | 3 | -91/+50 |
* | - Update the connection sheet favourites view to bind to the preferences dir... | rowanbeentje | 2009-04-15 | 3 | -52/+25 |
* | - Tweak favorites/keychain upgrade routine to only fire once, even if going ... | rowanbeentje | 2009-04-15 | 1 | -2/+3 |
* | Fix for issue #173. Change export filename date format to YYYY-MM-DD and remo... | stuconnolly | 2009-04-15 | 1 | -2/+2 |
* | • syntax highlighting and completion list updated | Bibiko | 2009-04-14 | 2 | -5/+8 |
* | • syntax highlighting and completion list updated | Bibiko | 2009-04-14 | 2 | -48/+90 |
* | - When adding a new row, insert the pref-set value for NULL if the default v... | rowanbeentje | 2009-04-14 | 1 | -1/+1 |
* | - Ensure pref upgrades only happen once even if reverting back to older vers... | rowanbeentje | 2009-04-14 | 1 | -2/+2 |
* | - Add a unique ID to each favourite, which is also used when interacting ith... | rowanbeentje | 2009-04-14 | 2 | -23/+86 |
* | - Tweak the favorite button tooltips to refer to 'favorite's instead of 'row's | rowanbeentje | 2009-04-13 | 1 | -0/+3 |
* | - Save password changes when making changes in favorites tab in the preferen... | rowanbeentje | 2009-04-13 | 2 | -0/+82 |
* | - fixed bug where indexes not showing. | avenjamin | 2009-04-12 | 1 | -1/+1 |
* | - Rewrite prefs remapping section for clarity and shortness (thanks avenjami... | rowanbeentje | 2009-04-12 | 1 | -55/+26 |
* | - Correctly set default editor font to Monaco 10 | rowanbeentje | 2009-04-12 | 2 | -3/+139 |
* | Implement very basic Growl enable/disable preference. Still need to add more ... | stuconnolly | 2009-04-11 | 2 | -16/+18 |
* | Change 'Donation' URL. | stuconnolly | 2009-04-11 | 1 | -1/+1 |
* | - Tweak code to use the new UseKeepAlive preference value | rowanbeentje | 2009-04-11 | 3 | -7/+9 |
* | Added printing support via WebKit WebView | bamse16 | 2009-04-11 | 25 | -11/+2602 |
* | - Make MainController the application delegate, and override standard automa... | rowanbeentje | 2009-04-10 | 3 | -3/+33 |
* | - picked wrong rev during merge | avenjamin | 2009-04-10 | 1 | -1/+1 |
* | - part 4 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 18 | -825/+1546 |
* | Implementation of enhancement described in issue #75. You can now add the cur... | stuconnolly | 2009-04-10 | 2 | -0/+49 |
* | That shouln't be there. Copy/paste error. | stuconnolly | 2009-04-10 | 1 | -4/+3 |
* | - If a connection is reestablished automatically by the mysql libraries, ens... | rowanbeentje | 2009-04-09 | 2 | -4/+20 |
* | Fix for issue #190. As the connection sheet tableview uses bindings, renaming... | stuconnolly | 2009-04-09 | 2 | -1/+33 |
* | - Improve time interval granularity for times below 10 seconds (show two dec... | rowanbeentje | 2009-04-09 | 1 | -0/+6 |
* | Make table operation messages more user friendly (issue #192) and display the... | stuconnolly | 2009-04-09 | 2 | -150/+251 |
* | • removed debug info | Bibiko | 2009-04-09 | 1 | -1/+0 |
* | • syntax highlighting synchronized according to the completion list | Bibiko | 2009-04-09 | 2 | -17/+261 |
* | - Second part of r498: ensure that SQL imports are read in as UTF8, and quer... | rowanbeentje | 2009-04-08 | 3 | -8/+62 |
* | • keyword update for syntax highlighting | Bibiko | 2009-04-08 | 2 | -8/+349 |
* | • FIXED: unique completion list | Bibiko | 2009-04-08 | 1 | -13/+34 |
* | • simplified paste: (esp. for undo) | Bibiko | 2009-04-08 | 2 | -4/+3 |
* | • ADDED “TRUNCATE” as SQL keyword for syntax highlighting resp. auto-up... | Bibiko | 2009-04-08 | 1 | -1/+2 |
* | • FIXED if deleteBackward: avoid auto-uppercasing if resulting word would b... | Bibiko | 2009-04-08 | 2 | -3/+10 |
* | • FIXED auto-uppercasing bug if SQL keyword is found at the absolute end of... | Bibiko | 2009-04-08 | 1 | -5/+10 |
* | • syntax highlighting updated | Bibiko | 2009-04-08 | 3 | -108/+148 |
* | • optimized syntax highlighting a bit | Bibiko | 2009-04-07 | 3 | -248/+311 |
* | • FIXED in runAllQueries: deselect a given selection before calling textSto... | Bibiko | 2009-04-07 | 1 | -0/+1 |
* | Fix for issue #211: Table content count incorrectly reporting selected row co... | stuconnolly | 2009-04-07 | 1 | -8/+16 |
* | • improved auto-uppercasing for: pasting queries from favourites & history ... | Bibiko | 2009-04-07 | 2 | -7/+28 |
* | • FIXED bug in doTranspose: if [textView string] === "abc|d" | Bibiko | 2009-04-07 | 1 | -1/+1 |