aboutsummaryrefslogtreecommitdiffstats
path: root/English.lproj/MainMenu.xib
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Hid the Print and Page Preview Menu Items until they have a valid ↵mltownsend2008-12-051-16/+121
| | | | implementation.
* Added shortcut key for "Show Console"mltownsend2008-11-261-3/+4
|
* Part 1 of new import system.avenjamin2008-11-151-5/+25
|
* Some initial setup for new import systemavenjamin2008-11-151-107/+16
|
* Fix for Issue 66mltownsend2008-11-041-15/+15
|
* Cleaned up FIle menu. Issue #36avenjamin2008-09-281-167/+268
|
* #41 added Hide/Show Toolbar and Customize Toolbar menu itemsabhibeckert2008-09-231-2040/+1000
|
* • Fixed Creditsavenjamin2008-08-301-1368/+2205
| | | | | | | | • 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
* Added Toggle Console and Clear Console to MainMenuavenjamin2008-07-151-1742/+1825
|
* Changed the tables list, custom cell to handle image+text+indentation, added ↵avenjamin2008-05-071-1727/+1760
| | | | table information (commented out until bug resolved)
* move flush privileges toolbar icon into database menuabhibeckert2008-05-021-1725/+1757
|
* issue 16 - move show server variables toolbar item into database menuabhibeckert2008-05-021-1441/+1491
|
* added 'copy table syntax' menu itemabhibeckert2008-05-021-1844/+1877
| | | | | fixed copy button on show table syntax window
* foobaravenjamin2008-04-301-2021/+2381
|
* move over to xib files for svn friendlynessabhibeckert2008-04-231-0/+7712