Commit Graph

13574 Commits (8e8da724f5dd7bddc5dccee3c081664335cb60c1)
 

Author SHA1 Message Date
cc9cii 8e8da724f5 Remove unnecessary comment entry in the config file. 10 years ago
Marc Zinnschlag f3e040b531 Merge remote-tracking branch 'cc9cii/filter-fix' 10 years ago
cc9cii 893ad11be1 Fix missing columns in tables. Should resolve Bug #2624.
- Using Flag_Table in filterAcceptsColumn() does not work.
- Workaround by not allowing nested columns in sorting and filtering.
10 years ago
Stanislav Bas c9a8d53240 Merge remote-tracking branch 'upstream/master' 10 years ago
Marc Zinnschlag 211f6a39b8 Merge remote-tracking branch 'cc9cii/keep-comments' 10 years ago
Marc Zinnschlag d90aff4303 Merge remote-tracking branch 'smbas/feature-id-completion' 10 years ago
cc9cii d3b7cf44d3 Remove user preference setting option. 10 years ago
cc9cii a439f49c4d Fix loop where there was a potential for double entry. 10 years ago
cc9cii 4902c66792 Allow space characters in front of comments. 10 years ago
Stanislav Bas d63b01dde3 Checkboxes in the table view use a combobox editor 10 years ago
cc9cii 15fe5d88e2 Allow comments (lines starting with # character) and blank lines in openmw.cfg. Should resolve Feature #2535.
- controlled via a checkbox in launcher settings
10 years ago
Stanislav Bas 49512a2b57 Correct the explanation for the Console::acceptCommand() 10 years ago
Stanislav Bas d2293867ba Add the explanation to Console::acceptCommand() 10 years ago
Stanislav Bas 58e2d3711f Reset Console editbox before command execution 10 years ago
cc9cii 5c37079f0c Include only the columns that are visible for sorting. Should resolve Bug #2611. 10 years ago
Stanislav Bas c40987338d Scrollbars don't save their positions between openings 10 years ago
Stanislav Bas bd46ddcf47 Correct the return type in IdTree::data() for Display_Role 10 years ago
Stanislav Bas b25cc6bc55 IdCompletionManager uses Display type instread of ColumnId for creating completers 10 years ago
Stanislav Bas 4e759370de Change Display_String to the proper display type where appropriate 10 years ago
Stanislav Bas f84c36b500 CommandDelegate: extract a display type from a model if it isn't specified 10 years ago
Marc Zinnschlag 67f04e0ba1 Merge remote-tracking branch 'origin/master' 10 years ago
Marc Zinnschlag ee2763f2d4 Allow 5th parameter for PlaceAtMe (numeric value, ignored) (Fixes #2591) 10 years ago
scrawl adc8e0b93e Merge branch 'smbas-master' 10 years ago
Stanislav Bas 6cb221f8d0 Some minor changes to MWList 10 years ago
Stanislav Bas 2c4025ec72 Rename the method isCompleterExistFor() to hasCompleterFor() 10 years ago
Stanislav Bas 959fe3eb87 Reset the scrollbar position in the topic list when DialogueWindow is closed 10 years ago
Stanislav Bas 5350ce59ef MWList doesn't scroll to the very bottom when it's shown for first time 10 years ago
Marc Zinnschlag b866e11873 Merge remote-tracking branch 'cc9cii/pathgrid-check-extra' 10 years ago
Stanislav Bas 5dc6cdeb99 Scroll to the top of the topic list when dialog is started 10 years ago
Stanislav Bas dbe61115b2 Fix the mistyping header guard in the idcompletiondelegate.hpp 10 years ago
Stanislav Bas e636101725 Add missing new lines at the ends of files 10 years ago
Stanislav Bas 9e405b69fa Create the custom completer popup to avoid the problem with the wrong height of the default popup 10 years ago
Marc Zinnschlag 9f0ccdc37a Merge remote-tracking branch 'scrawl/master' 10 years ago
Stanislav Bas 994c6833bc Add missing columns for the ID completion 10 years ago
Stanislav Bas e943d17b29 Check for invalid index in IdTable::flags(). This prevents QCompleter from crashes 10 years ago
Stanislav Bas 602f33bd91 Add ColumnId role to the IdTree data methods 10 years ago
Stanislav Bas 5e8718d8b2 Add the ID completion delegate factory to the delegate factory collection 10 years ago
scrawl 7f2dd21c66 Fix for StartScript regression (Fixes #2590) 10 years ago
Stanislav Bas 33e36ee922 Add the ID completion delegate 10 years ago
Stanislav Bas 19cc6b83e5 Integrate the Id completion manager into the Document class 10 years ago
Stanislav Bas 87a1f9f9aa Add ID completion manager 10 years ago
cc9cii c4aa3d3ee3 Revert user preference setting checks until a thread safe method is worked out. The OSX namespace issue is retained. 10 years ago
Marc Zinnschlag 88d5aed62d removed code that interfered with the default window size on Linux (Fixes #2568) 10 years ago
Marc Zinnschlag d7cd4203ad Merge remote-tracking branch 'k1ll/mingw' 10 years ago
cc9cii 01eba7b721 Extra check for thread affinity. 10 years ago
cc9cii 76196d815d Update user preference setting value via an event message queue. 10 years ago
Marc Zinnschlag 17747a2dd9 Merge remote-tracking branch 'cc9cii/highlight-colours' 10 years ago
cc9cii 0aaac59cc3 Return to startup dialog when the open/create action is cancelled. Should resolve Bug #2588. 10 years ago
cc9cii 9cbda0ffad Allow users to select syntax highlighting colours. Should resolve Feature #2507. 10 years ago
cc9cii 393cee406f Use signals for user preference setting updates. 10 years ago