| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
results, in two different ways:
- Preserve the existing scroll rectangle if reloading the view
- Update the scroll rect on the main thread when not reloading the view
|
|
|
|
|
|
|
|
|
|
|
| |
preventing the correct saving of the edited trigger thereafter (Issue #1534)
- Clean up interface resetting and validation to fix edge cases where the interface was not reset correctly or carried state incorrectly across multiple selections
- Fix a small memory leak when editing multiple triggers
- Clean up code
- Remove the table name column in the triggers interface as it will always display the selected table
- Display NULL values in the triggers interface using the preference setting, and in grey
|
| |
|
|
|
|
|
|
|
|
| |
accurate value, whatever the Preferences setting, if the Content table was not selected
- Clean up code slightly
- Remove an unneccessary query being used for the table information view, speeding up display slightly
|
| |
|
| |
|
|
|
|
| |
minumum value of zero.
|
|
|
|
| |
trash now that migration to com.sequelpro.SequelPro.plist has completed.
|
|
|
|
| |
a null reference. Fixes http://spbug.com/l/3714.
|
|
|
|
| |
appears that an NSWindow subclass which checks whether super respondsToSelector:@selector(toggleFullScreen:) returns YES on 10.6; changing this to an +[NSWindow instancesRespondToSelector:] check works correctly). Thanks to schlabberdog for identifying the problem!
|
| |
|
|
|
|
| |
title changes ourselves, fixing the last part of Issue #1521
|
|
|
|
| |
force the quick connect heading to be wrapped.
|
|
|
|
| |
addressing Issue #1518
|
|
|
|
|
|
|
|
| |
fixing Show Toolbar/Hide Toolbar menu item title not being updated correctly - addresses Issue #1521
- When the toolbar is hidden, draw a line in the window to cover up the bottom border of the window's title bar, improving appearance
- Improve tab appearance when toolbar is hidden
|
|
|
|
| |
that we know it's stable.
|
|
|
|
| |
item, instead creating them at the bottom of the favourites list to prevent favourite loss
|
|
|
|
|
|
|
|
|
| |
fields:
- Rename all "IS" entries to "=", to make the intended purpose clearer, and switch the underlying command to use "= BINARY" instead of "LIKE", producing an exact match instead of replicating LIKE functionality. Move LIKE p to just below the = options. This addresses Issue #1441.
- Add entries for "matches RegExp" and "does not match RegExp", implementing Issue #1508.
- When adding custom filters, add them by default to the Global group if the favourite isn't an on-disk document, addressing filter loss between sessions; this addresses Issue #1381
|
|
|
|
| |
in the Custom Query Editor (among others) as the selection is changed with the mouse
|
| |
|
|
|
|
|
|
|
| |
- Recompress all pngs losslessly to reduce disk use slightly
- Remove old unused images
- Switch some code over to imageNamed: to allow easier Retina additions in future
|
|
|
|
| |
different function, to allow "Highlight current query" to function again
|
|
|
|
| |
the selection not being preserved correctly.
|
|
|
|
| |
to the bottom of the Global list if a selection is not active, to address query favorite loss (Issue #1417)
|
|
|
|
|
|
|
| |
connections, improving Issue #1457
- Fix a warning left over from changes in r3931
|
|
|
|
| |
the focus to the Filter Content tab bar. ⇧⌘F is used to show the advanced content filter table. This allows ^⌘F to be used for the standard OS X fullscreen window command, addressing Issue #1513.
|
|
|
|
| |
preventing duplicate "Help" menus - with thanks to Michaël Gallego and schlabberdog
|
|
|
|
| |
some properties
|
| |
|
|
|
|
|
|
|
|
|
| |
thanks to Panic, Inc), recompressed for smaller file size and 10.5 compatibility
- Add document icons to match
- Amend the Info.plist to fix Sequel Pro being able to edit old .spf files etc
- Add .mysql file support (Issue #1366)
|
|
|
|
|
|
|
|
| |
Current/Previous/Selection" shortcuts and positions (Issue #1094)
- Tweak the designated requirement to correctly sign the tunnel assistant (Issue #1503)
- Add support for important release notes in the version upgrade routines to highlight important issues, and add notes for the button swap and signing change to alert users
|
|
|
|
|
|
|
| |
keychain entries
- Clean up connection error handling slightly
|
|
|
|
| |
used, preventing hangs (Issue #1429)
|
|
|
|
| |
including URL schemes and advanced table-based filters, addressing Issue #1492. (The filter code in question probably needs refactoring to allow it to be simplified in future, but does currently function)
|
| |
|
|
|
|
| |
when a filter is triggered by deleting the contents (Issue #1496)
|
|
|
|
| |
attempt cancellation or failure, restore the passwords from their bulleted-out state. This addresses Issue #1497.
|
|
|
|
| |
fails, end the task to prevent the window from ending up in a non-responsive state. This addresses Issue #1499.
|
|
|
|
| |
where the time can sometimes still be NULL as the thread is setting up
|
|
|
|
| |
favorite to an empty group.
|
|
|
|
| |
displaying on 10.5 for the quick connect item and favourites title; thanks to schlabberdog for both reporting and testing this issue
|
|
|
|
|
| |
- Add .key to the SSH key accepted file type list to partially address Issue #1493
|
|
|
|
|
|
|
|
|
|
| |
passwords *
- Change the bundle identifier from com.google.code.sequel-pro to com.sequelpro.SequelPro
- Change the code signing process to use a new identity and requirement, to add Developer ID support on 10.7+ but to also maintain functionality on 10.5+
- Add a preference migration routine to copy the old application defaults to the new bundle identifier's defaults
- Re-order the default keys to alphabetical to more easily locate values
|
|
|
|
| |
change in edit status
|
|
|
|
|
|
|
|
| |
window if a trigger can't be saved so that new statements can be fixed
- Fix editing of triggres failing when some MySQL versions append nul bytes to the statement results
- Retain the edited trigger details to fix crashes on 10.8
|
|
|
|
|
|
|
| |
muxing and retry; this should address Issue #1457
- Add SSH command and task arguments used to the debug log
|
|
|
|
|
|
|
| |
Connect item if it was selected
- Name a last unnamed connection thread
|