summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
Commit message (Expand)AuthorAge
* commands/search: allow reversing search resultsAnton Khirnov2021-11-29
* commands/search: fix sort order in RefineCommandAnton Khirnov2021-02-22
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* commands/search: refactor applying the tag commandAnton Khirnov2021-02-07
* commands/thread: add --thread option to tagging commandsAnton Khirnov2021-02-04
* db: use symbolic constants for sort ordersAnton Khirnov2021-01-31
* Use super() where applicable.Anton Khirnov2021-01-21
* commands/search: remove unused variableAnton Khirnov2021-01-20
* commands/search: remove unused codeAnton Khirnov2021-01-20
* db: make write operations asyncAnton Khirnov2021-01-20
* buffers/thread: more sophisticated heuristics for default weightsAnton Khirnov2021-01-09
* More missed list->set conversions for tagsAnton Khirnov2020-07-01
* Consistently use set/frozenset for tags.Anton Khirnov2020-05-24
* db/manager: drop support for adding/removing queriesAnton Khirnov2020-05-08
* buffer: drop the ui parameter when not neededAnton Khirnov2020-04-25
* buffers/search: with walker.pyAnton Khirnov2020-04-19
* buffers/thread: make the widget split-windowAnton Khirnov2020-03-01
* db: drop useless gettersAnton Khirnov2020-02-06
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* trailing whitespacesPatrick Totzke2019-08-15
* cosmeticsPatrick Totzke2019-06-02
* update docs for tag commands in search modePatrick Totzke2019-05-11
* ui: Convert apply_command to a coroutineDylan Baker2018-07-26
* Capitalize option and command descriptions consistentlyAlexander Shpilkin2018-07-25
* new command "savequery"Patrick Totzke2018-07-24
* refactor common retagpromptMichael J Gruber2018-06-22
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Fix some spelling mistakesLucas Hoffmann2017-09-02
* Fix message count in statusbar after taggingLucas Hoffmann2017-08-03
* Fix typo in docstringLucas Hoffmann2017-07-11
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* fix odd continuation and indentationDylan Baker2016-12-27
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Remove trailing whitespace from inline docsLucas Hoffmann2016-12-11
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* return Deferreds in Command.applyPatrick Totzke2013-10-30
* add missing return statement in RetagPromptCommandPatrick Totzke2013-10-30
* retagprompt: skip empty tagsHamish Downer2013-10-13
* in retagprompt, sort the tagsHamish Downer2013-10-13
* On retagprompt, append a commaHamish Downer2013-10-13
* Merge branch '0.3.5-feature-smug-G'Patrick Totzke2013-08-24
|\
| * redraw the UI afer focus [last|first] commandsPatrick Totzke2013-08-09
* | fix the documentation for tag/untag/retag commands in search modeEmmanuel Beffara2013-08-24
|/
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* changed repeatability default to False and reconsider repeatability of all Co...Sebastian Jeltsch2013-05-26
* Repeatability class property, mark more cmds as non-repeatableSebastian Jeltsch2013-05-26
* select commands no longer repeatableSebastian Jeltsch2013-05-26
* more vim-like movementsSebastian Jeltsch2013-04-20