| Commit message (Expand) | Author | Age |
| ... | |
| * | And remove a reference to the file I just removed. | Matt Edman | 2006-01-23 |
| * | Remove a file that is no longer necessary. | Matt Edman | 2006-01-23 |
| * | Look, ma! Asynchronous events from Tor without threading or a message pump! | Matt Edman | 2006-01-23 |
| * | Make an error message in readLine() more helpful. | Matt Edman | 2006-01-21 |
| * | Factor the blocking readLine() stuff out of ControlConnection::readReply(). | Matt Edman | 2006-01-21 |
| * | Since we waitForConnected(-1) in ControlConnection::connect(), the | Matt Edman | 2006-01-21 |
| * | Check to see if the thread is even running before trying to terminate it. | Matt Edman | 2006-01-21 |
| * | I broke Vidalia on Windows (would hang when stopping Tor) in Rev 143. I'm | Matt Edman | 2006-01-21 |
| * | I miss Python. | Justin Hipple | 2006-01-21 |
| * | Deleting a pointer after setting it to 0 is naughty. MainWindow takes care of | Matt Edman | 2006-01-21 |
| * | I hate sizers. Lining things up is much harder than it should be. | Justin Hipple | 2006-01-21 |
| * | Tooltips are now sane. FilterDialog is now smaller and denser. | Justin Hipple | 2006-01-21 |
| * | Added icons to FilterDialog. | Justin Hipple | 2006-01-21 |
| * | Add some images that could be used for severity icons (feel free to pick | Matt Edman | 2006-01-21 |
| * | Explicitly stop the message pump when the socket is actually disconnected, not | Matt Edman | 2006-01-21 |
| * | Changed MessageLog so that it utilizes the status bar to display messages dis... | Justin Hipple | 2006-01-21 |
| * | If the connection dies, bail out of the message pump main loop. | Matt Edman | 2006-01-21 |
| * | Make the event types be const ints instead of an enum so we don't get | Matt Edman | 2006-01-20 |
| * | Copying selected messages to the clipboard now works (tested on Win32). | Justin Hipple | 2006-01-20 |
| * | So it turns out I don't need to overload QEvent::type() for my custom events | Matt Edman | 2006-01-20 |
| * | Saving of messages now works. Added Message counter to form. | Justin Hipple | 2006-01-20 |
| * | Move the authenticate() call into the connected() slot. Also, report an error | Matt Edman | 2006-01-20 |
| * | Include eventtype.h in torevents.h so you don't have to include an extra file | Matt Edman | 2006-01-20 |
| * | Simply joining control command arguments. Qt gives me spiffy methods like | Matt Edman | 2006-01-20 |
| * | And check in the rest of the new event-handling code. | Matt Edman | 2006-01-20 |
| * | Send a SETEVENTS when the control socket connects; | Matt Edman | 2006-01-20 |
| * | The 48x48 icons look better in the dock than the 128x128 icons, but still | Matt Edman | 2006-01-20 |
| * | Cleaning up. | Justin Hipple | 2006-01-19 |
| * | Housekeeping. | Justin Hipple | 2006-01-19 |
| * | Message filtering now works correctly (hopefully it scales too). Moved to sep... | Justin Hipple | 2006-01-19 |
| * | Cleaning up gui/ | Justin Hipple | 2006-01-19 |
| * | Changed get and setShowMsg so that they handle const char* and Qstring. Will ... | Justin Hipple | 2006-01-19 |
| * | Make clearer the difference between a Tor event (event sent by Tor) and a cus... | Matt Edman | 2006-01-19 |
| * | Laid the groundwork for dispatching custom QEvents instead of using | Matt Edman | 2006-01-19 |
| * | Make the tray icon work on X11 (tested only under Gnome so far). This is such | Matt Edman | 2006-01-19 |
| * | Fuck you, Mac menubar. There, first profanity in source-control. (someone had | Matt Edman | 2006-01-18 |
| * | MessageLog now is mostly functional, with Select All, Max Log Size, and Clear... | Justin Hipple | 2006-01-18 |
| * | MessageLog settings added to VidaliaSettings. Log message types put in their ... | Justin Hipple | 2006-01-18 |
| * | Critical and warning messages are now highlighted in red and yellow, respecti... | Justin Hipple | 2006-01-17 |
| * | Since the AboutDialog is static in MainWindow::about(), we have to reload | Matt Edman | 2006-01-17 |
| * | Failed at merging changes in 110 (stop Tor from crashing on shutdown in Win32... | Justin Hipple | 2006-01-17 |
| * | First shot at getting MessageLog to work. | Justin Hipple | 2006-01-17 |
| * | Small changes to make it aboutdialog look better. | Justin Hipple | 2006-01-17 |
| * | Added tor_logo16.png | Justin Hipple | 2006-01-17 |
| * | Since the message pump thread will be blocked in readReply() most likely, we ... | Matt Edman | 2006-01-17 |
| * | Tor on Windows doesn't understand a WM_CLOSE message (which is what QProcess:... | Matt Edman | 2006-01-17 |
| * | Make the status output of the control test rig a little more verbose. | Matt Edman | 2006-01-17 |
| * | Fix a race between setting _isIntentionalExit back to false and the process a... | Matt Edman | 2006-01-17 |
| * | This lovely little hack is because the QFileInfo::isExecutable() method doesn... | Matt Edman | 2006-01-17 |
| * | Make the default Tor path work on Windows. Apparently Qt doesn't take into | Matt Edman | 2006-01-17 |