aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Images
Commit message (Collapse)AuthorAgeFilesLines
* Fix disabled buttons and add some retina iconsAbhi Beckert2016-05-0942-0/+0
| | | | #2453 #1432
* update nightly icon to include all sizesAbhi Beckert2016-04-201-0/+0
|
* icon position tweaksAbhi Beckert2016-04-185-0/+0
|
* new table footer icons for connection windowAbhi Beckert2016-04-1510-0/+0
| | | | fixes broken disabled buttons reported in #2453
* replace production app icon with a "half made" pancake stack to be used for ↵Abhi Beckert2016-04-151-0/+0
| | | | dev builds
* #2115 re-export 2x imagesAbhi Beckert2015-05-171-0/+0
|
* #2115 re-export 2x imagesAbhi Beckert2015-05-1716-0/+0
|
* Add UI for custom SSL cipher listsMax2015-03-211-0/+0
| | | | | | See Preferences > Network. Note: If you play around with that too much and libmysql can no longer connect, don't hope for a meaningful error. It will rather be something like "protocol version mismatch".
* Fix file permissions.Stuart Connolly2014-01-121-0/+0
|
* - Convert all old .tiff resource images to .png formatrowanbeentje2012-12-21141-0/+0
| | | | | | | - 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-204-0/+0
|
* Replace 1x .tiff graphics with 1x and 2x png Retina graphics.mattlangtree2012-12-1213-0/+0
|
* - Add final versions of the new icon designed by Kenichi Yoshida (with many ↵rowanbeentje2012-12-128-0/+0
| | | | | | | | | 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-1014-0/+0
| | | | 1x and 2x displays.
* Add new PNG images for retina/non-retina button refresh. mattlangtree2012-10-252-0/+0
| | | | (not added to Xcode project yet)
* Add HiDPI/@2x versions of Browse and Table Info tab icons.mattlangtree2012-10-164-0/+0
| | | | Update README to give hint about compiling with 10.5 and 10.6 SDK.
* Change the connection screen interface, particularly relating to favourite ↵rowanbeentje2012-10-066-0/+0
| | | | | | | | | | | | | | editing on the connection screen (Issue #1339, Issue #1440): - No longer save changes made to connection favourites as soon as the interface is updated - Alter the interfaace if favourites are editing, offering to save the changes either to the old connection favourite or to a new favourite - Add a "Test connection" button to verify changes before saving - Add a "Quick Connect" entry to the top of the connection view's favourites list so a blank form is always available - Use a custom highlight when editing favourites to show the favourite has changed but is still linked - Reduce the margin on the left-hand side of the connection favourites list to increase the available space - Alter favourite name generation, making it less aggressive when generating names from partial details (eg creating names of just "@") and removing the user - Alter key icon usage to correctly update the button appearance if an SSL or SSH key is selected
* - Remove all BWToolKit elements from the ExportDialog, ↵rowanbeentje2012-08-022-0/+0
| | | | DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents
* - Remove all BWToolKit elements in the connection view, replacing with ↵rowanbeentje2012-08-011-0/+0
| | | | | | | | | standard equivalents and SPSplitView - Replace the "Add" action menu on the connection view with two buttons for easier use and to avoid having to set up more popup buttons - Improve SPSplitView's handling of delegates set through code - Update localisable strings
* - Replace the main split view in the main view with a SPSplitView, ↵rowanbeentje2012-07-242-0/+0
| | | | | | | | | | replacing the anchored button bar and buttons with normal equivalents. - Make the main split view collapsbile to avoid resize issues with the filter box - Fix problems with additional drag handles in SPSplitView when one of the views was using flipped coordinates - Fix problems with manually dragged uncollapses in SPSplitView - Fix problems instantiating SPSplitView instances on 10.5 (with thanks to schlabberdog)
* • added cancel operation images and set them to SPActivityTextFieldBibiko2010-12-026-0/+0
|
* - Correctly sort connection favourites upon startup for both the connection ↵stuconnolly2010-09-261-0/+0
| | | | | | | and preferences view. Fixes issue #807. - Remove the default favourite indicator from the preferences view.
* - Implement support for MySQL over SSL for both TCP/IP and Socket ↵rowanbeentje2010-09-131-0/+0
| | | | | | | | | | connection modes. - Upgrade the MySQL binaries to version 5.1.50 (was 5.1.46) - Enable SSL support in the MySQL libraries (this leads to a large increase in library size, unfortunately) - Enable more optimisations in the MySQL libraries (especially --enable-assembler for faster in-library string processing and --with-mysqld-ldflags=-all-static) This completes support for Issue #27.
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-0/+67
| | | | | | - Update localisable strings - Fix initial window position
* Various improvements to default connection favorites handling, including:stuconnolly2010-07-031-0/+0
| | | | | | | | | - Updating the default favorite popup button to reflect the sorted order of the favorites tableview. - A new icon indicating the default favorite in the favorites tableview. - A new 'Make Default' menu item in the favorites tableview context menu. (Outstanding issue: Incorrect default favorite being selected upon launch because the sorting of favorites on the connection screen and preferences are independent of each other).
* • NavigatorBibiko2010-03-246-0/+0
| | | | | | - ENTER and RETURN selects schema path in active connection window - outsourced some stuff to SPNavigatorOutlineView • added rotating sync arrows to project for future usage
* • some progress of the navigator approach (not yet active - hidden main ↵Bibiko2010-03-181-0/+0
| | | | menu item)
* - Add toolbar item for Triggers interfaceavenjamin2010-03-131-0/+0
| | | | - Add table triggers toolbar icon
* • added transparency to table-view-small-square.tiff (used for F5 completion)Bibiko2010-01-112-0/+0
| | | | • added preliminary image field-small-square.tiff (used for F5 completion)
* - Tweak the pagination interface - remove the text and replace with an ↵rowanbeentje2009-12-151-0/+0
| | | | icon, to reduce the overall space taken up in the bottom bar and to make it clearer a jump-to/options button is available
* - Add document images for .spf and .sql filesrowanbeentje2009-12-092-0/+0
| | | | | | - Rename "SequelPro connections" to "Sequel Pro connections" for consistency - Update version numbers to 0.9.7
* - Remove two unused images from the images folder, and re-save a number of ↵rowanbeentje2009-11-3010-0/+0
| | | | TIFFs for an overall space saving of ~200k uncompressed
* - Replace the LIMIT interface on the content view with a pagination control ↵rowanbeentje2009-11-233-0/+0
| | | | | | | | at the bottom. This addresses the last of Issue #49 and implements Issue #133; jump-to and two prefs affecting loading are available in a popup when clicking the pagination interface. - Format row counts at the bottom of the content pane - Increase the MCPStreamingResult buffer for a stronger workaround for #463
* Would be helpful if I actually included the new icon.stuconnolly2009-11-171-0/+0
|
* Add the new application icon, but keep the old one included in the bundle as ↵stuconnolly2009-11-161-0/+0
| | | | old-appicons.icns. Also, add Na Wong to the credits.
* - Improve the TextAndLinkCell (foreign key link arrows) to make the arrows ↵rowanbeentje2009-07-212-0/+0
| | | | behave like proper buttons, allowing clicking and dragging out to cancel the click, and highlight states
* • added: AMIndeterminateProgressIndicatorCell for global spinning wheelBibiko2009-07-181-0/+0
| | | | | • added: spinning wheel background image • removed warning in TableContent (unused 'j')
* Add the ability to navigate between tables via foreign key relationships, ↵rowanbeentje2009-07-183-0/+0
| | | | | | | | | addressing the first part of #209: - For the first column linked by each foreign key, display a link arrow within the table cell - When clicking on the link arrow, select the reference table and set the table filters to select the clicked value - Also uses the table cell subclass to allow the entire cell to be editable, not just the contained text (addresses #250)
* • narrow-down completion (F5)Bibiko2009-07-151-0/+0
| | | | | - added view icon for Views - improved some tiny code snippets
* - Interface cleanup of various sheets and windowsavenjamin2009-06-243-0/+0
| | | | | | - Fix scroll bar bug in Create Table Syntax HUD window - Convert button bar on LHS to use BWToolkit button bar - Add some new smaller images to replace images previously used on LHS button bar
* Add support for titlebar connection status images, and use for SSH tunnels.rowanbeentje2009-06-143-0/+0
| | | | | | | - Add view and code to support drawing a connection status icon at the left of the titlebar - Use for SSH tunnels; completes Issue #114. - Remove reference to an image resource "j" in the DBView - fixes console log errors.
* - Added toolbar icon for table relations.avenjamin2009-06-051-0/+0
| | | | - some TableDocument code cleanup
* • improved narrow-down completionBibiko2009-05-253-0/+0
| | | | | - first trial to use images for suggestions (up to now supported: tables/views, funcs, procs, dbs, otherwise show a transparent dummy)
* - Fixed NSFontPanel issue. Now showing font collections in Font Panelavenjamin2009-05-2110-0/+0
| | | | | | - Replaced some toolbar icons with new ones - Edited some toolbar icons. - Added keyboard shortcut section to preferences (Disabled for now)
* - added ability to view function and procedures and preliminary ability to ↵mtvee2009-05-132-0/+0
| | | | input same via the editor
* - Changed console window to match style of main window.avenjamin2009-04-201-0/+0
| | | | | | - New bottom bar. - Both checkboxes moved into gear button with menu. - Clear Console button has new custom image
* - Replaced Favorites image in prefs with our own custom one.avenjamin2009-04-201-0/+0
|
* - New network icon for preferences toolbar avenjamin2009-04-201-0/+0
|
* - Cleaned up connection sheet "Edit" buttonavenjamin2009-04-171-0/+0
| | | | - Added new button_edit image