Friedemann Kleint
e93410897c
Fixed warnings about removing null-objects from Plugin-Manager.
2009-07-31 17:11:42 +02:00
Erik Verbruggen
b54517ad0f
Pimpin' the UI a bit.
2009-07-31 12:59:41 +02:00
Maurice Kalinowski
5c663082cc
add pastebin.ca support for codepaster
...
- cannot list and does not need any preferences, as there is
only one server
2009-07-31 12:13:37 +02:00
Maurice Kalinowski
435207a223
ensure editor is visible
...
after fetching a codesnippet, we should switch to edit mode
and open the editor
2009-07-31 11:24:12 +02:00
Maurice Kalinowski
6a91b63af9
move editor creation to plugin
...
each protocol needed to create the editor on their own.
Instead emit fetchDone and let the plugin instantiate it for
every protocol
2009-07-31 11:17:57 +02:00
Maurice Kalinowski
3629e091c4
refactor and add support for pastebin.com
...
- 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.
2009-07-27 20:55:19 +02:00
Alessandro Portale
d3f9757916
Removing some unused semicolons after Q_UNUSED
...
There were both variants, with and without extra semicolon.
2009-07-13 17:35:17 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Oswald Buddenhagen
d2a8449bea
ifdef Q_?S_* cleanup
...
- 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
2009-06-03 20:54:59 +02:00
Thorbjørn Lindeijer
1e4620a655
Fixed two dialogs to use the main window as parent
...
Setting a parent makes sure the dialog is correctly centered and shares
the taskbar entry.
2009-05-12 09:59:56 +02:00
Oswald Buddenhagen
6d5eeb7afb
add missing tr()s, etc., add some //: comments
2009-04-20 16:51:10 +02:00
con
bcf559cd50
Fixes: - Don't use multiple key shortcuts on Mac
...
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.
2009-03-05 15:28:20 +01:00
hjk
12018c89d6
Fixes: simplify ProjectExplorerPlugin::instance() access
2009-03-04 09:38:01 +01:00
hjk
8ca887aae2
Fixes: change file license headers to include LGPL
2009-02-25 09:15:00 +01:00
hjk
1c7e4182ac
Fixes: rename some commands to get something like a 'naming scheme'
...
in place
RevBy: con
2009-02-20 17:22:16 +01:00
lowinu
ae7864f9c0
Fixes: cpaster plugin options
...
RevBy: andre
Details: - the settings have not been taken into respect so far.
2009-02-13 14:09:48 +01:00
hjk
f6db0ab343
Fixes: cpaster: fix potential double deletion test
...
Task: 180315
RevBy:
Details:
2009-02-04 18:03:50 +01:00
hjk
2c77b0b903
Fixes: cpaster: make complete urls also acceptable.
...
Details: also accept trailing slashes
2009-02-04 17:53:58 +01:00
Thorbjørn Lindeijer
6adecf3767
Avoid going through ICore when it's not necessary
...
Many singletons have their own instance() method, in which case there is
no need to use ICore::instance() to get access to them.
2009-01-21 15:55:33 +01:00
hjk
113b81e9db
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
2009-01-20 11:52:04 +01:00
hjk
cc5ff1ec74
Remove #include <extensionsystem/pluginmanager.h> from icore.h, a
...
forward declaration is sufficient.
2009-01-19 12:39:20 +01:00
con
fbfcc9a484
Fixes: - ICommand --> Command
...
Details: - Naming convention
2009-01-14 13:18:25 +01:00
con
1e4c48a173
Fixes: - IActionContainer --> ActionContainer
...
Details: - Conform to naming convention
2009-01-14 13:18:24 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
con
c9889120c3
Fixes: - Rename ActionManagerInterface --> ActionManager
...
Details: - To make it conform to naming convention.
2009-01-13 15:44:25 +01:00
hjk
da3cb14483
chancge Nokia GPL exception version from 1.2 to 1.3
2008-12-16 17:20:00 +01:00
hjk
df7aacd637
more file cosmetics
2008-12-02 15:08:31 +01:00
hjk
ab83dcd87c
off-by-one in headers
2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3
end-of-line whitespace correction of the new headers
2008-12-02 14:17:16 +01:00
con
05c35356ab
Initial import
2008-12-02 12:01:29 +01:00