Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add support for tearing tabs off a window, into a new window containing ↵ | rowanbeentje | 2010-06-13 | 2 | -4/+56 |
| | | | | | | | the dragged tab - Fix SPWindowController memory leak | ||||
* | - Fix a regression in r2308 causing problems when dragging a tab from one ↵ | rowanbeentje | 2010-06-12 | 1 | -2/+1 |
| | | | | window to another | ||||
* | - Fix menu validation by forwarding SPWindowController requests to the ↵ | rowanbeentje | 2010-06-12 | 2 | -24/+33 |
| | | | | | | | frontmost document - Track the frontmost document in a window to simplify code | ||||
* | - Alter the behaviour of the return key in structure view, making it ↵ | rowanbeentje | 2010-06-12 | 1 | -6/+16 |
| | | | | consistent with the Content view and triggering a row save | ||||
* | - Update the nib localisation postprocessor to output strings files in the ↵ | rowanbeentje | 2010-06-12 | 1 | -1/+1 |
| | | | | | | | original format they were read using - Convert the .strings files to UTF16 | ||||
* | - Implement the Wil shipley/Golden % Braeburn localisation method for ↵ | rowanbeentje | 2010-06-12 | 2 | -0/+279 |
| | | | | | | | | .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 | ||||
* | • avoid exception for showing tooltip if tab will be closed by checking ↵ | Bibiko | 2010-06-12 | 1 | -1/+6 |
| | | | | tab index against number of tabs | ||||
* | • added tooltip for tab view titles | Bibiko | 2010-06-12 | 1 | -1/+43 |
| | | | | | - for selected tab view item show tooltip only if title is truncated - for unselected tab view items show the full display title as tooltip | ||||
* | • Select Next/Previous Tab now cycles through available tabs if it's ↵ | Bibiko | 2010-06-11 | 1 | -13/+14 |
| | | | | called for the last/first tab | ||||
* | • add to Main Menu > View > : | Bibiko | 2010-06-11 | 2 | -0/+45 |
| | | | | | | | | - Select Next Tab ^⇥ - Select Previous ^⇧⇥ and menu validation to be able to navigate through available tabs by using the keyboard. | ||||
* | Exporter fixes: | stuconnolly | 2010-06-10 | 2 | -10/+10 |
| | | | | | | | - 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. | ||||
* | Exporter enhancements, including: | stuconnolly | 2010-06-09 | 5 | -116/+221 |
| | | | | | | | | - 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. | ||||
* | - Fix incorrect non-reset after structure editing which results in an ↵ | rowanbeentje | 2010-06-09 | 1 | -2/+10 |
| | | | | unchanged row, resulting in subsequent editing errors and exceptions in addRowToDb | ||||
* | When cancelling an export remove all files already written to disk. | stuconnolly | 2010-06-07 | 4 | -8/+40 |
| | |||||
* | A number of exporter improvements: | rowanbeentje | 2010-06-07 | 7 | -137/+144 |
| | | | | | | | | | | | | - 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 | ||||
* | On the XML export dialog add the option to specify the placeholder of ↵ | stuconnolly | 2010-06-06 | 5 | -6/+28 |
| | | | | exported NULL values. Fixes issue #718. | ||||
* | - Exporter: SQL select/deselect all will now toggle structure/drop table if ↵ | rowanbeentje | 2010-06-06 | 2 | -2/+26 |
| | | | | | | | | 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 | ||||
* | - Tweak initial window load to select the correct favourite, also applying ↵ | rowanbeentje | 2010-06-05 | 2 | -3/+9 |
| | | | | focus correctly | ||||
* | - Improve progress indicator thread safety, improving stability and fixing ↵ | rowanbeentje | 2010-06-05 | 3 | -5/+17 |
| | | | | issues like http://spbug.com/l/334 | ||||
* | - Ensure SPTableInfo reloads occur on the main thread, fixing a number of ↵ | rowanbeentje | 2010-06-05 | 2 | -5/+11 |
| | | | | logged exceptions for beyond-bound index accesses | ||||
* | Update the translation feedback URL to point to the new feedback page. The ↵ | stuconnolly | 2010-06-04 | 1 | -1/+1 |
| | | | | menuitem should be enabled when we actually start including localisations. | ||||
* | Fix for array index issues when deleting users, sometimes. | mltownsend | 2010-06-02 | 1 | -3/+5 |
| | |||||
* | Fixed Reversed Sort Order menu item | mltownsend | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | • fixed incompatibility between regexp engine ICU 10.6 and 10.5 for ↵ | Bibiko | 2010-06-02 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | • Updated RegexKitLite to 4.0 | Bibiko | 2010-06-02 | 2 | -542/+1598 |
| | |||||
* | - Fix exceptions and crashes caused by corrupt tables, disabled storage ↵ | rowanbeentje | 2010-06-02 | 2 | -1/+9 |
| | | | | engines, or similar hard MySQL errors | ||||
* | Add a 'Translation Feedback' menuitem to the 'Help' menu (currently hidden). ↵ | stuconnolly | 2010-06-01 | 4 | -0/+11 |
| | | | | Implements issue #713. When the feedback page is available simply change the constant SPTranslationFeedbackURL to point to it. | ||||
* | Fix export dialog interface validation when switching between data formats. ↵ | stuconnolly | 2010-06-01 | 1 | -3/+3 |
| | | | | Fixes issue #714. | ||||
* | Added sorting of the favorites in the connection panel. Will use the same ↵ | mltownsend | 2010-06-01 | 2 | -3/+167 |
| | | | | sort order as what is set in preferences as well. Fix for Issue#664 | ||||
* | - Fix opening of .spfs on application launch or if no windows are open | rowanbeentje | 2010-06-01 | 1 | -1/+1 |
| | |||||
* | - Ensure start/end query notifications are sent on the main thread to avoid ↵ | rowanbeentje | 2010-06-01 | 5 | -18/+18 |
| | | | | | | | 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 | ||||
* | Remove debug. | stuconnolly | 2010-05-30 | 1 | -3/+1 |
| | |||||
* | Prevent spawning multiple threads for refreshing the server process list by ↵ | stuconnolly | 2010-05-28 | 2 | -1/+12 |
| | | | | tracking the threads running state. Fixes log http://spbug.com/l/563. | ||||
* | Changed the refresh method so that it creates a new persistentstore as well ↵ | mltownsend | 2010-05-28 | 2 | -14/+19 |
| | | | | and clearing out the outlineview. | ||||
* | Changed the SPUserManager instance to an allocated instance when the ↵ | mltownsend | 2010-05-28 | 2 | -3/+14 |
| | | | | SPUserManager is selected. SPUserManager is released when the user his cancel or apply. This forces the UI to refresh itself. | ||||
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 42 | -98/+98 |
| | |||||
* | Rename TableContent to SPTableContent. | stuconnolly | 2010-05-28 | 11 | -16/+16 |
| | |||||
* | Remove unsed try/catch exception blocks in all data exporters. | stuconnolly | 2010-05-27 | 5 | -569/+553 |
| | |||||
* | Remove multiple occurrences of accessing the same array element, improving ↵ | stuconnolly | 2010-05-27 | 1 | -6/+8 |
| | | | | the overall performance of SQL dumps. | ||||
* | Rename TableSource to SPTableStructure. | stuconnolly | 2010-05-27 | 8 | -13/+13 |
| | |||||
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 23 | -37/+37 |
| | |||||
* | Rename CMImageView to SPImageView. | stuconnolly | 2010-05-27 | 4 | -8/+8 |
| | |||||
* | Rename CMTextView to SPTextView. | stuconnolly | 2010-05-27 | 9 | -20/+19 |
| | |||||
* | Perform interface validation on the new export window on a background thread ↵ | stuconnolly | 2010-05-27 | 1 | -31/+69 |
| | | | | to prevent locking up the main thread when dealing with databases with a large number (>100) of tables. | ||||
* | - Fix SQL export progress display | rowanbeentje | 2010-05-27 | 6 | -536/+532 |
| | | | | | - When compression is enabled, use .sql.gz as file extension instead of .gz | ||||
* | Data export fixes: | stuconnolly | 2010-05-26 | 2 | -9/+6 |
| | | | | | | | - 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. | ||||
* | Fix an overreleased dictionary crash and always ensure both autorelease ↵ | stuconnolly | 2010-05-26 | 1 | -7/+8 |
| | | | | pools are released to prevent potential memory leaks. Fixes log http://spbug.com/l/584. | ||||
* | - Fix Connection splitview resizing to affect the underlying view (and so ↵ | rowanbeentje | 2010-05-25 | 1 | -2/+5 |
| | | | | correctly save). Fixes Issue #705 | ||||
* | Update Growl controller notify method selector when an export finishes. ↵ | stuconnolly | 2010-05-25 | 1 | -1/+1 |
| | | | | Fixes logs http://spbug.com/l/521 and http://spbug.com/522. | ||||
* | More tweaks in regards to issue#699 | mltownsend | 2010-05-24 | 1 | -7/+13 |
| |