aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #1519: Fix auto-sizing of export filename and truncate it when it ↵stuconnolly2013-01-032-18/+42
| | | | becomes too big.
* Fix IB warnings.stuconnolly2013-01-032-11364/+11333
|
* - Tweak the width of the Custom Query run buttons to fit French stringsrowanbeentje2012-12-301-8/+31
|
* - Prevent Groups from being created as a child of the Quick Connection ↵rowanbeentje2012-12-301-4/+2
| | | | item, instead creating them at the bottom of the favourites list to prevent favourite loss
* - Make the sequel Pro target a dependency of the unit testsrowanbeentje2012-12-301-0/+13
|
* - Fix header search paths to fix clean release/Distribution builds with no ↵rowanbeentje2012-12-303-2/+2
| | | | | | | previous debug builds - Update localizable strings
* Make some improvements to the Table Content Filter, particularly for text ↵rowanbeentje2012-12-234-506/+440
| | | | | | | | | 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
* - Correctly draw/update the selection highlight within the SPTextView used ↵rowanbeentje2012-12-231-0/+23
| | | | in the Custom Query Editor (among others) as the selection is changed with the mouse
* - Add missing $Id$ propsets to files with placeholders but no property setrowanbeentje2012-12-220-0/+0
|
* - Increment version number to 1.0.0 and extend copyright year to 2013 in ↵rowanbeentje2012-12-223-8/+7
| | | | preparation for upcoming release
* - Remove outdated language resources from the projectrowanbeentje2012-12-2165-730/+22
| | | | | - Add a copy phase to the distribution build process to copy in languages downloaded from dev.sequelpro.com/languages before signing
* - Add trigger button to the default toolbar viewrowanbeentje2012-12-211-0/+1
|
* - Convert all old .tiff resource images to .png formatrowanbeentje2012-12-21145-229/+145
| | | | | | | - 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
* - Add retina versions of the cell link arrowsrowanbeentje2012-12-205-0/+16
|
* - Tweak SPTextView background drawing, moving custom drawing into a ↵rowanbeentje2012-12-191-4/+2
| | | | different function, to allow "Highlight current query" to function again
* - Fix spacing of buttons below the table listrowanbeentje2012-12-181-31625/+32684
|
* Issue #1495: Fix crash on export after the table list is refreshed due to ↵stuconnolly2012-12-171-1/+2
| | | | the selection not being preserved correctly.
* - If the favourite is not an on-disk document, add any new query favourites ↵rowanbeentje2012-12-171-5/+18
| | | | to the bottom of the Global list if a selection is not active, to address query favorite loss (Issue #1417)
* - Disable connection muxing on OS X versions lower than 10.7, to speed up ↵rowanbeentje2012-12-173-3/+8
| | | | | | | connections, improving Issue #1457 - Fix a warning left over from changes in r3931
* - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ↵rowanbeentje2012-12-178-13694/+13797
| | | | 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.
* - Display startup release notes (eg post-r3921) to not block startup, ↵rowanbeentje2012-12-162-4/+5
| | | | preventing duplicate "Help" menus - with thanks to Michaël Gallego and schlabberdog
* - Fix favourite editing on the connection interface being unable to delete ↵rowanbeentje2012-12-141-3/+25
| | | | some properties
* - Add Retina versions of the tab close buttonsrowanbeentje2012-12-1340-10/+38
| | | | | | - Recompress other PSMTabBar images where necessary - Improve drawing of the tab bar in response to window state change, allowing better colour display in edge cases and particularly when sheets are open
* Replace 1x .tiff graphics with 1x and 2x png Retina graphics.mattlangtree2012-12-1216-44/+60
|
* - Add final versions of the new icon designed by Kenichi Yoshida (with many ↵rowanbeentje2012-12-1218-3868/+3820
| | | | | | | | | 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)
* Remove old tiff format icons. Missed these in the last commit.mattlangtree2012-12-107-0/+0
|
* Add a bunch of new retina icon versions. Including a new Query icon for both ↵mattlangtree2012-12-1016-33445/+31806
| | | | 1x and 2x displays.
* * Added Swedish translator to creditsdmoagx2012-12-031-23/+29
|
* - Swap around the Custom Query "Run All" and "Run ↵rowanbeentje2012-12-016-33/+134
| | | | | | | | 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
* - Improve connection testing to use edited passwords on a connection with ↵rowanbeentje2012-11-282-32/+17
| | | | | | | keychain entries - Clean up connection error handling slightly
* - Tweak handling of tables which have been deleted while they were being ↵rowanbeentje2012-11-221-4/+6
| | | | used, preventing hangs (Issue #1429)
* - Allow table content pagination to preserve the current filter type, ↵rowanbeentje2012-11-213-160/+161
| | | | 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)
* - Fix exceptions when using the content filter table clear buttonrowanbeentje2012-11-201-1/+1
|
* - Improve use of the table content filter, no longer removing focus from it ↵rowanbeentje2012-11-201-5/+14
| | | | when a filter is triggered by deleting the contents (Issue #1496)
* - When the connection interface is restored as a result of a connection ↵rowanbeentje2012-11-201-1/+9
| | | | attempt cancellation or failure, restore the passwords from their bulleted-out state. This addresses Issue #1497.
* - When a table content sort is cancelled because a row save operation ↵rowanbeentje2012-11-201-2/+5
| | | | fails, end the task to prevent the window from ending up in a non-responsive state. This addresses Issue #1499.
* - Fix exceptions when filtering the table process list on high-load servers ↵rowanbeentje2012-11-191-1/+1
| | | | where the time can sometimes still be NULL as the thread is setting up
* Fix the selected node in the favorites connection view when adding a new ↵stuconnolly2012-11-181-5/+6
| | | | favorite to an empty group.
* - Add some NSOutlineView logic to prevent disclosure triangles from ↵rowanbeentje2012-11-182-0/+12
| | | | displaying on 10.5 for the quick connect item and favourites title; thanks to schlabberdog for both reporting and testing this issue
* - Attempt to fix nightly build signingrowanbeentje2012-11-181-1/+1
| | | | | - Add .key to the SSH key accepted file type list to partially address Issue #1493
* * Please note this revision will re-prompt for access to all KeyChain ↵rowanbeentje2012-11-1814-195/+226
| | | | | | | | | | 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
* Comments.stuconnolly2012-11-172-2/+7
|
* - When connection details are saved, ensure the outline view reflects the ↵rowanbeentje2012-11-081-2/+3
| | | | change in edit status
* - Improve trigger adding and editing, re-opening the add/edit trigger ↵rowanbeentje2012-11-082-34/+45
| | | | | | | | 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
* - If the connection exits unexpectedly when muxing, disable connection ↵rowanbeentje2012-10-303-11/+42
| | | | | | | muxing and retry; this should address Issue #1457 - Add SSH command and task arguments used to the debug log
* Add new PNG images for retina/non-retina button refresh. mattlangtree2012-10-252-0/+0
| | | | (not added to Xcode project yet)
* - Merge in changes from FeedbackReporter framework master up to ↵rowanbeentje2012-10-2120-3/+11
| | | | | | | 9bcc34dd34396f9e0285f96a148c2071c52e7abb, including localisation improvements and code cleanu$ - Disable retrieval of user's "Me" card from the address book to avoid Security warnings about accessing Contacts on 10.8
* Fix static analysis and release build warnings.stuconnolly2012-10-203-9/+13
|
* - Prevent new favourites from being created as a sibling/child of the Quick ↵rowanbeentje2012-10-202-4/+5
| | | | | | | Connect item if it was selected - Name a last unnamed connection thread
* - Fix an incorrect selector method after recent thread naming workrowanbeentje2012-10-201-1/+1
|