[polari] (356 commits) Non-fast-forward update to branch wip/fmuellner/window-experiments
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] (356 commits) Non-fast-forward update to branch wip/fmuellner/window-experiments
- Date: Mon, 20 Mar 2017 21:32:48 +0000 (UTC)
The branch 'wip/fmuellner/window-experiments' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
a44a893... chatView: Remove pending marks on channel changes
f948a0f... mainWindow: Do not call show_all() from _init()
7bd91d4... app: Add run-in-background action
e994406... chatroomManager: Store rooms in a Map
921c639... ircParser: Add room parameter
3a0a139... app: Use window-removed vfunc for shutdown preparation
a96f385... app: Stop assuming a single main window
aac67f4... mainWindow: Move notification queues here
f064db1... mainWindow: Initialize sidebar visibility
845fc77... chatView: Only show notifications for the active window
655555a... app: Split out addActionEntries() utility function
8dad040... roomList: Simplify actions code a bit
1202aa1... app: Split actions between app and window
f6b6903... mainWindow: Manage active room via an :active-room property
dd3b7ec... roomStack: Initialize active room and sensitivity
c40364b... roomList: Handle accounts immediately when already prepared
5ebed7c... chatroomManager: Add forEachRoom()
eb7fdca... roomList: Use Map to keep track of rows/placeholders
dba53c9... roomList: Pick up list of existing rooms
45c691f... roomStack: Store rooms in a Map
f94006f... roomStack: Pick up list of existing rooms
e678db9... app: Implement 'new-window' action
c597d8f... mainWindow: Add a convenience :active-room-id property
3ac0c0f... mainWindow: Add construct-only :single-room property
5ebab79... roomList: Add "Open in Window" to context menu
586ff92... Some more single-room fixes
e1d97f9... mainWindow: Hide left headerbar when in single-room mode
42796e9... roomList: Detach rooms that are shown in their own window
Commits added to the branch:
07934c4... Updated Lithuanian translation (*)
a95b022... Add Language headers to po files (*)
4e3533a... Updated German translation (*)
c9706cd... roomList: Add "Connect" menu item (*)
3f71c42... Updated Portuguese translation (*)
b7e4519... build: Replace custom check for gjs (*)
c6f5b12... build: Check for runtime dependencies (*)
34791f3... pasteManager: Remove unused import (*)
9ed2055... ircParser: Add room parameter (*)
1faedd1... chatView: Fix outgoing check when acknowledging message (*)
e7be62d... roomList: Fix style issue (*)
9ea9dbd... chatView: Use more unique notification IDs (*)
f4b652b... chatView: Ignore acknowledged outgoing messages (*)
da46950... chatView: Remove pending marks on channel changes (*)
370b0cf... mainWindow: Fix indentation (*)
3a259e1... mainWindow: Fix state saving (*)
7b0f332... Updated Spanish translation (*)
79cf489... Updated Lithuanian translation (*)
2e93936... networksManager: Refactor code a bit (*)
57eceb2... networksManager: Load initial networks list synchronously (*)
c25c029... app: Fix filtering of alternate servers (*)
fac7220... app: Set 'use-ssl' when retrying with another server (*)
296b93d... app: Remove unused method (*)
85d3c77... mainWindow: Do not call show_all() from _init() (*)
48eae64... Updated Friulian translation (*)
14ff606... Updated Slovak translation (*)
98f8a38... Add translator comments to .desktop (*)
609568f... Updated Hebrew translation (*)
f2fd3f5... Updated Hebrew translation (*)
0308658... Updated Finnish translation (*)
6857afb... Updated Czech translation (*)
b0f2ab3... Update British English translation (*)
8f311ce... Updated Spanish Translation (*)
44b39b7... Initial Hungarian translation (*)
2414db6... Updated Hungarian translation (*)
013c010... Updated German translation (*)
700c028... Updated French translation (*)
72cdf70... Updated Indonesian translation (*)
21d1343... Add --add-comments to XGETTEXT_OPTIONS in Makevars (*)
3e2146a... Updated Polish translation (*)
d3b3990... Updated Brazilian Portuguese translation (*)
a6b6808... Updated Slovenian translation (*)
2fe098f... Updated Serbian translation (*)
88463cf... Updated Serbian translation (*)
de2cd6b... Updated Serbian translation (*)
a16bdcb... Updated Slovak translation (*)
18b4314... accountsMonitor: Store accounts in a Map (*)
967ac58... accountsMonitor: Change dupAccounts() to a getter (*)
b1dd010... accountsMonitor: Add enabledAccounts convenience getter (*)
7dc1eaf... accountsMonitor: Provide lookup function (*)
fd93968... accountsMonitor: Mirror ::account-enabled/disabled signals (*)
6754bd8... accountsMonitor: Minor cleanup (*)
24661cb... chatroomManager: Simplify actions code a bit (*)
ed181f4... roomList: Simplify actions code a bit (*)
5f346d5... roomList: Use Map to keep track of rows/placeholders (*)
3ab2517... roomStack: Store rooms in a Map (*)
634e6ff... app: Store pending requests in a Map (*)
a7e9fc4... app: Fix restored account names (*)
bc8f10e... app: Handle errors on connection status changes (*)
9b63bf1... app: Always use a timestamp of 0 when requesting channels (*)
eed4911... accountsMonitor: Replace ::am-prepared signal with a method (*)
9460f34... mainWindow: Initialize sidebar visibility (*)
857f388... roomList: Exclude placeholders from show_all() (*)
2377eb8... app: Present window if appropriate when handling join/query (*)
bf5db76... app: Ensure we are prepared before handling join-room/messa (*)
59daae7... mainWindow: Manage active room via an :active-room property (*)
2723a61... mainWindow: Focus the first added room (*)
4a55bb3... mainWindow: Track last selected room (*)
9b1497e... chatroomManager: Handle channel requests (*)
a615198... application: Initialize actions as early as possible (*)
7da6b54... chatroomManager: Split out room management (*)
7bbb220... chatroomManager: Rename to TelepathyClient (*)
3b0eae3... telepathyClient: Stop using the singleton pattern (*)
6453c59... chatView: Delegate state tracking to the app (*)
84c7a88... telepathyClient: Take over highlight notifications from Cha (*)
62224bb... telepathyClient: Connect accounts explicitly before creatin (*)
c1918ee... room: Emit ::identify-sent signal when detecting authbot id (*)
37b69b3... telepathyClient: Cache sent identify parameters for later s (*)
f00270a... utils: Add helper methods to lookup/store identify password (*)
d5f3c5f... accountsMonitor: Manage account-specific settings (*)
d85fd78... app: Add 'save-identify-password' action (*)
eb1c558... app: Add 'discard-identify-password' action (*)
2ed6d7c... roomStack: Ask users whether to save "identify" passwords (*)
3397da7... telepathyClient: Ask users whether to save "identify" passw (*)
fcff3a7... room: Add method to send "identify" messages (*)
79060c2... telepathyClient: Identify with NickServ when connecting (*)
8c67c5f... Bump version to 3.21.91 (*)
6f3d8a0... Updated Hungarian translation (*)
da44ffe... Updated Brazilian Portuguese translation (*)
0d2d4b1... Updated Polish translation (*)
2d9a465... Updated Friulian translation (*)
7b65245... Updated Slovak translation (*)
5bb51d7... Updated Spanish translation (*)
0e92625... Updated Serbian translation (*)
54e3c2f... Updated Serbian Latin translation (*)
9b9a6d8... Updated German translation (*)
851928c... Updated Finnish translation (*)
ebfbe9c... Updated Korean translation (*)
8ea9cd2... Updated Korean translation (*)
baec416... Updated Kazakh translation (*)
7ec08ca... Updated Czech translation (*)
e3aebe8... Update British English translation (*)
9064ffd... Czech translation (*)
96248c3... Updated Lithuanian translation (*)
46f9fe7... Added Brazilian Portuguese translation (*)
480b01c... Updated Hebrew translation (*)
cb4aaef... Updated Hebrew translation (*)
5903784... Updated Hebrew translation (*)
3c34c9b... Updated Dutch translation Master (*)
5d07f45... telepathyClient: Acknowledge messages on leave (*)
7fadb94... Updated Galician translations (*)
0cfaf86... Update Latvian translation (*)
c50dcf1... [l10n] update Persian translations (*)
17d4b7c... telepathyClient: Fix acknowledging pending messages on clos (*)
d3dbb2d... Updated Galician translations (*)
843d2cb... userList: Fix ScrolledWindow sizing issue (again) (*)
1a8e60a... Updated Swedish translation (*)
5434c3b... telepathyClient: Disconnect accounts when network is unavai (*)
5ba822e... roomList: Work around imprecise CONNECTING status (*)
741c55b... telepathyClient: Fix inconsistency on resume (*)
884b38a... roomList: Use dedicated disconnected icon (*)
9f8a1fd... Updated Greek translation (*)
34ea4ea... Updated French translation (*)
d904846... Bump version to 3.21.92 (*)
7aa9bbc... Updated Danish translation (*)
5a7944e... Update Basque language (*)
25dfe12... Update Basque language (*)
ab81a03... Update Basque language (*)
1ea7723... Updated Ukrainian translation (*)
ce79991... Updated Danish translation (*)
99ba60a... appdata: Update screenshots (*)
a8e92f3... Bump version to 3.22.0 (*)
9a4747b... Stop using destroy vfuncs (*)
7bd56fa... appNotifications: Add line wrap for simple notifications (*)
e518bcb... room: Match identify commands case-insensitively (*)
fbb168b... connections: Always set port when SSL is enabled (*)
1a23da2... connections: Factor out getAccountParams() method (*)
a2331c7... application: Consider port for alternate server list (*)
e89f10e... chatView: Fix hover cursor (*)
42e9f83... Updated Italian translation (*)
6449925... Updated Indonesian translation (*)
c0da133... Update Chinese (Taiwan) translation (*)
06dafa1... util: Split out match_identify_message() method (*)
3c7cb62... chatView: Mask identify passwords in private chats (*)
52660ff... main: Make Utils.debug() globally available (*)
8915ac4... main: Use structured log for logging (*)
117e4e2... lib: Turn on structured logging (*)
d75cb82... main: Turn on all messages when logging to journal (*)
f2ace41... room-list: Fix room name alignment (*)
094d7d1... utils: Match any URI scheme (*)
240afe9... userList: Postpone propagating height until content limit i (*)
57a7ff8... userDetails: Restrict length of fullnameLabel (*)
9522296... userDetails: Update to match latest mockups (*)
4971f2c... userListRow: Remove the user icon (*)
c63e8f0... userListPopover: Change the search entry icon (*)
d557dfe... chatView: Split out status tracking (*)
38088ce... userTracker: Allow tracking users across rooms (*)
56a536b... application: Initialize UserStatusMonitor on startup (*)
b17c037... userDetails: Rename UserListDetails to UserDetails (*)
4cc318e... userDetails: Add offline support (*)
66cb5cc... userPopover: Add user popover (*)
c08a2a1... chatView: Don't mingle separating whitespace with nick (*)
6bd3882... chatView: Add HoverFilterTag (*)
e321bc8... chatView: Add a contextual popover to nicks (*)
03b19ee... userTracker: Add notify-user actions (*)
d07ac28... userDetails: Indicate when status notifications are enabled (*)
aee4273... userPopover: Allow requesting a notification when a user co (*)
40dd975... app: Stop using a private property to track the main window (*)
fbef7a7... telepathyClient: Hold application while running (*)
80d8fd0... app: Factor out 'start-client' action (*)
a513364... data: Fix telepathy client service (*)
04992d9... Remove left-over source file (*)
218749b... Updated Norwegian bokmål translation. (*)
1152765... Updated Norwegian bokmål translation. (*)
9b1fa08... build: Remove unused dependency (*)
e86ca28... Update POTFILES.in (*)
13c4112... Updated Czech translation (*)
41caf77... Update Friulian translation (*)
4a60bf6... build: Rename variable (*)
f5dce05... build: Use a small C wrapper (*)
b3d2b97... utils: Use Gtk.show_uri() to open URLs (*)
72688ca... utils: Use newly added show_uri_on_window() if possible (*)
42ad16e... Fix icon name in Portuguese translation (*)
e0a014a... build: Remove gio from pkg-config modules (*)
3028f35... Bump version to 3.23.1 (*)
69401b8... Update Hungarian translation (*)
19e7717... Add French translation (*)
ddd5dc8... userPopover: Update labels styling (*)
8bd801a... userList: Change nickname color on nick status change (*)
036bbe1... Fix two typos in translatable strings (*)
9578ed8... Use Unicode in translatable strings (*)
98b594f... Update Friulian translation (*)
3c73662... Update German translation (*)
3721e79... Updated Czech translation (*)
232f63a... application: Add application style only once (*)
40d173c... chatView: Cancel backlog fetching on destroy (*)
d1a33dc... entryArea: Exclude confirmation label from show_all() (*)
00ab02c... app: Add option to run in background (*)
10c512e... mainWindow: Offer to keep running in background on close (*)
8c088c2... Update Spanish translation (*)
b7a33d5... Update Friulian translation (*)
0a3a755... Updated Norwegian bokmål translation. (*)
41e95e1... Updated Czech translation (*)
a92d7a3... Update Hungarian translation (*)
9a27d44... Bump version to 3.23.2 (*)
53c58f7... flatpak: add flatpak build manifest (*)
5621645... flatpak: add missing telepathy patch (*)
8557024... polari: Destroy GjsContext before exit (*)
ca31a31... updated app icons (*)
8a658b0... Update icon name in Makefile (*)
8c44d7d... Update Kazakh translation (*)
2a297a9... Update Finnish translation (*)
d9e3149... Update Brazilian Portuguese translation (*)
6d1d436... flatpak: add autoconf-archive as a dependency (*)
139a6e0... Update Polish translation (*)
c7e738b... Update Slovak translation (*)
8667584... Update German translation (*)
1455d21... entryArea: Spell check entry (*)
68751f6... Update Finnish translation (*)
8f1c815... Update zh_CN translation (*)
cdf0276... Update Greek translation (*)
c20fded... Update Basque language (*)
22496e6... Update Indonesian translation (*)
acea016... Updated Norwegian bokmål translation. (*)
ebd3c7c... serverRoomManager: Add class for caching room lists (*)
84f96b2... serverRoomManager: Add ServerRoomList widget (*)
70f6be4... serverRoomManager: Load rooms in chunks (*)
9c1d4c3... serverRoomManager: Handle already joined rooms (*)
8ad6ecd... serverRoomManager: Use a treeview instead of listbox (*)
e676005... joinDialog: Remove the password entry (*)
4aec23a... joinDialog: Include room list in join dialog (*)
a5604a0... build: Adjust to renamed source icon (*)
ea7f1c3... Bump version to 3.23.90 (*)
b18b089... Updated Ukrainian translation (*)
47c75fc... Updated Danish translation (*)
cd62b6a... Update German translation (*)
9041990... joinDialog: Stop setting up name completion (*)
a8b549b... Initialize properties early (*)
992ee90... userTracker: Move let declaration to the right statement (*)
98d4c25... Use correct property names (*)
1855d15... telepathyClient: Use normal function parameters (*)
cde6b66... chatView: Don't access unset property (*)
7de0df8... userTracker: Shut up a gjs warning (*)
cf8469d... Update Chinese (Taiwan) translation (*)
ebbc6af... Update Finnish translation (*)
927314b... Update Finnish translation (*)
72fd2a1... Update Swedish translation (*)
052acc4... joinDialog: Set :activates-default again (*)
321640b... joinDialog: Handle Escape in name entry (*)
7d643d6... Update .gitignore (*)
d956ee8... flatpak: Disable vala support in GSpell (*)
4a16528... flatpak: Add info pages to cleanup (*)
57aa548... Update .gitignore (*)
23cab09... Update Indonesian translation (*)
9d0fcf3... Update Polish translation (*)
0070083... serverRoomManager: Fix runtime warning (*)
7b96e48... Update Italian translation (*)
4b2439c... Update Chinese (Taiwan) translation (*)
d7a5852... userList: Initialize another property early (*)
0ac15fc... flatpak: Poke holes for TpRoomList (*)
d496856... Update Brazilian Portuguese translation (*)
ef4b6b9... Updated Galician translations (*)
4f3772c... Updated Serbian translation (*)
89c2e31... Update Hungarian translation (*)
d4bb121... Updated Lithuanian translation (*)
2509506... Updated Spanish translation (*)
02273fc... Updated Danish translation (*)
ae6115f... Update Basque language (*)
6988948... flatpak: Bundle mission-control/idle (*)
a0f21c8... app: Manually launch telepathy demons if necessary (*)
a08ed09... util: Change URL matching (again) (*)
fce5c77... room: Match on "login" to identify a nick as well (*)
e1d28fa... util: Match any nickname in identify command (*)
41015f2... Bump version to 3.23.91 (*)
bf39914... Update Polish translation (*)
b697bd9... Update Finnish translation (*)
d200249... Update Occitan translation (*)
4929118... Update German translation (*)
dd9d1ee... flatpak: Clean up some more files (*)
8bb59f7... flatpak: Allow yet another bus name (*)
8239306... Update Brazilian Portuguese translation (*)
4140980... Update Indonesian translation (*)
6700456... Update French translation (*)
c05227d... Updated Danish translation (*)
1b0fb7a... Update Swedish translation (*)
9c85d62... flatpak: change tags back to Nightly (*)
8d5d91d... Update Hungarian translation (*)
27838ae... Updated Czech translation (*)
d457381... Update Italian translation (*)
6328d23... userList: Initialize notification label opacity (*)
e7efa73... Update Catalan translation (*)
96dcab5... Updated Lithuanian translation (*)
21f6ae9... Update Galician translation (*)
a592fe0... Update Korean translation (*)
be9e0b2... build: Support the meson build system (*)
33981bb... flatpak: Build with meson (*)
30429ff... Updated Serbian translation (*)
ba5620a... Update Slovak translation (*)
8d965a9... Updated Russian translation (*)
1ae1d7e... roomManager: Add account parameter to lookupRoomByName() (*)
00b387b... serverRoomList: End-align member count column (*)
9c804cb... joinDialog: Remove a pointless box from the hierarchy (*)
2934dc3... serverRoomList: Use a template (*)
9041f44... serverRoomList: Include search entry and spinner (*)
09f6137... serverRoomList: Remove :loading property (*)
4eecba1... utils: Add updateTerms() helper (*)
c8814c8... connection: Only refilter networks on actual filter changes (*)
2182d2b... serverRoomList: Add ModelFilter (*)
6c139ab... serverRoomList: Implement filtering (*)
7f30cee... serverRoomList: Don't use filter text as room name to join (*)
ebbf7ba... serverRoomList: Include custom room item in list (*)
e470de1... serverRoomList: Hide custom room item for exact matches (*)
05c3115... serverRoomList: Provide an efficient way to join a single r (*)
19bc548... flatpak: Drop config-opts for polari (*)
44a3469... appdata: Add join dialog screenshot (*)
edaec4f... Bump version to 3.23.92 (*)
a9e5fb2... Update POTFILES.in (*)
b725582... build: Meson cleanup (*)
c6501ba... Update .gitignore (*)
07b1654... Revert "flatpak: Drop config-opts for polari" (*)
9061dea... flatpak: Use tarball for gspell dependency (*)
b476c04... flatpak: Rename unstable manifest (*)
d723af2... flatpak: Add the manifest from the stable branch (*)
8f1e760... flatpak: Use https:// for git repositories (*)
4a0f7ed... appNotifications: Adjust for function removal in spidermonk (*)
0b6dd78... help: Add user documentation (*)
ef2d346... flatpak: Use https:// for archive downloads (*)
69fd110... Update Latvian translation (*)
9a539a1... flatpak: Don't build static libs ... (*)
488b37a... Update German translation (*)
780289c... build: Add some verbosity to postinstall script (*)
2d10513... Updated Ukrainian translation (*)
c93454f... flatpak: Simplify meson module (*)
9e60947... flatpak: Hack around ninja's 0-mtime sillyness (*)
4ce2bbb... Update Swedish translation (*)
5c912fe... Small fixes for help (*)
df7aa83... A number of small fixes to match the GNOME Docs style guide (*)
ee67a3f... Update Swedish translation (*)
c336f86... Updated Czech translation (*)
d3764f9... Updated Czech translation (*)
faffbb1... appdata: Add release notes (*)
5970f94... Bump version to 3.24.0 (*)
49c9662... flatpak: Update to stable gspell release (*)
efe6135... flatpak: Update stable manifest (*)
9d43a76... app: Use window-removed vfunc for shutdown preparation
3808de4... app: Stop assuming a single main window
f1c0676... mainWindow: Move notification queues here
2e79e46... app: Split out addActionEntries() utility function
f395edb... app: Split actions between app and window
cbb0c6c... app: Implement 'new-window' action
cdeb879... mainWindow: Add a convenience :active-room-id property
774040b... mainWindow: Add construct-only :single-room property
9750209... roomList: Add "Open in Window" to context menu
2e23963... Some more single-room fixes
1596840... mainWindow: Hide left headerbar when in single-room mode
e293bbb... roomList: Detach rooms that are shown in their own window
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]