| Commit message (Expand) | Author | Age | Files | Lines |
* | SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread... | sqlprodev | 2011-04-14 | 1 | -1/+1 |
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -7/+47 |
* | * Fix two untranslatable strings #1006 | dmoagx | 2011-03-20 | 1 | -1/+1 |
* | Fix more compiler warnings. | stuconnolly | 2011-03-14 | 1 | -1/+1 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -3/+3 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+0 |
* | Fix a typo that caused an exception when opening the console. | stuconnolly | 2010-10-20 | 1 | -1/+1 |
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -11/+11 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | Implement threading locking when modifying the query console/controller's log... | stuconnolly | 2010-09-26 | 1 | -0/+11 |
* | • reverted to rev 2630 which removed an 'unnecessary' [table reloadData]; ... | Bibiko | 2010-09-21 | 1 | -0/+1 |
* | • SPTableContent | Bibiko | 2010-09-20 | 1 | -108/+147 |
* | • SPTableStructure's source table saves its column widths | Bibiko | 2010-09-10 | 1 | -1/+0 |
* | • overall replacement of: | Bibiko | 2010-08-20 | 1 | -27/+16 |
* | Rename CustomQuery as SPCustomQuery. | stuconnolly | 2010-07-06 | 1 | -1/+1 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -2/+2 |
* | Review usage of notifications, afterDelay: and waitUntilDone:NO calls: | rowanbeentje | 2010-04-12 | 1 | -0/+1 |
* | Don't append a semi-colon to console messages that are errors. | stuconnolly | 2010-04-04 | 1 | -1/+8 |
* | Localize 'Save As...' button titles on console and process list windows. | stuconnolly | 2010-03-25 | 1 | -2/+2 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -12/+4 |
* | • fixed "Clear global history" really removes the global history list in t... | Bibiko | 2010-03-18 | 1 | -0/+4 |
* | Modify our current implementation of all singleton instances to be inline wit... | stuconnolly | 2010-03-16 | 1 | -8/+2 |
* | • outsourced keyword completion and function completion lists to Completion... | Bibiko | 2010-03-08 | 1 | -1/+66 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 1 | -1/+1 |
* | • fixed threading issue if user performs query in Custom Query all the time... | Bibiko | 2010-02-18 | 1 | -1/+1 |
* | • improved text macro snippet behaviour | Bibiko | 2010-02-13 | 1 | -1/+2 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -1/+1 |
* | • fixed synchronisation of history lists if more than one instance of the s... | Bibiko | 2010-02-05 | 1 | -0/+6 |
* | • refactored the entire history logic in Custom Query | Bibiko | 2010-02-05 | 1 | -0/+26 |
* | • added possibility to add a query favorite by user-definable alphanumeric ... | Bibiko | 2010-01-24 | 1 | -1/+3 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -6/+6 |
* | Convert a bunch of #define'd constants to extern's, including preference tool... | stuconnolly | 2009-12-11 | 1 | -1/+1 |
* | - Fix display of the bottom row in the query console by reloading table data... | rowanbeentje | 2009-12-02 | 1 | -3/+7 |
* | When viewing the information_schema database, disable all controls on the tab... | stuconnolly | 2009-11-15 | 1 | -1/+0 |
* | Updates to the 'use monospaced font' preference, making it a lot more consist... | stuconnolly | 2009-11-14 | 1 | -1/+20 |
* | Bunch of improvements to the query console, including: | stuconnolly | 2009-11-14 | 1 | -103/+144 |
* | Validate the the 'Clear Console' menu item in TableDocument in addition to SP... | stuconnolly | 2009-11-10 | 1 | -0/+1 |
* | - Fix a crash when opening .spfs caused by an autorelease - revert to manual... | rowanbeentje | 2009-11-01 | 1 | -0/+1 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -21/+21 |
* | - Improve on r1423 by avoiding stringWithFormat: within the query constructi... | rowanbeentje | 2009-10-16 | 1 | -1/+8 |
* | • fixed issue while copying a very large number queries from the Console Lo... | Bibiko | 2009-10-15 | 1 | -3/+7 |
* | • added the chance to set "allowConsoleUpdate" | Bibiko | 2009-10-15 | 1 | -17/+19 |
* | • first implementation of a Content Filter Editor | Bibiko | 2009-10-01 | 1 | -0/+40 |
* | • removed leaks in QueryFavoriteManager | Bibiko | 2009-09-07 | 1 | -0/+21 |
* | • updated SPQueryFavoriteManager to mange document-based and global query f... | Bibiko | 2009-09-07 | 1 | -0/+11 |
* | • first steps to support global/document-based query favorites | Bibiko | 2009-09-04 | 1 | -5/+6 |
* | • implementation of a new history controller | Bibiko | 2009-09-04 | 1 | -77/+166 |
* | Table row should be a signed integer not unsigned, fixes duplicate method def... | stuconnolly | 2009-09-03 | 1 | -1/+1 |
* | Replace deprecated stringWithCString:length: and update Console.xib after SPQ... | stuconnolly | 2009-09-03 | 1 | -0/+5 |
* | • renamed SPQueryConsole to SPQueryController since it controls not only th... | Bibiko | 2009-09-03 | 1 | -0/+632 |