aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Improve handling of the new favorites interface in preferences, simplifyin...rowanbeentje2009-07-063-255/+230
* - Fix favorites text fields resizing in prefs windowrowanbeentje2009-07-062-65/+52
* Fixed some BW leakbamse162009-07-061-2/+2
* Fixed some memory leaksbamse162009-07-061-8/+12
* Overhaul the connection screen:rowanbeentje2009-07-0610-5420/+7272
* small fix for add index sheet default behaviormtvee2009-07-021-1/+1
* Fix warnings caused by calls to validateMenuItem: being passed to NSObject by...stuconnolly2009-07-023-3/+3
* Restore the position of the buttons on the remove table and truncate table co...stuconnolly2009-07-021-4/+16
* Add contextual menus to the table content and table relations views. Complete...stuconnolly2009-07-023-9/+172
* Add contextual menus to table structure and table index views. Part of issue ...stuconnolly2009-07-022-61/+173
* Rename README file.stuconnolly2009-07-011-0/+0
* When displaying the add new table sheet use SPDatabaseData to get the availab...stuconnolly2009-07-013-13/+66
* Fixed the last use connection when you're reordering your connectionsbamse162009-06-301-5/+9
* Fixed some memory issues on BW frameworkbamse162009-06-301-0/+5
* - Make SSHQuestionDialog and printAccessory XIB's localizableavenjamin2009-06-294-61/+36
* - Correctly SQL export views with interdependencies on other views or tables...rowanbeentje2009-06-272-1/+79
* Improve custom query timing and display:rowanbeentje2009-06-275-17/+21
* - Added read me file with instructions for installing the BWToolkit Interface...avenjamin2009-06-271-0/+25
* • fixes for Create Syntax HUD window:Bibiko2009-06-262-26/+96
* • fixed issue for sorting the Custom Query table via clicking at the header...Bibiko2009-06-261-2/+4
* - Printing of backgrounds is now correctly separated from the WebKit prefere...rowanbeentje2009-06-253-3/+18
* - Revert r844, making background printing draw from the print accessory view...rowanbeentje2009-06-253-3/+5
* • some work on SPFieldEditorBibiko2009-06-252-6/+172
* • added SPFieldEditor classBibiko2009-06-253-1/+426
* - Fix issue with LHS action button would display its menu Small instead of Re...avenjamin2009-06-253-25/+38
* • trial to improve the Undo behaviour in the Custom Query editorBibiko2009-06-251-1/+3
* - Set an appropriate error message if the MySQL connection could not be esta...rowanbeentje2009-06-251-1/+5
* - Re-enabled "Strip Debug symbols during copy" for release and distribution b...avenjamin2009-06-251-3/+5
* - Make changes to the table structure flush the appropriate table data cachesrowanbeentje2009-06-244-8/+34
* - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp...rowanbeentje2009-06-242-0/+17
* Change the remove relation confirmation dialog to a sheet as opposed to a mod...stuconnolly2009-06-241-34/+48
* - Fix default values behaviour - previously, default values weren't being sa...rowanbeentje2009-06-241-15/+15
* • initial trial to make Custom Query's result table sortable by clicking at...Bibiko2009-06-242-11/+58
* Remove table column from relations table view as its redundant data.stuconnolly2009-06-242-60/+10
* - Changed the way the BWToolkit framework was included to allow modifications...avenjamin2009-06-24335-208/+30237
* • added separate Menu "Context Menu (Table List)" to DBView.xibBibiko2009-06-243-24/+528
* - Fix some warnings for setTitlebarStatus methodavenjamin2009-06-241-0/+1
* - Modified titlebar display of SSH statusavenjamin2009-06-244-650/+722
* • Custom Query fixes:Bibiko2009-06-242-61/+69
* - Interface cleanup of various sheets and windowsavenjamin2009-06-245-4421/+4265
* • changes in editSheet:Bibiko2009-06-243-12/+75
* Implement some of the points suggested in issue #309:stuconnolly2009-06-242-20/+23
* • tried to unify the displaying of error messages (mainly converted them in...Bibiko2009-06-243-12/+40
* - Initial fix to resolve issue where Release and Distribution builds would no...avenjamin2009-06-241-0/+5
* - Tweak to table relations to allow data refreshing to optionally clear the ...rowanbeentje2009-06-231-28/+37
* • added to SPDataAdditions:Bibiko2009-06-234-67/+48
* • fixed several problems for alerting an error sheet inside of a didEndSele...Bibiko2009-06-234-10/+46
* - Add BWToolkit Framework to allow for better control over some UI elementsavenjamin2009-06-23109-813/+2333
* • fixed issue while editing an field cell in Structure View select an other...Bibiko2009-06-231-28/+36
* • fixed issue for showing an error alert sheet inside of a endSheet selecto...Bibiko2009-06-232-6/+27