Andrei Kortunov
|
8084a336b5
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
|
Andrei Kortunov
|
8ca3c3b123
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
|
Andrei Kortunov
|
c8d5d421d9
|
Do not use deprecated mouse wheel movement angle
|
2020-06-22 18:46:45 +04:00 |
|
Bret Curtis
|
61a5c6125d
|
#5480: Drop Qt4 support and require Qt 5.12 or later.
|
2020-06-22 12:17:06 +02:00 |
|
Andrei Kortunov
|
a302ec9c65
|
Make fallback map static to simplify constructors
|
2019-03-29 15:30:49 +04:00 |
|
mp3butcher
|
9de6c630f2
|
fix moc achieving to reach unparsable boost code
|
2018-12-01 21:27:43 +01:00 |
|
Doc West
|
61109d70b1
|
Removed invalid / unused signal / slot connection
|
2018-07-05 17:21:32 +02:00 |
|
Doc West
|
414f626309
|
Implemented search case sensitivity
|
2018-07-04 21:03:54 +02:00 |
|
Marc Zinnschlag
|
7ca56ccd29
|
set search status bar to 'no results' message when search yields no results
|
2018-06-13 15:48:24 +02:00 |
|
Marc Zinnschlag
|
7d2394273e
|
added statusbar to search window (Fixes #3276)
|
2018-06-13 14:55:03 +02:00 |
|
Alf Henrik Sauge
|
9b971caddc
|
CSVTools::ReportTable should now have case insensitive sorting
|
2018-05-06 16:49:23 +02:00 |
|
Ewan Higgs
|
38a2de3c51
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
2017-06-09 16:49:25 +02:00 |
|
FedeWar
|
370c12e78a
|
Verification results are ordered by Type in alphabetical order.
|
2017-02-21 11:15:53 +01:00 |
|
Aesylwinn
|
b204758be1
|
More shortcuts.
|
2016-07-27 01:53:21 -04:00 |
|
Marc Zinnschlag
|
ecbd68a19b
|
third batch of changing over user settings usage to the new system
|
2015-12-15 10:40:00 +01:00 |
|
Marc Zinnschlag
|
a3a2c2f476
|
second batch of changing over user settings usage to the new system
|
2015-12-14 17:38:33 +01:00 |
|
Marc Zinnschlag
|
a445683312
|
Merge branch 'mergetool'
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/tools/tools.cpp
|
2015-09-11 13:22:15 +02:00 |
|
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
2015-08-18 23:06:12 +02:00 |
|
Marc Zinnschlag
|
1b663f01af
|
create merged document and open a view for it (document is still empty at this point)
|
2015-08-16 15:24:48 +02:00 |
|
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)
|
2015-08-13 12:53:00 +02:00 |
|
Marc Zinnschlag
|
904ad94952
|
added merge operation (doesn't do anything yet)
|
2015-08-13 12:03:20 +02:00 |
|
Marc Zinnschlag
|
b83f9445a9
|
added UI for merge tool (merge tool itself is still missing)
|
2015-08-06 12:52:10 +02:00 |
|
Marc Zinnschlag
|
0860c27b03
|
improving consistency of subview layouts
|
2015-07-14 11:49:41 +02:00 |
|
Marc Zinnschlag
|
382cdb8c60
|
implemented sorting in report views (Fixes #2540)
|
2015-07-03 10:45:08 +02:00 |
|
Marc Zinnschlag
|
69db0179ca
|
update refresh menu item on stateChanged signal instead of when opening the menu
|
2015-06-25 13:05:57 +02:00 |
|
Marc Zinnschlag
|
6fbdbb11d5
|
added refrash menu item to report table (Fixes #2620)
|
2015-06-25 12:03:40 +02:00 |
|
Marc Zinnschlag
|
88d1f158d0
|
made double click behaviour in report tables configurable (Fixes #2622)
|
2015-06-18 16:36:27 +02:00 |
|
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.
|
2015-06-12 15:13:42 +02:00 |
|
Marc Zinnschlag
|
c9d519f36c
|
focus search input field when opening search subview (Fixes #2534)
|
2015-05-14 14:48:29 +02:00 |
|
Marc Zinnschlag
|
f1c0847897
|
Merge remote-tracking branch 'cc9cii/moveref'
|
2015-04-28 14:07:18 +02:00 |
|
Marc Zinnschlag
|
ae5de0cb2b
|
implemented additional check before performing replace (make sure data hasn't been changed since the search)
|
2015-04-27 22:43:09 +02:00 |
|
Marc Zinnschlag
|
6fac4c5dd9
|
made user settings handling in search sub view more consistent
|
2015-04-26 13:31:35 +02:00 |
|
Marc Zinnschlag
|
dab650a3d5
|
remove rows from result table after a successful replace (configurable via user settings)
|
2015-04-26 13:26:20 +02:00 |
|
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
|
2015-04-25 06:52:53 +10:00 |
|
Marc Zinnschlag
|
b939fd440e
|
added replace all button
|
2015-04-16 20:11:14 +02:00 |
|
Marc Zinnschlag
|
36ce2d61f4
|
consider lock mode when replacing
|
2015-04-16 19:02:03 +02:00 |
|
Marc Zinnschlag
|
4951fc477c
|
added replace function
|
2015-04-16 18:50:22 +02:00 |
|
Marc Zinnschlag
|
cb6caf5e39
|
added search-related user settings
|
2015-03-30 22:30:33 +02:00 |
|
Marc Zinnschlag
|
4928e3705f
|
highlight (bold) search string in results
|
2015-03-30 12:52:08 +02:00 |
|
Marc Zinnschlag
|
6d165dabb6
|
improved layout of report table
|
2015-03-29 18:21:18 +02:00 |
|
Marc Zinnschlag
|
13a4fb3fdc
|
make return key press in search input trigger a new search
|
2015-03-28 13:05:18 +01:00 |
|
Marc Zinnschlag
|
8e9365741f
|
make search sub-views re-usable (clear before starting a new search)
|
2015-03-28 12:53:01 +01:00 |
|
Marc Zinnschlag
|
128ccd8151
|
improved search type naming
|
2015-03-28 11:54:32 +01:00 |
|
Marc Zinnschlag
|
23cf859fee
|
added search stages (cell table only for now)
|
2015-03-27 16:33:54 +01:00 |
|
Marc Zinnschlag
|
78c6268891
|
added search class and search box widget
|
2015-03-25 11:56:14 +01:00 |
|
Marc Zinnschlag
|
d053c62032
|
setting up global search operation and subview
|
2015-03-17 12:30:47 +01:00 |
|
cc9cii
|
15b9a628ac
|
Fix the name of DragRecordTable::startDrag method. Make the compiler be quiet about BulletShapeLoader's hidden overloaded methods.
|
2015-03-14 19:41:55 +11:00 |
|
cc9cii
|
17e6244bd6
|
Yet more warnings suppressed.
|
2015-03-14 12:42:46 +11:00 |
|
Scott Howard
|
e2ef8c4022
|
fix -Wnewline-eof warnings
|
2015-03-11 10:54:45 -04:00 |
|
Marc Zinnschlag
|
7615cbafce
|
create modify commands through command dispatcher
|
2015-01-15 14:24:33 +01:00 |
|