| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
• avoid adding of in bundle saved spf files to recent files
|
|
|
|
|
|
| |
- improved remembering of save accessory view settings
- if spfs file was saved encrypted ask for it while opening only once
• fixed typo while remembering the save accessory view setting for "Remember Query Editor content
|
|
|
|
|
| |
- remember window position
- remember save accessory view settings in spfs file
|
| |
|
| |
|
|
|
|
| |
SPTableStructure. Fixes logs http://spbug.com/875, http://spbug.com/876 and http://spbug.com/910.
|
|
|
|
|
| |
- retrieve the ssh password from keychain
• allow to save empty passwords in spf files
|
|
|
|
|
|
| |
fine-tuning comes soon)
• added constant "SPBundleFileExtension"
|
|
|
|
|
|
|
| |
• further Save Session progress
- store "saved as session accessory view data" globally to support "Save Session"
- delete global "saved as session accessory view data" if last SP window will be closed
- added to info.plist which tab is currently selected
|
|
|
|
|
|
|
| |
including tabs connections)
- loop through all windows and for each window through all tabs and save all untitled doc within the bundle named via UUIDs and all opened spf files
• added the SPStringAddition method +[NSString stringWithNewUUID] which returns a new UUID string
|
|
|
|
| |
- fixes i744
|
|
|
|
| |
the spf file format (like 'query favorites' etc.) in a message window at least.
|
|
|
|
|
|
|
|
| |
(all windows including tabs)
• added file extension 'spfs' as SP bundle
Note: The idea is to save inside the given spfs bundle a file 'Info.list' which contains the entire structure (which window, which tabs, selected items, etc.; each single connection is saved as separate spf file - if untitled inside the bundle in the sub-folder 'Contents' or if not the absolute path to a already saved spf file). This should insure that the user can open a single spf file in SP or as part of a spfs bundle session without loosing having two different spf file for the same connection. - Comments are welcome
|
|
|
|
| |
- there's no need to check the passed path for clipboard content
|
|
|
|
| |
multiple files.
|
| |
|
|
|
|
| |
included in the PSMTabBar framework. This suppresses the associated warning.
|
|
|
|
| |
• added tooltips for tab's overflow menu
|
|
|
|
|
|
|
|
| |
- Fix display of the overflow menu
- Improve tab spacing and internal layout
- Improve tab names for documents to correctly show the database for background documents in additional cases
- Update strings files
|
|
|
|
| |
is visible otherwise open it in a new window
|
| |
|
|
|
|
| |
corresponding db doc switches to Custom Query editor to be able eg to drag a query from one tab to another one
|
|
|
|
|
|
|
| |
drawing glitches, improved spacing, improved edge drawing
- Enable tab switch commands even when documents are working
|
|
|
|
| |
fixes a number of issues including http://spbug.com/l/13
|
|
|
|
| |
- it moves the SPDatabaseDocument of the currently selected tab to a new window
|
|
|
|
| |
errors/message panel (show/hide button current inactive and disabled). Rows affected and timing stats are now displayed in the button bar. Also, fix the height of all other button bars.
|
| |
|
|
|
|
| |
dialog.
|
|
|
|
| |
index.
|
|
|
|
| |
languages')
|
|
|
|
|
|
|
| |
- fixed binding for removeIndexButton
- moved indexTable's tableViewSelectionDidChange: delegate to SPIndexController to fix enabling/disabling of the removeIndexButton
- fixed issue to blank the index table for multiple selected tables
|
|
|
|
| |
(still hidden)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
localisation errors
- Add database encoding retrieval support for MySQL 4.1
- Convert the add table and add database sheets to use encoding menus derived from server supported encodings
- Re-layout preferences with larger labels to aid localisation
- Fix preference resizing in non-Favorite tabs
|
|
|
|
| |
addresses crashes http://spbug.com/l/540 and http://spbug.com/l/106
|
|
|
|
| |
create a new tab as well as fixing the new window item.
|
| |
|
|
|
|
|
| |
- Change line 373 of PSMTabBarControl to "SequelPro" to see new tabs.
- The drawing of the tab edges needs to be redone on the very edge of each tab instead of being inset by a number pixels to resolve a few issues.
|
|
|
|
| |
controller and XIB in preparation for the UI redesign.
|
|
|
|
|
|
| |
view items, since it doesn't work
- added the MySQL version to these tooltips if enabled in the prefs
|
|
|
|
| |
updating the document's parent window controller after drags from window to window
|
|
|
|
|
| |
• preparations for "Move Tab to New Window" action menu action
• display Select Next/Previous Tab menu items also under Main Menu > Window to be consistent
|
| |
|
|
|
|
|
|
|
|
|
| |
- Attempt to preserve toolbar visibility settings
- Fix dragging on previously background tabs
- When dragging a tab, show the tab bar in all windows to that windows containing a single tab can be added to
- Fix window sizing when creating new windows via a tab drag
- Improve window representation when dragging a tab off a window, and fix placement when creating a new window following mouse release
|
|
|
|
| |
10.5 SDK
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Make sure the export button is disabled when the global structure, content and drop options are enabled, but the desellect all button is checked.
- Replace the export dialog toolbar with a tabview, reducing the dialogs overall size.
- Add the option to SQL dumps to specify when a new INSERT statement should be created, either after a certain amount of data or after a specific number of rows (defaults to every 250KiB). Known issue: incorrect VALUES clause generation of last row when creating a new INSERT after a specific number of rows.
|
|
|
|
|
|
|
| |
the dragged tab
- Fix SPWindowController memory leak
|