| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- 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
|
|
|
|
| |
window to another
|
|
|
|
|
|
|
| |
frontmost document
- Track the frontmost document in a window to simplify code
|
|
|
|
| |
consistent with the Content view and triggering a row save
|
|
|
|
|
|
|
| |
original format they were read using
- Convert the .strings files to UTF16
|
|
|
|
|
|
|
|
| |
.xibs; add a build stage to Release/Dist builds which generates .strings files for each nib, and swizzle nib loading to automatically translate strings based on any localised .strings files
- Fix the genstring stage of the build script and move it to Release/Dist builds only
- Update Localizable.strings to match latest code
|
|
|
|
| |
tab index against number of tabs
|
|
|
|
|
| |
- for selected tab view item show tooltip only if title is truncated
- for unselected tab view items show the full display title as tooltip
|
|
|
|
| |
called for the last/first tab
|
|
|
|
|
|
|
|
| |
- Select Next Tab ^⇥
- Select Previous ^⇧⇥
and menu validation to be able to navigate through available tabs by using the keyboard.
|
|
|
|
|
|
|
| |
- Correctly disable exporting custom query results as SQL and enable for all other formats.
- Fix CSV exports when exporting from a source other than the selected tables.
- Correctly export custom query results instead of all tables as a result of a missing IB connection.
|
|
|
|
|
|
|
|
| |
- Move the custom filename options view to a drop down view on the main exporter dialog.
- Change the export data source matrix to a popup button.
- Fix the export button being enabled when no tables are selected to be exported.
- Various interface validation fixes.
|
|
|
|
| |
unchanged row, resulting in subsequent editing errors and exceptions in addRowToDb
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Improve interface validation on the SQL view, including fixing no-content toggling
- Fix the export of views to correctly construct placeholder tables and fix view syntax export (this addresses Issue #707)
- Fix logic controlling Stored Procedure and Function export - fix hangs and allow correct export
- Handle permission errors when retrieving Stored Pro/Function syntax
- Improve export of linebreaks in CSV quoted cells for improved Excel compatibility
- SQL export now retrieves table syntax as it progresses through the tables - more accurate progress bar and removes initial pause when exporting lots of tables
- Alter filename construction to use centralised filename string: fixes end export Growl notification
- Improve dump comments
|
|
|
|
| |
exported NULL values. Fixes issue #718.
|
|
|
|
|
|
|
|
| |
those are enabled
- Exporter: SQL export now correctly excludes structure/drop table if the global structure/drop toggles are disabled
- Exporter: Save exporter window size
|
|
|
|
| |
focus correctly
|
|
|
|
| |
issues like http://spbug.com/l/334
|
|
|
|
| |
logged exceptions for beyond-bound index accesses
|
|
|
|
| |
menuitem should be enabled when we actually start including localisations.
|
| |
|
| |
|
|
|
|
|
|
|
| |
parsing tab snippets
- the regexp [^{}] is a valid expression but leads on 10.5 to an error; for 10.5 one has to escape { and } → [^\\{\\}] works on both SDKs
- this fixes i682
|
| |
|
|
|
|
| |
engines, or similar hard MySQL errors
|
|
|
|
| |
Implements issue #713. When the feedback page is available simply change the constant SPTranslationFeedbackURL to point to it.
|
|
|
|
| |
Fixes issue #714.
|
|
|
|
| |
sort order as what is set in preferences as well. Fix for Issue#664
|
| |
|
|
|
|
|
|
|
| |
the interface being updated from the wrong thread on listeners
- Add a "Support Files" folder to MCPKit, containing NSNotificationAdditions to support main thread notifications from within MCPKit
|
| |
|
|
|
|
| |
tracking the threads running state. Fixes log http://spbug.com/l/563.
|
|
|
|
| |
and clearing out the outlineview.
|
|
|
|
| |
SPUserManager is selected. SPUserManager is released when the user his cancel or apply. This forces the UI to refresh itself.
|
| |
|
| |
|
| |
|
|
|
|
| |
the overall performance of SQL dumps.
|
| |
|