Marc Zinnschlag
|
7ca56ccd29
|
set search status bar to 'no results' message when search yields no results
|
7 years ago |
Marc Zinnschlag
|
7d2394273e
|
added statusbar to search window (Fixes #3276)
|
7 years ago |
Alf Henrik Sauge
|
9b971caddc
|
CSVTools::ReportTable should now have case insensitive sorting
|
7 years ago |
Ewan Higgs
|
38a2de3c51
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
8 years ago |
FedeWar
|
370c12e78a
|
Verification results are ordered by Type in alphabetical order.
|
8 years ago |
Aesylwinn
|
b204758be1
|
More shortcuts.
|
9 years ago |
Marc Zinnschlag
|
ecbd68a19b
|
third batch of changing over user settings usage to the new system
|
9 years ago |
Marc Zinnschlag
|
a3a2c2f476
|
second batch of changing over user settings usage to the new system
|
9 years ago |
Marc Zinnschlag
|
a445683312
|
Merge branch 'mergetool'
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/tools/tools.cpp
|
9 years ago |
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
10 years ago |
Marc Zinnschlag
|
1b663f01af
|
create merged document and open a view for it (document is still empty at this point)
|
10 years ago |
Marc Zinnschlag
|
e2377396a7
|
inheriting Merge from QWidget instead of QDialog, because QDialog is bloody useless for non-modal dialogues (which makes the class completely useless, since modal dialogues are the spawn of Satan)
|
10 years ago |
Marc Zinnschlag
|
904ad94952
|
added merge operation (doesn't do anything yet)
|
10 years ago |
Marc Zinnschlag
|
b83f9445a9
|
added UI for merge tool (merge tool itself is still missing)
|
10 years ago |
Marc Zinnschlag
|
0860c27b03
|
improving consistency of subview layouts
|
10 years ago |
Marc Zinnschlag
|
382cdb8c60
|
implemented sorting in report views (Fixes #2540)
|
10 years ago |
Marc Zinnschlag
|
69db0179ca
|
update refresh menu item on stateChanged signal instead of when opening the menu
|
10 years ago |
Marc Zinnschlag
|
6fbdbb11d5
|
added refrash menu item to report table (Fixes #2620)
|
10 years ago |
Marc Zinnschlag
|
88d1f158d0
|
made double click behaviour in report tables configurable (Fixes #2622)
|
10 years ago |
scrawl
|
e13a938896
|
Add support to build with Qt5 (Task #2665)
Known issue: the render view doesn't work in Qt5. With the switch to OSG around the corner, this isn't worth fixing.
|
10 years ago |
Marc Zinnschlag
|
c9d519f36c
|
focus search input field when opening search subview (Fixes #2534)
|
10 years ago |
Marc Zinnschlag
|
f1c0847897
|
Merge remote-tracking branch 'cc9cii/moveref'
|
10 years ago |
Marc Zinnschlag
|
ae5de0cb2b
|
implemented additional check before performing replace (make sure data hasn't been changed since the search)
|
10 years ago |
Marc Zinnschlag
|
6fac4c5dd9
|
made user settings handling in search sub view more consistent
|
10 years ago |
Marc Zinnschlag
|
dab650a3d5
|
remove rows from result table after a successful replace (configurable via user settings)
|
10 years ago |
cc9cii
|
f1a58994c6
|
Merge branch 'master' into moveref
Conflicts:
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/commands.cpp
apps/opencs/model/world/commands.hpp
apps/opencs/model/world/ref.cpp
apps/opencs/view/world/dialoguesubview.cpp
apps/opencs/view/world/dialoguesubview.hpp
apps/opencs/view/world/util.cpp
components/esm/cellref.hpp
|
10 years ago |
Marc Zinnschlag
|
b939fd440e
|
added replace all button
|
10 years ago |
Marc Zinnschlag
|
36ce2d61f4
|
consider lock mode when replacing
|
10 years ago |
Marc Zinnschlag
|
4951fc477c
|
added replace function
|
10 years ago |
Marc Zinnschlag
|
cb6caf5e39
|
added search-related user settings
|
10 years ago |
Marc Zinnschlag
|
4928e3705f
|
highlight (bold) search string in results
|
10 years ago |
Marc Zinnschlag
|
6d165dabb6
|
improved layout of report table
|
10 years ago |
Marc Zinnschlag
|
13a4fb3fdc
|
make return key press in search input trigger a new search
|
10 years ago |
Marc Zinnschlag
|
8e9365741f
|
make search sub-views re-usable (clear before starting a new search)
|
10 years ago |
Marc Zinnschlag
|
128ccd8151
|
improved search type naming
|
10 years ago |
Marc Zinnschlag
|
23cf859fee
|
added search stages (cell table only for now)
|
10 years ago |
Marc Zinnschlag
|
78c6268891
|
added search class and search box widget
|
10 years ago |
Marc Zinnschlag
|
d053c62032
|
setting up global search operation and subview
|
10 years ago |
cc9cii
|
15b9a628ac
|
Fix the name of DragRecordTable::startDrag method. Make the compiler be quiet about BulletShapeLoader's hidden overloaded methods.
|
10 years ago |
cc9cii
|
17e6244bd6
|
Yet more warnings suppressed.
|
10 years ago |
Scott Howard
|
e2ef8c4022
|
fix -Wnewline-eof warnings
|
10 years ago |
Marc Zinnschlag
|
7615cbafce
|
create modify commands through command dispatcher
|
10 years ago |
Marc Zinnschlag
|
6a67aba336
|
added double click with modifier actions in report table
|
10 years ago |
Marc Zinnschlag
|
58f4cc882f
|
added remove action to report table context menu
|
10 years ago |
Marc Zinnschlag
|
f2fc693325
|
added context menu to report table
|
10 years ago |
Marc Zinnschlag
|
350b0cb93c
|
added hidden hint column to report model
|
10 years ago |
Marc Zinnschlag
|
6c18a3b0b5
|
allow drags from report table
|
10 years ago |
Marc Zinnschlag
|
7c59ea6296
|
added specialised report table
|
10 years ago |
Marc Zinnschlag
|
30830d0693
|
make delegates use the whole document instead of the undo stack
|
11 years ago |
Marc Zinnschlag
|
aadaf7827d
|
added load error log
|
11 years ago |