Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed ResetFocusOnSelfClick to default to false. TODO: investigate a ↵ | McCabe Maxsted | 2010-09-19 | 1 | -1/+1 |
| | | | | better way of handling this | ||||
* | Fixed a regression bug due to a refactor | elektrahesse | 2010-09-18 | 1 | -2/+1 |
| | |||||
* | Changed version to Experimental 2010.09.18 | McCabe Maxsted | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | Fixed contacts search not working on uppercase names | McCabe Maxsted | 2010-09-18 | 2 | -7/+8 |
| | |||||
* | Fixed windows compile error on autocomplete | McCabe Maxsted | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | Default upload animation preview to own avatar | Armin Weatherwax | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'elektra/weekly' into weekly | McCabe Maxsted | 2010-09-18 | 4 | -9/+40 |
|\ | |||||
| * | Fixed events handling on osx to behave correctly on 10.5+ compilation runs. | elektrahesse | 2010-09-17 | 2 | -6/+30 |
| | | | | | | Added ShellEx(std::string &) method to execute local applications based on file type. | ||||
| * | Ooops forgot to remove a debug printout :P | elektrahesse | 2010-09-17 | 1 | -1/+0 |
| | | |||||
| * | Fixed path separators for im history so it's multiplatform now | elektrahesse | 2010-09-17 | 1 | -1/+8 |
| | | |||||
| * | Added a check to avoid triggering completion tests if text in chatbar is empty. | elektrahesse | 2010-09-17 | 1 | -2/+3 |
| | | |||||
| * | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | elektrahesse | 2010-09-17 | 30 | -962/+711 |
| |\ | |||||
| * \ | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | elektrahesse | 2010-09-16 | 59 | -593/+676 |
| |\ \ | |||||
* | | | | UI Scale Reset button finds the actual default, not hardcoded. | Jacek Antonelli | 2010-09-18 | 1 | -1/+2 |
| | | | | |||||
* | | | | Added links to the blog and forums to the login screen's help menu | McCabe Maxsted | 2010-09-17 | 1 | -20/+22 |
| | | | | |||||
* | | | | Updated the profile button heights | McCabe Maxsted | 2010-09-17 | 1 | -8/+8 |
| |_|/ |/| | | |||||
* | | | Merge remote branch 'elektra/weekly' into weekly | McCabe Maxsted | 2010-09-17 | 6 | -41/+181 |
|\ \ \ | |/ / | |||||
| * | | Added nicknames support for chat highlighting (up to 3) in prefs->adv->extra | elektrahesse | 2010-09-16 | 4 | -6/+98 |
| | | | |||||
| * | | Commented out the checks for distance, above 1024mts seems like i can't make ↵ | elektrahesse | 2010-09-16 | 1 | -2/+2 |
| | | | | | | | | | | | | them work fine :( | ||||
| * | | Switched struct declaration to a more C++esque way... Aleric hit me with a ↵ | elektrahesse | 2010-09-16 | 1 | -2/+2 |
| | | | | | | | | | | | | stick :P | ||||
| * | | Moved all the variables to a struct to keep code more clean and added a ↵ | elektrahesse | 2010-09-16 | 2 | -41/+53 |
| | | | | | | | | | | | | check to run the regex match only if the text in chat changes, so it's a bit lighter | ||||
| * | | Fixed a bug related to the names cache clearing :P | elektrahesse | 2010-09-16 | 1 | -40/+39 |
| | | | |||||
| * | | Added names cycling using TAB. Only 1 char now necessary to trigger ↵ | elektrahesse | 2010-09-16 | 2 | -30/+53 |
| | | | | | | | | | | | | completion. Otherwise TAB reverts to cycle through widgets. | ||||
| * | | Added CHAT_NORMAL_RADIUS check for autocompletion and deleted selection of ↵ | elektrahesse | 2010-09-16 | 1 | -3/+17 |
| | | | | | | | | | | | | last part upon new autocomplete attempt | ||||
| * | | Added support for autocompletion of names also in the 'local chat' window | elektrahesse | 2010-09-15 | 1 | -2/+1 |
| | | | |||||
| * | | Added more punctuation support to both names autocomplete and names ↵ | elektrahesse | 2010-09-15 | 2 | -2/+2 |
| | | | | | | | | | | | | highlight in chat | ||||
| * | | Added TAB as name completion hotkey, to be used after at least 3 chars ↵ | elektrahesse | 2010-09-15 | 1 | -1/+2 |
| | | | | | | | | | | | | otherwise it reverts to the default widgets-switching behaviour | ||||
* | | | "fix" null sound channel crash | Nemurimasu Neiro | 2010-09-17 | 1 | -1/+1 |
| | | | |||||
* | | | Made searching contacts suck a lot less | McCabe Maxsted | 2010-09-17 | 2 | -37/+47 |
| | | | |||||
* | | | Let's not put so many spaces in front of (none) | McCabe Maxsted | 2010-09-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ↵ | McCabe Maxsted | 2010-09-17 | 3 | -658/+5 |
| | | | | | | | | | | | | Eryn) | ||||
* | | | Updated de translations to third and fourth batches by Eryn | McCabe Maxsted | 2010-09-17 | 18 | -270/+541 |
| | | | |||||
* | | | Reset scroll position on search in contacts/groups lists | McCabe Maxsted | 2010-09-16 | 2 | -0/+2 |
| | | | |||||
* | | | Added search bars for friends and groups lists, based on a feature in the ↵ | McCabe Maxsted | 2010-09-16 | 8 | -23/+142 |
| |/ |/| | | | | | Ascent viewer by Charley Levenque | ||||
* | | Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵ | McCabe Maxsted | 2010-09-16 | 4 | -21/+39 |
| | | | | | | | | They now toggle spell check for a specific line/text editor consistently | ||||
* | | More spell checking cleanup | McCabe Maxsted | 2010-09-15 | 4 | -12/+14 |
| | | |||||
* | | Fixed up the spellcheck preferences labels to something more easily ↵ | McCabe Maxsted | 2010-09-15 | 1 | -26/+33 |
| | | | | | | | | understandable (TODO: make them make sense, create a decent layout) | ||||
* | | Fixed spellcheck comboboxes showing up as blank (do we even want comboboxes ↵ | McCabe Maxsted | 2010-09-15 | 1 | -14/+19 |
| | | | | | | | | here?) | ||||
* | | Fixed crash when pressing the download dictionary button right after the ↵ | McCabe Maxsted | 2010-09-15 | 1 | -36/+39 |
| | | | | | | | | window opened | ||||
* | | Added LSL and LSL2 to the en_sl dictionary | McCabe Maxsted | 2010-09-15 | 1 | -0/+2 |
| | | |||||
* | | Removed spell_check from chat history and IM windows since sent text isn't ↵ | McCabe Maxsted | 2010-09-15 | 4 | -7/+5 |
| | | | | | | | | ever spellchecked | ||||
* | | Added spell_check to floater_*.xml line editors | McCabe Maxsted | 2010-09-15 | 28 | -38/+38 |
| | | |||||
* | | Added spell_check to floater_*.xml text editors | McCabe Maxsted | 2010-09-15 | 14 | -20/+22 |
| | | |||||
* | | Added spell_check to panel_*.xml text editors | McCabe Maxsted | 2010-09-15 | 14 | -19/+19 |
| | | |||||
* | | Removed unused panel_voice_enable.xml file | McCabe Maxsted | 2010-09-15 | 1 | -37/+0 |
| | | |||||
* | | Added spell_check to panel_*.xml line editors | McCabe Maxsted | 2010-09-15 | 10 | -17/+18 |
| | | |||||
* | | Removed unused panel_voice_options.xml file | McCabe Maxsted | 2010-09-15 | 1 | -43/+0 |
| | | |||||
* | | First commit in the long overhaul of making spell check consistent and ↵ | McCabe Maxsted | 2010-09-15 | 6 | -345/+470 |
|/ | | | | workable. Contains code cleanup and a change in logic. Spell check is now only available on text/line editors that have spell_check set to true in xml | ||||
* | Updated CannotBuyLandMaturity notification with info on how to fix the problem | McCabe Maxsted | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | Clarified that a restart is required to change spell checking settings | McCabe Maxsted | 2010-09-14 | 1 | -2/+2 |
| |