Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a slightly modified patch to lookup up the selected text in the custom ↵ | stuconnolly | 2009-04-19 | 2 | -6/+51 |
| | | | | query editor in the MySQL online documentation. Code contributed via issue #236. | ||||
* | Typo. | stuconnolly | 2009-04-19 | 1 | -1/+1 |
| | |||||
* | Fix build warnings complaining about duplicate definitions of display: in ↵ | stuconnolly | 2009-04-18 | 2 | -34/+30 |
| | | | | NSView.h and DOMCSS.h (via Webkit.h). Fixed by defining the connect sheet's status text to be of type NSTextField as opposed to the generic id type. | ||||
* | Make SPPreferenceController the delegate of the favorites manager splitview ↵ | stuconnolly | 2009-04-18 | 2 | -73/+51 |
| | | | | and implement maximum and minimum split view sizes. | ||||
* | - Ensure that arrays and dictionaries from prefs which are being upgraded ↵ | rowanbeentje | 2009-04-18 | 1 | -2/+2 |
| | | | | are mutable | ||||
* | Increase the default size of DBView in order to increase the size of the ↵ | stuconnolly | 2009-04-18 | 1 | -1322/+1316 |
| | | | | table field drop down when filtering. Addresses issue #121. | ||||
* | - Rework the query console logic. This fixes a memory leak caused by a ↵ | rowanbeentje | 2009-04-18 | 2 | -135/+162 |
| | | | | | | | mutableCopy when toggling SELECT/SHOWS; it allows the SELECT/SHOWS toggle and text filters to stack together whatever order they are changed in; and it allows both filtering and hiding SELECT/SHOWs to be applied 'live', ie messages added to the console will have the same logic applied to them. - Clean up trailing whitespace in the file | ||||
* | - Update delete table and database warning messages to be more user friendly ↵ | stuconnolly | 2009-04-17 | 4 | -20/+31 |
| | | | | | | | | (issue #192). - Also make these messages have a style of critical to indicate the potential loss of data as a result of performing the operation. - Updated Localizable.strings to accommodate new dialog messages. | ||||
* | - Cleaned up connection sheet "Edit" button | avenjamin | 2009-04-17 | 3 | -268/+362 |
| | | | | - Added new button_edit image | ||||
* | - Add defaults for the SelectLastFavoriteUsed and LastFavoriteIndex keys | rowanbeentje | 2009-04-17 | 4 | -56/+428 |
| | | | | | | - Add the ability to configure the maximum number of items in the query history - Added appropriate minumums (0) and maximums in prefs for max history items, LIMIT count, connection timeout value | ||||
* | - Implement line numbering for CMTextView: | rowanbeentje | 2009-04-16 | 7 | -15/+584 |
| | | | | | | - Add an implementation of NoodleLineNumberView, by Paul Kim. Slightly tweaked to remove markers. - Add to CMTextView (to enable it for other CMTextView uses, hook up the scrollView outlet to the containing scroll view) | ||||
* | - Add the minimum system version key. When run on 10.4 the system now ↵ | rowanbeentje | 2009-04-16 | 1 | -0/+2 |
| | | | | displays "You cannot use the application "Sequel Pro" with this version of Mac OS X", rather than crashing. | ||||
* | - The connection sheet Edit button now opens the favourites list in ↵ | rowanbeentje | 2009-04-16 | 5 | -41/+75 |
| | | | | | | | preferences and selects appropriately; this resolves the initially planned changes for Issue #232. - Move updateDefaultFavoritePopup in SPPreferenceController to a public method and set TableDocument to update it when adding favorites | ||||
* | - Amend the connection sheet to add an "Add to favorites" button, remove ↵ | rowanbeentje | 2009-04-16 | 4 | -211/+290 |
| | | | | | | | | the + and - buttons, and re-enable double-click to connect. This addresses the majority of Issue #232, although the "Edit" button is not yet functioning. - Fix a bug where if an autoconnection failed, connection was automatically reattempted - Add a name field to the connection sheet, and display the name in the window title in place of user@host if set | ||||
* | - Add Jakob Egger and Hans-Jörg Bibiko to the developers list | rowanbeentje | 2009-04-16 | 1 | -8/+7 |
| | |||||
* | - Update the connection sheet favourites view to bind to the preferences ↵ | rowanbeentje | 2009-04-15 | 4 | -76/+55 |
| | | | | | | | directly to pick up updates more quickly - Improve favouritesAlreadyExists check to respond correctly if the connection database, host or user is blank | ||||
* | - Tweak favorites/keychain upgrade routine to only fire once, even if going ↵ | rowanbeentje | 2009-04-15 | 1 | -2/+3 |
| | | | | back and testing older releases/revisions | ||||
* | Remove '...' from 'Add To Favorites' menu item. | stuconnolly | 2009-04-15 | 1 | -5/+15 |
| | |||||
* | Fix for issue #173. Change export filename date format to YYYY-MM-DD and ↵ | stuconnolly | 2009-04-15 | 1 | -2/+2 |
| | | | | remove '_dump' and spaces from filename. | ||||
* | - Fixed Issue #230 - ticked "Handle content as compound value" in ↵ | avenjamin | 2009-04-15 | 1 | -59/+33 |
| | | | | | | contentArray binding for the Favorites array controller in the Preferences XIB file. - Editing the details of a favorite should now be saved. | ||||
* | • 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 ↵ | rowanbeentje | 2009-04-14 | 1 | -1/+1 |
| | | | | value is NULL (fixes Issue #229) | ||||
* | - Ensure pref upgrades only happen once even if reverting back to older ↵ | rowanbeentje | 2009-04-14 | 1 | -2/+2 |
| | | | | versions for testing/usage | ||||
* | - Add a unique ID to each favourite, which is also used when interacting ↵ | rowanbeentje | 2009-04-14 | 2 | -23/+86 |
| | | | | | | | | ith the keychain. This resolves the last part of Issue #186 and associated problems (ie multiple connections via a tunnel with only the port differing - now can store different passwords). - Duplicate function in prefs now also duplicates the password - Fix a few places which created a blank keychain entry when no password was present | ||||
* | - Tweak the favorite button tooltips to refer to 'favorite's instead of 'row's | rowanbeentje | 2009-04-13 | 2 | -8/+48 |
| | | | | | | - Add the keyboard shortcuts advertised on the button tooltips to the buttons - When duplicating a favorite, append " Copy" to the name to ensure the keychain password isn't automatically shared and therefore accidentally changed or deleted for both when one favorite is edited. | ||||
* | - Save password changes when making changes in favorites tab in the ↵ | rowanbeentje | 2009-04-13 | 3 | -111/+225 |
| | | | | | | | | preferences window - Remove the now unnecessary (and never implemented) "Save" button below the favorites editor - Hook up the Remove and Duplicate favorite buttons to the correct Enable binding | ||||
* | 'Include time stamps' console outlet was hooked up to the wrong checkbox. | stuconnolly | 2009-04-12 | 1 | -13/+21 |
| | |||||
* | - fixed bug where indexes not showing. | avenjamin | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | - Rewrite prefs remapping section for clarity and shortness (thanks ↵ | rowanbeentje | 2009-04-12 | 1 | -55/+26 |
| | | | | avenjamin for the suggestion!) | ||||
* | - Correctly set default editor font to Monaco 10 | rowanbeentje | 2009-04-12 | 3 | -4/+140 |
| | | | | | | - Restore pref upgrade methods, make compatibible with both lastUsedVersion and LastUsedVersion keys - Add upgrade method to map old pref keys to new pref keys, delete old keys | ||||
* | Implement very basic Growl enable/disable preference. Still need to add more ↵ | stuconnolly | 2009-04-11 | 3 | -17/+19 |
| | | | | complex notification rules. | ||||
* | Change 'Donation' URL. | stuconnolly | 2009-04-11 | 1 | -1/+1 |
| | |||||
* | - Tweak code to use the new UseKeepAlive preference value | rowanbeentje | 2009-04-11 | 4 | -21/+31 |
| | | | | | | | - Update a few pref checks which were using the old pref values still - Resort preference defaults to match layout in prefs, restore old default values for some keys - Restore missing defaults for new editor properties | ||||
* | Added printing support via WebKit WebView | bamse16 | 2009-04-11 | 27 | -11/+2745 |
| | |||||
* | Removed page setup menu. We will setup the print orientation from print ↵ | bamse16 | 2009-04-11 | 1 | -12/+5 |
| | | | | menu, like in Safari | ||||
* | - Make MainController the application delegate, and override standard ↵ | rowanbeentje | 2009-04-10 | 4 | -8/+45 |
| | | | | automatic creation methods to only trigger automatic connection (if enabled in prefs) for automatically created windows | ||||
* | - forgot to commit the trunk folder itself | avenjamin | 2009-04-10 | 0 | -0/+0 |
| | |||||
* | - part 7 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 1 | -46/+181 |
| | | | | - committing Project file | ||||
* | - part 6 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 2 | -3704/+193 |
| | | | | - committing remaining nibs | ||||
* | - picked wrong rev during merge | avenjamin | 2009-04-10 | 1 | -1/+1 |
| | | | | - Changed "nullValue" to "NullValue" | ||||
* | - part 5 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 3 | -0/+8772 |
| | | | | - committing 3 new Nib files | ||||
* | - part 4 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 18 | -825/+1546 |
| | | | | - committing Source | ||||
* | - part 3 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 1 | -0/+36 |
| | | | | - commiting Resources | ||||
* | - part 2 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 17 | -0/+0 |
| | | | | - commiting Images | ||||
* | - part 1 of merge from 'avenjamin' branch into trunk. | avenjamin | 2009-04-10 | 0 | -0/+0 |
| | | | | - commiting Frameworks | ||||
* | Implementation of enhancement described in issue #75. You can now add the ↵ | stuconnolly | 2009-04-10 | 3 | -9/+84 |
| | | | | current connection details to your favourites provided it doesn't already exist. | ||||
* | 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, ↵ | rowanbeentje | 2009-04-09 | 2 | -4/+20 |
| | | | | ensure the connection encoding is similarly reset. This addresses Issue #79. | ||||
* | Fix for issue #190. As the connection sheet tableview uses bindings, ↵ | stuconnolly | 2009-04-09 | 3 | -6/+58 |
| | | | | renaming a favourite wouldn't update the associated Keychain item. The item is now updated whenever the favourite name is changed. |