| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to prevent locking up the main thread when dealing with databases with a large number (>100) of tables.
|
|
|
|
|
| |
- When compression is enabled, use .sql.gz as file extension instead of .gz
|
|
|
|
|
|
|
| |
- Fix the same potential autorelease pool memory leak found in the CSV exporter in the XML exporter.
- When performing an XML export to a single file don't write the header twice.
- Remember to append the .xml extension when performing an XML export to a single file.
|
|
|
|
| |
pools are released to prevent potential memory leaks. Fixes log http://spbug.com/l/584.
|
|
|
|
| |
correctly save). Fixes Issue #705
|
|
|
|
| |
Fixes logs http://spbug.com/l/521 and http://spbug.com/522.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Includes a completely redesign approach to all export data types based on the use of NSOperation subclasses. CSV, SQL, XML and dot export types are currently functional, while the source files for PDF and HTML export types exist they are to be implemented, but are currently hidden from the interface.
Also includes the following:
- Completely redesigned export interface.
- The ability to customize CSV NULL values.
- The ability to specify whether the UTF-8 BOM should be used in SQL dumps.
- The ability to specify whether BLOB fields are output as hex or plain text during SQL dumps. Defaults to hex.
- Exporting currently selected tables via the tables list context menu.
Outstanding issues:
- Not all progress indicators for all export types are functional (or functioning correctly).
- A few issues related to the introduction of only exporting the content and create and drop syntax of specific tables during SQL dumps.
Needs some serious testing and benchmarking to ensure it replicates the current export functionality.
|
|
|
|
|
|
| |
- Hide Navigator menu option again
- Remove accidentally committed debug
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
improving the truncation reload code and by removing a problem in TableContent tracking the active table name. This addresses Issue #700 and a number of crash reports.
- Rename SPHistoryView* constants to SPTableView* constants and use them more widely rather than hard-coded tab indexes
- Fix a problem preventing history navigation if a triggers view was the previous item in the history
|
| |
|
|
|
|
| |
avoids overrelease and memory trampling. Thanks to Towny for spotting this; addresses Issue #692 and http://spbug.com/l/411
|
|
|
|
| |
of a right-click. This should address much of Issue #691, and a number of crashes logged since 0.9.8
|
|
|
|
| |
provided by Max Lohrmann, thanks Max!.
|
|
|
|
|
|
|
|
| |
- Remove extra call when changing databases, avoiding double calls
- Fix an error if the document has had no encoding set yet (addresses http://spbug.com/l/200)
- Tweak db struture querying to work on MySQL 3 and 4.0
- Rework function to remove duplicated logic, and to address a number of valueForUndefinedKey: exceptions logged via the bug tracker
|
|
|
|
| |
setCanSelectedHiddenExtension:should be set to YES.
|
|
|
|
| |
rows. This addresses Issue #681
|
|
|
|
|
|
|
| |
NO. This disallows opening multiple .spfs at one time, but fixes file deselection on .sql/non-.sql changes and possible crashes (logs 235, 242, and 310)
- Fix label overlapping encoding menu in open panel accessory view, preventing half the menu from being clicked
|
|
|
|
| |
only the db list was reloaded, keeping the list of tables from the previously selected database
|
|
|
|
|
|
|
|
| |
time being not copied, until handling them gets implemented. It is logged to the console for the users convenience.
- Only copy content if the table could be recreated successfully
- Corrected selector from [self getTableWindow] to messageWindow.
- Removed disabled code section
|
|
|
|
| |
partial letterform, eg an unapplied accent. (Addresses http://spbug.com/l/260)
|