aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/ipaddresslineedit.h
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Remove unused IpAddressLineEdit classTobias Hunger2014-09-161-61/+0
| | | | | Change-Id: I919e7ab79dc779b9586b74d31271d8ddce817061 Reviewed-by: Tobias Hunger <[email protected]>
* Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-161-1/+1
| | | | | | Change-Id: Iacab8410ab4d3b63f96e7541b450e3cc729ab662 Reviewed-by: Daniel Teske <[email protected]> Reviewed-by: hjk <[email protected]>
* Utils: Merge BaseValidatingLineEdit into FancyLineEdithjk2014-02-141-3/+3
| | | | | | Change-Id: Idb7a6f28ac41bacbfd2603feb8b786c31d3769e3 Reviewed-by: Eike Ziller <[email protected]> Reviewed-by: Christian Stenger <[email protected]>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <[email protected]> Reviewed-by: Kai Koehne <[email protected]>
* Clean headers in Utils.Friedemann Kleint2013-03-191-1/+0
| | | | | | | | | | Forward-declare QGraphicsOpacityEffect in DetailsButton, QProcessEnvironment in Environment, QFileInfo in fileutils, QUrl in IWelcomePage, FancyLineEdit in PathChooser and remove unneeded headers. Change-Id: I7d5f273530dd2059bbdaf0899f0a3bc7e49e8482 Reviewed-by: hjk <[email protected]>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <[email protected]>
* Adjust license headershjk2012-10-051-22/+21
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <[email protected]>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <[email protected]>
* all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <[email protected]>
* all: some m_d -> d stylehjk2011-09-081-1/+1
| | | | | | Change-Id: Iac1f12980bf47666007817cfb2c64a6d1e9b780e Reviewed-on: http://codereview.qt-project.org/4477 Reviewed-by: hjk <[email protected]>
* Remove unneeded defines.hjk2011-07-141-1/+0
| | | | | | | | | Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609 Reviewed-by: hjk <[email protected]>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* Empty line fix. Writting this comment took me a lot longerPawel Polanski2011-03-031-1/+0
|
* IpAddressLineEdit has been refactoredPawel Polanski2011-03-031-7/+7
|
* API-Documentation: Add the Utils-library.Friedemann Kleint2011-03-021-5/+0
| | | | Fix API after doc template change.
* Symbian: Adjust Creator to work with CODAPawel Polanski2011-01-141-0/+73
Reviewed-by: hjk