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 |
|
Marc Zinnschlag
|
6a67aba336
|
added double click with modifier actions in report table
|
2014-12-06 15:08:51 +01:00 |
|
Marc Zinnschlag
|
58f4cc882f
|
added remove action to report table context menu
|
2014-12-06 14:30:40 +01:00 |
|
Marc Zinnschlag
|
f2fc693325
|
added context menu to report table
|
2014-12-06 14:17:56 +01:00 |
|
Marc Zinnschlag
|
350b0cb93c
|
added hidden hint column to report model
|
2014-12-06 13:45:47 +01:00 |
|
Marc Zinnschlag
|
6c18a3b0b5
|
allow drags from report table
|
2014-12-06 13:19:43 +01:00 |
|
Marc Zinnschlag
|
7c59ea6296
|
added specialised report table
|
2014-12-06 13:01:55 +01:00 |
|
Marc Zinnschlag
|
30830d0693
|
make delegates use the whole document instead of the undo stack
|
2014-08-23 12:25:12 +02:00 |
|
Marc Zinnschlag
|
aadaf7827d
|
added load error log
|
2014-05-10 12:04:36 +02:00 |
|
graffy76
|
4b607d658f
|
Re-link user settings to editor main application
|
2014-04-22 22:19:53 -05:00 |
|
Marc Zinnschlag
|
55195f819a
|
changed edit requests from row index format to UniversalId/hint format
|
2014-03-02 22:34:41 +01:00 |
|
Marc Zinnschlag
|
a6ea670255
|
use IdTypeDelegate in report table
|
2013-09-22 13:54:01 +02:00 |
|
Marc Zinnschlag
|
cc18b30e17
|
open sub view on double click in report view
|
2012-12-12 22:36:20 +01:00 |
|
Marc Zinnschlag
|
c75563c184
|
report model and view
|
2012-12-11 15:35:47 +01:00 |
|