aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix UI textLeena Miettinen2018-02-062-2/+2
* Fix MinGW valgrind buildOliver Wolff2018-02-062-2/+22
* Utils: Do not assume qtchooser target as validChristian Stenger2018-02-051-1/+2
* Utils: use system case for environment variables on windowsDavid Schulz2018-02-013-1/+14
* Utils: Change processing of children in reverseFindAnyChild()Christian Stenger2018-01-242-3/+4
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-01-171-1/+6
|\
| * Fix mime type detection for Qt 5.11Friedemann Kleint2018-01-171-1/+6
* | UnitTests: Cleanup unit testsMarco Bubke2018-01-161-21/+0
* | Settingsaccessor: Extract file access and error reportingTobias Hunger2018-01-152-284/+331
* | Qmake: Move Qt library path after other librariesOrgad Shaneh2018-01-102-0/+8
* | UserFileAccessor: Add testsTobias Hunger2018-01-081-1/+2
* | Fix warning about supposed out-of-bounds accessRobert Loehning2018-01-081-1/+2
* | Utils: Remove directory iconChristian Stenger2018-01-082-3/+0
* | Utils: Extend FileInProjectFinder to also find directoriesUlf Hermann2018-01-082-29/+90
* | Theme: Minor cleanupOrgad Shaneh2018-01-051-3/+3
* | Theme: Fix parsing of colors without alphaOrgad Shaneh2018-01-051-12/+4
* | Utils: Either drop files or valuesJochen Becher2018-01-022-4/+4
* | Add implementation of std::variantEike Ziller2017-12-213-0/+43
* | Utils: fix savefile in case we save new file (Windows)Ivan Donchevskii2017-12-201-12/+24
* | Utils::transform: Add support for various map types as resultEike Ziller2017-12-201-0/+62
* | Utils::transform: Support containers without reserve()Eike Ziller2017-12-201-12/+36
* | Utils: Converter to raw pointer and referencesMarco Bubke2017-12-201-0/+57
* | Utils: Don't proceed with temp file which could not be openedRobert Loehning2017-12-191-1/+2
* | Utils::transform: Allow usage with non-const source containersEike Ziller2017-12-191-43/+71
* | Utils: workaround for saving file opened by another applicationIvan Donchevskii2017-12-151-0/+19
* | Utils: take control over QTemporaryFile file lockIvan Donchevskii2017-12-152-13/+23
* | Utils: improve savefile error messagesIvan Donchevskii2017-12-151-10/+20
* | Support specifying complete result type in Utils::transformEike Ziller2017-12-121-11/+43
* | Move RemoveFileDialog to UtilsEike Ziller2017-12-125-4/+258
* | Utils: remove unused variable in SaveFile classIvan Donchevskii2017-12-112-6/+2
* | Move line/column label functionality into single placeEike Ziller2017-12-071-0/+1
* | Add documentation to FixedSizeClickLabelEike Ziller2017-12-071-0/+33
* | Rename LineColumnLabelEike Ziller2017-12-074-20/+22
* | Algorithm: Fix compilation with Xcode 7.2.1Eike Ziller2017-12-071-1/+17
* | Simplify transform and add support for more input container typesEike Ziller2017-12-071-62/+31
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-12-071-3/+9
|\|
| * Do not show accelerators in dock window titleshjk2017-11-301-3/+9
* | Utils: Make crumblepath graphics themable and high-DPI-ableAlessandro Portale2017-12-0526-273/+137
* | Utils: Allow Icon::pixmap to return pixmaps for different QIcon::ModesAlessandro Portale2017-12-052-4/+6
* | Environment: Fix crash in environment widgetTobias Hunger2017-12-051-1/+2
* | Utils: Move variadice template arguments to the endTobias Hunger2017-12-011-1/+1
* | Utils: Clean up Utils::findOr and Utils::findOrDefaultTobias Hunger2017-12-011-39/+90
* | Utils: Support more containers with Utils::transformTobias Hunger2017-12-011-42/+99
* | Utils: Make Utils::indexOf work with all iterator typesTobias Hunger2017-12-011-12/+16
* | Utils: Improve Utils::containsTobias Hunger2017-12-011-4/+19
* | Utils: Implement more Utils::anyOf variationsTobias Hunger2017-12-011-3/+13
* | SettingsAccessor: Remove SettingsAccessorPrivate::Settings::isValidTobias Hunger2017-11-301-11/+0
* | SettingsAccessor: Move code aroundTobias Hunger2017-11-301-104/+96
* | SettingsAccessor: Add setters to VersionUpgraderTobias Hunger2017-11-302-27/+56
* | Algorithm: Support std::vector<std::unique_ptr> with contains and findOrEike Ziller2017-11-291-0/+38