Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MERGED r262:266 from branches/stuart02 to trunk to include new project ↵ | stuconnolly | 2008-12-10 | 1 | -7511/+0 |
| | | | | structure. | ||||
* | Since the 'Page Setup' and 'Print' menu items are now hidden also hide the ↵ | stuconnolly | 2008-12-06 | 1 | -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 ↵ | rowanbeentje | 2008-12-06 | 1 | -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 ↵ | mltownsend | 2008-12-05 | 1 | -16/+121 |
| | | | | implementation. | ||||
* | Added shortcut key for "Show Console" | mltownsend | 2008-11-26 | 1 | -3/+4 |
| | |||||
* | Part 1 of new import system. | avenjamin | 2008-11-15 | 1 | -5/+25 |
| | |||||
* | Some initial setup for new import system | avenjamin | 2008-11-15 | 1 | -107/+16 |
| | |||||
* | Fix for Issue 66 | mltownsend | 2008-11-04 | 1 | -15/+15 |
| | |||||
* | Cleaned up FIle menu. Issue #36 | avenjamin | 2008-09-28 | 1 | -167/+268 |
| | |||||
* | #41 added Hide/Show Toolbar and Customize Toolbar menu items | abhibeckert | 2008-09-23 | 1 | -2040/+1000 |
| | |||||
* | • Fixed Credits | avenjamin | 2008-08-30 | 1 | -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 checking | mattlangtree | 2008-08-30 | 1 | -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 MainMenu | avenjamin | 2008-07-15 | 1 | -1742/+1825 |
| | |||||
* | Changed the tables list, custom cell to handle image+text+indentation, added ↵ | avenjamin | 2008-05-07 | 1 | -1727/+1760 |
| | | | | table information (commented out until bug resolved) | ||||
* | move flush privileges toolbar icon into database menu | abhibeckert | 2008-05-02 | 1 | -1725/+1757 |
| | |||||
* | issue 16 - move show server variables toolbar item into database menu | abhibeckert | 2008-05-02 | 1 | -1441/+1491 |
| | |||||
* | added 'copy table syntax' menu item | abhibeckert | 2008-05-02 | 1 | -1844/+1877 |
| | | | | | fixed copy button on show table syntax window | ||||
* | foobar | avenjamin | 2008-04-30 | 1 | -2021/+2381 |
| | |||||
* | move over to xib files for svn friendlyness | abhibeckert | 2008-04-23 | 1 | -0/+7712 |