summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-04release xdg-utils 1.1.0v1.1.0Per Olofsson1-1/+1
2015-10-04xdg-email: Remove obsolete references to http://portland.freedesktop.org/wiki...Per Olofsson2-11/+3
2015-10-04add releaseinfo element to xdg-settings manualPer Olofsson1-1/+1
2015-10-04Add references to specifications to the manualsPer Olofsson7-3/+50
2015-10-03xdg-open: use sed to remove file URL query strings, the shell will interpret ...Per Olofsson1-1/+1
2015-10-03xdg-open: Only strip queries (?) and fragments (#) from file URLs before deco...Per Olofsson2-3/+6
2015-10-03t-xdg-open: test that it can open files with # characters in generic modePer Olofsson1-0/+15
2015-10-03t-xdg-open: test that it can open files in generic modePer Olofsson1-0/+15
2015-10-03t-xdg-open: under -> inPer Olofsson1-14/+14
2015-10-03t-xdg-open: separate out proper testcasesPer Olofsson1-8/+12
2015-10-03autotests: don't print test filenamePer Olofsson1-1/+1
2015-10-03xdg-email: Rewrite open_kde()Per Olofsson2-26/+37
2015-10-03t-xdg-email: update KDE testsPer Olofsson2-6/+29
2015-10-01autotests: Add t-xdg-email.sh with KDE5 testPer Olofsson2-0/+47
2015-10-01Revert "Remove .sh extension from autotests"Per Olofsson5-1/+1
2015-10-01Remove .sh extension from autotestsPer Olofsson5-1/+1
2015-10-01+x on t-xdg-settings.shPer Olofsson1-0/+0
2015-09-27xdg-settings: apply basename to browser desktop file in generic modePer Olofsson1-2/+2
2015-09-27t-xdg-settings: test $BROWSER in generic modePer Olofsson1-0/+8
2015-09-27xdg-settings: Add a proper generic mode.Per Olofsson2-41/+119
2015-09-27xdg-settings: Detect generic DE instead of failing. (Debian bug #787791)Per Olofsson2-0/+7
2015-09-27autotests: add t-xdg-settings.shPer Olofsson1-0/+25
2015-09-27add /failed-tests to autotests/.gitignorePer Olofsson1-0/+1
2015-09-27test-lib: add mock_output()Per Olofsson1-5/+15
2015-09-26xdg-open, xdg-email: Add iceweasel to the list of fallback browsers. (Debian ...Per Olofsson3-2/+4
2015-09-26add Debian bug number to ChangeLogPer Olofsson1-1/+1
2015-09-26test-lib: better assertion failed message for assert_runPer Olofsson1-1/+1
2015-09-26indentationPer Olofsson1-8/+8
2015-09-26use $LABHOME/.local/share for $XDG_DATA_HOMEPer Olofsson1-2/+1
2015-09-26is -> arePer Olofsson1-1/+1
2015-09-26t-xdg-open: also test CinnamonPer Olofsson1-2/+4
2015-09-26xdg-open: Fall back to generic mode if gvfs-open and gnome-open are missing. ...Per Olofsson3-3/+28
2015-09-26t-xdg-open.sh: test that gnome3 and gnome2 fall back to generic if gvfs-open ...Per Olofsson1-2/+18
2015-09-26xdg-mime: Check ~/.config/mimeapps.list instead of ~/.config/applications/mim...Per Olofsson2-21/+51
2015-09-26test-lib: always mock x-www-browser so we have a fallbackPer Olofsson1-0/+1
2015-09-26put default apps in $XDG_CONFIG_HOME/mimeapps.listPer Olofsson2-2/+2
2015-09-26test-lib: add mock_desktop_file and mock_default_appPer Olofsson3-14/+21
2015-09-26test-lib: add XDG_CONFIG_HOME and create it in reset_lab_()Per Olofsson1-0/+2
2015-09-26test-lib: nicer output formattingPer Olofsson1-2/+2
2015-09-26merge t-xdg-open-url and t-xdg-open-file into t-xdg-openPer Olofsson2-15/+13
2015-09-26autotests: set COMMAND_TESTED in each test file and rename test_that to test_...Per Olofsson5-19/+22
2015-09-26test-lib: don't trace which commands are run unless TRACE_RUN=1Per Olofsson1-1/+4
2015-09-26add test_that invocations before every testPer Olofsson5-5/+18
2015-09-26test-lib: rename setup_lab to reset_lab_Per Olofsson1-3/+3
2015-09-26test-lib: add test_that function that resets the lab, echoes the argument and...Per Olofsson1-1/+10
2015-09-26test-lib: add XDG_CONFIG_DIRS to environmentPer Olofsson1-1/+5
2015-09-26autotests: add LABHOME directory lab/home and set HOME to LABHOME when runnin...Per Olofsson1-1/+3
2015-09-26test-lib: clear $BROWSER in setup_labPer Olofsson1-1/+3
2015-09-25xdg-utils-common: Add support for GNOME-Flashback:GNOME value X-Generic.Per Olofsson2-0/+8
2015-09-23xdg-open: Percent-decode file:// URLs in open_lxde and add testcase. (BR89654)Per Olofsson3-21/+48