Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split out connection controller initialization. | stuconnolly | 2012-01-22 | 1 | -16562/+15647 |
| | |||||
* | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 5 | -13754/+22811 |
| | |||||
* | Add the ability to export favorites. | stuconnolly | 2011-06-12 | 1 | -18/+95 |
| | |||||
* | Bring outline view branch up to date with trunk (r3279:r3306). | stuconnolly | 2011-05-14 | 4 | -157/+608 |
| | |||||
* | Bring outline view branch up to date with trunk (r3246:r3264). | stuconnolly | 2011-04-03 | 1 | -86/+64 |
| | |||||
* | Remove sub-menus from default favorite popup button. | stuconnolly | 2011-03-19 | 1 | -102/+81 |
| | |||||
* | Bring outline view branch up to date with trunk (r3235:r3245), which should ↵ | stuconnolly | 2011-03-19 | 3 | -22/+44 |
| | | | | resolve all warnings. | ||||
* | Bind the default favorites drop down menu pref to the new favorites data ↵ | stuconnolly | 2011-03-17 | 1 | -86/+42 |
| | | | | file, with sub-menus representing groups (still a bit buggy). | ||||
* | Bring outline view branch up to date with trunk (r3227:r3233). | stuconnolly | 2011-03-08 | 7 | -1211/+1080 |
| | |||||
* | Add support for auto saving expanded items. | stuconnolly | 2011-03-05 | 1 | -5/+13 |
| | |||||
* | Bring outline view branch up to date with trunk (r3188:r3201). | stuconnolly | 2011-02-20 | 1 | -884/+124 |
| | |||||
* | Bring outline view branch up to date with trunk (r3179:r3187). | stuconnolly | 2011-02-07 | 1 | -8/+52 |
| | |||||
* | Bring outline view branch up to date with trunk (r3165:r3177). | stuconnolly | 2011-02-01 | 1 | -43/+201 |
| | |||||
* | Bring outline view branch up to date with trunk (r3056:r3162). | stuconnolly | 2011-01-27 | 11 | -1202/+3478 |
|\ | |||||
| * | • bound short-cut ⌥⎋ to display the context menu of the first ↵ | Bibiko | 2011-01-26 | 2 | -19/+19 |
| | | | | | | | | responder if responder is embedded in a SPWindow | ||||
| * | - Change shortcut for "Duplicate Connection Tab" to alt-T for increased ↵ | rowanbeentje | 2011-01-23 | 2 | -25/+89 |
| | | | | | | | | | | | | | | | | discoverability - this improves on Issue #943 - Add alternate keybindings for tab switching - support command-shift-[ and -], and command-alt-left and right arrows to match behaviour of other applications - Update localisable strings | ||||
| * | - Manually restore autosave value for bundle editor splitview width, as ↵ | rowanbeentje | 2011-01-22 | 1 | -53/+456 |
| | | | | | | | | | | | | | | this doesn't appear to be restored automatically - Remove unused delegate methods | ||||
| * | • made Editor pref's Soft indent independent from Auto Indent | Bibiko | 2011-01-21 | 1 | -63/+8 |
| | | |||||
| * | • implemented user-definable Soft Indention | Bibiko | 2011-01-21 | 1 | -34/+329 |
| | | | | | | | | | | - instead of using \t as indention string the user can choose how many spaces should be used instead - addresses issue 956 | ||||
| * | • show activity pane for running Bundle process automatically if the ↵ | Bibiko | 2011-01-20 | 1 | -2/+863 |
| | | | | | | | | process runs longer than 1 sec and hide it if no process runs anymore to inform the user better | ||||
| * | - When saving user changes to the database, catch errors and display them ↵ | rowanbeentje | 2011-01-20 | 1 | -15/+530 |
| | | | | | | | | | | | | | | | | in a single sheet for review. This fixes a number of isGroupRow crashes on any error. - Track a host row's original host to allow host edits - Update localisable strings | ||||
| * | • bound showFilterTable to main menu's Edit > Find > Find… menu item | Bibiko | 2011-01-19 | 1 | -92/+34 |
| | | |||||
| * | • tried to fix in BundleEditor to auto-save the splitview settings in ↵ | Bibiko | 2011-01-17 | 1 | -152/+175 |
| | | | | | | | | prefs (but up to now no success - help is needed) | ||||
| * | * Little translation GUI QA - still many bugs in ExportView | dmoagx | 2011-01-16 | 4 | -288/+373 |
| | | |||||
| * | - Add a tooltip, including the keyboard shortcut, to the databases dropdown | rowanbeentje | 2011-01-13 | 1 | -12/+16 |
| | | |||||
| * | Tidy up main menu. | stuconnolly | 2011-01-11 | 1 | -80/+340 |
| | | |||||
| * | - Tweak alignments of master views to fix 1px clipping of top on structure ↵ | rowanbeentje | 2011-01-10 | 1 | -98/+201 |
| | | | | | | | | and cstom query views, and to improve aligments across views | ||||
| * | • enlarged "Reset AUTO_INC" sheet for localization | Bibiko | 2011-01-07 | 1 | -49/+56 |
| | | |||||
| * | • enlarged lable field "Key Equivalent" for localization | Bibiko | 2011-01-07 | 1 | -16/+4 |
| | | |||||
| * | • enabled Bundle main menu | Bibiko | 2011-01-05 | 1 | -2/+9 |
| | | | | | | | | • improved rendering of line number display in Query Editor and Bundle command text view after scrolling to avoid displaying them unreadable | ||||
| * | - Rework the Add Index indexes menu and the auto_increment index required ↵ | rowanbeentje | 2011-01-04 | 2 | -133/+270 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | menu to use tag-based values when generating queries, allowing localisation of menu contents without using those localised values in queries. This addresses I$ - Remove the ability to specify a FULLTEXT auto_increment index, as I believe this isn't possible. - Prevent sheet reuse from specifying invalid storage types for PRIMARY KEYs - Fix exceptions when adding indexes to a table where every field is already indexed - Fix initialField/indexedFieldNames check to improve on r3061 - Fix toggling advanced index view after closing the sheet with the view open - Update localisable strings | ||||
* | | Fix and enable drag and drop in the connection favorites outline view. | stuconnolly | 2011-01-26 | 1 | -5/+4 |
| | | |||||
* | | Bring fravorites outline view branch up to date with trunk (r3036:3058). | stuconnolly | 2010-12-28 | 3 | -3420/+3985 |
|\| | |||||
| * | • implemented undeletion of default Bundles | Bibiko | 2010-12-22 | 1 | -6/+479 |
| | | | | | | | | • made usage of constants | ||||
| * | - Fix split view overlap on the custom query view cuasing lines on ↵ | rowanbeentje | 2010-12-21 | 2 | -378/+384 |
| | | | | | | | | | | | | | | | | | | | | scrolling/resize; this addresses Issue #929 - Fix split view overlap on the tables list/info pane causing lines on scrolling/resize; this addresses Issue #740 - Add custom resize behaviour for the table content splitview, addressing Issue #543 - Make button bars at the bottom of the window a consistent height - Fix bug with new splitview setup causing tables pane to become narrower with each launch | ||||
| * | Address Issue #857: | rowanbeentje | 2010-12-20 | 2 | -3249/+2966 |
| | | | | | | | | | | | | | | | | - Replace master connection and database view split views with full BWSplitViews so controls appear in Interface Builder; use those settings to apply which panes resize, and any max/min constraints - Remove split view delegate code which is no longer necessary after these changes - Fix a bug marking the master database view split view thumb as applying to all DatabaseDocument splits views, fixing cursor issues - Update Connection Controller/BWToolkit split view delegate setup to fix resizing issues | ||||
* | | Bring outline view branch up to date with trunk (r3018:3028). | stuconnolly | 2010-12-14 | 2 | -31/+30 |
|\| | |||||
| * | • fixed GUI problem for line numbering in Query Editor | Bibiko | 2010-12-14 | 2 | -31/+30 |
| | | | | | | | | | | | | • improved Bundle command script editor • sped up a bit the NoodleLineNumbering by pre-calculation of constants used in a loop • fixed issue to detect the scope Query Editor better and safer for Bundle commands | ||||
* | | Use connection favorite constants. | stuconnolly | 2010-12-13 | 1 | -28/+1 |
| | | |||||
* | | Bring outline view branch up to date with trunk (r3007:3010). | stuconnolly | 2010-12-12 | 1 | -237/+841 |
|\| | |||||
| * | * Fix a minor typo (reported by Sérgio Miranda) and update .strings | dmoagx | 2010-12-12 | 1 | -237/+841 |
| | | |||||
* | | Bring outlineview branch up to date with trunk (r2989:3005). | stuconnolly | 2010-12-11 | 1 | -8/+17 |
|\| | |||||
| * | • Bundle Editor: removed unnecessary tooltip; replace menu item title ↵ | Bibiko | 2010-12-08 | 1 | -8/+17 |
| | | | | | | | | | | | | 'Save' by 'Export' • improved check whether a doc window has a connection or not for running a Bundle command | ||||
* | | Hide the import and export connection favorite menu items until they are ↵ | stuconnolly | 2010-12-08 | 1 | -2/+8 |
| | | | | | | | | actually implemented. | ||||
* | | Bring outline view branch up to date with trunk (r2976:2988). | stuconnolly | 2010-12-08 | 1 | -64/+18 |
|\| | |||||
| * | • Bundle commands | Bibiko | 2010-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - reworked invocation via keyboard short-cut to allow to fall back to General scope - added chance to redirect the output action via command exit codes; useful if the normal output is an HTML window but an error occurred, now one can display the error as tooltip for instance - unified file hand-shake file names by one uuid - made usage of more constants and renamed some shell vars | ||||
| * | • re-init the Bundle tree after not saving (close) the Bundle Editor ↵ | Bibiko | 2010-12-07 | 1 | -63/+17 |
| | | | | | | | | window in order to remove all not stored data | ||||
* | | When either more than one favorite or a favorite group is selected in the ↵ | stuconnolly | 2010-12-06 | 1 | -2/+17 |
| | | | | | | | | connection view, hide the connection details form. | ||||
* | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 2 | -6698/+791 |
|/ | |||||
* | Apply a tweaked version of a patch by Aaron Linville ↵ | rowanbeentje | 2010-12-05 | 1 | -30/+170 |
| | | | | | | | | | | (http://www.linville.org/) to handle table linking in .dot exports on case-insensitive servers: - Adds a new checkbox on the .dot export interface controlling the case sensitivty of link handling - Improve .dot export to use lowercase link references when the option is enabled, fixing .dot exports of table relations of table names with uppercase characters on case-insensitive servers - Check the server's case-sensitivity setting and use that to control the checkbox when using the export interface to select .dot export This addresses Issue #920. |