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