Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump. | con | 2009-10-02 | 1 | -4/+4 |
| | |||||
* | Version bump. | con | 2009-09-10 | 1 | -4/+4 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 19 | -19/+19 |
| | |||||
* | API naming. | con | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | cpaster: compile fix for namespaced qt plus code cosmetics | hjk | 2009-08-10 | 7 | -39/+49 |
| | | | | QListWidget forward declaration was not namespaced. | ||||
* | Fixed warnings about removing null-objects from Plugin-Manager. | Friedemann Kleint | 2009-07-31 | 1 | -9/+2 |
| | |||||
* | Pimpin' the UI a bit. | Erik Verbruggen | 2009-07-31 | 2 | -3/+13 |
| | |||||
* | fix crash | Maurice Kalinowski | 2009-07-31 | 1 | -1/+1 |
| | | | | check for errorstring of the correct variable | ||||
* | add pastebin.ca support for codepaster | Maurice Kalinowski | 2009-07-31 | 4 | -2/+173 |
| | | | | | - cannot list and does not need any preferences, as there is only one server | ||||
* | ensure editor is visible | Maurice Kalinowski | 2009-07-31 | 1 | -1/+3 |
| | | | | | after fetching a codesnippet, we should switch to edit mode and open the editor | ||||
* | move editor creation to plugin | Maurice Kalinowski | 2009-07-31 | 5 | -12/+41 |
| | | | | | | each protocol needed to create the editor on their own. Instead emit fetchDone and let the plugin instantiate it for every protocol | ||||
* | refactor and add support for pastebin.com | Maurice Kalinowski | 2009-07-27 | 21 | -216/+1601 |
| | | | | | | | | | | | | - created protocol class as basis for different paste servers - removed custom classes and replaced functionality with simple QHttp* usage - removed poster and fetcher classes copied from cpaster application. It not getting updated anyways in creator - Known issue: Listing does not update, when user changes protocol - TODO: add pastebin.ca support. Code is done already, just needs to be placed inside plugin. | ||||
* | Removing some unused semicolons after Q_UNUSED | Alessandro Portale | 2009-07-13 | 1 | -2/+2 |
| | | | | There were both variants, with and without extra semicolon. | ||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 4 | -8/+8 |
| | | | | Reviewed-by: Trust Me | ||||
* | Version bump also in master. | con | 2009-06-04 | 1 | -4/+4 |
| | |||||
* | ifdef Q_?S_* cleanup | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+2 |
| | | | | | | - clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs | ||||
* | Version bump. | con | 2009-06-02 | 1 | -4/+4 |
| | |||||
* | Polishing Settings Ui: | Alessandro Portale | 2009-05-18 | 1 | -64/+53 |
| | | | | Putting CPaster settings into a GroupBox | ||||
* | Merge commit 'enrico/master' | Oswald Buddenhagen | 2009-05-12 | 2 | -6/+0 |
|\ | |||||
| * | Remove unneeded strings from translation. | Enrico Ros | 2009-05-11 | 2 | -6/+0 |
| | | |||||
* | | Fixed two dialogs to use the main window as parent | Thorbjørn Lindeijer | 2009-05-12 | 1 | -1/+1 |
|/ | | | | | Setting a parent makes sure the dialog is correctly centered and shares the taskbar entry. | ||||
* | Rename qworkbenchplugin.pri to qtcreatorplugin.pri | Alessandro Portale | 2009-05-08 | 1 | -1/+1 |
| | |||||
* | add missing tr()s, etc., add some //: comments | Oswald Buddenhagen | 2009-04-20 | 1 | -5/+5 |
| | |||||
* | Version bump. | con | 2009-04-08 | 1 | -4/+4 |
| | |||||
* | Version bump. | con | 2009-04-08 | 1 | -4/+4 |
| | |||||
* | Fixes: Introduce a cpp settingspage containing file naming conventions ↵ | Friedemann Kleint | 2009-03-18 | 2 | -4/+10 |
| | | | | | | | | | (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings. | ||||
* | Fixes: - Don't use multiple key shortcuts on Mac | con | 2009-03-05 | 1 | -0/+4 |
| | | | | | | Task: - 244529 Details: - It just doesn't work in Mac menus (at least not with Qt, but I suspect it's some Mac thingy), so just don't do it. | ||||
* | Fixes: Bump Creator version after release | Daniel Molkentin | 2009-03-04 | 1 | -4/+4 |
| | | | | | | Task: - RevBy: Thorbjorn AutoTest: - | ||||
* | Fixes: simplify ProjectExplorerPlugin::instance() access | hjk | 2009-03-04 | 2 | -5/+0 |
| | |||||
* | Fixes: - New license, new website.v1.0.0 | con | 2009-02-27 | 1 | -2/+16 |
| | |||||
* | Fixes: change license headers to LGPL | hjk | 2009-02-25 | 4 | -84/+68 |
| | |||||
* | Fixes: - Updated version number | con | 2009-02-24 | 1 | -4/+4 |
| | |||||
* | Fixes: rename some commands to get something like a 'naming scheme' | hjk | 2009-02-20 | 1 | -4/+4 |
| | | | | | in place RevBy: con | ||||
* | Fixes: cpaster plugin options | lowinu | 2009-02-13 | 2 | -3/+5 |
| | | | | | RevBy: andre Details: - the settings have not been taken into respect so far. | ||||
* | Fixes: cpaster: fix potential double deletion test | hjk | 2009-02-04 | 1 | -2/+7 |
| | | | | | | Task: 180315 RevBy: Details: | ||||
* | Fixes: cpaster: make complete urls also acceptable. | hjk | 2009-02-04 | 2 | -3/+15 |
| | | | | Details: also accept trailing slashes | ||||
* | Fixes: - Copyright date | con | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | Avoid going through ICore when it's not necessary | Thorbjørn Lindeijer | 2009-01-21 | 1 | -5/+3 |
| | | | | | Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them. | ||||
* | replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵ | hjk | 2009-01-20 | 2 | -18/+10 |
| | | | | by Core::ICore::instance() | ||||
* | Remove #include <extensionsystem/pluginmanager.h> from icore.h, a | hjk | 2009-01-19 | 1 | -1/+2 |
| | | | | forward declaration is sufficient. | ||||
* | remove ProjectExplorerInterface and ExtensionSystemInterfaces files | hjk | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Fixes: - ICommand --> Command | con | 2009-01-14 | 1 | -1/+1 |
| | | | | Details: - Naming convention | ||||
* | Fixes: - IActionContainer --> ActionContainer | con | 2009-01-14 | 1 | -2/+2 |
| | | | | Details: - Conform to naming convention | ||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 4 | -4/+4 |
| | |||||
* | Modified IOptionsPage interface for Apply button | Thorbjørn Lindeijer | 2009-01-13 | 2 | -5/+3 |
| | | | | | | | | | | | The previous interface wasn't sufficient to properly support the Apply button, since it didn't separate applying the changes from the cleanup phase. Designer settings pages still need some fixing. Fixes Apply button causing problems for certain plugins, for example the QuickOpen. | ||||
* | Fixes: - Rename ActionManagerInterface --> ActionManager | con | 2009-01-13 | 1 | -2/+2 |
| | | | | Details: - To make it conform to naming convention. | ||||
* | Bump version from 0.9.1 to 0.9.2 | goro | 2008-12-18 | 1 | -4/+4 |
| | |||||
* | Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline ↵ | dt | 2008-12-16 | 4 | -4/+4 |
|\ | | | | | | | into 0.9.1-beta | ||||
| * | chancge Nokia GPL exception version from 1.2 to 1.3 | hjk | 2008-12-16 | 4 | -4/+4 |
| | |