aboutsummaryrefslogtreecommitdiffstats
path: root/English.lproj
Commit message (Collapse)AuthorAgeFilesLines
* If the user is filtering for NULLs then disable the filter input field.stuconnolly2008-12-071-11/+42
|
* updated version number and copyright stringsabhibeckert2008-12-071-1/+1
|
* updated version number and copyright stringsabhibeckert2008-12-071-0/+0
|
* Since the 'Page Setup' and 'Print' menu items are now hidden also hide the ↵stuconnolly2008-12-061-3/+4
| | | | separator that was appearing at the bottom of the 'File' menu.
* - Identified and corrected a major n^2 bottleneck in working with all query ↵rowanbeentje2008-12-061-47/+147
| | | | | | | | | | | | | | | result sets - when iterating through a mysql result set, all the data up to each row was seeked through again. With this fixed SP can work with very large result sets at much, much higher speeds. - Fixed incorrect query splitting in splitQueries - improves custom queries and imports. - CSV export now exports NULLs as an empty cell (eg "1,,3"). This resolved Issue #67. Correspondingly, CSV import now also accepts this syntax. - CSV and SQL exports no longer quote numeric values for file size and neatness improvements. - Multi-table exports now show progress through the tables in the text description, and use the progress bar for export of each table, for improved feedback. - The old "Export Table Content" menu has been split into two - "Current Browse View" which matches the old behaviour, and a new "Current Table" entry. This addresses Issue #97. - Exports now write data to a file stream as data is processed for export, and also parse data from the database as a stream where possible. This leads to lower memory usage, speed improvements, and much more accurate and constant feedback. - The export processes have been restructured and rewritten for further speed and memory improvements. - SQL exports now correctly export BLOB and TEXT contents ready for re-import into all systems. - SQL exports now group multiple VALUES for each INSERT INTO command for much, much faster imports of exported data.
* Known Issue for field mapping when importing a CSV file now resolved.avenjamin2008-12-061-3/+13
| | | | No longer required to select a table first before selecting the Import... menu item
* TableDumpavenjamin2008-12-051-21/+9
| | | | | | | | | | | | | | | --- Field mapping when importing CSV file now makes more sense. You can import data into multiple columns in the table. Known Issue: changing table while field mapping doesn't work. Select the table first before importing TableContent --- Partially solves issue where label at bottom "x of y rows selected" wasn't being updated TablesList --- Moved table delegate methods under correct pragma mark
* Hid the Print and Page Preview Menu Items until they have a valid ↵mltownsend2008-12-051-16/+121
| | | | implementation.
* Fixed a bug allowing us to now enable the TABLE INFORMATION paneavenjamin2008-12-021-12/+13
|
* Added new table content filter button as a fix for issue #105. Filter is now ↵stuconnolly2008-12-021-89/+191
| | | | only applied on enter rather than when the filter string is changed which caused major performance problems on large tables.
* Updated "Current Developers" list in creditsavenjamin2008-12-021-0/+7
|
* Fixed various Keychain issues regarding already existing passwords by ↵stuconnolly2008-12-021-58/+497
| | | | checking if an item of the same name and account already exists. This revision also fixes issue #94 by removing the Keychain password first and then the favourite from the array controller.
* Added shortcut key for "Show Console"mltownsend2008-11-261-3/+4
|
* Fix for Issue 88. NSArrayControllor was trying to bind to multiple values ↵mltownsend2008-11-241-23/+24
| | | | when there is only one value being shown.
* Issue 34 Fix. Plus fixes for some warnings.mltownsend2008-11-211-1/+16
|
* Commiting some changes related to field mapping for csv importing.avenjamin2008-11-191-24/+14
|
* Fix outdated references to old version name - fixes my Sparkle instance ↵rowanbeentje2008-11-171-0/+0
| | | | | | | always thinking I'm on 0.5 and offering me the update. I removed instanced which were the same as the root Info.plist for inheritance. we should probably consider setting up build variables for the version number and the build number, so localised versions can very easily include those in copyright strings.
* Embedded content of DBView window into a TabView in preparation of moving ↵avenjamin2008-11-171-4775/+6026
| | | | connectSheet contents into the DBView window. TabView is current tabless with 2 tabs. Main content is in 2nd tab with connectionSheet content in 1st tab.
* Expanded area of console text view.avenjamin2008-11-171-8/+12
|
* Part 1 of new import system.avenjamin2008-11-152-2653/+3138
|
* Some initial setup for new import systemavenjamin2008-11-151-107/+16
|
* New XCode projectmltownsend2008-11-102-6/+5
|
* Fix for Issue 66mltownsend2008-11-042-40/+50
|
* Fixed Redraw bug. Issue: #37 and #59avenjamin2008-10-021-6/+6
| | | | Updated Info.plist
* Fixed Table Refresh. Issue #57.avenjamin2008-09-281-7/+15
| | | | | Table Refresh button wasn't linked to anything. Hence the supposed error.
* Fixed redraw issue in "Browse" mode. Issue #37avenjamin2008-09-281-37/+37
| | | | Previously in certain situations the header bar of the table view would not redraw - leaving a blank bar. Issue appeared to be related to "loading" spinner overlapping the table view.
* Cleaned up FIle menu. Issue #36avenjamin2008-09-281-167/+268
|
* #41 added Hide/Show Toolbar and Customize Toolbar menu itemsabhibeckert2008-09-231-2040/+1000
|
* #52 table structure view now has proper titlecase columns and all columns ↵abhibeckert2008-09-231-15/+15
| | | | are now left aligned
* Added "Add Database..." to Chose Database popup button.avenjamin2008-09-161-14/+82
|
* remove connect sheet "add to favourites" check box. change first responder ↵abhibeckert2008-09-121-6350/+3139
| | | | of db view
* Fixed a formatting issue in Credits.rtf fileavenjamin2008-09-101-13/+24
|
* Made the Tables list split view save its width. Issue #42avenjamin2008-09-071-3654/+3679
| | | | Autosaved as DBViewSplitter
* Removed focus ring from Favourties Table in Connection sheetavenjamin2008-09-071-3159/+3159
| | | | | Turned on alternating rows Turned off allow multiple selection
* Changed Add and Remove Buttons to show standard plus and minus images ↵avenjamin2008-09-071-3165/+6326
| | | | instead of text.
* implemneted favourite remove button in connect panelabhibeckert2008-09-061-82/+36
| | | | | | | switched from NSArray to NSMutableArray for favourite storage now using KVO to be notified when to save favourites to NSUserDefaults no-longer block the user from having two favourites with identical data
* added 'addto favourites' button to connect sheet. stubbed out remove from ↵abhibeckert2008-09-061-93/+274
| | | | favourites button.'
* can now rename favourites in the connect panelabhibeckert2008-09-061-6119/+3041
|
* • Added localisation for TABLES and TABLE INFORMATIONavenjamin2008-08-301-0/+0
| | | | • Issue 35 - marked fixed
* • Fixed Creditsavenjamin2008-08-303-6910/+7880
| | | | | | | | • Added grabber images • Removed small icon of table and replaced with new one • Added "Checksum Table" to MainMenu • Added extra splitter grab handles • Few other bits cleaned up
* #1 - Add Software Update checkingmattlangtree2008-08-301-2034/+1208
| | | | | | - Added Sparkle.Framework to Project. - Added SUFeedURL key in Info.plist (set to http://sequelpro.com/appcast/app-releases.xml) - Updated "Check for Updates..." menu item in MainMenu.xib to now point to SparkleFramework updater
* add ben to credits and update version numberabhibeckert2008-08-061-3/+3
|
* Added Toggle Console and Clear Console to MainMenuavenjamin2008-07-151-1742/+1825
|
* update creditsabhibeckert2008-05-071-4/+8
|
* Changed the tables list, custom cell to handle image+text+indentation, added ↵avenjamin2008-05-073-7720/+8027
| | | | table information (commented out until bug resolved)
* move sql favorites/history to below the text box instead of above itabhibeckert2008-05-031-3570/+3578
|
* change scroll bars to large and improve focus ring behaviorabhibeckert2008-05-031-3341/+3359
|
* double clicking a favorite in the connect sheet will now connect to itabhibeckert2008-05-031-3327/+3339
| | | | | default name for new favorites has been changed to 'database user@host' to make 'type-ahead' more effective in the connect sheet when selecting a favorite
* fix tab order in connect sheetabhibeckert2008-05-031-3989/+3994
|
* database select toolbar item is now the same width as the left splitabhibeckert2008-05-022-3883/+3747
| | | | | fixed some bugs with the database select toolbar item when customizing the toolbar