aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Fix tooltip typo.stuconnolly2010-08-091-21/+47
|
* - Make another couple of strings localisable, and tweak layout of CREATE ↵rowanbeentje2010-08-011-21/+1303
| | | | indexes view labels
* - Tweak the layout of the "Add Triggers" sheet, giving labels more space ↵rowanbeentje2010-08-011-60/+69
| | | | for localisation
* - Replace progress indicator CoreAnimation drawing with manual shadow/fade ↵rowanbeentje2010-07-311-71/+1122
| | | | | | | code; this addresses hangs (see Issue #6677) and also prevents triggering the discrete graphics chip on newer MacBook Pros. - Update localisable strings
* During a CSV export if the user selects the tab as the separator update the ↵stuconnolly2010-07-251-9/+31
| | | | extension to be .tsv
* - Fix positioning bug when using Import From Clipboardrowanbeentje2010-07-251-226/+1291
| | | | | - Add controllable encoding support when importing CSV and SQL files, including a new default "Autodetect" option. Add UniversalDetector framework to support encoding autodetection. This should address Issue #720.
* In addition to Gzip compression support when exporting SQL dumps add the ↵stuconnolly2010-07-241-166/+330
| | | | | | | | | | | | | | | | | | ability to use Bzip2 compression. Other changes include: + Enable the use of export compression (Gzip and Bzip2) for all export formats. + Move the compression options in the export dialog to the 'Advanced' export settings view. + Simplify the setting of common exporter properties (e.g. the connection, use of compression). + Fix a potential memory leak in the dot exporter. + Update the data importer to recognise Bzip2 compressed files. + Fix several display issues on export dialog. + Restore the default .csv file extension of CSV exports. + Correctly update the default export filename when selecting a output compression type. The addition of Bzip2 compression support implements issue #688.
* Tweak structure view index collapsing:rowanbeentje2010-07-171-94/+107
| | | | | | | - Make the minimum index view size a little smaller - Add a button to reveal the indexes subview when it is collapsed. This button is hidden when te index view is not collapsed. This addresses Issue #746
* Localisation improvements:rowanbeentje2010-07-162-993/+383
| | | | | | | - Tweak custom query button widgets and spacing - Improve User Manager layout, particularly for button and label widths - Update connection error dialog strings file to remove Retry
* Improve handling of network drops, including a new automatic reconnection ↵rowanbeentje2010-07-131-86/+715
| | | | | | | | | | | | | attempt, as well as improved handling of networks not present. This addresses Issue #657. In MCPKit: - Disable MySQL automatic reconnection, and add our own reconnection code for greater consistency - If no network is available, delay reconnects by a short period to allow the network to come back up - Improved handling of proxy disconnects In SPSSHTunnel: - Improved handling of SSH tunnel disconnects, improving automatic reconnection via MCPKit and fixing potential memory/logic tramping. Also remove the "Retry" button from the Disconnected dialog, leaving only the choices "Reconnect" or "Disconnect".
* Fix a very minor display issue on the export dialog's custom filename view ↵stuconnolly2010-07-121-8/+10
| | | | box by extending the parent tab view's width.
* •re-bound SPDatabaseDocument's customQueryTextView outlet with Custom ↵Bibiko2010-07-081-30/+38
| | | | | | Query's text field - solves i759
* • forgotten to remove placeholders and default values resp. of data ↵Bibiko2010-07-071-12/+11
| | | | textfields in Table Status view
* • made Comment and CREATE-Syntax textfield the same width in Table Status viewBibiko2010-07-071-3/+3
|
* • made Table Status view localisable and resized GUI elementsBibiko2010-07-071-64/+382
|
* • resized some gui elements for localisationBibiko2010-07-071-8/+145
|
* • resized some gui elements for localisationBibiko2010-07-071-23/+23
|
* • fine-tuned scrollView position of Custom Query Result tableBibiko2010-07-071-10/+891
| | | | | | | • resized GUI elements (Run Current, Last Error Mes.) for localisation • centered label for "Query Favorites" and "Query History" - maybe we should think about the appearance these buttons! • increased the min width of Custom Query view by 15px in order to avoid GUI overlappings
* • fixed scrollView height and position of Custom Query Result table to ↵Bibiko2010-07-071-5/+7
| | | | display the horizontal scroll bar correctly
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-062-330/+318
|
* Change the export dialog's 'Selected Tables' option to simply 'Tables' and ↵stuconnolly2010-07-061-15/+14
| | | | update strings files.
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-063-1252/+1237
|
* - Make the query info/error display collapsible.stuconnolly2010-07-061-2466/+2787
| | | | | | | - Add a 'gear menu' with the option to export the current result set as either CSV or XML. (Note, that the collapsiable view currently suffers from the same BWToolKit issue as the table information pane).
* • resized ContentPaginationView for better localizationBibiko2010-07-061-59/+1142
| | | | - maybe needs to be discussed
* Enable manual sorting of connection favourites in the preferences, which ↵stuconnolly2010-07-052-50/+289
| | | | will disable automatic sorting. Also, connection favourites sort order in the preferences and the connection view should now be in sync. Needs thoroughly tested. Fixes issue #655.
* Fix the resizing of the export dialog when the sheet is already ↵stuconnolly2010-07-051-5/+5
| | | | accommodating all available space. Also, change the cancel button's shortcut to escape. Thanks Hans.
* • resized GUI elements for localisation of longer explanationsBibiko2010-07-051-26/+33
|
* • increased width of preferences window plus views by 30px in order to ↵Bibiko2010-07-051-106/+427
| | | | have more space for localisations
* • resized GUI elements for localisation of longer explanationsBibiko2010-07-052-81/+1838
|
* • resized GUI elements for localisation of longer explanationsBibiko2010-07-054-60/+1171
|
* Fixed warning about using 'Single Line Mode' working in 10.6 only.mltownsend2010-07-051-20/+881
|
* Simplify the ease at which export filename tokens can be localised as well ↵stuconnolly2010-07-051-10/+438
| | | | as how they are updated with respect to the selected export type.
* • resized some gui elements for localisationBibiko2010-07-051-309/+28
|
* • localisation issuesBibiko2010-07-052-17/+22
| | | | | | - made "This table currently does not support relations..." localisable - resized some nib elements for longer translations - replaced [[NSApp mainMenu] itemWithTitle:@"Table"] by [[NSApp mainMenu] itemWithTag:SPMainMenuTable] for dynamic title changes
* • enabled "Save (As) Session" File menu items for testingBibiko2010-07-041-45/+2897
| | | | • renamed MainMenu > File > "Save (As)" menu item to "Save Connection (As)" and added tooltips
* Various improvements to default connection favorites handling, including:stuconnolly2010-07-031-99/+387
| | | | | | | | | - Updating the default favorite popup button to reflect the sorted order of the favorites tableview. - A new icon indicating the default favorite in the favorites tableview. - A new 'Make Default' menu item in the favorites tableview context menu. (Outstanding issue: Incorrect default favorite being selected upon launch because the sorting of favorites on the connection screen and preferences are independent of each other).
* Remove all the old export code and associated UI controls.stuconnolly2010-07-021-3504/+3020
|
* • after opening spfs file reset tabBar by looking at setting for ↵Bibiko2010-07-011-44/+413
| | | | | | | | | SPAlwaysShowWindowTabBar • fixed CSV Import file display in NSPathControl if SP runs localized - the problem is very likely a bug in [NSPathControl setURL:]; that's why create a new temporary NSPathControl and set the GUI's NSPathControl via [NSPathControl setPathComponentCells:[tempPathControl pathComponentCells]] - this should fix i751 • resized some components in CSV Import sheet to fit for localizations a bit better
* Add option to toggle the tab bar visibility.avenjamin2010-06-301-51/+68
| | | | | - Only applies when one tab is present. - Saves last used state to preferences.
* • fixed tablesList's searchField width after collapsing tablesList's viewBibiko2010-06-301-2/+10
| | | | • set minimum width of right view (Structure, Content, etc.) in order to avoid irreversible GUI overlaps
* Add tooltips to the export dialog's tableview.stuconnolly2010-06-301-9/+12
|
* Fix the tooltip of the 'Show Process ID' menuitem in the server processes ↵stuconnolly2010-06-291-15/+36
| | | | panel. Thanks Max.
* - Fix the horizontal NSBox rule at the top of the Query Favourites Managerrowanbeentje2010-06-291-63/+785
|
* • Open Session fileBibiko2010-06-291-5/+7
| | | | | | - set [tabbar setHideForSingleTab:NO] if window has more than one tab in order to avoid issues while animated fading-in of the tabbar - assign initial keyboard short-cut ^⌥⌘S for Save Session (needs to be discussed) - still hidden
* Remove duplicate 'Select next/prev tab' menu items from the 'View Menu'.stuconnolly2010-06-251-161/+21
|
* Minor interface tweaks.stuconnolly2010-06-251-10/+16
|
* • removed wrong tooltips from gear menu (copying artefact)Bibiko2010-06-221-22/+37
| | | | - fixes i744
* • initial preparations to support the storage of the entire SP session ↵Bibiko2010-06-211-11/+109
| | | | | | | | (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
* Fix a missing connection to customise the NULL placeholder for XML exports.stuconnolly2010-06-181-7/+15
|
* • added Window menu item "Move Tab to New Window"Bibiko2010-06-161-16/+55
| | | | - it moves the SPDatabaseDocument of the currently selected tab to a new window