summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Grab the current language code from the Vidalia application object instead ofMatt Edman2006-03-29
* Stop grabbing the Vidalia version string from VidaliaSettings, and just get itMatt Edman2006-03-29
* Move all the language, style, and command-line processing stuff into a VidaliaMatt Edman2006-03-29
* Make the list of available languages a static member of LanguageSupport. And,Matt Edman2006-03-29
* Darn you Designer.Matt Edman2006-03-29
* Make Designer acknowledge Matt's custom text browser widget.Justin Hipple2006-03-29
* Subclass QTextBrowser so we can eventually handle loading the help filesMatt Edman2006-03-28
* Make sure we understand the language code before trying to translate into thatMatt Edman2006-03-28
* Update the translation files with the exit policy stuff and the new stuffMatt Edman2006-03-28
* Move the zh stuff to zh-cn so we can support both simplified and traditionalMatt Edman2006-03-28
* These need translations too.Justin Hipple2006-03-28
* Make the zh-cn help docs utf-8.Matt Edman2006-03-28
* Convert the zh-cn translation to utf-8. I still need to conver the name toMatt Edman2006-03-28
* Minor layout change. Define help topics at the top to keep things sane when w...Justin Hipple2006-03-27
* Add the simplified Chinese translation of the help docs to the repository.Matt Edman2006-03-27
* Fix a segfault that occurred when exiting Vidalia.Matt Edman2006-03-27
* Make the Exit Policy help button work. Move special QWidget::show() code to e...Justin Hipple2006-03-27
* Make some of the exit policy buttons work.Justin Hipple2006-03-27
* I guess we need to commit the translation stuff for the exit policy relatedMatt Edman2006-03-27
* Add our simplified chinese language translation.Matt Edman2006-03-27
* I #defined the constant, so why not use it?Matt Edman2006-03-27
* Use larger icons for exit policy buttons. Hopefully buttons are fixed on Mac.Justin Hipple2006-03-27
* Add some classes to validate an ip or port in an exit policy.Matt Edman2006-03-27
* A few layout changes to the exit policy stuff.Justin Hipple2006-03-27
* Test new exit policy layout. Could this be the one?Justin Hipple2006-03-27
* Submitted for your approval: An IP address box widget type thing.Justin Hipple2006-03-26
* Fix a couple memory leaks when changing the dock icon on Mac.Matt Edman2006-03-25
* It was modified for the Vidalia bundle, too.Matt Edman2006-03-25
* :/images/NxN/NxN/foo.png is unneccessary; one NxN is sufficient.Matt Edman2006-03-25
* Make the configure script still allow me to build in release mode.Matt Edman2006-03-25
* Licensify some files, just in case.Matt Edman2006-03-25
* When searching for a topic based on ID, expand the items leading to that topicMatt Edman2006-03-25
* Add an interface for showing a help topic based on its topic ID.Matt Edman2006-03-25
* Add some actual help content.Matt Edman2006-03-25
* Set the help stuff up for translation, too.Matt Edman2006-03-25
* Load the interface style from VidaliaSettings, instead of using hardcodedMatt Edman2006-03-25
* Save the interface style key in VidaliaSettings, in case we decide to letMatt Edman2006-03-25
* Add a configure script to generate the .qm translation files before runningMatt Edman2006-03-24
* main.cpp is happier living in src/ rather than src/gui/Matt Edman2006-03-24
* Add language settings to VidaliaSettings. Default to the appropriate languageMatt Edman2006-03-24
* Add a way to load translations at runtime.Matt Edman2006-03-24
* We should remind people that they still need to configure their applicationsMatt Edman2006-03-24
* Handle command-line arguments a little better and give Vidalia a usageMatt Edman2006-03-24
* Make reset() a static member of VidaliaSettings.Matt Edman2006-03-24
* Replace evil rich text on forms with good ol' plaintext. Wrap strings sprinkl...Justin Hipple2006-03-23
* Add the necessary framework for supporting translations.Matt Edman2006-03-23
* All classes that have some tr() strings in them, must have the Q_OBJECT macroMatt Edman2006-03-23
* Highlights the first occurrence of the search phrase when the user selects th...Justin Hipple2006-03-23
* Make the tray menu to all mouse button releases for Windows folks. Hopefully ...Justin Hipple2006-03-23
* Update the TODO with some goals set at tonight's meeting.Matt Edman2006-03-21