aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/pastebindotcomsettings.ui
Commit message (Collapse)AuthorAgeFilesLines
* Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
| | | | | Change-Id: I4b4ff16e02c517bcd5a7c5ae73f62dd2a5bcc7cc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-241-2/+2
| | | | | | | Make sure all ui-files are in the plugin's internal namespace. Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13 Reviewed-by: hjk <qthjk@ovi.com>
* Make pastebin.com a link in the options pagedt_2011-05-171-1/+4
| | | | Task-Nr: QTCREATORBUG-4925
* L10n: tr()-Fixes.Friedemann Kleint2011-03-011-1/+1
|
* Still changes to our options dialogLeandro Melo2011-02-281-21/+26
| | | | We decided to have text-based buttons by default.
* Revert "Make our options dialog a bit more uniform"Leandro Melo2011-02-281-23/+18
| | | | This reverts commit 561f87fcb9d58aaccbccd424417e71b79798ff6b.
* Make our options dialog a bit more uniformLeandro Melo2011-02-251-18/+23
| | | | In terms of buttons, layouts, aesthetics in general.
* CodePaster: Fix sample URL: qtcreator.pastebin.com->creator.pastebin.comFriedemann Kleint2010-05-171-2/+5
| | | | | | Fix up bb6af2131cd537b3dd13074f2d072969850dd7ae. Clear richtext flag on the QLabel and set openExternalLinks. Change sample URL from qtcreator.pastebin.com to creator.pastebin.com.
* Revert "Fixed url": Do not introduce rich text.Friedemann Kleint2010-05-171-6/+3
| | | | This reverts commit bb6af2131cd537b3dd13074f2d072969850dd7ae.
* Fixed urlmae2010-05-171-3/+6
|
* Corrected a bunch of capitalizations in label textsThorbjørn Lindeijer2010-04-151-1/+1
|
* Removed redundant group boxes from options dialog pagesThorbjørn Lindeijer2010-04-131-51/+45
| | | | Reviewed-by: Jens Bache-Wiig
* Some preferences layout fix for Mac OS Xcon2009-11-241-0/+3
|
* Polish the settings dialog.Friedemann Kleint2009-11-241-3/+0
| | | | | | | | | Add a title label to the pages. Use QGroupBoxes throughout. Extend SavedAction to work with checkable QGroupBoxes. Polish UI files, use common layout for VCS plugins. Performance: Apply only visited settings pages. Add search keywords. Task-number: QTCREATOR-26
* Options dialog: Further polishing.Friedemann Kleint2009-11-201-33/+55
| | | | Task-number: QTCREATOR-26
* refactor and add support for pastebin.comMaurice Kalinowski2009-07-271-0/+66
- 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.