aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster
Commit message (Expand)AuthorAgeFilesLines
* Version bump.con2009-11-251-4/+4
* Debugger/various plugins: Fix memory leaks.Friedemann Kleint2009-11-041-0/+1
* Version bump.con2009-10-291-4/+4
* Fix tr()/compiler warningsFriedemann Kleint2009-10-281-2/+2
* Fixed Ui_PasteBinComSettingsWidget memory leakThorbjørn Lindeijer2009-10-211-4/+4
* CodePaster: Warn about empty hostname field instead of failing silently.Daniel Molkentin2009-10-152-3/+30
* Prettify settings page for CodePaster service.Daniel Molkentin2009-10-151-0/+5
* Source USERNAME environment variable on Windows instead of USER.Daniel Molkentin2009-10-151-1/+6
* Rename Category: CodePaster -> Code Pasting.Daniel Molkentin2009-10-154-4/+4
* Enable multi key shortcuts on the Mac.con2009-10-091-4/+0
* Version bump.con2009-10-021-4/+4
* Version bump.con2009-09-101-4/+4
* long live the kinghjk2009-08-1419-19/+19
* API naming.con2009-08-121-1/+1
* cpaster: compile fix for namespaced qt plus code cosmeticshjk2009-08-107-39/+49
* Fixed warnings about removing null-objects from Plugin-Manager.Friedemann Kleint2009-07-311-9/+2
* Pimpin' the UI a bit.Erik Verbruggen2009-07-312-3/+13
* fix crashMaurice Kalinowski2009-07-311-1/+1
* add pastebin.ca support for codepasterMaurice Kalinowski2009-07-314-2/+173
* ensure editor is visibleMaurice Kalinowski2009-07-311-1/+3
* move editor creation to pluginMaurice Kalinowski2009-07-315-12/+41
* refactor and add support for pastebin.comMaurice Kalinowski2009-07-2721-216/+1601
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-2/+2
* Update license headers and sales contact details.Jason McDonald2009-06-174-8/+8
* Version bump also in master.con2009-06-041-4/+4
* ifdef Q_?S_* cleanupOswald Buddenhagen2009-06-031-2/+2
* Version bump.con2009-06-021-4/+4
* Polishing Settings Ui:Alessandro Portale2009-05-181-64/+53
* Merge commit 'enrico/master'Oswald Buddenhagen2009-05-122-6/+0
|\
| * Remove unneeded strings from translation.Enrico Ros2009-05-112-6/+0
* | Fixed two dialogs to use the main window as parentThorbjørn Lindeijer2009-05-121-1/+1
|/
* Rename qworkbenchplugin.pri to qtcreatorplugin.priAlessandro Portale2009-05-081-1/+1
* add missing tr()s, etc., add some //: commentsOswald Buddenhagen2009-04-201-5/+5
* Version bump.con2009-04-081-4/+4
* Version bump.con2009-04-081-4/+4
* Fixes: Introduce a cpp settingspage containing file naming conventions (lower...Friedemann Kleint2009-03-182-4/+10
* Fixes: - Don't use multiple key shortcuts on Maccon2009-03-051-0/+4
* Fixes: Bump Creator version after releaseDaniel Molkentin2009-03-041-4/+4
* Fixes: simplify ProjectExplorerPlugin::instance() accesshjk2009-03-042-5/+0
* Fixes: - New license, new website.v1.0.0con2009-02-271-2/+16
* Fixes: change license headers to LGPLhjk2009-02-254-84/+68
* Fixes: - Updated version numbercon2009-02-241-4/+4
* Fixes: rename some commands to get something like a 'naming scheme'hjk2009-02-201-4/+4
* Fixes: cpaster plugin optionslowinu2009-02-132-3/+5
* Fixes: cpaster: fix potential double deletion testhjk2009-02-041-2/+7
* Fixes: cpaster: make complete urls also acceptable.hjk2009-02-042-3/+15
* Fixes: - Copyright datecon2009-02-041-1/+1
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-1/+1
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-5/+3
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-202-18/+10