summaryrefslogtreecommitdiffstats
path: root/doc/test_xr.txt
AgeCommit message (Collapse)Author
2022-02-23Change modi -> modesDave Davenport
issues: #1599
2022-01-22Add -combi-display-format (#1570)Jakub Jirutka
Implement a new option -combi-display-format (analogous to -drun-display-format) that allows to change position appearance of the mode name in the combi entries.
2021-07-29fix typo (#1355)Ian C
2021-05-29add prefix matching method feature (#1237)unisgn
* add prefix matching method feature * Update helper.c * prefix matching regex memory leak fix * prefix matching regex memory leak fix Co-authored-by: francis <oxfrancis@outlook.com>
2021-05-02Remove -show-match option, deprecated.Dave Davenport
Use 'element {highlight: none;}' in theme/configuration to reproduce it.
2019-11-03Fix typo "Csutom" (#1025)Simon Legner
2019-10-17[Window] Add thumbnail of windows as option.Dave Davenport
2019-08-20[DRun] Add keywords to match and printing.Dave Davenport
2019-08-09[DRUN] Add option to only show desktop files in certain categoriesDave Davenport
closes: #817
2019-05-04[ListView|Textbox] Add user-settable ellipsize mode.Dave Davenport
Fixes: #917
2019-03-29[Window] Fix default value and help comment.Dave Davenport
2019-02-08Update test for added cache-dir config option.Dave Davenport
2019-01-21change default alt. window command to bring to current desktop.Dave Davenport
Xkill is duplicate of shift-del (build in close). This is more useful. Fix test-case. Fixes: #902
2018-12-14Add an option to change the matching negation character.Dave Davenport
Fixes: #877
2018-10-17[Regression test] Fix new drun-display-format field.Dave Davenport
2018-07-28[DRUN] Add option to show actions in drun.Dave Davenport
Fixes: #836
2018-06-13Add default shortcuts: Shift+BackSpace to delete previous char, ↵Maxim Baz
Ctrl+Left/Right for word movements (#790) * Support Shift+BackSpace by default to delete previous char * Support Ctrl+Arrow for word movements
2018-06-13Sorting cleanup (#816)Dave Davenport
* Add `-sorting-method` option remove weird -sort-levenshtein. * Fix test for updated cmdline options. * Update manpage
2018-06-12Fix crash in error dialog and tests.Dave Davenport
2018-06-09Re-add icon-theme option.Dave Davenport
2017-12-31[DRun] Set the default for match fields in the config to the correct value.Dave Davenport
2017-12-26bindings: Rework mouse bindings (#745)Quentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-11-07[Combi] Add hide prefix option.Dave Davenport
2017-10-21Added option -name-only to match only desktop entry name with drun (#690)Askrenteam
* Added option -name-only to match only desktop entry name with drun * fixed indent and xrdump test * fixed test * option -drun-match-fields * option -window-match-fields * matching fields as static in window/drun + enums for field indexes * prevent window_mode_parse_fields() from executing twice
2017-10-16Make -plugin-path commandline flag be read before loading pluginsDave Davenport
2017-10-03Fix test for new settingDave Davenport
2017-07-06Re-add some of the old theme options, so theme converter use them.Dave Davenport
- line margin - separator style. - fake transparency. - line padding. - scrollbar width
2017-07-03Update testsDave Davenport
2017-06-07test: Update reference dumpQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-03Don't popup error dialog, pospone error message.Dave Davenport
2017-06-01test: Update reference dumpQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30test: Update reference dumpQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-25Fix reference file. (Set from file, not default)Dave Davenport
2017-04-25Test reference file hardcode plugin path.Dave Davenport
2017-04-25Fix reference files for tests.Dave Davenport
2017-04-04Travis (#583)Dave Davenport
* Add trusty backports for flex. * Explicitly indicate to take backport package * Fix reference file update.
2017-03-29Remove old theme support. (part 1)Dave Davenport
2017-03-29Change default from Shift+Tab to ISO_Left_TabDave Davenport
2017-03-11Update testsDave Davenport
2017-01-11Split sorting option. one for sorting. One to force levenshtein.Dave Davenport
2017-01-10Super-1..10 keybinding activates row 1..10.Dave Davenport
Allowing fore quick switching to entry. https://forum.qtools.org/t/select-entry-by-offset/84/5
2017-01-01Fix crasher in error message. update reference output.Dave Davenport
2016-11-27Update ref. with removed trailing spaceDave Davenport
2016-11-14Change pid location to something more common in CI test.Dave Davenport
2016-11-14Backspace->BackSpaceDave Davenport
2016-11-14Continue parsing when keybinding fail, only show errors after all are done.Dave Davenport
2016-11-01Remove opacity option.Dave Davenport
2016-10-24Update texts.Dave Davenport
2016-09-08Fix wrong entry + CI.Dave Davenport
2016-08-30Add option to set padding within a line.Dave Davenport
Fixes: #449