https://bugs.kde.org/show_bug.cgi?id=417164

Thomas Fischer <fisc...@unix-ag.uni-kl.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|b6d8cdda7f79c25798dd85ecdc5 |https://commits.kde.org/kbi
                   |9be89079c950f               |btex/ce455dfd2ebb01b5685fb4
                   |                            |a02615d95711f582a9

--- Comment #4 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> ---
Git commit ce455dfd2ebb01b5685fb4a02615d95711f582a9 by Thomas Fischer.
Committed on 06/02/2020 at 20:43.
Pushed by thomasfischer into branch 'kbibtex/0.9'.

File URLs passed by command line preceed over LRU

At program start, bibliography files may be opened either because their
filenames/URLs were passed as command line arguments or because they
were open in the previous session.
Until now, the actual file being shown to the user was one of the
previously opened files as the list of recently opened files was read
with a small delay (got referred for unrelated reasons).

However, if a user invokes KBibTeX with a file name or URLs as argument,
it is reasonable to assume that this file should be shown directly
instead of any previously opened files (which still may get opened in
the background).

This commit also fixes the minor usability issue that if only previously
opened files are to be restored (and no command line argument was
given), the most recently used/opened bibliography file should be
preferrably shown instead of an arbitary one.
FIXED-IN: 0.9.2

M  +1    -0    ChangeLog
M  +37   -13   src/program/openfileinfo.cpp
M  +0    -1    src/program/openfileinfo.h

https://commits.kde.org/kbibtex/ce455dfd2ebb01b5685fb4a02615d95711f582a9

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to