2013-02-28 |
koda |
use NETGAME_DEFAULT_PORT macro across frontend sources
|
file |
diff |
annotate
|
2013-01-26 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-01-25 |
sheepluva |
big indentation/whitespaces cleanup
|
file |
diff |
annotate
|
2013-01-14 |
dag10 |
Organized options into more relavant tabs.
|
file |
diff |
annotate
|
2013-01-14 |
unc0rr |
- Fix another ton of bugs and misbehavior
|
file |
diff |
annotate
|
2013-01-14 |
dag10 |
Convert feedback page to dialog (+some fixes from unC0Rr)
|
file |
diff |
annotate
|
2013-01-04 |
koda |
have the default window size to 5/6, save fullscreen resolution on 'fullscreenResolution' instead of 'resolution', make sure cFullscreenStuff is initialised
|
file |
diff |
annotate
|
2013-01-03 |
vitiv |
Separated fullscreen and windowed hwengine resolution parameters.
|
file |
diff |
annotate
|
2012-12-31 |
vitiv |
merged changes
|
file |
diff |
annotate
|
2012-12-29 |
dag10 |
GCI2012: Advanced Keyboard Configuration
|
file |
diff |
annotate
|
2012-12-29 |
vitiv |
Added Support for variable windowed resolution.
|
file |
diff |
annotate
|
2012-12-25 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
2012-12-24 |
RowanD |
GCI2012: Change Argument Passing Between Frontend and Engine
|
file |
diff |
annotate
|
2012-12-15 |
Ondrej Skopek |
Documented an unclear method call
|
file |
diff |
annotate
|
2012-12-15 |
Ondrej Skopek |
Reloads PAGE_SETUP values after clearing passwordhash
|
file |
diff |
annotate
|
2012-12-14 |
Ondrej Skopek |
Added handling of not registered nicks (no change-server side tho), clearPasswordHash() also now sets the savepassword setting to false
|
file |
diff |
annotate
|
2012-12-14 |
Ondrej Skopek |
Merge from parent
|
file |
diff |
annotate
|
2012-12-14 |
Ondrej Skopek |
Reverted password loading in PAGE_SETUP, changed the value of passwordlength to save, added clearing of hashes after a 'Wrong password' RetryDialog
|
file |
diff |
annotate
|
2012-12-12 |
Ondrej Skopek |
fixed minor problem with saving hash
|
file |
diff |
annotate
|
2012-12-12 |
Ondrej Skopek |
Removed whitespaces, refactored hash setting getting and clearing
|
file |
diff |
annotate
|
2012-12-14 |
nemo |
*sigh*
|
file |
diff |
annotate
|
2012-12-10 |
Ondrej Skopek |
Patched login dialog bugs, added retry dialogs
|
file |
diff |
annotate
|
2012-12-14 |
nemo |
Try to be friendlier to small screen sizes. Use 800x600 if width/height of 2/3rds is smaller than 800x600 (things don't look smaller than that size), use desktop size if it is for some reason smaller than 800x600
|
file |
diff |
annotate
|
2012-12-07 |
mk12 |
will fix this http://code.google.com/p/hedgewars/source/detail?r=9f0e79ab51f00f3b1e133ae70cdd63f6963439c0 and will allow hedgewars to build without video recording enabled, for the time being although i want to talk to koda or someone to understand what should be #ifdef'd and if i've done too much or too little.. but at least that will let it build
|
file |
diff |
annotate
|
2012-12-04 |
Mitchell Kember |
Removed redundant "enable"s on checkboxes and variable names.
|
file |
diff |
annotate
|
2012-12-04 |
koda |
readd this debug line, commented out, could be useful
flibqtfrontend
|
file |
diff |
annotate
|
2012-12-03 |
unc0rr |
Create hedgewars.ini if not exists manually,
|
file |
diff |
annotate
|
2012-12-02 |
Mitchell Kember |
Merged changes from upstream.
|
file |
diff |
annotate
|
2012-12-02 |
koda |
unify default videorec values loading/reloading, fix setting index/value from previous commit
|
file |
diff |
annotate
|
2012-12-02 |
O. Michael Hartman |
GCI2012: Check for Non-Standard Recorder Framerate
|
file |
diff |
annotate
|
2012-12-02 |
koda |
resize the qt window to fill 2/3 of the screen size (no more crammed widgets on first launch) and always center it
|
file |
diff |
annotate
|
2012-12-02 |
Mitchell Kember |
Merged changes from upstream.
|
file |
diff |
annotate
|
2012-12-01 |
unc0rr |
Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
|
file |
diff |
annotate
|
2012-12-02 |
Mitchell Kember |
Google Code-in: Move video preferences in settings tab
|
file |
diff |
annotate
|
2012-11-22 |
unc0rr |
- Fix saving .ini files
|
file |
diff |
annotate
|
2012-10-23 |
koda |
QMessageBox overhaul: unify buttons, style and appearance of info dialogs, fixing a few typos and return values along the way
|
file |
diff |
annotate
|
2012-09-22 |
unc0rr |
Make sheepluva happy
|
file |
diff |
annotate
|
2012-09-22 |
unc0rr |
Allow using system proxy settings
|
file |
diff |
annotate
|
2012-09-21 |
unc0rr |
Support for proxies (not tested)
|
file |
diff |
annotate
|
2012-09-04 |
nemo |
retain frontend effects setting exiting/leaving settings
|
file |
diff |
annotate
|
2012-08-31 |
nemo |
Allow adjusting bitrate so that I can get a somewhat usable webm video. The audio is still tinny and unlistenable. Configuration option for that might be helpful, or just adjusting defaults in the wrapper.
|
file |
diff |
annotate
|
2012-08-19 |
Stepan777 |
merge
|
file |
diff |
annotate
|
2012-08-15 |
unc0rr |
Allow customization of colors in ui, store custom colors in config
|
file |
diff |
annotate
|
2012-07-06 |
Stepan777 |
merge
|
file |
diff |
annotate
|
2012-06-27 |
nemo |
Use toUtf8 instead TODO - find out 'sactly what the website is using for hashes.
|
file |
diff |
annotate
|
2012-06-24 |
Stepan777 |
pagevideos is now much better that before:
|
file |
diff |
annotate
|
2012-06-12 |
Stepan777 |
fix very stupid bug :)
|
file |
diff |
annotate
|
2012-06-11 |
Stepan777 |
1. Implement new page in frontend with options for video recording.
|
file |
diff |
annotate
|
2012-05-30 |
sheepluva |
minor tweaks for options page; should improve readability at small window size... a bit...
|
file |
diff |
annotate
|
2012-04-28 |
sheepluva |
license header year range adjustments
|
file |
diff |
annotate
|
2012-04-22 |
koda |
added savepassword checkbox to options page, which now reloads values at every acces
|
file |
diff |
annotate
|
2012-02-17 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
2012-01-30 |
nemo |
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
|
file |
diff |
annotate
|
2012-01-17 |
bovi |
skip button sound when exiting
|
file |
diff |
annotate
|
2011-07-04 |
koda |
(fix issue 126) moved initial nickname popup to the netconnection page
|
file |
diff |
annotate
|
2011-06-20 |
Zorg |
Oops, don't need this.
|
file |
diff |
annotate
|
2011-06-20 |
Zorg |
When the password field is filled with null characters and when the user tries to edit the field, clear it.
|
file |
diff |
annotate
|
2011-06-18 |
koda |
file association for mac!
|
file |
diff |
annotate
|
2011-06-12 |
nemo |
If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
|
file |
diff |
annotate
|
2011-06-08 |
Zorg |
Attempt to fix issue 125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
|
file |
diff |
annotate
|