aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/qbittorrent-26
ModeNameSize
-rw-r--r--Makefile1421logstatsplainblame
-rw-r--r--distinfo143logstatsplainblame
-rw-r--r--pkg-descr930logstatsplainblame
-rw-r--r--pkg-plist1512logstatsplainblame
td>Ettore Perazzoli2001-05-052-2/+5 * correct type where same pixmap mask was unreffed twiceJP Rosevear2001-05-052-1/+7 * init change_id to NULLJP Rosevear2001-05-042-1/+7 * Plug more leaks.Ettore Perazzoli2001-05-044-2/+24 * unref the calcomponent when we're done with itJP Rosevear2001-05-043-8/+22 * Plug a leak in the folder creation dialog (a string was beingEttore Perazzoli2001-05-042-1/+6 * Plug a leak (the return value from `oaf_query()' must be freed!).Ettore Perazzoli2001-05-042-0/+7 * Fix up refcounting on current_folder.Dan Winship2001-05-044-4/+14 * Change `e_shell_get_icon_path()' to only look up the Evolution imageEttore Perazzoli2001-05-042-8/+10 * Change the mode for the GtkCList in the active connection dialog to beEttore Perazzoli2001-05-042-1/+6 * Complete the shell side for supporting off-line operations, gettingEttore Perazzoli2001-05-044-21/+120 * Initial implementation for the "warning, some connections are stillEttore Perazzoli2001-05-048-22/+537 * #include <camel/camel-file-utils.h>Dan Winship2001-05-045-8/+25 * new abstract class for disconnectable remote storesDan Winship2001-05-0414-536/+1174 * signature editing fixesRadek Doulik2001-05-044-21/+77 * Rename `WorkOffLine' into `WorkOffline'.Ettore Perazzoli2001-05-032-1/+5 * Updated German translationMatthias Warkus2001-05-032-1122/+1279 * Make the `EShellOfflineHandler' object non-floating in the constructEttore Perazzoli2001-05-032-0/+7 * Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-0310-1/+955 * new file.Chris Toshok2001-05-034-0/+581 * I commited patches to mail and calendar summary which relied on this, but forgotGediminas Paulauskas2001-05-032-0/+7 * Found out that I forgot to commit this.Gediminas Paulauskas2001-05-032-4/+7 * Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-034-18/+31 * unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+2 * unref the book if the view is being destroyedJP Rosevear2001-05-033-0/+23 * initialize "continuation_line" to 0JP Rosevear2001-05-032-0/+6 * Updated Slovenian translationAndraz Tori2001-05-031-1913/+2507 * Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-032-14/+12 * Rescue the KPOP code from bit rot.Dan Winship2001-05-022-23/+21 * Updated Azeri file Enabled Dutch headerPablo Saratxaga2001-05-023-6754/+5023 * Remove the last argument from camel_session_alert_user.Anders Carlsson2001-05-021-1/+1 * Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-027-197/+234 * Debugging routine. (Only works for recursive mutexes right now.)Dan Winship2001-05-023-0/+12 * Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-022-3/+11 * remove unused assignment that calls non-existent function.Dan Winship2001-05-011-2/+0 * Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-016-73/+469 * if the view does not contain a search context, the result is by defaultJP Rosevear2001-05-012-0/+10 * Mockups of the inline send and receiving mail dialog; including one using ico...Anna Dirks2001-05-011-0/+534 * New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-014-38/+89 * only remove event handlers if we set them up originally, to avoidDan Winship2001-04-301-4/+11 * Unhook event handlers before syncing the folder, since the folder browserDan Winship2001-04-302-1/+15 * Made fewer calls to functions like split_into_lines to save time whenChristopher James Lahey2001-04-301-86/+53 * Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-302-62/+61 * Mojo this a bit so that "\n\n>" gets translated to "<br><blockquote>"Dan Winship2001-04-302-8/+23 * Updated Swedish translation.Christian Rose2001-04-292-80/+84 * Added widgets/e-categories-master-list-dialog-model.lo andChristopher James Lahey2001-04-291-3/+25 * Added a read only argument "model" to ETable.Christopher James Lahey2001-04-291-1/+10 * Updated Finnish translationjjranta2001-04-292-1211/+1408 * (Make the alternating row colors a option in ETableSpecification insteadJason Leach2001-04-2911-17/+67 * Reflect Danw's move of mail/session.c to mail/mail-session.cPeter Williams2001-04-292-1/+6 * Updated Ukrainian transaltionYuri Syrota2001-04-281-1096/+1159 * Renamed from session.c and made to be a subclass of CamelSession.Dan Winship2001-04-285-226/+254 * Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-2810-244/+361 * remove hardcoded values (edit_attendee): ditto, and there are only 4 rolesJP Rosevear2001-04-284-27/+38 * add e-completion-testDan Winship2001-04-281-0/+1 * Updated Swedish translation.Christian Rose2001-04-272-122/+135 * use enums not hard code valuesJP Rosevear2001-04-273-2/+6 * icalparameter_new_rsvp now takes an enumJP Rosevear2001-04-272-1/+6 * the value type should be inited with ICAL_VALUE_* rather than ICAL_*_VALUEJP Rosevear2001-04-272-3/+9 * No need to camel_shutdown() anymore...Jeffrey Stedfast2001-04-272-2/+2 * Automagically call camel_shutdown() atexit() ;-) (camel_init): AlsoJeffrey Stedfast2001-04-273-16/+25 * helps to spell right ;-)Jeffrey Stedfast2001-04-271-1/+1 * Added Next/Previous toolbar buttons.Jeffrey Stedfast2001-04-272-1/+20 * Replace "<" by "<=" in the comparison for due dates against the currentFederico Mena Quintero2001-04-273-3/+17 * Don't filter on Seen status. (previous_msg): Same. (next_unread_msg): NewJeffrey Stedfast2001-04-273-2/+30 * Set the default size of the dialog to 600x400, which seems to be a niceJeffrey Stedfast2001-04-272-2/+12 * Updated to use camel-file-util routines. (hide_save_1): Same.Jeffrey Stedfast2001-04-272-17/+31 * Merge fix from the 0.10 branch:Ettore Perazzoli2001-04-272-1/+6 * Merge build fix from the branch:Ettore Perazzoli2001-04-272-0/+5 * Updated Swedish translation again.Christian Rose2001-04-272-138/+150 * Make the Solaris and no-gethostbyname_r implementations behave more likeDan Winship2001-04-272-4/+24 * #include <sys/types.h> for off_t.Jeffrey Stedfast2001-04-272-0/+5 * #include "nss.h" rather than <nss.h> due to the non-mozilla nss.h file living...Jeffrey Stedfast2001-04-271-2/+3 * Check for gethostbyname_r so e_gethostbyname_r will DTRT.Dan Winship2001-04-272-1/+5 * New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-279-363/+447 * this shouldn't have been here (at least not containing ".deps")Dan Winship2001-04-271-1/+0 * Remove UNICODE_LIBSDan Winship2001-04-273-2/+7 * Remove UNICODE_CFLAGS (libeutil_la_LIBADD): Change UNICODE_LIBS toDan Winship2001-04-272-2/+6 * We no longer depend on libunicode.Dan Winship2001-04-273-21/+19 * Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-2713-103/+83 * Add GAL_LIBS for gunicode stuff (until glib 2.0) (INCLUDES): UseDan Winship2001-04-276-736/+35 * Use e_gethostbyname_r. (camel_service_gethost): Remove unused var.Dan Winship2001-04-272-9/+8 * Remove UNICODE_CFLAGSDan Winship2001-04-266-4/+10 * Use <font color=...> to mark citations rather than italicizing them, whichDan Winship2001-04-262-4/+17 * UpdateKjartan Maraas2001-04-262-0/+2 * Update this a bitKjartan Maraas2001-04-262-12/+12 * Updated Ukrainian transaltionYuri Syrota2001-04-261-56/+35 * Updated Ukrainian transaltionYuri Syrota2001-04-261-45/+19 * Updated Ukrainian transaltionYuri Syrota2001-04-261-132/+69 * Added "MessageSearch" verb.Jon Trowbridge2001-04-269-2/+348 * Updated Ukrainian transaltionYuri Syrota2001-04-261-85/+50 * Updated Swedish translation.Christian Rose2001-04-262-713/+860 * Blah blah fix for xml1 broken utf8 encoding, and use "g" memory for allNot Zed2001-04-262-16/+36 * Applied jacob's patches for e-poolv stuff.Not Zed2001-04-267-67/+122 * Modified to match e_strv_get behaviour. Assert on bad cases, and return ""Not Zed2001-04-263-6/+362 * Removed generated files from CVS, updated .cvsignore files to includeJon Trowbridge2001-04-2638-3396/+282 * Remove this section, which doesn't apply to anything since there are noDan Winship2001-04-265-24/+12 * Remove $(UNICODE_LIBS).Dan Winship2001-04-263-3/+6 * Remove call to unicode_init.Dan Winship2001-04-262-3/+5 * free the private memberJP Rosevear2001-04-262-1/+5 * block/unblock redrawRadek Doulik2001-04-262-0/+9 * Add the header height to the returned y location here so that things willChristopher James Lahey2001-04-261-1/+3 * Made this return -1 instead of -2 for not found if the root is notChristopher James Lahey2001-04-262-3/+8 * One-line fix (missing a 'break' at the end of the ARG_SELECTION_MODELJason Leach2001-04-251-0/+1 * Updated Ukrainian transaltionYuri Syrota2001-04-251-3225/+5791 * New foot-shooting-prevention helper function. (edit_msg_internal,Dan Winship2001-04-252-0/+36 * signature changingRadek Doulik2001-04-255-32/+36 * signature changingRadek Doulik2001-04-256-65/+142 * #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-2527-25/+62 * Updated Norwegian translation. Major overhaul.Kjartan Maraas2001-04-253-836/+991 * Updated Swedish translation.Christian Rose2001-04-252-767/+992 * Fixed Strftime so it uses the locale prefered way to display date/time.Duncan Mak2001-04-252-1/+7 * Added a new signal, "message_loaded" that gets emitted when the messageJeffrey Stedfast2001-04-254-13/+59 * If the buffer is too small, making it twice as big does not guarantee itDan Winship2001-04-252-16/+23 * Updated Spanish translation.Hector Garcia2001-04-252-352/+407 * Add accelerators to the context menu. (on_right_click): UseDan Winship2001-04-253-28/+73 * Bump up the gal requirementDan Winship2001-04-252-1/+5 * Updated russian translation.Valek Frob2001-04-242-480/+548 * Updated tr.poFatih Demir2001-04-242-611/+835 * UpdateKjartan Maraas2001-04-241-2/+3 * Added #include <glib.h> and moved corresponding local headers to the top.Kjartan Maraas2001-04-247-10/+30 * Added #include <glib.h>.Kjartan Maraas2001-04-243-1/+9 * Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-246-8/+17 * remove prototype for e_gethostbyname_init.Chris Toshok2001-04-243-41/+43 * Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-248-145/+294 * Documented this function properly.Christopher James Lahey2001-04-243-118/+159 * Added get_cell_geometry method.Christopher James Lahey2001-04-248-9/+122 * Add camel-vee-folder.h and camel-digest-folder.hJeffrey Stedfast2001-04-242-0/+4 * New class that can be used to browse a multipart/digest message as if itJeffrey Stedfast2001-04-245-1/+366 * Changed dependency for install-data-local from "evolution" toJon Trowbridge2001-04-244-2/+12 * Include glib.h, so that the g_warning in e_gethostbyname_r will be treatedJon Trowbridge2001-04-242-0/+7 * #include gnome-window-icon.hJeffrey Stedfast2001-04-242-0/+5 * Added mail/message-browser.c and removed mail/mail-view.cJeffrey Stedfast2001-04-242-1/+6 * Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-2411-267/+425 * Port builddir != srcdir patch from the evolution-0-10-branch.Ettore Perazzoli2001-04-2412-14/+40 * Added #include <stdlib.h>.Christopher James Lahey2001-04-241-0/+1 * Made it so that if a message is from the last 8 hours, it only prints theChristopher James Lahey2001-04-241-5/+21 * Make pixbuf columns show their title if there is space.Christopher James Lahey2001-04-241-2/+23 * Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD,Dan Winship2001-04-241-43/+42 * Updated Norwegian translation.Kjartan Maraas2001-04-242-798/+1127 * remove UNICODE_CFLAGSDan Winship2001-04-241-21/+20 * bump to 0.7.99.1, add gal/unicode/Makefile. gal no longer internallyDan Winship2001-04-242-52/+53 * Append a "/" to the result of g_get_home_dir so gets the default dir itDan Winship2001-04-242-2/+9 * Re-commit ChangeLog.Ettore Perazzoli2001-04-242-4/+0 * Documentation building fixes merged from the evolution-0-10-branch:Ettore Perazzoli2001-04-24