Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move table content filter logic to it's own file. | stuconnolly | 2012-08-15 | 1 | -0/+6 |
| | |||||
* | - Remove BWToolKit from the project, using ibtool to strip out plugin ↵ | rowanbeentje | 2012-08-03 | 1 | -6/+0 |
| | | | | dependencies now that all BW custom elements have been removed; remove last references and build steps. | ||||
* | - Remove all BWToolKit elements from the Preferences and ↵ | rowanbeentje | 2012-08-02 | 1 | -0/+6 |
| | | | | | | | ProgressIndicatorLayer nibs, replacing with standard equivalents - and a new BGHUDButtonCell in the case of the indicator layer button - Add a new BGHUDButtonCell class, a BSD-licensed class from Tim Davis @ BinaryMethod.com ( https://github.com/binarygod/BGHUDAppKit ). This is a slightly modified version, hardcoding in values from BGHudGeometry, BGThemeManager, BGGradientTheme, and BGTheme. | ||||
* | - Remove all BWToolKit elements from the ExportDialog, ↵ | rowanbeentje | 2012-08-02 | 1 | -0/+8 |
| | | | | DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents | ||||
* | Remove old build MySQL client lib script. | stuconnolly | 2012-08-01 | 1 | -2/+0 |
| | |||||
* | - Remove all BWToolKit elements in the connection view, replacing with ↵ | rowanbeentje | 2012-08-01 | 1 | -0/+4 |
| | | | | | | | | | standard equivalents and SPSplitView - Replace the "Add" action menu on the connection view with two buttons for easier use and to avoid having to set up more popup buttons - Improve SPSplitView's handling of delegates set through code - Update localisable strings | ||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -6/+22 |
| | |||||
* | - Replace the main split view in the main view with a SPSplitView, ↵ | rowanbeentje | 2012-07-24 | 1 | -0/+8 |
| | | | | | | | | | | replacing the anchored button bar and buttons with normal equivalents. - Make the main split view collapsbile to avoid resize issues with the filter box - Fix problems with additional drag handles in SPSplitView when one of the views was using flipped coordinates - Fix problems with manually dragged uncollapses in SPSplitView - Fix problems instantiating SPSplitView instances on 10.5 (with thanks to schlabberdog) | ||||
* | - Add a new SPSplitView class, intended to replace all BWSplitViews and so ↵ | rowanbeentje | 2012-07-23 | 1 | -0/+12 |
| | | | | | | | | allow us to remove BWToolKit. Supports constraints and animated collapsible subviews configured in code, fixes crashes and exceptions if a window is closed while animations are taking place or scheduled to take place. - Replace the two vertical splitters in the table list (the filter splitter, and the table info splitter) with SPSplitView implementations as a test - Add a helper method in the new SPDateAdditions | ||||
* | Add a new SPAppController SPWindowManagement. | stuconnolly | 2012-07-07 | 1 | -0/+6 |
| | |||||
* | Move the table structure's loading logic into it's own category. | stuconnolly | 2012-07-04 | 1 | -0/+6 |
| | |||||
* | Remove ancient help docs that we're never going to use. | stuconnolly | 2012-06-26 | 1 | -58/+0 |
| | |||||
* | Remove test script. | stuconnolly | 2012-05-09 | 1 | -3/+1 |
| | |||||
* | Fix Russian localisation files not having the correct encoding. | stuconnolly | 2012-05-09 | 1 | -28/+28 |
| | |||||
* | Rename test files. | stuconnolly | 2012-05-08 | 1 | -12/+12 |
| | |||||
* | UUID string test. | stuconnolly | 2012-05-07 | 1 | -0/+4 |
| | |||||
* | Fix test build. | stuconnolly | 2012-05-07 | 1 | -24/+4 |
| | |||||
* | - Fix Release and Distribution framework search paths to no longer depend ↵ | rowanbeentje | 2012-05-07 | 1 | -4/+4 |
| | | | | on Debug builds | ||||
* | Move the BASH command code from the string additions category to remove the ↵ | stuconnolly | 2012-05-07 | 1 | -0/+8 |
| | | | | dependency on SP specific code and all the tests to build successfully. | ||||
* | Test config. | stuconnolly | 2012-05-05 | 1 | -22/+5 |
| | |||||
* | Tidy up database action tests. | stuconnolly | 2012-05-04 | 1 | -5/+5 |
| | |||||
* | Rename database action class. | stuconnolly | 2012-05-04 | 1 | -6/+6 |
| | |||||
* | Add initial support of moving views when renaming a database. Currently not ↵ | stuconnolly | 2012-05-04 | 1 | -16/+8 |
| | | | | hooked up yet. Part of issue #1235. | ||||
* | Merge outline view branch into trunk. | stuconnolly | 2012-05-02 | 1 | -10/+86 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for managing and grouping favorites into folders in the connection view and removes the associated favorites management from the preferences window. NOTE: On first launch your connection favorites will be migrated from Sequel Pro's preference file to a new file in ~/Application Support/Sequel Pro/Data. Your old favorites will remain in the preference file until removed in a future version. Outstanding known issues: - Removing a group node with no child favorites presents a warning about also removing the non-existent favorites. - Starting the application with no favorites, creating a group node then selecting, hides the connection details input. Doesn't support emoty selection. - Setting the name of a connection, adding it to the favorites and then swicthing to a different connection type, screws with the favorite name. - The preservation between launches of whether group nodes are collapsed or not is currently not supported. | ||||
| * | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 1 | -39/+84 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3518:r3520). | stuconnolly | 2012-03-18 | 1 | -0/+6 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 1 | -597/+711 |
| | | |||||
| * | Fix drag and drop of items that aren't selected. | stuconnolly | 2012-03-17 | 1 | -0/+2 |
| | | |||||
| * | Split out connection controller initialization. | stuconnolly | 2012-01-22 | 1 | -0/+6 |
| | | |||||
| * | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 1 | -4/+38 |
| | | |||||
| * | Work on importing favorites. | stuconnolly | 2011-08-01 | 1 | -0/+2 |
| | | |||||
| * | Add the ability to export favorites. | stuconnolly | 2011-06-12 | 1 | -1/+31 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3279:r3306). | stuconnolly | 2011-05-14 | 1 | -0/+6 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3246:r3264). | stuconnolly | 2011-04-03 | 1 | -11/+17 |
| | | |||||
| * | Remove references to deleted image. | stuconnolly | 2011-03-26 | 1 | -8/+0 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3203:r3224). | stuconnolly | 2011-03-07 | 1 | -18/+18 |
| | | |||||
| * | Add support for auto saving expanded items. | stuconnolly | 2011-03-05 | 1 | -0/+9 |
| | | |||||
| * | Fix favorites sorting. | stuconnolly | 2011-02-02 | 1 | -0/+12 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3165:r3177). | stuconnolly | 2011-02-01 | 1 | -0/+2 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3056:r3162). | stuconnolly | 2011-01-27 | 1 | -1/+11 |
| |\ | |||||
| * \ | Bring outlineview branch up to date with trunk (r2961:2966). | stuconnolly | 2010-12-05 | 1 | -6/+14 |
| |\ \ | |||||
| * | | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -19/+55 |
| | | | | |||||
* | | | | Add SPWindowControllerDelegate category. | stuconnolly | 2012-04-09 | 1 | -2/+16 |
| | | | | |||||
* | | | | Tidy up. | stuconnolly | 2012-04-01 | 1 | -27/+11 |
| | | | | |||||
* | | | | Improve the availability of the table name token on the custom export ↵ | stuconnolly | 2012-04-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filename selection. It's now no longer available during the following situations: - Exporting more than one table during an SQL export - Exporting more than one table during a CSV or XML, but only if the export to multiple files is not checked | ||||
* | | | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵ | rowanbeentje | 2012-03-27 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix nightly builds - Fix warnings | ||||
* | | | | - Tidy up user manager code. | stuconnolly | 2012-03-26 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | - Potential framework header build fix. | ||||
* | | | | - When exporting a query result or filtered table view make sure we're ↵ | stuconnolly | 2012-03-20 | 1 | -4/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | including the entire content of BLOBs, not just what we display. Fixes issue #1124. - Move SPTableContent's table view datasource and delegate methods to separate categories in order to reduce it's size. | ||||
* | | | | - Remove the Colloquy-derived, GPL -[NSData base64EncodingWithLineLength:] ↵ | rowanbeentje | 2012-03-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | method, and replace with an equivalent method derived from QSUtilities/PHP, which is MIT/BSD-alike licensed. New method is also at least ten times faster, up to much faster for long strings. | ||||
* | | | | - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ↵ | rowanbeentje | 2012-03-17 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | from the project, and replace with an MIT-licensed TCMPortMapper sources NSNotificationCenterThreadingAdditions category. This should fix method clashes in the SP_REFACTOR project, so remove behavioural/namespacing switches. |