summaryrefslogtreecommitdiff
path: root/src/gui/setupactiondata.h
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-2/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-23Fix compilation warning without C++11.Andrei Karas1-0/+2
2014-08-22Move setup input pages options into separate file.Andrei Karas1-10/+0
2014-08-22Move touchactiondata into separate file.Andrei Karas1-3/+0
2014-08-22Move intformation about setup input pages into separate file.Andrei Karas1-2/+0
2014-08-22Move most code from setupactiondata.h into setupactiondata.cpp.Andrei Karas1-2012/+13
2014-07-17Rename keydata into inputactiondata.Andrei Karas1-1/+1
2014-06-24Add new action for select closest monster without filters and sorting.Andrei Karas1-0/+6
By default unassigned.
2014-05-25Fix license headers.Andrei Karas1-1/+1
2014-05-22Add missing option in settings for updates window.Andrei Karas1-0/+6
2014-05-18Move inputaction into separate file.Andrei Karas1-324/+325
2014-05-18fix code style.Andrei Karas1-2/+2
2014-04-30Fix compilation with old gcc and clang.Andrei Karas1-0/+2
2014-04-30Fix code style in gui.Andrei Karas1-0/+10
2014-03-08Add about button.Andrei Karas1-0/+6
2014-03-02Dehardcode Fx keys in chat window.Andrei Karas1-0/+61
2014-02-08Add action for open trade window.Andrei Karas1-0/+6
Default key unassigned.
2014-02-02add actions for select next/previous tab in spells/commands window.Andrei Karas1-0/+12
2014-02-02add actions for select next/previous tab in shortcuts window.Andrei Karas1-0/+12
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas1-7/+1
Remove old "Mod" key because it conflicting with "Stop attack"
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-21add new gui shortcuts into settings.Andrei Karas1-0/+56
Before it had only default values and cant be changed from settings.
2013-11-03add action "move forward" default key unassigned.Andrei Karas1-0/+6
2013-08-31move input related files into input dir.Andrei Karas1-1/+1
2013-05-28fix guard header part1.Andrei Karas1-1/+1
2013-05-03add comments for translatorsAndrei Karas1-0/+295
2013-04-26Add mod key for chat (left shift)Andrei Karas1-0/+5
New action: mod key + right click - close current whisper.
2013-04-14another fixes from cpplint.Andrei Karas1-2/+0
2013-02-03Add support for small screens with on screen top right buttons.Andrei Karas1-0/+5
Add button "WIN" to buttons list.
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-31Add support for changable actions for onscreen controls.Andrei Karas1-3/+11
2012-12-30Add action to show onscreen keyboard.Andrei Karas1-0/+5
2012-12-25Add new action "stop or sit"Andrei Karas1-0/+5
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-21next code style changes.Andrei Karas1-2/+2
2012-07-29Add quests netcode and quests window.Andrei Karas1-0/+5
2012-07-22Add key for disable full screen mode.Andrei Karas1-0/+5
Minus on numeric keyboard.
2012-04-25Fix actions translation.Andrei Karas1-1/+1
2012-04-25Update and rebuild translations.Andrei Karas1-1/+1
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-11/+102
Add new tab with keys settings in input settings tab.
2012-04-16Fix code style.Andrei Karas1-0/+5
2012-04-15Add move to point configurable shortcuts.Andrei Karas1-25/+281