Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed user sort and added Anonymous displayName when username is empty | mltownsend | 2009-12-02 | 1 | -109/+131 |
| | |||||
* | Remove the tooltip from the connection view's name field's cell as it's ↵ | stuconnolly | 2009-11-29 | 1 | -100/+752 |
| | | | | already set for actual control. | ||||
* | - Fix tooltip for Name fields. Was using same tooltip as the hostname field. | avenjamin | 2009-11-29 | 1 | -219/+132 |
| | |||||
* | Update credits. Trigger new nightly build to use new icon. | avenjamin | 2009-11-26 | 1 | -2/+1 |
| | |||||
* | Forgot to update Localizable.strings for r1568. | stuconnolly | 2009-11-24 | 1 | -0/+0 |
| | |||||
* | - Tweak pagination to fix click-through of pagination popup, fix next page ↵ | rowanbeentje | 2009-11-23 | 2 | -14/+20 |
| | | | | | | | button mouseover text, display no text when 0 or 1 pages of results for clarity - No longer include the old app icon in the built product (but leave it in the project) | ||||
* | - Replace the LIMIT interface on the content view with a pagination control ↵ | rowanbeentje | 2009-11-23 | 3 | -458/+2577 |
| | | | | | | | | at the bottom. This addresses the last of Issue #49 and implements Issue #133; jump-to and two prefs affecting loading are available in a popup when clicking the pagination interface. - Format row counts at the bottom of the content pane - Increase the MCPStreamingResult buffer for a stronger workaround for #463 | ||||
* | - Relocate the table changed notification, allowing table info pane to ↵ | rowanbeentje | 2009-11-21 | 1 | -93/+148 |
| | | | | | | | update early in the change process, but ensure the change notification occurs on the main thread for stability. Added NSNotificationAdditions from the Colloquy project for this. - Change the design of the progress indicator layer, and tweak task progress for improved feedback and less flickering by correctly updating interface as appropriate, and delaying status changes for a short time. This partially addresses Issue #455. | ||||
* | The result of being bored. Add a nicer looking about panel based on Adium's. | stuconnolly | 2009-11-19 | 3 | -47/+1681 |
| | |||||
* | Bind the 'Show Connections' menu item in the console to the user's ↵ | stuconnolly | 2009-11-19 | 1 | -13/+18 |
| | | | | preferences using key 'ConsoleShowConnections' to ensure it is hidden/visible between launches. Fixes issue #468. | ||||
* | Update Localizable.strings and remove multiple keys for a single item. | stuconnolly | 2009-11-18 | 1 | -0/+0 |
| | |||||
* | Manually set the delegate of the anchored button bars in the content filter ↵ | stuconnolly | 2009-11-18 | 2 | -12/+31 |
| | | | | editor and query favorites editor as you can't do it in IB. | ||||
* | Remove extra table column in query favorites table view that's not needed. | stuconnolly | 2009-11-18 | 1 | -99/+19 |
| | |||||
* | New separator in query favorites dropdown. | stuconnolly | 2009-11-17 | 1 | -8/+83 |
| | |||||
* | Resolve IB checkbox warnings. | stuconnolly | 2009-11-17 | 6 | -253/+2305 |
| | |||||
* | Change the placeholder value of a few search fields to simply 'Filter' to ↵ | stuconnolly | 2009-11-17 | 1 | -20/+73 |
| | | | | make them look less cramped. | ||||
* | Add the new application icon, but keep the old one included in the bundle as ↵ | stuconnolly | 2009-11-16 | 1 | -2/+2 |
| | | | | old-appicons.icns. Also, add Na Wong to the credits. | ||||
* | Database process list table view should not be editable. | stuconnolly | 2009-11-16 | 1 | -10/+4 |
| | |||||
* | Implement query cancellation support within MCPKit, and add it to the task ↵ | rowanbeentje | 2009-11-15 | 1 | -15/+27 |
| | | | | | | | | | | functionality: - MCPKit now supports cancelling the active query; for MySQL servers >= 5.0.0 a query kill is attempted from a new connection, and if that fails or for MySQL < 5 a reconnect is triggered. - TableDocument now supports enabling a cancel task button on the task interface, including an optional callback - Implement query cancellation for custom queries. This addresses Issue #86. - Implement query cancellation for table content loads, filters, and sorts. | ||||
* | When viewing the information_schema database, disable all controls on the ↵ | stuconnolly | 2009-11-15 | 1 | -3/+5 |
| | | | | table information view as all table in this database are not modifiable by anyone. | ||||
* | Console 'gear' menu alignment. | stuconnolly | 2009-11-15 | 1 | -3/+3 |
| | |||||
* | Preferences interface tweaks. | stuconnolly | 2009-11-15 | 1 | -60/+194 |
| | |||||
* | Updates to the 'use monospaced font' preference, making it a lot more ↵ | stuconnolly | 2009-11-14 | 2 | -38/+18 |
| | | | | consistent across all table views. Also includes live updating when the preference is changed as well as its implementation in the query console, process list and variables table views. | ||||
* | Increase database process list and variables table views row height to match ↵ | stuconnolly | 2009-11-14 | 2 | -9/+5 |
| | | | | that of all the others. | ||||
* | Bunch of improvements to the query console, including: | stuconnolly | 2009-11-14 | 2 | -70/+244 |
| | | | | | | | | | | | | | - New connection column (been meaning to add this for a while) - Display table view column headers - Enable table view text cell line truncating - Allow table view columns to be re-ordered - The table view now respects the display table view vertical grid lines preference - Support for including the connection when saving messages to a file - Support for showing/hiding the connection column - Increase table view row height to match that of all others - Display message time stamps using the user's system wide medium time format | ||||
* | Increase row size of console table view. | stuconnolly | 2009-11-14 | 1 | -26/+19 |
| | |||||
* | Give the custom query result table view the same row height as the table ↵ | stuconnolly | 2009-11-13 | 1 | -100/+33 |
| | | | | content table view. | ||||
* | In an aid to split up the functionality of the TableDocument class as well ↵ | stuconnolly | 2009-11-13 | 3 | -808/+1788 |
| | | | | as reducing the overall size of DBView, split out the server variables sheet into it's own controller and XIB in the same way as the new server processes sheet is implemented. | ||||
* | In the process list sheet, give the refresh button the key equivalent cmd+R. | stuconnolly | 2009-11-12 | 1 | -4/+4 |
| | |||||
* | - New server processes panel, accessible via the 'Database' menu and ↵ | stuconnolly | 2009-11-12 | 2 | -55/+2297 |
| | | | | | | | | alt+cmd+P. Includes the ability to kill queries and connections as well as live filtering support and the ability to save all processes or the current filtered set to a file. Implements issue #458. - Reorganise 'Database' menu. - Give 'Flush Privileges' key equivalent of shift+cmd+F. | ||||
* | Make the 'insufficient connection details' dialogs sheets. | stuconnolly | 2009-11-11 | 1 | -0/+0 |
| | |||||
* | Change the main window's non-connected/connecting state title to 'Sequel ↵ | stuconnolly | 2009-11-11 | 1 | -34/+32 |
| | | | | Pro' and only change it to 'Connecting...' when we are actually trying to establish a connection. Fixes issue #456. | ||||
* | Forgot to update Localizable.strings for dialog changes in r1501. Also ↵ | stuconnolly | 2009-11-11 | 1 | -0/+0 |
| | | | | update README.txt. | ||||
* | • fixed GUI overlapping bug of Table Info Tab for 'Auto increment' field ↵ | Bibiko | 2009-11-10 | 1 | -54/+71 |
| | | | | if window is minimized - eg 'Not available' was overlapped by 'Free data size' partly | ||||
* | - Fix an issue when switching databases - allow the table selection to be ↵ | rowanbeentje | 2009-11-10 | 1 | -168/+233 |
| | | | | | | | cleared/reset as necessary - Move the task progress layer to a child window, which can then be faded in - smooths the visual appearance and fixes drawing artifacts | ||||
* | When removing a field or index, use its name in the dialog message. | stuconnolly | 2009-11-09 | 1 | -0/+0 |
| | |||||
* | Don't run the add new index sheet modally, thus blocking the main thread. ↵ | stuconnolly | 2009-11-09 | 1 | -45/+36 |
| | | | | Part of issue #357. Also some refactoring. | ||||
* | Switch the placement of the labels and controls on the add new index sheet. | stuconnolly | 2009-11-08 | 1 | -70/+88 |
| | |||||
* | All users to resize the 'Favorites' preference pane. | stuconnolly | 2009-11-05 | 1 | -307/+1047 |
| | |||||
* | - Add task support to all the main interface views | rowanbeentje | 2009-11-04 | 1 | -33/+43 |
| | | | | | | | | - Improve task support on previously supported views - Use a threaded task load for all initial table loads - Support threaded task loads for table content loads, reloads, sorts, and filters - Improve upon previous threaded task loads by minimising view updates and supporting updates of the existing data arrays where valid | ||||
* | Use SPTableTextFieldCell in the table information pane to get nicer line ↵ | stuconnolly | 2009-11-02 | 1 | -4/+4 |
| | | | | truncating. | ||||
* | • Finish off implementation to set the default selection view mode. Issue #249 | avenjamin | 2009-11-02 | 1 | -92/+13 |
| | |||||
* | • Initial work to set the default view mode when connecting. Issue #249 | avenjamin | 2009-11-02 | 1 | -1152/+751 |
| | | | | • Organize constants into groups | ||||
* | Add 'EUC-KR Korean (euckr)' to the default encoding dropdown in the ↵ | stuconnolly | 2009-11-01 | 1 | -75/+148 |
| | | | | preferences to make it consistent with the 'View Using Encoding' menu item. | ||||
* | Improve truncating of table names (by appending ...) using SPTableTextFieldCell. | stuconnolly | 2009-11-01 | 1 | -35/+41 |
| | |||||
* | Got rid of a crash when using the User Manager and closing last Table ↵ | mltownsend | 2009-10-29 | 2 | -36/+160 |
| | | | | Document. May be leaking now, not sure. Still needs some work. | ||||
* | - Set up TableSource to respond to task notifications to prepare for ↵ | rowanbeentje | 2009-10-27 | 1 | -38/+87 |
| | | | | | | | threaded queries - Alter task notifications to pass the TableDocument as the notification object so that only the current window responds to the notification, allowing other windows to be fully used while a window is performing a task | ||||
* | Don't run the add new database sheet modally, thus blocking the main thread. ↵ | stuconnolly | 2009-10-26 | 1 | -96/+60 |
| | | | | Part of issue #357. | ||||
* | - Apply new document task support to the Custom Query tab, and run all ↵ | rowanbeentje | 2009-10-23 | 1 | -40/+73 |
| | | | | | | | | custom queries in a background thread with the task interface active. - Rework custom query result processing to allow display of results as they come in - Fix a memory leak | ||||
* | - Display the user accounts manager as a sheet | stuconnolly | 2009-10-21 | 1 | -516/+531 |
| | | | | | - Tidy up a bunch of interface controls and bahaviour |