aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/MainWindow.xib
Commit message (Collapse)AuthorAgeFilesLines
* * Change main windows minimum width to 720px for content to fit and make 2 ↵dmoagx2010-09-131-5/+5
| | | | | | windows side-by-side still fit on a 1440px MBP screen * Change user manager > resources from NSForm to regular labels and text fields for translation
* - Alter the connection view layout, moving the connection details forms ↵rowanbeentje2010-09-091-3/+3
| | | | | | | into a scrollview. Switch to centering the form in code, which allows better control and automatic scrollview triggering if the window is too small. - Reduce the minimum window size to 700x400, addressing Issue #788, now the connection view is no longer the constraining factor.
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-7/+149
| | | | | | - Update localisable strings - Fix initial window position
* Initial stage of re styling the tab bar to actually look half decent.avenjamin2010-06-141-5/+81
| | | | | - 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.
* Slight content view adjustment. Tab bar bottom separator line now appears ↵avenjamin2010-06-061-9/+10
| | | | correctly.
* Initial implementation of tabs:rowanbeentje2010-05-231-0/+939
- Addition of PSMTabBar framework - Rework away from a document-based TableDocument - Support tabs throughout the application - Add menu items for creating tabs, and add support for dragging tabs to different windows