Commit Graph

67 Commits (a8c5607aa64e4bc39a638181fbba88623560429a)

Author SHA1 Message Date
Nelsson Huotari 16e03c151a Implement basic move algorithm, connect it to drag&drop 3 years ago
Andrei Kortunov 8ca3c3b123 Mark overrided methods by override keyword 4 years ago
Frederic Chardon 513ac8986d Add link to opencs documentation on readthedocs, available through
context menu.
The documentation opens in default browser.

There are 3 contexts:
- global: opens the OpenMW CS User Manual main page
- when a record is selected: opens the "Tables" page
- when the filter field is selected: opens the "Record Filters" page

There is also a link to the OpenCS tutorial in the help menu.
4 years ago
Kyle Cooley 30ba1d4c25 Move touch command to creator, to allow customization and not break abstraction 7 years ago
Kyle Cooley 1d480015b4 Add ability to touch records, LAND records in particular 7 years ago
Bret Curtis 39185e6f8c purge the rest of boost::shared and any other boost related things that no longer are required
put boost system back in, clean others up

revert Qt

add back boost fstream
7 years ago
Rob Cutmore 4caf44f061 Remove unused code in apps/opencs/view/world/table files 8 years ago
Marc Zinnschlag ecbd68a19b third batch of changing over user settings usage to the new system 9 years ago
Marc Zinnschlag cf9fa0e0e9 first batch of changing over user settings usage to the new system 9 years ago
Marc Zinnschlag 2c1cee38b4 Merge remote-tracking branch 'smbas/feature-extended-configurator' 9 years ago
Stanislav Bas 2471e4d67a Rework Table to use rowAdded() signal of a proxy model 9 years ago
Stanislav Bas 6162a46fbe Update to upstream/master. Resolve the merge conflict 9 years ago
Stanislav Bas 464e674a81 Rework Table (view) code to use a TableEditIdAction 9 years ago
Stanislav Bas b8772c6902 Add the ability to configure extended commands for tables 9 years ago
Stanislav Bas b9882eb59a DragRecordTable checks drag type before accepting it 9 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.
9 years ago
cc9cii f92d801faf Jump to the added/cloned record (or undeleted record in case of undo). Should resolve Feature #2541. Controlled by radio buttons on user preferences settings. 9 years ago
Marc Zinnschlag a9f5632afd extended double click functionality in tables 10 years ago
Marc Zinnschlag 6ff41c6a00 intercept shift/ctrl double-clicks in tables 10 years ago
Stanislav ebb223b2d3 Feature #1226: fixes 10 years ago
Stanislav 8574d2330c Feature #1226: Request UniversalId editing from table column 10 years ago
Marc Zinnschlag 1b1f1bade3 injected new class IdTableBase between QAbstractItemModel and IdTable 10 years ago
Marc Zinnschlag 7d1ecea20c added extended versions of revert and delete 10 years ago
Marc Zinnschlag 83d5f2aaeb factored out command creation from table view into a separate class 10 years ago
Marc Zinnschlag 7f78c29bb5 Merge remote-tracking branch 'sirherrbatka/Feature#1274'
Conflicts:
	apps/opencs/view/world/table.cpp
10 years ago
Marek Kochanowicz 57131332f4 fixing minor issues 10 years ago
Marek Kochanowicz 4d79f00e28 enable dragging on the region map cells 10 years ago
Marek Kochanowicz eeb18b533e moved editlock to the dragrecordtable 10 years ago
Marek Kochanowicz 18fc8acc71 able to drag existing cells from the regionmap 10 years ago
Marek Kochanowicz 853abb65c3 added new, later common, base for the regionmap and the table 10 years ago
graffy76 3f2ae950f5 Disabled view resize for open views when user setting changes. Fixed
new view size issue to match existing user settings.
10 years ago
graffy76 4b607d658f Re-link user settings to editor main application 10 years ago
Marc Zinnschlag 7812427836 added Preview submenu item; fixed View issues regarding exterior cells 10 years ago
Marc Zinnschlag 0254a209f6 some general cleanup 10 years ago
Marc Zinnschlag f04348fb8e do not offer view action for cells flagged as deleted 10 years ago
Marc Zinnschlag 26c2f28879 replaced global world->scene menu item with individual view context menu items in cell and reference tables 10 years ago
Marc Zinnschlag 55195f819a changed edit requests from row index format to UniversalId/hint format 10 years ago
Marek Kochanowicz e348c6baa9 accept drops from filters table. Cool. ☺ 10 years ago
Marek Kochanowicz fca7701359 Column titles retrived and passed to the filterbox. 10 years ago
Marek Kochanowicz d6820b977e store const ref to the document in the table. 10 years ago
Marek Kochanowicz c142089bfe Merge branch 'master' of https://github.com/zinnschlag/openmw into DragDrop 10 years ago
gus 2e33ab3a13 droping somewhat works 10 years ago
gus df46218acc try droping 10 years ago
gus b5006c5dbd compile fix 10 years ago
Marek Kochanowicz 423b2906be Yes, you can drag. But not drop. 10 years ago
Marek Kochanowicz 7594bcf97a Small refactoring. 10 years ago
Marek Kochanowicz 92ee252eef Small correction. 10 years ago
Marek Kochanowicz d82f272e05 Properly check if clone is deleted. 10 years ago
Marek Kochanowicz 344cae8f99 added new entry to the context menu 10 years ago
Marc Zinnschlag 780ea3a41f added support for record reordering to model (only implemented in info collection) 11 years ago